Check Box ListBinding Members Binding Context Property
This is used to specify the binding context for use with the BindingMembersDataSource
property.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
This 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.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public BindingContext? BindingMembersBindingContext { get; set; }VB
Public Property BindingMembersBindingContext As BindingContext
Get
SetC++
public:
property BindingContext^ BindingMembersBindingContext {
BindingContext^ get ();
void set (BindingContext^ value);
}F#
member BindingMembersBindingContext : BindingContext with get, setProperty 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.