When AutoGrowIntegerDigits is true, if MaximumIntegerDigits is specified and the number of integer digits in the current value exceeds MaximumIntegerDigits, then the number of decimal digits will be reduced in order to allow more integer digits to be shown.

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

Syntax

C#
public bool AutoGrowIntegerDigits { get; set; }
Visual Basic
Public Property AutoGrowIntegerDigits As Boolean
	Get
	Set
JScript
function get AutoGrowIntegerDigits () : boolean
function set AutoGrowIntegerDigits (value : boolean)

See Also