TileView.FocusBorderColor Property
Gets or sets the border color for the focused tile within the TileView.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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.
To specify whether the focused tile is highlighted using a border, background, both or is not highlighted, use the TileViewItemOptions.HighlightFocusedTileStyle property.
See Also