Back to Devexpress

BrowsePathEdit.ShowDialogCommand Property

wpf-devexpress-dot-xpf-dot-editors-dot-browsepathedit-54636248.md

latest1.2 KB
Original Source

BrowsePathEdit.ShowDialogCommand Property

Gets the command that invokes the browse dialog. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ICommand ShowDialogCommand { get; }
vb
Public ReadOnly Property ShowDialogCommand As ICommand

Property Value

TypeDescription
ICommand

The command that invokes the browse dialog.

|

Remarks

Corresponding method: BrowsePathEdit.ShowDialog.

See Also

BrowsePathEdit Class

BrowsePathEdit Members

DevExpress.Xpf.Editors Namespace