Back to Devexpress

BrowsePathEdit.ShowDialog(Nullable<DialogType>) Method

wpf-devexpress-dot-xpf-dot-editors-dot-browsepathedit-dot-showdialog-x28-system-dot-nullable-devexpress-dot-xpf-dot-editors-dot-dialogtype-x29.md

latest1.3 KB
Original Source

BrowsePathEdit.ShowDialog(Nullable<DialogType>) Method

Invokes the browse dialog and allow you to specify the dialog type.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void ShowDialog(
    DialogType? dialogType = null
)
vb
Public Sub ShowDialog(
    dialogType As DialogType? = Nothing
)

Optional Parameters

NameTypeDefaultDescription
dialogTypeNullable<DialogType>null

The type of the invoked dialog.

|

See Also

ShowDialogCommand

BrowsePathEdit Class

BrowsePathEdit Members

DevExpress.Xpf.Editors Namespace