Skip to main content

IFileDialogServiceBase.Title Property

Gets or sets the title displayed by the dialog box.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v24.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

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