TileBar.AllowItemHover Property
In This Article
Gets or sets if the item hover feature is enabled.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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