Back to Devexpress

DXFileDialog.Title Property

wpf-devexpress-dot-xpf-dot-dialogs-dot-dxfiledialog-334b3449.md

latest1.2 KB
Original Source

DXFileDialog.Title Property

Gets or sets the file dialog title.

Namespace : DevExpress.Xpf.Dialogs

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

NuGet Package : DevExpress.Wpf.Dialogs

Declaration

csharp
[DefaultValue("")]
public string Title { get; set; }
vb
<DefaultValue("")>
Public Property Title As String

Property Value

TypeDefaultDescription
StringString.Empty

The file dialog title.

|

Remarks

The string is placed in the title bar of the file dialog. If the title is an empty string, the system uses a default title, which is either “Save As” or “Open”.

See Also

DXFileDialog Class

DXFileDialog Members

DevExpress.Xpf.Dialogs Namespace