Class | Description | |
---|---|---|
![]() | AlphaColorConverter | Value converter that returns a color or brush with the opacity based on the blend of the specified color and the specified opacity. |
![]() | Animation | An object that can help to animate anything that needs animating via events. |
![]() | AnimationEventArgs | The EventArgs that are passed into the Animation.Tick event. |
![]() | AssemblyVersion | Contains version information for the Infragistics assemblies. |
![]() | CalculatedForegroundConverter | Value converter that calculates a foreground color based on the specified background color. |
![]() | CancellableEventArgs | An event argument object with a boolean flag added to track if the event is cancelled. |
![]() | ColorBlendConverter | Value converter that calculates a blended color based on the specified BlendMode |
![]() | CommandBase | The base class for commands. |
![]() | CommandSourceCollection | A collection of Infragistics.Controls.CommandSource objects which support a command. |
![]() | CommandSourceManager | A static class that manages all registered ICommandTarget and Infragistics.Controls.CommandSource objects of an application. |
![]() | CoreUtilities | Contains static helper methods. |
![]() | CurrentItemEventArgs | An event argument object with the item that was currently set. |
![]() | DateRangeConverter | Type converter for the DateRange structure |
![]() | DependencyObjectNotifier | Abstract base class for objects that implement INotifyPropertyChanged and derive from DependencyObject |
![]() | DependencyObjectRecyclingContainer<T> | A base class for objects that want to support recycling which supports objects that will be System.Windows.DependencyObject. |
![]() | InvalidEventNameException | An System.Exception that is thrown when and invalid event name is given to a Infragistics.Controls.CommandSource |
![]() | KnownBoxes | Class that maintains references to commonly boxed values such as booleans. |
![]() | ModifierKeysConverterEx | Represents converter similar to MS ModifierKeysConverter but with support for ModifierKeys.None |
![]() | NestedPropertyChangedEventArgs | Event arg class used to specify full notification context when sub objects raise events and the listening object also implements INotifyPropertyChanged |
![]() | NullableEnumTypeConverter<T> | Converts Nullable Enum types from strings to the specified enum. |
![]() | PropertyChangeNotifier | Abstract base class for objects that implement INotifyPropertyChanged |
![]() | PropertyChangeNotifierExtended | Abstract base class for objects that implement INotifyPropertyChanged. |
![]() | RecyclingContainer<T> | A base class for objects that want to support recycling. |
![]() | RecyclingManager | An object that manages all recycling for an application. |
![]() | StringResourceLocationAttribute | A custom attribute to specify the location of strings. Use: [assembly: StringResourceLocation("Infragistics.Silverlight.Strings")] |
![]() | ValueConverterBase | Abstract base class for a value converter. |
![]() | WeakReferenceHelper<T> | Represents a list that store weak references to values. This list allows to store values while still allowing that the values can be reclaimed by garbage collection and avoid memory leaks. |
Interface | Description | |
---|---|---|
![]() | ICollectionBase | A base collection interface that provides hooks for derived classes to override base functionality. |
![]() | ICollectionBase<T> | A base collection interface that provides hooks for derived classes to override base functionality. |
![]() | ICommandTarget | Used to designate objects which expect a Command to be executed against it. |
![]() | INeedInitializationForPersistence | Allows an object to perform some sort of initialization, before it is loaded via the Control Persistence Framework. |
![]() | IProvideCustomObjectPersistence | An interface that will interupt the normal saving of an object by the persistence framework, so that it can save itself. |
![]() | IProvideCustomPersistence | Allows an object to save and load itself, instead of having the Control Persistence Framework, decie how it should be saved and loaded. |
![]() | IProvideCustomStorage | Allows an object to save and load additional information. |
![]() | IProvidePersistenceLookupKeys | Some collections have specific keys that identify them. So, when saving and loading, it's important that these properties get set first, so that they can be rehydrated instead of destroyed. |
![]() | IProvidePropertyPersistenceSettings | Allows objects to to specify which properties should be saved when the PersistenceManager goes to save it. |
![]() | IProvideScrollInfo | An interface that returns the scrollbars of a control. |
![]() | IRecyclableElement | An interface for objects that will be managed by the RecyclingManager which will allow certain objects to be temporarily allow the item to avoid recycling. |
![]() | ISelectableObject | An interface for items that can be selected. |
![]() | ISupportPositioning | An interface implemented by objects that need to be sorted based on a list of before and after relationships. |
![]() | ISupportRecycling | An interface that should be implemented on objects that represent control objects that should be Recycled. |
Structure | Description | |
---|---|---|
![]() | DateRange | Structure used to represents a range of dates. |
Enumeration | Description | |
---|---|---|
![]() | ColorBlendMode | Enumeration indicating the type of color blend operation to be performed. |
![]() | ExtendedVisibility | Specifies whether an item will be displayed and/or take up space. |