Click or drag to resize
KaxNumericTextBox Properties

The KaxNumericTextBox type exposes the following members.

Properties
  Name Description
Public property AllowOutOfRangeAutoCorrect
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 property ButtonDownContainer
Gets control that contains the up button of KaxInput control
Public property ButtonLeftContainer
Public property ButtonRightContainer
Public property ButtonUpContainer
Gets control that contains the up button of KaxInput control
Public property Culture
Gets or sets the culture used by KaxNumericTextBox to format the numburs.
Public property DataType
Type of object that is used to wrap the DbValue property.
Public property Code example DbValue
Gets or sets the data content of KaxNumericTextBox in a database friendly way.
Public property IncrementSettings
Public property MaxValue
Gets or sets the largest possible value of a KaxNumericTextBox.
Public property MinValue

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

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

Public property NumberFormat
Public property SelectionOnFocus (Overrides KaxInputControlSelectionOnFocus.)
Public property Code example ShowIncrementButtons
Gets or sets a value indicating whether the button is displayed in the KaxInput control.
Public property ShowLargeIncrementButtons
Public property SpinDownCssClass
Public property SpinLeftCssClass
Public property SpinRightCssClass
Public property SpinUpCssClass
Public property Text (Overrides KaxInputControlText.)
Public property Type
Gets or sets the numeric type of the KaxNumericTextBox.
Public property ValidationText
Public property Value
Gets or sets the value of the KaxInput control.
Top
See Also