Base List ControlSet Items Core Method
This is used to store items in the collection from the data source
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected virtual void SetItemsCore(
IList items
)VB
Protected Overridable Sub SetItemsCore (
items As IList
)C++
protected:
virtual void SetItemsCore(
IList^ items
)F#
abstract SetItemsCore :
items : IList -> unit
override SetItemsCore :
items : IList -> unit Parameters
- items IList
- The items to store