Skip to main content
All docs
V26.1
  • ThemedWindowHeaderItemsControlBase.SetAllowHeaderItems(DependencyObject, Boolean) Method

    Sets 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 void SetAllowHeaderItems(
        DependencyObject obj,
        bool value
    )

    Parameters

    Name Type Description
    obj DependencyObject

    The target DependencyObject element.

    value Boolean

    The required Boolean value.

    See Also