Skip to main content
A newer version of this page is available. .

TileItem.SuperTip Property

Gets or sets a SuperToolTip for the current tile item.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[SmartTagProperty("Super Tip", "Appearance", 7)]
public virtual SuperToolTip SuperTip { get; set; }

Property Value

Type Description
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 Tooltip Management for more information.

See Also