Click or drag to resize
DataTypeIntegrityDecimalPrecision Property
Defines the maximum number of digits which are allowed for decimal value.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax
C#
public int DecimalPrecision { get; set; }

Property Value

Type: Int32
Remarks
The precision must be a value from 1 through the maximum precision of 38.
See Also