Skip to main content
A newer version of this page is available. .

TileControl.ShowText Property

Gets or sets whether the current TileControl‘s caption is displayed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DefaultValue(false)]
[DXCategory("Appearance")]
public bool ShowText { get; set; }

Property Value

Type Default Description
Boolean **false**

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