CheckBoxListBindingMembers Property
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public StringCollection BindingMembers { get; }
Public ReadOnly Property BindingMembers As StringCollection
Get
public:
property StringCollection^ BindingMembers {
StringCollection^ get ();
}
member BindingMembers : StringCollection with get
Property 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.