RowEventArgs Properties
Provides data for the GridView.GroupRowExpanded and GridView.GroupRowCollapsed events.Name | Description |
---|---|
RowHandle | Gets the row’s handle (position). For the ColumnView.RowUpdated event, this property specifies the previous handle (position) of the currently processed row. NewItemRowHandle value when a new row is added. |
See Also