SelectList.LockedItems Field

GeonBit.UI

SelectListLockedItems Field
Optional dictionary of list indexes you want to lock. Every item in this dictionary set to true will be locked and user won't be able to select it.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Dictionary<int, bool> LockedItems

Field Value

Type: DictionaryInt32, Boolean
See Also