Skip to main content

SuperTip.Items Property

Gets the collection of tooltip items displayed by the current SuperTip object.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public SuperTipItemsCollection Items { get; }

#Property Value

Type Description
DevExpress.Xpf.Core.SuperTipItemsCollection

A SuperTipItemsCollection object that represents a collection of tooltip items.

#Remarks

Use the Items collection to add tooltip items to the current SuperTip object. Each tooltip item is represented by a SuperTipItemBase class descendant.

The Items property is marked with the System.Windows.Markup.ContentPropertyAttribute attribute. So, in XAML, tooltip item objects defined between the SuperTip start and end tags will be added to the current collection.

See Also