Skip to main content
All docs
V23.2

CollectionButtonBaseEventArgs.ButtonKind Property

Gets the collection button‘s type.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public CollectionButtonKind ButtonKind { get; }

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