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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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