Class TreePrepareRenderCellEventArgs
Provides event data for the PrepareRenderCell event of a VirtualTreeView.
Inheritance
System.Object
TreePrepareRenderCellEventArgs
Namespace: Syncfusion.Windows.Controls.VirtualTreeView
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public sealed class TreePrepareRenderCellEventArgs : SyncfusionHandledEventArgs
Constructors
TreePrepareRenderCellEventArgs(RowColumnIndex, TreeStyleInfo)
Initializes a new instance of the TreePrepareRenderCellEventArgs class.
Declaration
public TreePrepareRenderCellEventArgs(RowColumnIndex cellRowColumnIndex, TreeStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cellRowColumnIndex | Index of the cell row column. |
TreeStyleInfo | style | The style. |
Properties
CellRowColumnIndex
Gets the cells row and column index.
Declaration
[TraceProperty(true)]
public RowColumnIndex CellRowColumnIndex { get; }
Property Value
Type | Description |
---|---|
RowColumnIndex | The cell. |
Column
Gets the column.
Declaration
public TreeColumn Column { get; }
Property Value
Type | Description |
---|---|
TreeColumn | The column. |
ColumnIndex
Gets the index of the column.
Declaration
public int ColumnIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the column. |
Level
Gets the level.
Declaration
public TreeLevel Level { get; }
Property Value
Type | Description |
---|---|
TreeLevel | The level. |
RowIndex
Gets the index of the row.
Declaration
public int RowIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the row. |
Style
Gets or sets the style.
Declaration
[TraceProperty(true)]
public TreeStyleInfo Style { get; set; }
Property Value
Type | Description |
---|---|
TreeStyleInfo | The style. |
TreeModel
Gets the tree model.
Declaration
public TreeModel TreeModel { get; }
Property Value
Type | Description |
---|---|
TreeModel | The tree model. |
TreeNode
Gets the tree node.
Declaration
public TreeNode TreeNode { get; }
Property Value
Type | Description |
---|---|
TreeNode | The tree node. |
TreeNodeIdentity
Holds identity information such as row and column index for the Style.
Declaration
public TreeStyleInfoIdentity TreeNodeIdentity { get; }
Property Value
Type |
---|
TreeStyleInfoIdentity |