SingleSelectionPropertyName
public enum SingleSelectionPropertyName : String, PropertyNameProtocol
Undocumented
-
If the selection will always select an item.
Declaration
Swift
case autoselect = "autoselect"
-
If unselecting the selected item is allowed.
Declaration
Swift
case canUnselect = "can-unselect"
-
The model being managed.
Declaration
Swift
case model = "model"
-
Position of the selected item.
Declaration
Swift
case selected = "selected"
-
The selected item.
Declaration
Swift
case selectedItem = "selected-item"