Skip to main content

TileControl.ItemTextShowMode Property

Gets or sets common settings for all TileItems within the current TileControl terms to display their text content.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(TileItemContentShowMode.Default)]
[DXCategory("Appearance")]
public TileItemContentShowMode ItemTextShowMode { get; set; }

Property Value

Type Default Description
DevExpress.XtraEditors.TileItemContentShowMode Default

A TileItemContentShowMode enumerator value that indicates how TileControls’ text content is displayed.

Remarks

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

Depending on the ItemTextShowMode property value, TileItems within the parent TileControl can either display their text content only when items are hovered, or always. This property affects both static and animated items. Use the TileItem.TextShowMode property to override these default settings for individual TileItems.

See Also