Skip to main content

SuperTipHeaderItem Class

Represents a tooltip item designed to be displayed in headers and footers of a SuperTip object.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public class SuperTipHeaderItem :
    SuperTipItem

#Remarks

The SuperTipHeaderItem object is similar to the SuperTipItem item. It allows you to display a specific content and image, represented by the inherited SuperTipItem.Content and SuperTipItem.Glyph properties.

The difference between the SuperTipItem and SuperTipHeaderItem objects is in the default appearance and indentation settings used to paint the items. By default, the SuperTipHeaderItem's text content is painted bold.

See Also