Back to Devexpress

TileControl.ShowText Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-dfff6b52.md

latest2.3 KB
Original Source

TileControl.ShowText Property

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

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool ShowText { get; set; }
vb
<DefaultValue(False)>
<DXCategory("Appearance")>
Public Property ShowText As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Remarks

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

AppearanceText

Text

ShowText

AppearanceGroupText

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace