Classes Class Description Interfaces Interface Description Enumerations Enumeration Description See Also Reference Infragistics.Win.UltraWinChart Assembly
Classes Class Description Interfaces Interface Description Delegates Delegate Description See Also Reference Infragistics.Win.UltraWinChart Assembly
Namespaces Namespace Description Infragistics.Win.UltraWinDataSource Infragistics.Win.UltraWinDataSource.Serialization
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...
Public Constructors Public Properties
Public Properties
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...
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...
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...
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...