Back to Devexpress

ITileContainerDefaultProperties.AllowSelectedItemBorder Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-57ddc2ad.md

latest2.7 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
DefaultBoolean AllowSelectedItemBorder { get; set; }
vb
Property AllowSelectedItemBorder As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

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

|

Available values:

NameDescriptionReturn 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

AllowSelectedItem

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace