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.
|
GroupDescriptor(String, String)
Declaration
public GroupDescriptor(string expression, string format)
Parameters
System.
|
System.
|
GroupDescriptor(SortDescriptor[])
Declaration
public GroupDescriptor(params SortDescriptor[] sortDescriptions)
Parameters
Sort
|
Properties
Aggregates
Gets or sets the aggregates.
Declaration
public StringCollection Aggregates { get; }
Property Value
System. The aggregates. |
Expression
Gets or sets the expression.
Declaration
public virtual string Expression { get; set; }
Property Value
System. The expression. |
Format
Gets or sets the format.
Declaration
public string Format { get; set; }
Property Value
System. The format. |
GroupNames
Gets the group names.
Declaration
public SortDescriptorCollection GroupNames { get; }
Property Value
Sort The group names. |
Owner
Declaration
public GroupDescriptorCollection Owner { get; }
Property Value
Methods
OnPropertyChanged(PropertyChangedEventArgs)
Raises the PropertyChanged event
Declaration
protected virtual void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
System. A System. |
OnPropertyChanged(String)
Raises the PropertyChanged event
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System. The name of the property |
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |
Overrides
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|