Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / CheckListBehavior Class / SelectionBinding Property


In This Topic
    SelectionBinding Property
    In This Topic
    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