Back to Devexpress

XtraFolderBrowserDialog.Description Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrafolderbrowserdialog-0f26af04.md

latest1.8 KB
Original Source

XtraFolderBrowserDialog.Description Property

Gets or sets the description that is displayed above the folder hierarchy. Note that dialogs with the XtraFolderBrowserDialog.DialogStyle property set to Wide do not show their descriptions.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraDialogs.v25.2.dll

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

Declaration

csharp
[DefaultValue("")]
[DXCategory("Appearance")]
public string Description { get; set; }
vb
<DefaultValue("")>
<DXCategory("Appearance")>
Public Property Description As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value that is the description displayed above the folder hierarchy.

|

Remarks

Refer to the following help topic for more information: Description.

See Also

XtraFolderBrowserDialog Class

XtraFolderBrowserDialog Members

DevExpress.XtraEditors Namespace