Class GroupingProperties
Contains properties related to the grouping functionality.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class GroupingProperties
Properties
SummaryColumnIsToRight
Gets or sets value indicating whether the grouping summary column is placed to the right or to the left of the group.
Declaration
public bool SummaryColumnIsToRight { get; set; }
Property Value
System.Boolean
The summary column is to the right. |
SummaryRowIsBelow
Gets or sets value indicating whether the grouping summary row is placed below or above the group.
Declaration
public bool SummaryRowIsBelow { get; set; }
Property Value
System.Boolean
The summary row is below. |