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

DialogService(FrameworkElement) Constructor

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public DialogService(
    FrameworkElement view
)

Parameters

Name Type Description
view FrameworkElement

A FrameworkElement object.

See Also