Class SerializableDataGridSummaryRow
Represents a class that is used to serialize and deserialize DataGridSummaryRow property settings.
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class SerializableDataGridSummaryRow : Object
Constructors
SerializableDataGridSummaryRow()
Declaration
public SerializableDataGridSummaryRow()
Properties
Name
Gets or sets the name of the SerializableGridSummaryRow .
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
ShowSummaryInRow
Gets or sets a value that indicates whether the summary value should be displayed corresponding to its column or row basis.
Declaration
public bool ShowSummaryInRow { get; set; }
Property Value
Type |
---|
System.Boolean |
SummaryColumns
Gets or sets the collection of summary columns.
Declaration
public ObservableCollection<SerializableDataGridSummaryColumn> SummaryColumns { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<SerializableDataGridSummaryColumn> |
Title
Gets or sets the title of SerializableGridSummaryRow.
Declaration
public string Title { get; set; }
Property Value
Type |
---|
System.String |