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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | The target DependencyObject element. |
value | Boolean | The required Boolean value. |
See Also