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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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