FolderBrowserDialogService.HelpRequestCommand Property
Gets or sets a command executed when the Help button is clicked. This is a dependency property.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ICommand | A ICommand object executed when the Help button is clicked. |
See Also