Class GroupComparerOption
Represents an available option for a group comparer.
Inheritance
System.Object
GroupComparerOption
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class GroupComparerOption
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
|