Back to Devexpress

WizardView Class

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-f5088822.md

latest1.9 KB
Original Source

WizardView Class

The default implementation of the IWizardView interface, providing an empty form containing the Data Source Wizard.

Namespace : DevExpress.DataAccess.UI.Wizard

Assembly : DevExpress.DataAccess.v25.2.UI.dll

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
public class WizardView :
    XtraForm,
    IWizardView
vb
Public Class WizardView
    Inherits XtraForm
    Implements IWizardView

Inheritance

Show 11 items

Object MarshalByRefObject Component Control ScrollableControl ContainerControl Form DevExpress.XtraEditors.DForm DevExpress.XtraEditors.MouseWheelContainerForm XtraForm WizardView

See Also

WizardView Members

IWizardView

DevExpress.DataAccess.UI.Wizard Namespace