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

ThemedWindowHeaderItemsControlBase.GetAllowHeaderItems(DependencyObject) Method

Gets the value of the ThemedWindowHeaderItemsControlBase.AllowHeaderItems attached property for a specified DependencyObject.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public static bool GetAllowHeaderItems(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

The target DependencyObject element.

Returns

Type Description
Boolean

true, if the HeaderItems are allowed for the object; otherwise, false.

See Also