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

FolderBrowserDialogService.Description Property

Gets or sets the text displayed above the tree view control in the dialog box. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public string Description { get; set; }

Property Value

Type Description
String

A System.String value specifying the text above the tree view control in the dialog box.

The default is an empty string.

See Also