IGroupDescriptionBase
Interface
TODO: Update summary.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public interface IGroupDescriptionBase
Properties
Gets the display-friendly name
C#
string DisplayName { get; }
Gets the GroupComparer that will be used for group comparisons.
C#
GroupComparer GroupComparer { get; }
Methods
Creates a clone of this instance.
Returns the member name that is used for grouping.