Back to Devexpress

ITileContainerDefaultProperties.ShowText Property

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

latest2.5 KB
Original Source

ITileContainerDefaultProperties.ShowText Property

Gets or sets whether the current TileContainer‘s text is visible.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
DefaultBoolean

The DefaultBoolean enumerator value that specifies whether the current TileContainer‘s text is visible.

|

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

Use the BaseContentContainer.Caption and BaseContentContainer.Subtitle properties to set a caption for a Content Container.

See Also

Caption

Subtitle

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace