Skip to main content

DialogService(FrameworkElement) Constructor

In This Article

Initializes a new instance of the DialogService class with the specified view.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public DialogService(
    FrameworkElement view
)

#Parameters

Name Type Description
view FrameworkElement

A FrameworkElement object.

See Also