Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DXFileDialog.Title Property

Gets or sets the file dialog title.

Namespace: DevExpress.Xpf.Dialogs

Assembly: DevExpress.Xpf.Dialogs.v24.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