SuperTip.Items Property
In This Article
Gets the collection of tooltip items displayed by the current SuperTip object.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A Super |
#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