WizardView Class

Wizard view class.

Definition

Namespace: Aliquo.Windows.Wizard
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class WizardView
Inheritance
Object    WizardView

Remarks

Class for creating a wizard.

Constructors

WizardView Class constructor.

Properties

Steps Steps used to build the wizard.

Methods

AddStep Adds a new step (and its controls) to the wizard.
ToString Converts wizard settings into string.
(Overrides ObjectToString)

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also