IOpenDialogServiceBase.ShowDialog(Action<CancelEventArgs>, String) Method
In This Article
Shows the dialog box.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
bool ShowDialog(
Action<CancelEventArgs> fileOK,
string directoryName
)
#Parameters
Name | Type | Description |
---|---|---|
file |
Action<Cancel |
A System. |
directory |
String | A System. |
#Returns
Type | Description |
---|---|
Boolean | true, if the user clicks OK in the dialog box; otherwise, false. |
See Also