Indicates the number of digits to display to the left of the decimal point. A negative value indicates that the number of digits to display to the left of the decimal is unlimited. The default is unlimited.

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

Syntax

C#
public short MaximumIntegerDigits { get; set; }
Visual Basic
Public Property MaximumIntegerDigits As Short
	Get
	Set
JScript
function get MaximumIntegerDigits () : short
function set MaximumIntegerDigits (value : short)

See Also