windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-f30960c9.md
Gets or sets whether or not a selection border should be drawn around the currently selected tile.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool AllowSelectedItemBorder { get; set; }
<DefaultValue(True)>
<DXCategory("Appearance")>
Public Property AllowSelectedItemBorder As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | true |
true if a selection border should be drawn around the currently selected tile; otherwise, false.
|
There are two types of external borders that can be drawn around a tile.
The following animation illustrates the difference between these borders. A black selection border is drawn when tiles are clicked. A navigation border is painted using a custom Maroon color and appears when focusing tiles using the keyboard.
See Also