Skip to main content

DialogService Class

Allows you to show a dialog window and get its result.

Namespace: DevExpress.WinUI.Mvvm.UI

Assembly: DevExpress.WinUI.Controls.Core.v21.1.dll

Declaration

[Bindable]
public class DialogService :
    ViewServiceBase,
    IDialogService,
    IDocumentOwner

Remarks

Refer to the following topic for more information: DialogService.

Inheritance

Object
DependencyObject
DevExpress.WinUI.Mvvm.UI.Interactivity.AttachableObjectBase
DevExpress.WinUI.Mvvm.UI.Interactivity.Behavior
DevExpress.WinUI.Mvvm.UI.Interactivity.Behavior<FrameworkElement>
DevExpress.WinUI.Mvvm.UI.ServiceBaseGeneric<FrameworkElement>
DevExpress.WinUI.Mvvm.UI.ServiceBase
DevExpress.WinUI.Mvvm.UI.ViewServiceBase
DialogService
See Also