Interface
IGroupDescriptionBase

TODO: Update summary.

Definition

Namespace:Telerik.Pivot.Core

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

cs-api-definition
public interface IGroupDescriptionBase

Properties

DisplayName

Gets the display-friendly name

Declaration

cs-api-definition
string DisplayName { get; }

Property Value

string

GroupComparer

Gets the GroupComparer that will be used for group comparisons.

Declaration

cs-api-definition
GroupComparer GroupComparer { get; }

Property Value

GroupComparer

SortOrder

Gets the SortOrder that will be used for group sorting.

Declaration

cs-api-definition
SortOrder SortOrder { get; }

Property Value

SortOrder

Methods

Clone()

Creates a clone of this instance.

Declaration

cs-api-definition
IGroupDescriptionBase Clone()

Returns

IGroupDescriptionBase

GetMemberName()

Returns the member name that is used for grouping.

Declaration

cs-api-definition
string GetMemberName()

Returns

string