Skip to main content

DXDialog(String, DialogButtons) Constructor

Initializes a new instance of the DXDialog class with the specified title and dialog buttons.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DXDialog(
    string title,
    DialogButtons dialogButtons
)

Parameters

Name Type Description
title String

A string value that specifies the dialog’s title. This value is assigned to the Title property.

dialogButtons DialogButtons

A DevExpress.Xpf.Core.DialogButtons enumeration value that specifies which buttons are displayed within the dialog. This value is assigned to the DXDialog.Buttons property.

See Also