Skip to main content

SuperTipItem.Content Property

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

public object Content { get; set; }

#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