SuperTipItem.Content Property
In This Article
Gets or sets the tooltip item's content. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object that represents the tooltip item's content. |
#Remarks
To specify a template used to present the Content object in a custom manner, use SuperTipItem.ContentTemplate.
See Also