CheckBoxListBindingMembersBindingContext Property
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public BindingContext BindingMembersBindingContext { get; set; }
Public Property BindingMembersBindingContext As BindingContext
Get
Set
public:
property BindingContext^ BindingMembersBindingContext {
BindingContext^ get ();
void set (BindingContext^ value);
}
member BindingMembersBindingContext : BindingContext with get, set
Property Value
BindingContextThis binding context will be used when binding each checkbox in the list to a member specified
in the
BindingMembers property. This allows you to update the data source members as
the checked state changes on each of the checkboxes in the list.