Back to Devexpress

TileView.FocusBorderColor Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-f7ba8eb7.md

latest2.1 KB
Original Source

TileView.FocusBorderColor Property

Gets or sets the border color for the focused tile within the TileView.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public Color FocusBorderColor { get; set; }
vb
Public Property FocusBorderColor As Color

Property Value

TypeDescription
Color

A Color of the focused tile in the TileView.

|

Remarks

The FocusBorderColor property sets the color for a border drawn around the selected tile. The figure below illustrates a TileView with a red focus border.

To specify whether the focused tile is highlighted using a border, background, both or is not highlighted, use the TileViewItemOptions.HighlightFocusedTileStyle property.

See Also

Tile View

HighlightFocusedTileStyle

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace