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

TileItem.TextShowMode Property

Gets or sets the specifics that determine how the current TileItem‘s text content will be displayed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(TileItemContentShowMode.Default)]
[DXCategory("Appearance")]
[SmartTagProperty("Text Show Mode", "Appearance", 120)]
public TileItemContentShowMode TextShowMode { get; set; }

Property Value

Type Default Description
DevExpress.XtraEditors.TileItemContentShowMode **Default**

A TileItemContentShowMode enumerator value that indicates how the current TileItem‘s text content is displayed.

Remarks

Every TileItem can contain multiple text blocks provided by the Elements collection. See the Tile Item Structure topic to learn more.

Depending on the TextShowMode property value, a TileItem can either display its text content only when the item is hovered, or always. This setting affects both static and animated items. The TextShowMode property overrides the corresponding TileControl.ItemTextShowMode property that regulates items display mode for all items within a tile control.

See Also