Skip to main content

TileBar.AllowItemHover Property

Gets or sets if the item hover feature is enabled.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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