Version

DisplayFactor Property (WebNumericEditor)

Get sets multiplier applied to Value for displayed text.
Syntax
'Declaration
 
Public Overridable Property DisplayFactor As Integer
public virtual int DisplayFactor {get; set;}
Remarks

List of supported values: 1, 10, 100, 1000, 10000, 100000, 1000000. Default value is set to 1.

Notes:

That property affects text displayed to end user: number appears larger than actual value in editor. The Min/MaxValue are not affected by this property.

That property should not be modified after Value or Text was set, because format of Value which persists in ViewState is based on Text property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also