Skip to main content
A newer version of this page is available. .

IFileDialogServiceBase.Title Property

Gets or sets the title displayed by the dialog box.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

string Title { get; set; }

Property Value

Type Description
String

A System.String value that specifies the title displayed by the dialog box.

See Also