Version

CellDataRequestedEventArgs Class Members

The following tables list the members exposed by CellDataRequestedEventArgs.

Public Constructors
 NameDescription
Public ConstructorCellDataRequestedEventArgs ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyCacheDataSpecifies 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.  
Public PropertyColumnGets the column.  
Public PropertyDataGets or sets the cell data. Set this property to the cell's value.  
Public PropertyRowGets the row.  
See Also