Skip to main content

DXDialog(String, DialogButtons, Boolean) Constructor

In This Article

Namespace: DevExpress.Xpf.Core

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

#Declaration

public DXDialog(
    string title,
    DialogButtons dialogButtons,
    bool setButtonHandlers
)

#Parameters

Name Type
title String
dialogButtons DialogButtons
setButtonHandlers Boolean
See Also