FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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
    public string SelectionBinding {get; set;}
    See Also