ChooseConnectionPageBase<TModel>.Validate(out String) Method
In This Article
Validates the settings specified on the current wizard page.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
error |
String | An error message shown if the validation fails. |
#Returns
Type | Description |
---|---|
Boolean | true, if the validation succeeded; otherwise, false. |
#Remarks
The following Data Source Wizard‘s pages use this method:
To learn more, see Page Views and Presenters.
See Also