Skip to main content
All docs
V26.1
  • ChooseDataProviderPage<TModel>.GetNextPageType() Method

    Returns the type of the next wizard page.

    Namespace: DevExpress.DataAccess.Wizard.Presenters

    Assembly: DevExpress.DataAccess.v26.1.dll

    Declaration

    public override Type GetNextPageType()

    Returns

    Type Description
    Type

    The type of the next wizard page.

    See Also