CheckBoxListBindingMembers Property

This is used to specify the members in the BindingMembersDataSource that should be bound to the CheckState property of each checkbox in the list.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public StringCollection BindingMembers { get; }

Property Value

StringCollection
This allows you to update the data source members as the checked state changes on each of the checkboxes in the list. One checkbox will be bound to each member in the list. If there are more members in the list than checkboxes, the excess members are ignored and will not be bound.

See Also