Skip to main content

ITileContainerDefaultProperties.AllowSelectedItemBorder Property

Gets or sets whether or not a selection border should be drawn around the currently selected tile.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

DefaultBoolean AllowSelectedItemBorder { get; set; }

Property Value

Type Description
DefaultBoolean

A DefaultBoolean enumerator value that specifies whether or not a selection border should be drawn around the currently selected tile.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

If the ITileContainerDefaultProperties.AllowSelectedItem property equals true, end-users can select tiles by clicking them at runtime. Around such tiles, an external border called a selection border is drawn. You can set the AllowSelectedItemBorder property to DefaultBoolean.False to disable this border.

When the AllowSelectedItemBorder property is not set to DefaultBoolean.Default, it overrides the corresponding global setting, accessible through the WindowsUIView.TileContainerProperties group.

See Also