UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridIndexResolver - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridIndexResolver

    Inheritance
    System.Object
    TreeGridIndexResolver
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public static class TreeGridIndexResolver : Object

    Methods

    GetHeaderIndex(SfTreeGrid)

    Gets the header index of SfTreeGrid.

    Declaration
    public static int GetHeaderIndex(this SfTreeGrid treeGrid)
    Parameters
    Type Name Description
    SfTreeGrid treeGrid
    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
    Type Description
    TreeNode

    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
    Type Name Description
    SfTreeGrid treeGrid
    TreeNode node
    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

    ResolveToScrollColumnIndex(SfTreeGrid, 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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved