Back to Devexpress

CollectionButtonKind Enum

wpf-devexpress-dot-xpf-dot-propertygrid-0996ff57.md

latest1.2 KB
Original Source

CollectionButtonKind Enum

Lists buttons that allow users to interact with collections.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public enum CollectionButtonKind
vb
Public Enum CollectionButtonKind

Members

NameDescription
Add

This button adds a new item to the collection.

| | Remove |

This button removes the item from the collection.

|

The following properties accept/return CollectionButtonKind values:

See Also

DevExpress.Xpf.PropertyGrid Namespace