Skip to main content

ITileContainerDefaultProperties.ItemTextShowMode Property

Gets or sets when Tiles within the current TileContainer should display their text content.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

TileItemContentShowMode? ItemTextShowMode { get; set; }

Property Value

Type Description
Nullable<DevExpress.XtraEditors.TileItemContentShowMode>

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

Remarks

Depending on the ItemTextShowMode property value, Tiles within the current TileContainer display their text content either always, or only when hovered. Note that in later case, the ITileContainerDefaultProperties.AllowItemHover property must equal true.

See Also