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