CheckBoxListBindingMembersDataSource Property

This is used to specify the data source for use with the BindingMembers property

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
[TypeConverterAttribute("System.Windows.Forms.Design.DataSourceConverter, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public Object BindingMembersDataSource { get; set; }

Property Value

Object
This data source will be used to bind each checkbox in the list to a member specified in the BindingMembers property. This allows you to update the data source members as the checked state changes on each of the checkboxes in the list.

See Also