Back to Devexpress

ITileContainerDefaultProperties.CanShowText Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-0a6837e9.md

latest1.8 KB
Original Source

ITileContainerDefaultProperties.CanShowText Property

Gets whether the current TileContainer‘s caption is displayed.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
bool CanShowText { get; }
vb
ReadOnly Property CanShowText As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

See the ITileContainerDefaultProperties.ShowText property to learn more.

See Also

ShowText

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace