Skip to main content

ConnectionPropertiesPageBase<TModel>.Commit() Method

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

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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