GridNumberColumn Class [PHP]

GridColumn
 |__ GridBoundColumn
        |__ GridNumberColumn

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.

Show/Hide Code

Supported from version: 1.0.0.0

DecimalPointTop

string DecimalPoint

Get or set the separator for the decimal point.

Default value : "."

Show/Hide Code

Supported from version: 1.0.0.0

ThousandSeperateTop

string ThousandSeperate

Get or set the thousands separator.

Default value : ","

Show/Hide Code

Supported from version: 1.0.0.0