Class
GroupDescriptor

Definition

Namespace:Telerik.WinControls.Data

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class GroupDescriptor : INotifyPropertyChanged

Inheritance: objectGroupDescriptor

Derived Classes: GridGroupByExpressionTreeMapGroupDescriptor

Implements: INotifyPropertyChanged

Constructors

GroupDescriptor()

Declaration

cs-api-definition
public GroupDescriptor()

GroupDescriptor(params SortDescriptor[])

Declaration

cs-api-definition
public GroupDescriptor(params SortDescriptor[] sortDescriptions)

Parameters

sortDescriptions

SortDescriptor[]

GroupDescriptor(string)

Declaration

cs-api-definition
public GroupDescriptor(string expression)

Parameters

expression

string

GroupDescriptor(string, string)

Declaration

cs-api-definition
public GroupDescriptor(string expression, string format)

Parameters

expression

string

format

string

Properties

Aggregates

Gets or sets the aggregates.

Declaration

cs-api-definition
[Browsable(false)]
public StringCollection Aggregates { get; }

Property Value

StringCollection

The aggregates.

Expression

Gets or sets the expression.

Declaration

cs-api-definition
[Browsable(true)]
public virtual string Expression { get; set; }

Property Value

string

The expression.

Format

Gets or sets the format.

Declaration

cs-api-definition
public string Format { get; set; }

Property Value

string

The format.

GroupNames

Gets the group names.

Declaration

cs-api-definition
[Browsable(true)]
public SortDescriptorCollection GroupNames { get; }

Property Value

SortDescriptorCollection

The group names.

Owner

Declaration

cs-api-definition
[Browsable(false)]
public GroupDescriptorCollection Owner { get; }

Property Value

GroupDescriptorCollection

Methods

OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(PropertyChangedEventArgs e)

Parameters

e

PropertyChangedEventArgs

A PropertyChangedEventArgs instance containing event data.

OnPropertyChanged(string)

Raises the PropertyChanged event

Declaration

cs-api-definition
protected void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

The name of the property

ToString()

Returns a string that represents this instance.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string that represents this instance.

Overrides object.ToString()

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged