Class GridTreeUnboundCellInfoEventArgs
Inheritance
System.Object
GridTreeUnboundCellInfoEventArgs
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridTreeUnboundCellInfoEventArgs : SyncfusionHandledEventArgs
Constructors
GridTreeUnboundCellInfoEventArgs()
Declaration
public GridTreeUnboundCellInfoEventArgs()
GridTreeUnboundCellInfoEventArgs(RowColumnIndex, GridStyleInfo, GridTreeUnboundColumn)
Initializes a new instance of the GridTreeUnboundCellInfoEventArgs class.
Declaration
public GridTreeUnboundCellInfoEventArgs(RowColumnIndex Cell, GridStyleInfo Style, GridTreeUnboundColumn UnboundColumn)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | Cell | The cell. |
GridStyleInfo | Style | The style. |
GridTreeUnboundColumn | UnboundColumn |
Properties
Cell
Gets or sets the cell.
Declaration
public RowColumnIndex Cell { get; set; }
Property Value
Type | Description |
---|---|
RowColumnIndex | The cell. |
Column
Gets or sets the column.
Declaration
public GridTreeUnboundColumn Column { get; set; }
Property Value
Type | Description |
---|---|
GridTreeUnboundColumn | The column. |
Style
Gets or sets the style.
Declaration
public GridStyleInfo Style { get; set; }
Property Value
Type | Description |
---|---|
GridStyleInfo | The style. |