DXFileDialog.Title Property
Gets or sets the file dialog title.
Namespace: DevExpress.Xpf.Dialogs
Assembly: DevExpress.Xpf.Dialogs.v26.1.dll
Declaration
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