Skip to main content

ConnectionPropertiesPageBase<TModel>.Commit() Method

In This Article

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

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public override void Commit()

#Remarks

The following Data Source Wizard‘s pages use this method:

To learn more, see Page Views and Presenters.

See Also