Back to Devexpress

BaseWizardPage Class

windowsforms-devexpress-dot-xtrawizard-588a402f.md

latest2.8 KB
Original Source

BaseWizardPage Class

Serves as a base for classes that represent wizard pages.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public class BaseWizardPage :
    ContainerControl
vb
Public Class BaseWizardPage
    Inherits ContainerControl

The following members return BaseWizardPage objects:

Remarks

To learn more, see Welcome Page, Interior Page and Completion Page.

Inheritance

Show 11 items

Object MarshalByRefObject Component Control ScrollableControl ContainerControl BaseWizardPage BaseWelcomeWizardPage

WizardPage

CompletionWizardPage

WelcomeWizardPage

See Also

BaseWizardPage Members

DevExpress.XtraWizard Namespace