Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

    public static ParametersPanel GetParametersPanel(
        DependencyObject obj
    )

    Parameters

    Name Type
    obj DependencyObject

    Returns

    Type
    ParametersPanel
    See Also