Skip to main content
A newer version of this page is available. .

TileView.FocusBorderColor Property

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

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public Color FocusBorderColor { get; set; }

Property Value

Type Description
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.

TileView - Focus Border Color

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

See Also