ClassGroupDescriptor
Class
Definition
Namespace:Telerik.WinControls.Data
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class GroupDescriptor : INotifyPropertyChanged
Inheritance: objectGroupDescriptor
Derived Classes:
Implements:
Constructors
GroupDescriptor()
Declaration
cs-api-definition
public GroupDescriptor()
GroupDescriptor(params SortDescriptor[])
Declaration
cs-api-definition
public GroupDescriptor(params SortDescriptor[] sortDescriptions)
Parameters
sortDescriptions
GroupDescriptor(string)
Declaration
cs-api-definition
public GroupDescriptor(string expression)
Parameters
expression
Properties
Aggregates
Gets or sets the aggregates.
Declaration
cs-api-definition
[Browsable(false)]
public StringCollection Aggregates { get; }
Property Value
The aggregates.
Expression
Gets or sets the expression.
Declaration
cs-api-definition
[Browsable(true)]
public virtual string Expression { get; set; }
Property Value
The expression.
Format
Gets or sets the format.
GroupNames
Gets the group names.
Declaration
cs-api-definition
[Browsable(true)]
public SortDescriptorCollection GroupNames { get; }
Property Value
The group names.
Owner
Declaration
cs-api-definition
[Browsable(false)]
public GroupDescriptorCollection Owner { get; }
Property Value
Methods
OnPropertyChanged(PropertyChangedEventArgs)
Raises the PropertyChanged event
Declaration
cs-api-definition
protected virtual void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
e
A PropertyChangedEventArgs instance containing event data.
OnPropertyChanged(string)
Raises the PropertyChanged event
Declaration
cs-api-definition
protected void OnPropertyChanged(string propertyName)
Parameters
propertyName
The name of the property
ToString()
Returns a string that represents this instance.
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements