Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

Returns

Type Description
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