ITileContainerDefaultProperties.ShowText Property
Gets or sets whether the current TileContainer‘s text is visible.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| DefaultBoolean | The DefaultBoolean enumerator value that specifies whether the current TileContainer‘s text is visible. |
Available values:
| Name | Description | Return Value |
|---|---|---|
| True | The value is true. |
|
| False | The value is false. |
|
| Default | The value is specified by a global option or a higher-level object. |
|
Remarks
Use the BaseContentContainer.Caption and BaseContentContainer.Subtitle properties to set a caption for a Content Container.
See Also