Skip to main content
A newer version of this page is available. .

ITileContainerDefaultProperties.ActualItemTextShowMode Property

Gets whether Tiles within the current TileContainer should always display their text content or display it on hover only.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

TileItemContentShowMode ActualItemTextShowMode { get; }

Property Value

Type Description
DevExpress.XtraEditors.TileItemContentShowMode

A TileItemContentShowMode enumerator value that specifies whether Tiles within the current TileContainer should always display their text content or display it on hover only.

Remarks

See the ITileContainerDefaultProperties.ItemTextShowMode property to learn more.

See Also