CheckBoxListBindingMembers Property
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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.