CollectionButtonBaseEventArgs.ButtonKind Property
Gets the collection button‘s type.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
Declaration
Property Value
Type | Description |
---|---|
CollectionButtonKind | The collection button’s type. |
Available values:
Name | Description |
---|---|
Add | This button adds a new item to the collection. |
Remove | This button removes the item from the collection. |
See Also