Version

EditorOptions Property

The options for editor. That should include pairs of specific option and its value in javascript format for an object. Name of option and value should be separated by the ":" character and pairs should be separated by the "," character.

Example for mask editor: "inputMask:'(000) 000-0000'"

Example for numeric editor: "button:'spin',maxValue:1000,minValue:0"
Syntax
'Declaration
 
Public Property EditorOptions As System.String
public System.string EditorOptions {get; set;}
Requirements

Target Platforms: Windows 8.1, 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

View on GitHub