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.v22.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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