Click or drag to resize
NumberFormatSettings Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsNumberFormatSettings

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class NumberFormatSettings : ICustomTypeDescriptor

The NumberFormatSettings type exposes the following members.

Constructors
  NameDescription
Public methodNumberFormatSettings
Top
Methods
Properties
  NameDescription
Public propertyAllowRounding
Public propertyCultureNativeDecimalSeparator
Gets the native decimal separator of the control's culture.
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 propertyKeepNotRoundedValue
Public propertyKeepTrailingZerosOnFocus
Public propertyNegativePattern
Gets or sets the format pattern for negative values.
Public propertyPositivePattern
Gets or sets the format pattern for positive values.
Public propertyViewState
Top
See Also