|  |  | 
 GridNumberColumn Class [PHP]
GridNumberColumn Class [PHP]
Summary
| Properties | Description | |
|  | DecimalNumber | Get or set the number of decimal points. | 
|  | DecimalPoint | Get or set the separator for the decimal point. | 
|  | ThousandSeperate | Get or set the thousands separator. | 
Properties Detail
DecimalNumberTop
int DecimalNumber
Get or set the number of decimal points.
Supported from version: 1.0.0.0
DecimalPointTop
string DecimalPoint
Get or set the separator for the decimal point.
Default value : "."
Supported from version: 1.0.0.0
ThousandSeperateTop
string ThousandSeperate
Get or set the thousands separator.
Default value : ","
Supported from version: 1.0.0.0
|  |  | 
