windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitemoptions-7237f055.md
Gets or sets whether the focused tile is highlighted using a border, background, both or is not highlighted.
Namespace : DevExpress.XtraGrid.Views.Tile
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[DefaultValue(HighlightFocusedTileStyle.Default)]
[XtraSerializableProperty]
public HighlightFocusedTileStyle HighlightFocusedTileStyle { get; set; }
<XtraSerializableProperty>
<DefaultValue(HighlightFocusedTileStyle.Default)>
Public Property HighlightFocusedTileStyle As HighlightFocusedTileStyle
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraGrid.Views.Tile.HighlightFocusedTileStyle | Default |
A DevExpress.XtraGrid.Views.Tile.HighlightFocusedTileStyle enumeration value specifying whether the focused tile is highlighted using a border, background, both or is not highlighted.
|
You can access this nested property as listed below:
| Object Type | Path to HighlightFocusedTileStyle |
|---|---|
| TileView |
.OptionsTiles .HighlightFocusedTileStyle
|
The DevExpress.XtraGrid.Views.Tile.HighlightFocusedTileStyle enumeration provides the following values specifying how the focused tile is highlighted:
Default —the same as Border ;
Border —using a border,
BorderAndContent —using a border and background,
Content —using the background,
None —the focused tile is not highlighted.
See Also