Skip to main content
A newer version of this page is available. .

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

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