Check Box ListBinding Members 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.31.0
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.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public StringCollection BindingMembers { get; }VB
Public ReadOnly Property BindingMembers As StringCollection
GetC++
public:
property StringCollection^ BindingMembers {
StringCollection^ get ();
}F#
member BindingMembers : StringCollection with getProperty Value
StringCollectionThis 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.