Skip to main content

ChooseConnectionPageBase<TModel>.Commit() Method

Saves settings specified on the current wizard page to the report model.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v25.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public override void Commit()

Remarks

The following Data Source Wizard pages use this method:

To learn more, see Page Views and Presenters.

See Also