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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
[ParameterAttribute]
[EditorRequiredAttribute]
public required Dictionary<Guid, string> Options { get; set; }

Property Value

DictionaryGuid, String

See Also