Class OlapGroupName
A class that represents an olap group name.
Inheritance
Inherited Members
Namespace: Telerik.Pivot.Core.Olap
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class OlapGroupName : IComparable
Constructors
OlapGroupName(String)
Initializes a new instance of the Olap
Declaration
public OlapGroupName(string groupName)
Parameters
System. The group caption used to display the group in UI and compare the group with other groups. Sets the Group |
OlapGroupName(String, Object)
Initializes a new instance of the Olap
Declaration
public OlapGroupName(string groupCaption, object groupKey)
Parameters
System. The group caption used to display the group in UI. Sets the Group |
System. The group key used to identify and compare the group with other groups. Sets the Group |
Properties
GroupCaption
Gets or sets the GroupCaption. Use setter only on groups created by you.
Declaration
public string GroupCaption { get; set; }
Property Value
System.
|
GroupKey
Gets or sets the GroupCaption. Use setter only on groups created by you.
Declaration
public object GroupKey { get; set; }
Property Value
System.
|
SortKeys
Gets the keys based on which Sorting is applied.
Declaration
public Collection<string> SortKeys { get; }
Property Value
System.
|
Methods
CompareTo(Object)
Declaration
public int CompareTo(object obj)
Parameters
System.
|
Returns
System.
|
Implements
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
Overrides
ToString()
Declaration
public override string ToString()
Returns
System.
|