Inheritance
System.Object
StackedHeadersHelper
Assembly: Syncfusion.SfGrid.UWP.dll
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
Returns
Type |
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
Returns
Type |
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
Returns
Type |
System.Collections.Generic.List<System.Int32> |
Get RowSpan for the given covered cell and rowIndex
Declaration
public static int GetHeightIncrementationLimit(this SfDataGrid sfGrid, CoveredCellInfo currHeaderCell, int rowindex)
Parameters
Returns
Get RowSpan for the given covered cell and rowIndex
Declaration
public static int GetHeightIncrementationLimit(this SfTreeGrid sfTreeGrid, CoveredCellInfo currHeaderCell, int rowindex)
Parameters
Returns
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
Returns
Type |
System.Collections.Generic.List<System.Int32> |