ASPxParseValueEventArgs Properties
Provides data for ParseValue events (such as ASPxGridBase.ParseValue or ASPxTreeList.ParseValue).| Name | Description |
|---|---|
| FieldName | Gets the name of a data field containing the parsed value. |
| ItemIndex | Gets a visible index of the currently processed row. |
| Value | Gets or sets the edited row’s value that belongs to the specified data field. |
See Also