Interface IGroupDescriptionBase
TODO: Update summary.
Namespace: Telerik.Pivot.Core
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface IGroupDescriptionBase
Properties
DisplayName
Gets the display-friendly name
Declaration
string DisplayName { get; }
Property Value
System.String
|
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
|
Methods
Clone()
Creates a clone of this instance.
Declaration
IGroupDescriptionBase Clone()
Returns
IGroupDescriptionBase
|
GetMemberName()
Returns the member name that is used for grouping.
Declaration
string GetMemberName()
Returns
System.String
|