Back to Devexpress

CollectionDefinition.HideCollectionButton Attached Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-collectiondefinition-b4592bad.md

latest1.4 KB
Original Source

CollectionDefinition.HideCollectionButton Attached Property

Specifies whether the collection button (add button or remove button) should be displayed within a collection definition.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

See GetHideCollectionButton(DependencyObject) and SetHideCollectionButton(DependencyObject, Nullable<Boolean>).

Returns

TypeDescription
Nullable<Boolean>

true to hide collection buttons; otherwise, false.

|

Remarks

Use the HideCollectionButton attached property to control the visibility of add and remove buttons.

See Also

CollectionDefinition Class

CollectionDefinition Members

DevExpress.Xpf.PropertyGrid Namespace