Skip to main content

SuperTipItem.ContentTemplate Property

Gets or sets the template used to display the SuperTipItem.Content object. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public DataTemplate ContentTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate that defines the visualization of the SuperTipItem.Content object.

#Remarks

See the Data Templating Overview topic in MSDN to learn more.

See Also