BarEditItem.Content2Template Property
In This Article
Gets or sets the template used to present the BarEditItem.Content2 object on-screen.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public DataTemplate Content2Template { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
See the Data Templating Overview topic to learn more.
See Also