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

TileBar.AllowItemHover Property

Gets or sets if the item hover feature is enabled.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(true)]
public bool AllowItemHover { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the item hover feature is enabled; otherwise, false.

Remarks

If the AllowItemHover property is enabled, hovered items have a different appearance compared to non-hovered items. You can customize the appearance of hovered items using the TileItemAppearances.Hovered property.

See Also