A newer version of this page is available.
Switch to the current version.
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; }
ReadOnly Property ActualItemTextShowMode As TileItemContentShowMode
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
Feedback