Skip to main content
A newer version of this page is available. .
All docs
V21.2

ParametersPanel.GetParametersPanel(DependencyObject) Method

Get the value of the ParametersPanel.ParametersPanel attached property to a specified ParametersPanel.

Namespace: DevExpress.Xpf.Printing.Parameters

Assembly: DevExpress.Xpf.Printing.v21.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public static ParametersPanel GetParametersPanel(
    DependencyObject obj
)

Parameters

Name Type
obj DependencyObject

Returns

Type
ParametersPanel
See Also