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

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

Declaration

public static bool? GetHideCollectionButton(
    DependencyObject element
)

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