The following tables list the members exposed by CellDataRequestedEventArgs.
| Name | Description | |
|---|---|---|
![]() | CellDataRequestedEventArgs Constructor | Constructor. |
| Name | Description | |
|---|---|---|
![]() | CacheData | Specifies whether to cache the data. Default value is true. Set this to false if you want to prevent the UltraDataSource from keeping the data. As a result UltraDataSource.CellDataRequested event will be fired again the next time the data for the cell is needed. |
![]() | Column | Gets the column. |
![]() | Data | Gets or sets the cell data. Set this property to the cell's value. |
![]() | Row | Gets the row. |