Back to Devexpress

WinUIDialogWindow(String) Constructor

wpf-devexpress-dot-xpf-dot-windowsui-dot-winuidialogwindow-dot-ctor-x28-system-dot-string-x29.md

latest1.3 KB
Original Source

WinUIDialogWindow(String) Constructor

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

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public WinUIDialogWindow(
    string title
)
vb
Public Sub New(
    title As String
)

Parameters

NameTypeDescription
titleString

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

|

See Also

WinUIDialogWindow Class

WinUIDialogWindow Members

DevExpress.Xpf.WindowsUI Namespace