CustomFieldDataEventArgsBase<T> Properties
Serves as a base for classes that provide data for the CustomUnboundFieldData event.Name | Description |
---|---|
Field | Gets the unbound field currently being processed. |
ListSourceRowIndex | Gets the current row index in the data source. |
Value | Gets or sets the currently processed value. |
See Also