Skip to main content

LayoutItem.AllowHeaderHighligting Property

OBSOLETE

'AllowHeaderHighligting' is obsolete. Use 'AllowHeaderHighlighting' instead.

Gets or sets whether an item’s header is highlighted (painted bold) when the item’s content is focused.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

[Obsolete("'AllowHeaderHighligting' is obsolete. Use 'AllowHeaderHighlighting' instead.")]
[Deprecated("'AllowHeaderHighligting' is obsolete. Use 'AllowHeaderHighlighting' instead.", DeprecationType.Deprecate, 1U)]
public bool AllowHeaderHighligting { get; set; }

Property Value

Type Description
Boolean

true if an item’s header is highlighted (painted bold) when the item’s content is focused; otherwise, false.

Remarks

By default, the AllowHeaderHighligting property is set to true. Set the property to false to prevent highlighting the header.

See Also