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.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
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 |
|
Remarks
Hovered items are painted using different appearance settings, stored in a corresponding group of the TileView.Appearance property.
See Also