Back to Devexpress

ITileContainerDefaultProperties.ItemTextShowMode Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-10908cee.md

latest2.3 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
TileItemContentShowMode? ItemTextShowMode { get; set; }
vb
Property ItemTextShowMode As TileItemContentShowMode?

Property Value

TypeDescription
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

AllowItemHover

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace