Skip to main content
All docs
V26.1
  • 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.v26.1.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