ComponentOne Xamarin.iOS
SelectionBinding Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > CheckListBehavior Class : SelectionBinding Property
Gets or sets the binding property to the boolean property of the data item which will hold the selection state.
Syntax
'Declaration
 
Public Property SelectionBinding As String
'Usage
 
Dim instance As CheckListBehavior
Dim value As String
 
instance.SelectionBinding = value
 
value = instance.SelectionBinding
public string SelectionBinding {get; set;}
See Also

Reference

CheckListBehavior Class
CheckListBehavior Members