Base List ControlSet Item Core Method
This is used to store an item 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 SetItemCore(
int index,
Object item
)VB
Protected Overridable Sub SetItemCore (
index As Integer,
item As Object
)C++
protected:
virtual void SetItemCore(
int index,
Object^ item
)F#
abstract SetItemCore :
index : int *
item : Object -> unit
override SetItemCore :
index : int *
item : Object -> unit