UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StackedHeadersHelper

    Show / Hide Table of Contents

    Class StackedHeadersHelper

    Inheritance
    System.Object
    StackedHeadersHelper
    Namespace: Syncfusion.UI.Xaml.Grid.Helpers
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public static class StackedHeadersHelper : Object

    Methods

    CheckChildSequence(SfGridBase, List<Int32>, StackedHeaderRow, StackedColumn)

    Gets the childColumns for the given StackedColumn

    Declaration
    public static List<int> CheckChildSequence(this SfGridBase sfgrid, List<int> childColumns, StackedHeaderRow header, StackedColumn column)
    Parameters
    Type Name Description
    SfGridBase sfgrid
    System.Collections.Generic.List<System.Int32> childColumns
    StackedHeaderRow header
    StackedColumn column
    Returns
    Type Description
    System.Collections.Generic.List<System.Int32>

    GetChildSequence(SfDataGrid, StackedColumn, Int32)

    Get ChildSequence no respect to the GridColumns for ChildColumns in StackedHeaderRow

    Declaration
    public static List<int> GetChildSequence(this SfDataGrid sfgrid, StackedColumn column, int rowIndex)
    Parameters
    Type Name Description
    SfDataGrid sfgrid
    StackedColumn column
    System.Int32 rowIndex
    Returns
    Type Description
    System.Collections.Generic.List<System.Int32>

    GetChildSequence(SfTreeGrid, StackedColumn, Int32)

    Get ChildSequence no respect to the TreeGridColumns for ChildColumns in StackedHeaderRow

    Declaration
    public static List<int> GetChildSequence(this SfTreeGrid sfTreeGrid, StackedColumn column, int rowIndex)
    Parameters
    Type Name Description
    SfTreeGrid sfTreeGrid
    StackedColumn column
    System.Int32 rowIndex
    Returns
    Type Description
    System.Collections.Generic.List<System.Int32>

    GetHeightIncrementationLimit(SfDataGrid, CoveredCellInfo, Int32)

    Get RowSpan for the given covered cell and rowIndex

    Declaration
    public static int GetHeightIncrementationLimit(this SfDataGrid sfGrid, CoveredCellInfo currHeaderCell, int rowindex)
    Parameters
    Type Name Description
    SfDataGrid sfGrid
    CoveredCellInfo currHeaderCell
    System.Int32 rowindex
    Returns
    Type Description
    System.Int32

    GetHeightIncrementationLimit(SfTreeGrid, CoveredCellInfo, Int32)

    Get RowSpan for the given covered cell and rowIndex

    Declaration
    public static int GetHeightIncrementationLimit(this SfTreeGrid sfTreeGrid, CoveredCellInfo currHeaderCell, int rowindex)
    Parameters
    Type Name Description
    SfTreeGrid sfTreeGrid
    CoveredCellInfo currHeaderCell
    System.Int32 rowindex
    Returns
    Type Description
    System.Int32

    IntersectedChildColumn(SfGridBase, List<Int32>, StackedHeaderRow, StackedColumn)

    Gets the common Column in the same StackedHeaderRow

    Declaration
    public static List<int> IntersectedChildColumn(this SfGridBase sfGrid, List<int> childColumns, StackedHeaderRow header, StackedColumn column)
    Parameters
    Type Name Description
    SfGridBase sfGrid
    System.Collections.Generic.List<System.Int32> childColumns
    StackedHeaderRow header
    StackedColumn column
    Returns
    Type Description
    System.Collections.Generic.List<System.Int32>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved