CollectionDefinition.GetHideCollectionButton(DependencyObject) Method
Gets the value of the CollectionDefinition.HideCollectionButton attached property for the specified object.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| element | DependencyObject | An object whose CollectionDefinition.HideCollectionButton attached property’s value is to be returned. |
Returns
| Type | Description |
|---|---|
| Nullable<Boolean> | The value of the CollectionDefinition.HideCollectionButton attached property for the specified object. |
See Also