Options

Options shown in the drop-down, represented by a dictionary of int -> string. Where the int represents the option, and string represents string shown in the UI. When an option is selected the Value property of the property is set to to the option int.

Declaration Syntax

public IDictionary<object, object> Options { set;get; }