Skip to main content

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.v14.2.dll

#Declaration

public static DataTemplate GetTemplate(
    DependencyObject obj
)

#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