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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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