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 Group
Declaration
public string ComparerDescription { get; }
Property Value
System.
|
Description
Gets the description this Group
Declaration
public object Description { get; }
Property Value
System.
|
GroupComparer
Gets the Group
Declaration
public GroupComparer GroupComparer { get; }