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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

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 to learn more.

See Also