BarManagerCustomization.GetTemplate(DependencyObject) Method
Gets the value of the BarManagerCustomization.Template attached property from 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 whose Template property’s value must be returned. |
Returns
| Type | Description |
|---|---|
| DataTemplate | The value of the Template attached property for the specified object. |
See Also