Click or drag to resize
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 SerializableDictionary<int, bool> LockedItems

Field Value

Type: SerializableDictionaryInt32, Boolean
See Also