Class GroupingAttribute
Class which indicates whether a property supports grouping functionality in data-bound collections or views.
Inheritance
System.Object
GroupingAttribute
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class GroupingAttribute : Attribute, INotifyPropertyChanged
Constructors
GroupingAttribute(Boolean)
Initializes a new instance of the GroupingAttribute class.
Declaration
public GroupingAttribute(bool cangroup)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | cangroup | Indicates whether the associated property can be used for grouping. |
Properties
CanGroup
Gets a value indicating whether the associated property can be used for grouping.
Declaration
public bool CanGroup { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Events
PropertyChanged
Occurs when the value of a property changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
|---|
| System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged