Skip to main content
A newer version of this page is available. .

WizardPageBase<TView, TModel>.GetNextPageType() Method

Returns the type of the next wizard page.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public virtual Type GetNextPageType()

Returns

Type Description
Type

A Type enumeration value.

See Also