Class GroupDescription
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.Portable.dll
Syntax
public abstract class GroupDescription : Object, INotifyPropertyChanged
Constructors
GroupDescription()
Initializes a new instance of the GroupDescription class.
Declaration
protected GroupDescription()
Methods
OnPropertyChanged(PropertyChangedEventArgs)
This method fires when the property of the class is changed.
Declaration
protected virtual void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.PropertyChangedEventArgs | e | The System.ComponentModel.PropertyChangedEventArgs that contains the event data. |
ShouldSerializeGroupNames()
Determines whether to serialize the group names in the collection view.
Declaration
public bool ShouldSerializeGroupNames()
Returns
Type | Description |
---|---|
System.Boolean | A boolean value indicating whether the group names collection is empty. |
Events
PropertyChanged
Occurs when the property of the class is changed.
Declaration
protected event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged