Class SerializableGridSummaryRow
Represents a class that is used to serialize and deserialize GridSummaryRow property settings.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGrid.Serialization
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SerializableGridSummaryRow
Constructors
SerializableGridSummaryRow()
Declaration
public SerializableGridSummaryRow()
Properties
CalculationUnit
Gets or sets the value that specifies the mode for calculating summaries which decides whether to calculate summary for all records or selected records.
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 indicating 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 TitleColumnCount.
Declaration
public int TitleColumnCount { get; set; }
Property Value
Type |
---|
System.Int32 |