MultiSelectTOptions Property

Options the user can select from, where the key is a unique identifier (Guid) and the value is the display name for that option.

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
[ParameterAttribute]
[EditorRequiredAttribute]
public required Dictionary<Guid, string> Options { get; set; }

Property Value

DictionaryGuid, String

See Also