Skip to main content

SuperTipItem Class

Represents a regular tooltip item for a SuperTip object.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public class SuperTipItem :
    SuperTipItemBase

#Remarks

A regular tooltip item consists of content and glyph regions. To specify the content and glyph, use the SuperTipItem.Content and SuperTipItem.Glyph properties, respectively.

By deafult, the glyph is displayed on the left of the content. You can change the glyph's relative position by changing the style via the SuperTipItem.LayoutStyle property (see the example below).

See Also