windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-dfff6b52.md
Gets or sets whether the current TileControl‘s caption is displayed.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool ShowText { get; set; }
<DefaultValue(False)>
<DXCategory("Appearance")>
Public Property ShowText As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true if the current TileControl‘s caption is displayed; otherwise, false.
|
You can display a TileControl‘s caption, specified via the TileControl.Text property, by setting the ShowText property to true. The TileControl.AppearanceText property provides access to appearance settings used to paint the TileControl‘s caption.
TileGroups can also have their captions. See the TileGroup.Text, TileControl.ShowText and TileControl.AppearanceGroupText properties to learn more.
See Also
ShowText