Causes a control bound to the C1BindingSource to re-read the item at the specified index, and refresh its displayed value.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void ResetItem(
	int itemIndex
)
Visual Basic
Public Sub ResetItem ( _
	itemIndex As Integer _
)

Parameters

itemIndex
Type: System..::..Int32
The zero-based index of item to re-read.

See Also