Indicates the number of digits to display to the right of the decimal point. A negative value indicates that the number of digits to display to the right of the decimal should be determined by the regional settings of the current locale.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string DecimalPlaces { get; set; }
Visual Basic
Public Property DecimalPlaces As String
	Get
	Set
JScript
function get DecimalPlaces () : String
function set DecimalPlaces (value : String)

See Also