Skip to main content
Bar

BarEditItem.Content2Template Property

Gets or sets the template used to present the BarEditItem.Content2 object on-screen.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public DataTemplate Content2Template { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate that defines the visualization of the BarEditItem.Content2.

#Remarks

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

See Also