New to Telerik UI for WinFormsStart a free 30-day trial

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; }

Gets the SortOrder that will be used for group sorting.

C#
SortOrder SortOrder { get; }

Methods

Creates a clone of this instance.

C#
IGroupDescriptionBase Clone()
Returns:

IGroupDescriptionBase

Returns the member name that is used for grouping.

C#
string GetMemberName()
Returns:

string