Skip to main content

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

NuGet Package: 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