Class GroupDescription
Represents a class that defines the basic methods and properties for grouping the data in the collection view.
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.Maui.DataSource
Assembly: Syncfusion.Maui.DataSource.dll
Syntax
public abstract class GroupDescription : Object, INotifyPropertyChanged
Constructors
GroupDescription()
Initializes a new instance of the GroupDescription class.
Declaration
protected GroupDescription()
Properties
GroupNames
Gets the group names.
Declaration
public ObservableCollection<object> GroupNames { get; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<System.Object> |
Methods
OnPropertyChanged(PropertyChangedEventArgs)
Declaration
protected virtual void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.PropertyChangedEventArgs | e |
ShouldSerializeGroupNames()
Determines whether to serialize group names or not.
Declaration
public bool ShouldSerializeGroupNames()
Returns
Type | Description |
---|---|
System.Boolean | Returns the boolean value. |
Events
PropertyChanged
Occurs when the property is changed for the data objects on the collection.
Declaration
protected event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged