Class SerializableGridSummaryRow
Represents a class that is used to serialize and deserialize GridSummaryRow property settings.
Namespace: Syncfusion.UI.Xaml.DataGrid.Serialization
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class SerializableGridSummaryRow : Object
Constructors
SerializableGridSummaryRow()
Declaration
public SerializableGridSummaryRow()
Properties
CalculationUnit
Gets or sets the value that specifies the mode for calculating summaries.
Declaration
public SummaryCalculationUnit CalculationUnit { get; set; }
Property Value
Type |
---|
SummaryCalculationUnit |
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<SerializableGridSummaryColumn> SummaryColumns { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<SerializableGridSummaryColumn> |
Title
Gets or sets the title of SerializableGridSummaryRow.
Declaration
public string Title { get; set; }
Property Value
Type |
---|
System.String |
TitleColumnCount
Gets or sets the Title column count of SerializableGridSummaryRow.
Declaration
public int TitleColumnCount { get; set; }
Property Value
Type |
---|
System.Int32 |