Class SerializableDataGridTableSummaryRow
Represents a class that is used to serialize and deserialize GridTableSummaryRow property settings.
Inherited Members
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class SerializableDataGridTableSummaryRow : SerializableDataGridSummaryRow
Constructors
SerializableDataGridTableSummaryRow()
Declaration
public SerializableDataGridTableSummaryRow()
Properties
Position
Gets or sets a value that indicates whether the serializable table summary row is positioned at either the top or bottom of the SfDataGrid.
Declaration
public SummaryRowPosition Position { get; set; }
Property Value
Type |
---|
SummaryRowPosition |