CheckBoxListBindingMembersBindingContext 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: 2023.4.9.0
public BindingContext BindingMembersBindingContext { get; set; }

Property Value

BindingContext
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.

See Also