Class GridCurrentCellLoadedEventArgs
Inheritance
System.Object
GridCurrentCellLoadedEventArgs
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 |
---|
RowColumnIndex |
UIElement
Declaration
public UIElement UIElement { get; set; }
Property Value
Type |
---|
System.Windows.UIElement |