TileControl.ShowText Property
Gets or sets whether the current TileControl‘s caption is displayed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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