Edit Method (FlexList)

Class

FlexList.

Action

Defines the value of the type property of the event object for a itemEditBegin event, which indicates that an item is ready to be edited.

Syntax

C#
list.Edit(itemRenderer, rowIndex, columnIndex)
VB
list.Edit(itemRenderer, rowIndex, columnIndex)
Variable Description
itemRenderer The item renderer for the item that is being edited. String.
rowIndex The zero-based index of the item associated with the event. Integer.
columnIndex The zero-based index of the column associated with the event. Integer.