ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckList Class / BindingInfo Property

In This Topic
    BindingInfo Property (C1CheckList)
    In This Topic
    Contains information about a data binding.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BindingInfo As CheckListBindingInfo
    public CheckListBindingInfo BindingInfo {get;}
    See Also