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

Represents an available option for a group comparer.

Definition

Namespace:Telerik.Windows.Controls.FieldList.Editing

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

C#
public sealed class GroupComparerOption

Inheritance: objectGroupComparerOption

Properties

Gets the value that will be shown in the UI for the current GroupComparerOption.

C#
public string ComparerDescription { get; }

Gets the description this GroupComparerOption compares on.

C#
public object Description { get; }
C#
public GroupComparer GroupComparer { get; }