Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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