Skip to main content

DXFileDialog.Title Property

Gets or sets the file dialog title.

Namespace: DevExpress.Xpf.Dialogs

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

NuGet Package: DevExpress.Wpf.Dialogs

Declaration

[DefaultValue("")]
public string Title { get; set; }

Property Value

Type Default Description
String String.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