Version

Search Results

Infragistics.Win.UltraWinChart.WinChartHelper Namespace

Classes Class Description Interfaces Interface Description Enumerations Enumeration Description See Also Reference Infragistics.Win.UltraWinChart Assembly

Infragistics.Win.UltraWinChart Namespace

Classes Class Description Interfaces Interface Description Delegates Delegate Description See Also Reference Infragistics.Win.UltraWinChart Assembly

Infragistics.Win.UltraWinDataSource Assembly

Namespaces Namespace Description Infragistics.Win.UltraWinDataSource Infragistics.Win.UltraWinDataSource.Serialization

CellDataRequestedEventArgs Class

Event args for UltraDataSource.CellDataRequested event. Syntax Example Following sample code demonstrates commonly used properties and events in UltraDataSource object model. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. For specific informa...

CellDataRequestedEventArgs Class Members

Public Constructors Public Properties

CacheData Property (CellDataRequestedEventArgs)

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 CellDataRequested event will be fired again the next time the data for the cell is needed. Syntax Example Following sample code demonstrates commonly used prop...

Column Property (CellDataRequestedEventArgs)

Gets the column. Syntax Example Following sample code demonstrates commonly used properties and events in UltraDataSource object model. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. For specific information and code examples illustrating how...

Data Property

Gets or sets the cell data. Set this property to the cells value. Syntax Example Following sample code demonstrates commonly used properties and events in UltraDataSource object model. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. For specif...

Row Property (CellDataRequestedEventArgs)

Gets the row. Syntax Example Following sample code demonstrates commonly used properties and events in UltraDataSource object model. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. For specific information and code examples illustrating how to...