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