Back to Devexpress

ITileContainerDefaultProperties.ActualItemTextShowMode Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-3f30351d.md

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
TileItemContentShowMode ActualItemTextShowMode { get; }
vb
ReadOnly Property ActualItemTextShowMode As TileItemContentShowMode

Property Value

TypeDescription
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

ItemTextShowMode

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace