Back to Devexpress

TileItem.TextShowMode Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitem-762be344.md

latest2.5 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
DevExpress.XtraEditors.TileItemContentShowModeDefault

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

ItemTextShowMode

Tile Item Structure

TileItem Class

TileItem Members

DevExpress.XtraEditors Namespace