New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a descriptor that is used to group items by the value of a property in each data item.

Definition

Constructors

C#
public PropertyGroupDescriptor()

Properties

Gets or sets the name of the property that is used to retrieve the key to group by.

C#
public string PropertyName { get; set; }

Methods

Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.

C#
protected override void OnPropertyChanged(string propertyName = null)
Parameters:propertyNamestring

Overrides: DataDescriptor.OnPropertyChanged(string)

Returns a string that represents this instance.

C#
public override string ToString()
Returns:

string

A string that represents this instance.

Overrides: GroupDescriptorBase.ToString()