Class TreeGridIndexResolver
Inheritance
System.Object
TreeGridIndexResolver
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public static class TreeGridIndexResolver : Object
Methods
Gets the header index of SfTreeGrid.
Declaration
public static int GetHeaderIndex(this SfTreeGrid treeGrid)
Parameters
Returns
Type |
Description |
System.Int32 |
Returns the header index of the SfTreeGrid.
|
GetNodeAtRowIndex(SfTreeGrid, Int32)
Declaration
public static TreeNode GetNodeAtRowIndex(this SfTreeGrid treeGrid, int rowIndex)
Parameters
Type |
Name |
Description |
SfTreeGrid |
treeGrid |
|
System.Int32 |
rowIndex |
|
Returns
ResolveToGridVisibleColumnIndex(SfTreeGrid, Int32)
Declaration
public static int ResolveToGridVisibleColumnIndex(this SfTreeGrid treeGrid, int columnIndex)
Parameters
Type |
Name |
Description |
SfTreeGrid |
treeGrid |
|
System.Int32 |
columnIndex |
|
Returns
Type |
Description |
System.Int32 |
|
ResolveToNodeIndex(SfTreeGrid, Int32)
Declaration
public static int ResolveToNodeIndex(this SfTreeGrid treeGrid, int rowindex)
Parameters
Type |
Name |
Description |
SfTreeGrid |
treeGrid |
|
System.Int32 |
rowindex |
|
Returns
Type |
Description |
System.Int32 |
|
ResolveToRowIndex(SfTreeGrid, TreeNode)
Declaration
public static int ResolveToRowIndex(this SfTreeGrid treeGrid, TreeNode node)
Parameters
Returns
Type |
Description |
System.Int32 |
|
ResolveToRowIndex(SfTreeGrid, Int32)
Declaration
public static int ResolveToRowIndex(this SfTreeGrid treeGrid, int nodeIndex)
Parameters
Type |
Name |
Description |
SfTreeGrid |
treeGrid |
|
System.Int32 |
nodeIndex |
|
Returns
Type |
Description |
System.Int32 |
|
ResolveToRowIndex(SfTreeGrid, Object)
Declaration
public static int ResolveToRowIndex(this SfTreeGrid treeGrid, object data)
Parameters
Type |
Name |
Description |
SfTreeGrid |
treeGrid |
|
System.Object |
data |
|
Returns
Type |
Description |
System.Int32 |
|
Resolves the scroll column index for the specified column index in SfTreeGrid.
Declaration
public static int ResolveToScrollColumnIndex(this SfTreeGrid treeGrid, int gridColumnIndex)
Parameters
Type |
Name |
Description |
SfTreeGrid |
treeGrid |
The SfTreeGrid.
|
System.Int32 |
gridColumnIndex |
The corresponding column index to get the scroll column index.
|
Returns
Type |
Description |
System.Int32 |
Returns the scroll column index for the specified column index.
|
ResolveToStartColumnIndex(SfTreeGrid)
Resolves the start column index of the SfTreeGrid.
Declaration
public static int ResolveToStartColumnIndex(this SfTreeGrid treeGrid)
Parameters
Type |
Name |
Description |
SfTreeGrid |
treeGrid |
The SfTreeGrid.
|
Returns
Type |
Description |
System.Int32 |
Returns the start column index of the SfTreeGrid.
|