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

ITileContainerDefaultProperties.CanDrawSelectedItemBorder Property

Gets whether or not selected tiles within this TileContainer should display an external selection border.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

bool CanDrawSelectedItemBorder { get; }

Property Value

Type Description
Boolean

true, if selected tiles within this TileContainer should display an external selection border; otherwise, false.

Remarks

See the ITileContainerDefaultProperties.AllowSelectedItemBorder property to learn more.

See Also