Back to Devexpress

WinUIDialogWindow(String, IEnumerable<UICommand>) Constructor

wpf-devexpress-dot-xpf-dot-windowsui-dot-winuidialogwindow-dot-ctor-x28-system-dot-string-system-dot-collections-dot-generic-dot-ienumerable-devexpress-dot-mvvm-dot-uicommand-x29.md

latest1.7 KB
Original Source

WinUIDialogWindow(String, IEnumerable<UICommand>) Constructor

Initializes a new instance of the WinUIDialogWindow class with the specified settings.

Namespace : DevExpress.Xpf.WindowsUI

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public WinUIDialogWindow(
    string title,
    IEnumerable<UICommand> commands
)
vb
Public Sub New(
    title As String,
    commands As IEnumerable(Of UICommand)
)

Parameters

NameTypeDescription
titleString

A System.String value that specifies the dialog’s title.

| | commands | IEnumerable<UICommand> |

A list of UICommand objects that are used to generate dialog buttons.

|

See Also

WinUIDialogWindow Class

WinUIDialogWindow Members

DevExpress.Xpf.WindowsUI Namespace