Back to Devexpress

TileControl.ItemTextShowMode Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-7e1f9690.md

latest2.7 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(TileItemContentShowMode.Default)]
[DXCategory("Appearance")]
public TileItemContentShowMode ItemTextShowMode { get; set; }
vb
<DefaultValue(TileItemContentShowMode.Default)>
<DXCategory("Appearance")>
Public Property ItemTextShowMode As TileItemContentShowMode

Property Value

TypeDefaultDescription
DevExpress.XtraEditors.TileItemContentShowModeDefault

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

TextShowMode

Tile Item Structure

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace