Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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

#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