Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

DefaultBoolean ShowGroupText { get; set; }

Property Value

Type Description
DefaultBoolean

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

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

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