Version

ListOfValues Property

Gets sets list of strings that will be used to set value of editor on spin events.
Syntax
'Declaration
 
Public Property ListOfValues As String
public string ListOfValues {get; set;}
Remarks

If list is set, then default increment/decrement actions are disabled and list-items are used.

Items in list should be separated by the "|" character.

In order to use the "|" character in item, the flag "&pipe;" should be used.

At run time the Get/Set/Insert/RemoveListValueAtIndex methods can be used.

On client the set_value(listItem) is used to process items.

In case of numeric editor, an item should have javascript format, because the parseFloat(item) is used.

In case of date-time editor, an item should have format "yyyy-MM-dd-hh-mm-ss-tt" (year-month-day-hours-minutes-seconds-milliseconds).

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