WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCurrentCellLoadedEventArgs

    Show / Hide Table of Contents

    Class GridCurrentCellLoadedEventArgs

    Inheritance
    System.Object
    System.EventArgs
    GridCurrentCellLoadedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridCurrentCellLoadedEventArgs : EventArgs

    Constructors

    GridCurrentCellLoadedEventArgs()

    Declaration
    public GridCurrentCellLoadedEventArgs()

    Properties

    Cell

    Declaration
    public RowColumnIndex Cell { get; set; }
    Property Value
    Type Description
    RowColumnIndex

    UIElement

    Declaration
    public UIElement UIElement { get; set; }
    Property Value
    Type Description
    System.Windows.UIElement
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved