Click or drag to resize
KaxNumericTextBox Class
Kettic KaxNumericTextBox
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxInputControl
          Kettic.AspNet.ControlsKaxNumericTextBox

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxNumericTextBox : KaxInputControl, 
	IKaxNumericTextBox

The KaxNumericTextBox type exposes the following members.

Constructors
  NameDescription
Public methodKaxNumericTextBox
Top
Properties
  NameDescription
Public propertyAllowOutOfRangeAutoCorrect
Gets or sets whether the KaxNumericTextBox should autocorrect out of range values to valid values or leave them visible to the user and apply its InvalidStyle. If the InvalidStyle is applied, the control will have no value.
Public propertyButtonDownContainer
Gets control that contains the up button of KaxInput control
Public propertyButtonLeftContainer
Public propertyButtonRightContainer
Public propertyButtonUpContainer
Gets control that contains the up button of KaxInput control
Public propertyCulture
Gets or sets the culture used by KaxNumericTextBox to format the numburs.
Public propertyDataType
Type of object that is used to wrap the DbValue property.
Public propertyCode exampleDbValue
Gets or sets the data content of KaxNumericTextBox in a database friendly way.
Public propertyIncrementSettings
Public propertyMaxValue
Gets or sets the largest possible value of a KaxNumericTextBox.
Public propertyMinValue

Gets or sets the smallest possible value of a KaxNumericTextBox.
Public propertyNegativeStyle

Gets the style properties for KaxInput when when the text is negative.

Public propertyNumberFormat
Public propertySelectionOnFocus (Overrides KaxInputControlSelectionOnFocus.)
Public propertyCode exampleShowIncrementButtons
Gets or sets a value indicating whether the button is displayed in the KaxInput control.
Public propertyShowLargeIncrementButtons
Public propertySpinDownCssClass
Public propertySpinLeftCssClass
Public propertySpinRightCssClass
Public propertySpinUpCssClass
Public propertyText (Overrides KaxInputControlText.)
Public propertyType
Gets or sets the numeric type of the KaxNumericTextBox.
Public propertyValidationText
Public propertyValue
Gets or sets the value of the KaxInput control.
Top
See Also