CheckBoxListRefreshSubControls Method

This is called to force the control to refresh the checkboxes with information from the data source

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public override void RefreshSubControls()

Exceptions

InvalidOperationExceptionThis is thrown if a BindingMembersDataSource has been specified and there are more checkbox list items that members specified in BindingMembers.

See Also