Back to Devexpress

DialogService.Title Property

wpf-devexpress-dot-xpf-dot-core-dot-dialogservice-abb3924f.md

latest942 B
Original Source

DialogService.Title Property

Gets or sets a value specifying the dialog title.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string Title { get; set; }
vb
Public Property Title As String

Property Value

TypeDescription
String

The text displayed in the dialog title.

|

See Also

DialogService Class

DialogService Members

DevExpress.Xpf.Core Namespace