CollectionButtonBaseEventArgs.ButtonKind Property
In This Article
Gets the collection button‘s type.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
#Declaration
public CollectionButtonKind ButtonKind { get; }
#Property Value
Type | Description |
---|---|
Collection |
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