Skip to main content
A newer version of this page is available. .

ITileContainerDefaultProperties.CanShowText Property

Gets whether the current TileContainer‘s caption is displayed.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

bool CanShowText { get; }

Property Value

Type Description
Boolean

true, if the current TileContainer‘s caption is displayed; otherwise, false.

Remarks

See the ITileContainerDefaultProperties.ShowText property to learn more.

See Also