GroupComparerOption
Class
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; }
Gets the GroupComparer for this GroupComparerOption.
C#
public GroupComparer GroupComparer { get; }