BarManagerCustomization.SetTemplate(DependencyObject, DataTemplate) Method
Sets the value of the BarManagerCustomization.Template attached property for a given object.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v25.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | DependencyObject | An object for which the Template attached property is set. |
| value | DataTemplate | The value for the Template attached property. |
See Also