Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(TileItemContentShowMode.Default)]
[DXCategory("Appearance")]
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