BaseListControlSetItemsCore Method
This is used to store items in the collection from the data source
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected virtual void SetItemsCore(
IList items
)
Protected Overridable Sub SetItemsCore (
items As IList
)
protected:
virtual void SetItemsCore(
IList^ items
)
abstract SetItemsCore :
items : IList -> unit
override SetItemsCore :
items : IList -> unit
Parameters
- items IList
- The items to store