KaxNumericTextBoxType Property |
Gets or sets the numeric type of the KaxNumericTextBox.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual NumericType Type { get; set; }
Public Overridable Property Type As NumericType
Get
Set
public:
virtual property NumericType Type {
NumericType get ();
void set (NumericType value);
}
abstract Type : NumericType with get, set
override Type : NumericType with get, set
Property Value
Type:
NumericTypeOne 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