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

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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