Back to Devexpress

TileBar.AllowItemHover Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilebar-41cb251f.md

latest1.7 KB
Original Source

TileBar.AllowItemHover Property

Gets or sets if the item hover feature is enabled.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
public bool AllowItemHover { get; set; }
vb
<DefaultValue(True)>
Public Property AllowItemHover As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

Hovered

TileControl.AppearanceItem

TileItem.AppearanceItem

TileBar Class

TileBar Members

DevExpress.XtraBars.Navigation Namespace