Skip to main content
A newer version of this page is available. .

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

NuGet Package: DevExpress.Wpf.Printing

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