BarManagerCustomization.GetTemplate(DependencyObject) Method
In This Article
Gets the value of the BarManagerCustomization.Template attached property from a given object.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
An object whose Template property's value must be returned. |
#Returns
Type | Description |
---|---|
Data |
The value of the Template attached property for the specified object. |
See Also