TileItem.TextShowMode Property
Gets or sets the specifics that determine how the current TileItem‘s text content will be displayed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(TileItemContentShowMode.Default)]
[DXCategory("Appearance")]
public TileItemContentShowMode TextShowMode { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DevExpress.XtraEditors.TileItemContentShowMode | Default | A TileItemContentShowMode enumerator value that indicates how the current TileItem‘s text content is displayed. |
Remarks
Every TileItem can contain multiple text blocks provided by the Elements collection. See the Tile Item Structure topic to learn more.
Depending on the TextShowMode property value, a TileItem can either display its text content only when the item is hovered, or always. This setting affects both static and animated items. The TextShowMode property overrides the corresponding TileControl.ItemTextShowMode property that regulates items display mode for all items within a tile control.