Version

Infragistics.Win.UltraWinDataSource Namespace

Classes
 ClassDescription
ClassCellDataRequestedEventArgs Event args for UltraDataSource.CellDataRequested event.
ClassCellDataUpdatedEventArgs Event args for UltraDataSource.CellDataUpdated event.
ClassCellDataUpdatingEventArgs Event args for UltraDataSource.CellDataUpdating event.
ClassDataSourceEventManager Class for managing an UltraDataSource' events. It maintains an enabled flag for each event as well as a nested 'in progress' count and it exposes methods for firing each event.
ClassInitializeDataRowEventArgs Event args for UltraDataSource.InitializeDataRow event.
ClassInitializeRowsCollectionEventArgs Event args for UltraDataSource.InitializeRowsCollection event.
ClassResources Exposes a Infragistics.Shared.ResourceCustomizer instance for this assembly.
ClassRowAddedEventArgs Event args for UltraDataSource.RowAdded event.
ClassRowAddingEventArgs Event args for UltraDataSource.RowAdding event.
ClassRowBeginEditEventArgs Event args for UltraDataSource.RowBeginEdit event.
ClassRowCancelEditEventArgs Event args for UltraDataSource.RowCancelEdit event.
ClassRowDeletedEventArgs Event args for UltraDataSource.RowDeleted event.
ClassRowDeletingEventArgs Event args for UltraDataSource.RowDeleting event.
ClassRowEndEditEventArgs Event args for UltraDataSource.RowEndEdit event.
ClassUltraDataBand UltraDataBand class. Represents a band (analogous to a table) in the data structure of the UltraDataSource.
ClassUltraDataBand.UltraDataBandTypeConverter UltraDataBand type converter.
ClassUltraDataBandPropertyDescriptor Property descriptor associated with an UltraDataBand instance.
ClassUltraDataBandsCollection UltraDataBandsCollection class. Represents a collection of bands.
ClassUltraDataBandsCollection.UltraDataBandsCollectionConverter Summary description for UltraDataBandsCollectionConverter.
ClassUltraDataBandsCollection.UltraDataBandsCollectionUITypeEditor BandsCollectionUITypeEditor prevents the default collection type editor from displaying an ellipsis button.
ClassUltraDataColumn UltraDataColumn class. Represents a column in the data structure of the UltraDataSource.
ClassUltraDataColumn.UltraDataColumnTypeConverter UltraDataBand type converter.
ClassUltraDataColumnPropertyDescriptor Property descriptor associated with an UltraDataColumn instance.
ClassUltraDataColumnsCollection UltraDataColumnsCollection class. Represents a collection of columns.
ClassUltraDataColumnsCollection.UltraDataColumnsCollectionConverter Summary description for ColumnsCollectionConverter.
ClassUltraDataColumnsCollection.UltraDataColumnsCollectionUITypeEditor ColumnsCollectionUITypeEditor prevents the default collection type editor from displaying an ellipsis button.
ClassUltraDataRow Represents a row in the UltraDataSource.
ClassUltraDataRow.UltraDataRowTypeConverter UltraDataRow type converter.
ClassUltraDataRowEventArgs Base class for event args that have an associated row.
ClassUltraDataRowsCollection UltraDataRowsCollection class. Contains one or more rows.
ClassUltraDataRowsCollection.UltraDataRowsCollectionTypeConverter UltraDataRowsCollection type converter.
ClassUltraDataSource UltraDataSource component. UltraDataSource is a bindable data source that provides the ability to define hierarchical data structure and provides capability to serialize out the data.
Delegates
Enumerations
 EnumerationDescription
EnumerationDataSourceEventGroups Identifies groups of UltraDataSource specific events.
EnumerationDataSourceEventIds Uniquely identifies each UltraDataSource event.
EnumerationPropertyIds Uniquely identify each property.
See Also