Class GroupDescriptor
Inheritance
Inherited Members
Namespace: Telerik.WinControls.Data
Assembly: Telerik.WinControls.dll
Syntax
public class GroupDescriptor : INotifyPropertyChanged
Constructors
GroupDescriptor()
Declaration
public GroupDescriptor()
GroupDescriptor(String)
Declaration
public GroupDescriptor(string expression)
Parameters
System.String
expression
|
GroupDescriptor(String, String)
Declaration
public GroupDescriptor(string expression, string format)
Parameters
System.String
expression
|
System.String
format
|
GroupDescriptor(SortDescriptor[])
Declaration
public GroupDescriptor(params SortDescriptor[] sortDescriptions)
Parameters
SortDescriptor[]
sortDescriptions
|
Properties
Aggregates
Gets or sets the aggregates.
Declaration
public StringCollection Aggregates { get; }
Property Value
System.Collections.Specialized.StringCollection
The aggregates. |
Expression
Gets or sets the expression.
Declaration
public virtual string Expression { get; set; }
Property Value
System.String
The expression. |
Format
Gets or sets the format.
Declaration
public string Format { get; set; }
Property Value
System.String
The format. |
GroupNames
Gets the group names.
Declaration
public SortDescriptorCollection GroupNames { get; }
Property Value
SortDescriptorCollection
The group names. |
Owner
Declaration
public GroupDescriptorCollection Owner { get; }
Property Value
GroupDescriptorCollection
|
Methods
OnPropertyChanged(PropertyChangedEventArgs)
Raises the PropertyChanged event
Declaration
protected virtual void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
System.ComponentModel.PropertyChangedEventArgs
e
A System.ComponentModel.PropertyChangedEventArgs instance containing event data. |
OnPropertyChanged(String)
Raises the PropertyChanged event
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
The name of the property |
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents this instance. |
Overrides
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|