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

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