Click or drag to resize
KaxNumericTextBoxType Property
Gets or sets the numeric type of the KaxNumericTextBox.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual NumericType Type { get; set; }

Property Value

Type: NumericType
One of the NumericType enumeration values. The default is Number.

Implements

IKaxNumericTextBoxType
Remarks
Use the Type property to determine the numeric type that the KaxNumericTextBox represents. The Type property is represented by one of the NumericType enumeration values.
See Also