TileViewItemOptions.HighlightFocusedTileStyle Property
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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DefaultValue(HighlightFocusedTileStyle.Default)]
[XtraSerializableProperty]
public HighlightFocusedTileStyle HighlightFocusedTileStyle { get; set; }
Property Value
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. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to HighlightFocusedTileStyle |
---|---|
TileView |
|
Remarks
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.