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.v25.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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