Skip to main content

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

public static void SetTemplate(
    DependencyObject obj,
    DataTemplate value
)

#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