Back to Devexpress

TileViewItemOptions.HighlightFocusedTileStyle Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitemoptions-7237f055.md

latest2.5 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[DefaultValue(HighlightFocusedTileStyle.Default)]
[XtraSerializableProperty]
public HighlightFocusedTileStyle HighlightFocusedTileStyle { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(HighlightFocusedTileStyle.Default)>
Public Property HighlightFocusedTileStyle As HighlightFocusedTileStyle

Property Value

TypeDefaultDescription
DevExpress.XtraGrid.Views.Tile.HighlightFocusedTileStyleDefault

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 TypePath to HighlightFocusedTileStyle
TileView

.OptionsTiles .HighlightFocusedTileStyle

|

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.

See Also

FocusBorderColor

TileViewItemOptions Class

TileViewItemOptions Members

DevExpress.XtraGrid.Views.Tile Namespace