TemplatedBarManagerController.Template Property
In This Article
Gets or sets a DataTemplate that defines a BarManagerActionContainer object storing bar customization actions. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
The Template property must specify a DataTemplate object that defines a BarManagerActionContainer object. Actions stored in the BarManagerActionContainer will be used to customize the structure of bars of the current BarManager (BarManagerControllerBase.Manager).
See Also