Gets or sets a value indicating whether position of the currency is visualized or not.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
function get_showCurrency();
function set_showCurrency(value);

Field Value

The default value is True.

Remarks

Turning off this property speeds up control initialization and its responsiveness under the Internet Explorer browser when displaying a large dataset.

See Also