Interface IGroupDescription
Interface that describe GroupDescription.
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public interface IGroupDescription : IDescriptionBase, INamed
Properties
GroupComparer
Gets the GroupComparer that will be used for group comparisons.
Declaration
GroupComparer GroupComparer { get; }
Property Value
GroupComparer
|
SortOrder
Gets the SortOrder that will be used for group sorting.
Declaration
SortOrder SortOrder { get; }
Property Value
SortOrder
|