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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
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.