Back to Devexpress

TileControl.FocusRectColor Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-3db88f86.md

latest1.4 KB
Original Source

TileControl.FocusRectColor Property

OBSOLETE

Use the SelectionColor property instead

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the SelectionColor property instead")]
public Color FocusRectColor { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use the SelectionColor property instead")>
Public Property FocusRectColor As Color

Property Value

Type
Color

See Also

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace