Class TableSummaryRowPosition
Defines the constants that specify whether the TableSummaryRow is positioned at either top or bottom of SfDataGrid.
Inheritance
System.Object
TableSummaryRowPosition
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class TableSummaryRowPosition : Enum
Fields
Bottom
Specifies the TableSummaryRow is positioned at bottom.
Declaration
public const TableSummaryRowPosition Bottom
Field Value
Type |
---|
TableSummaryRowPosition |
Top
Specifies the TableSummaryRow is positioned at top.
Declaration
public const TableSummaryRowPosition Top
Field Value
Type |
---|
TableSummaryRowPosition |