Back to Devexpress

TileItem.SuperTip Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitem-ad359d4f.md

latest2.3 KB
Original Source

TileItem.SuperTip Property

Gets or sets a SuperToolTip for the current tile item.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual SuperToolTip SuperTip { get; set; }
vb
Public Overridable Property SuperTip As SuperToolTip

Property Value

TypeDescription
SuperToolTip

A SuperToolTip object associated with the current tile item.

|

Remarks

Tiles support SuperToolTip objects to provide hints to end-users. To specify a SuperToolTip for the current TileItem, use the SuperTip property. The TileItem.ResetSuperTip method allows you to remove the SuperToolTip assigned to the current TileItem.

The control’s TileControl.ToolTipController property determines the ToolTipController which manages tooltips for the control. See Hints and Tooltips for more information.

See Also

ShowToolTips

ToolTipController

ResetSuperTip()

Hints and Tooltips

TileItem Class

TileItem Members

DevExpress.XtraEditors Namespace