BarManagerCustomization.SetTemplate(DependencyObject, DataTemplate) Method
In This Article
Sets the value of the BarManagerCustomization.Template attached property for a given object.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
An object for which the Template attached property is set. |
value | Data |
The value for the Template attached property. |
See Also