Base List ControlRefresh Item Method
This is used to refresh 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 RefreshItem(
int index
)VB
Protected Overridable Sub RefreshItem (
index As Integer
)C++
protected:
virtual void RefreshItem(
int index
)F#
abstract RefreshItem :
index : int -> unit
override RefreshItem :
index : int -> unit Parameters
- index Int32
- The index of the item to refresh