HtmlForgeX

API Reference

Enum

SmartWizardStepState

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Represents the possible states of a wizard step.

Inheritance

  • Enum
  • SmartWizardStepState

Values

public const SmartWizardStepState Default #

Default state - step is available but not active.

Value: 0
public const SmartWizardStepState Active #

Active state - step is currently being viewed.

Value: 1
public const SmartWizardStepState Done #

Done state - step has been completed.

Value: 2
public const SmartWizardStepState Disabled #

Disabled state - step cannot be accessed.

Value: 3
public const SmartWizardStepState Hidden #

Hidden state - step is not visible.

Value: 4
public const SmartWizardStepState Error #

Error state - step has validation errors.

Value: 5
public const SmartWizardStepState Warning #

Warning state - step has warnings.

Value: 6