Click or drag to resize
NumericTextBoxSetting Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsInputSetting
    Kettic.AspNet.ControlsNumericTextBoxSetting

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 NumericTextBoxSetting : InputSetting, 
	IKaxNumericTextBox

The NumericTextBoxSetting type exposes the following members.

Constructors
  NameDescription
Public methodNumericTextBoxSetting
Top
Methods
Properties
  NameDescription
Public propertyAllowRounding
Public propertyCulture
Gets or sets the culture used by NumericTextBoxSetting to format the numburs.
Public propertyDecimalDigits
Gets or sets the number of decimal places to use in numeric values
Public propertyDecimalSeparator
Gets or sets the string to use as the decimal separator in values.
Public propertyGroupSeparator
Gets or sets the string that separates groups of digits to the left of the decimal in values.
Public propertyGroupSizes
Gets or sets the number of digits in each group to the left of the decimal in values.
Public propertyInvalidStyleDuration
Public propertyMaxValue
Gets or sets the largest possible value of a NumericTextBoxSetting.
Public propertyMinValue
Public propertyNegativeCssClass
Public propertyNegativePattern
Gets or sets the format pattern for negative values.
Public propertyPositivePattern
Gets or sets the format pattern for positive values.
Public propertyType
Top
See Also