CheckBoxListBindingMembersBindingContext Property

This is used to specify the binding context for use with the BindingMembersDataSource property.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public BindingContext? BindingMembersBindingContext { get; set; }

Property Value

BindingContext
This binding context will be used when binding 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