Class GroupingAttribute
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)
Declaration
public GroupingAttribute(bool cangroup)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | cangroup |
Properties
CanGroup
Declaration
public bool CanGroup { get; set; }
Property Value
Type |
---|
System.Boolean |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged