TileBar.AllowItemHover Property
Gets or sets if the item hover feature is enabled.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.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