Back to Devexpress

DialogParameters.Description Property

wpf-devexpress-dot-xpf-dot-editors-dot-dialogparameters-49816c24.md

latest1.2 KB
Original Source

DialogParameters.Description Property

Gets or sets the text displayed in the browse folder dialog.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string Description { get; set; }
vb
Public Property Description As String

Property Value

TypeDescription
String

The text displayed in the browse folder dialog.

|

Remarks

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

See Also

DialogParameters Class

DialogParameters Members

DevExpress.Xpf.Editors Namespace