Class SummaryRowPosition
Defines the constants that specify whether the table summary row is positioned at the top or bottom of the DataGrid.
Inheritance
System.Object
SummaryRowPosition
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class SummaryRowPosition : Enum
Fields
Bottom
Specifies that the table summary row is positioned at the bottom.
Declaration
public const SummaryRowPosition Bottom
Field Value
Type |
---|
SummaryRowPosition |
Top
Specifies that the table summary row is positioned at the top.
Declaration
public const SummaryRowPosition Top
Field Value
Type |
---|
SummaryRowPosition |