Class GroupDescription
Represents a class that defines the basic methods and properties for grouping the data in the collection view.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DataSource
Assembly: Syncfusion.DataSource.WinForms.dll
Syntax
public abstract class GroupDescription : 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