GridCurrencyColumn Class [PHP]

GridColumn
 |__ GridBoundColumn
        |__ GridCurrencyColumn

Summary

Properties Description
FormatString Get or set format of currency.
Locale Get or set the locale for currency.

Properties Detail

FormatStringTop

string FormatString

Get or set format of currency. More info of the format

Default value : "%i"

Show/Hide Code

Supported from version: 1.0.0.0

LocaleTop

string Locale

Get or set the locale for currency.

Default value : "en_US"

Show/Hide Code

Supported from version: 1.0.0.0