Skip to main content
A newer version of this page is available. .

TileViewItemOptions.AllowItemHover Property

Gets or sets whether or not tiles within this TileView support the hover visual state.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(false)]
public bool AllowItemHover { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if tiles support the hover state; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowItemHover
TileView
.OptionsTiles.AllowItemHover

Remarks

Hovered items are painted using different appearance settings, stored in a corresponding group of the TileView.Appearance property.

See Also