Back to Devexpress

ITileContainerDefaultProperties.ShowGroupText Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-f3f00901.md

latest2.5 KB
Original Source

ITileContainerDefaultProperties.ShowGroupText Property

Gets or sets whether Tile Group captions are displayed for the current TileContainer.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
DefaultBoolean

A DefaultBoolean enumerator value specifying whether Tile Group captions are displayed for the current TileContainer.

|

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

Tiles can be combined in multiple Tile Groups via the BaseTile.Group property. The ShowGroupText property specifies whether these Group captions should be displayed. You can access the Group caption appearance settings via the TileContainer.AppearanceGroupText object.

See Also

AppearanceGroupText

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace