Back to Devexpress

TileViewItemOptions.AllowItemHover Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitemoptions-b5429d88.md

latest2.3 KB
Original Source

TileViewItemOptions.AllowItemHover Property

Gets or sets whether tiles support the hover visual state.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true to enable the hover state; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowItemHover
TileView

.OptionsTiles .AllowItemHover

|

Remarks

Use the TileView.Appearance.ItemHovered property to customize the appearance of hovered tiles (items).

Note

The AllowItemHover setting should only be used with regular tile templates and not with HTML-CSS tile templates. Use the :hover CSS state selector to implement hover animation in an HTML-CSS tile template.

See Also

Tile View

TileViewItemOptions Class

TileViewItemOptions Members

DevExpress.XtraGrid.Views.Tile Namespace