Class | Description | |
---|---|---|
AssemblyVersion | Contains version information for the Infragistics assemblies. | |
CollectionItemPropertyDescriptor | PropertyDescriptor for an item in an expandable collection | |
ColorsCollectionBase | Summary description for WebColorsCollection. | |
CustomTypeDescriptorAdapter | CustomTypeDescriptorAdapter is an adapter class that implements ICustomTypeDescriptor. | |
DateTimeIncrement | Class similar to TimeSpan which provides the ability to specify a number of Year, Months, Days, etc to be used in conjunction with the SpinIncrement property on the DateTime editors | |
DateTimeIncrementTypeConverter | TypeConverter used for the DateTimeIncrement class | |
DisposableObject | The base class Disposable maintains a boolean flag that keeps track of whether or not the object has been Disposed. It implemnets System.IDisposable and calls a virtual 'OnDispose' method to let the derived class know when the object has been Disposed. | |
DisposableObjectCollectionBase | Abstract base class for collections that contain objects. If the object implements the System.IDisposable interface, OnDispose is called on the object in DisposeCollectionItems. | |
DisposableObjectEnumeratorBase | A base class that implements the IEnumerator interface | |
EventHandlerDictionary | Class used to manage a list of delegates. This class cannot be inherited. | |
EventManagerBase | Abstract base class for managing a control's events. It maintains an enabled flag for each event as well as a nested 'in progress' count. | |
ExpandableCollectionConverter | Type converter for providing an expandable collection | |
FlagsEnumUITypeEditor | UITypeEditor used to allow selection of values from a flag enumeration - i.e. an enumeration which has a System.FlagsAttribute on it. | |
InfragisticsSerializable | Indicates that a class is safe to serialize as part of saving it during run-time serialization. | |
KeyedSubObjectBase | Abstract base class which implements IKeyedSubObject for sub objects that will be part of a keyed collection (where each item can be accessed either through a zero based index or a string key) | |
KeyedSubObjectsCollectionBase | Abstract base class for keyed collections | |
LocalizedCustomTypeDescriptorAdapter | LocalizedCustomTypeDescriptorAdapter is an adapter class that derives from CustomTypeDescriptorAdapter and utilizes the LocalizedDisplayNameAttribute to display localized names for properties and enum values in the PropertyGrid control. | |
LocalizedCustomTypeDescriptorAdapter.LocalizedEnumConverter | Handles the conversion of strings of an enum to localize them for display in a PropertyGrid control. | |
PrimitiveTypeConverter | The type converter for properties that use the PrimitiveTypeUITypeEditor. | |
PrimitiveTypeUITypeEditor | The editor for a property of type System.Object. | |
PropChangeInfo | The PropChangeInfo structure contains the context information for a state change. It is passed into the SubObjectPropChanged event.
It also allows us to chain relavent context information about a property change so the a listener can get information as granular as it wants to determine what it should do when an object's state changes. | |
ResourceCustomizer | Class used to provide the ability to customize resource strings. | |
Resources | Exposes a ResourceCustomizer instance for this assembly. | |
SparseArray | SparseArray class. | |
SparseCollectionBase | Abstract base class for collections that contain objects. If the object implements the System.IDisposable interface, OnDispose is called on the object in DisposeCollectionItems. | |
SubObjectBase | Classes that want to notify listeners when there state changes (e.g. when a property value is changed) derive from the SubObjectBase class. | |
SubObjectsCollectionBase | Abstract base class for collections withouit keys | |
SurrogatePropertySerializerAttribute | Attribute class used for specifying the custom property pages of aa UltraControl. | |
SystemColorsCollection | A collection of SystemColors. | |
UITypeEditorListBase | Base class for a UITypeEditor that provides a list | |
UltraObjectPropertiesPage | Summary description for ObjectProperties control. | |
UltraPropertyPageAttribute | Attribute class used for specifying the custom property pages of aa UltraControl. | |
UltraPropertyPageBase | Base class for all UltraControlBase wizards. | |
UltraPropertyPageDialog | Summary description for UltraPropertyPageDialog . | |
UltraPropPagePropertyGrid | A class derived from PropertyGrid that uses the supplied component's Site property to provide design time services. | |
UltraPropPagePropertyGridWithEventsTab | A Property Grid derived from UltraPropPagePropertyGrid that provides support for an events tab. Objects briwsed with this property gri must support IComponent. | |
WebColorsCollection | A collection of the Web colors shown in a color picker. | |
XPItemColor | Calculates the XP style color scheme from current user settings. The constructor checks the users screen to see if it supports high color or not. It then calculates out ALL of the calculated colors in one shot. Lastly it hooks up a listener so that it can re-initialize the colors if the user changes the color scheme or display depth(BPP). If the security permissions on the machine do not permit us to check color depth, we default to high color. |
Interface | Description | |
---|---|---|
ICreateItemCallback | ICreateItemCallback interface. | |
IKeyedSubObject | Interface used by sub objects that will be part of a keyed collection (where each item can be accessed either through a zero based index or a string key. | |
IKeyedSubObjectEx | Interface used by sub objects that cache an interned lowercase version of their key to optimize key comparisons. | |
ISelectableItem | ISelectableItem is implemented by any sub object that can be selected and/or activated (e.g. a cell, row, header etc.) | |
ISparseArrayItem | This interface can be implemented on items to be contained in the sparse array to get a fast IndexOf operation. | |
ISparseArrayMultiItem | ISparseArrayMultiItem interface. | |
IUltraComponent | IUltraComponent Interface | |
IUltraPropertyPageDialogComponent | For Infragistics Internal Use Only |
Delegate | Description | |
---|---|---|
SubObjectDisposedEventHandler | A delegate for dispose notification events | |
SubObjectPropChangeEventHandler | A delegate for property change notification events |
Enumeration | Description | |
---|---|---|
LicenseOptions | Contains bitflags which describe any additional options for which the associated product is licensed; e.g., Office2007UI | |
SubObjectBase.NotifyId | Used to identify properties during a property change notification |