ConfigureEditRow

Top  Previous  Next

Specifies the attributes of a row for the full grid in edit mode.

[Visual Basic .NET]

Public Function ConfigureEditRow(ByVal RowIndex As Integer,

                                                 ByVal Tag As Object) As Boolean

[C#]

public bool ConfigureEditRow(int RowIndex,

                                          object Tag);

Parameters

RowIndex

Specifies the index (0-based) of the row.

Tag

Specifies the unique tag for current row.

 

Return Value:

If the operation is successful, it returns TRUE; otherwise it returns FALSE. For example, Tag is equal to another row's one.

 

Remarks

The sync row in the associated sub grid is automatically configured.