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.v24.1.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
Declaration
See GetHideCollectionButton(DependencyObject) and SetHideCollectionButton(DependencyObject, Nullable<Boolean>).
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