Skip to main content
Bar

TemplatedBarManagerController.Template Property

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

public DataTemplate Template { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object that defines a BarManagerActionContainer object.

#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