Class GroupComparerOption
Represents an available option for a group comparer.
Inheritance
System.Object
GroupComparerOption
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class GroupComparerOption : Object
Properties
ComparerDescription
Gets the value that will be shown in the UI for the current GroupComparerOption.
Declaration
public string ComparerDescription { get; }
Property Value
System.String
|
Description
Gets the description this GroupComparerOption compares on.
Declaration
public object Description { get; }
Property Value
System.Object
|
GroupComparer
Gets the GroupComparer for this GroupComparerOption.
Declaration
public GroupComparer GroupComparer { get; }
Property Value
GroupComparer
|