WizardNumberType Property

Wizard number type.

Definition

Namespace: Aliquo.Windows.Wizard.Controls
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public WizardNumberType Type { get; set; }

Property Value

WizardNumberType

Remarks

Valid types:

WizardNumberType.Decimal

WizardNumberType.Double

WizardNumberType.Single

WizardNumberType.Byte

WizardNumberType.Int16

WizardNumberType.Int32

WizardNumberType.Int64

WizardNumberType.Short

WizardNumberType.Integer

WizardNumberType.Long

See Also