DXFileDialog.Title Property
In This Article
Gets or sets the file dialog title.
Namespace: DevExpress.Xpf.Dialogs
Assembly: DevExpress.Xpf.Dialogs.v24.2.dll
NuGet Package: DevExpress.Wpf.Dialogs
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
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