|
| Class | Description |
|---|
 | AndFilter | |
 | AnimatedPropertySetting |
Represets an animated property setting
|
 | AnimationStatusEventArgs |
Contains information about the way Animation has finished
|
 | AnimationValueBoolCalculator |
Calculates int values for property animation.
|
 | AnimationValueCalculator |
Calculates values used in each frame of property animation.
Also supports converting animation step values to and from a string for
theme serialization.
|
 | AnimationValueCalculatorFactory |
Represents a map of CLR types and corresponding AnimationValueCalculator type using when property animation is running and
for animations serialization in themes.
|
 | AnimationValueColorCalculator |
Animates color values using ColorAnimationStep objects.
|
 | AnimationValueDoubleCalculator |
Calculates double values for the property animation.
|
 | AnimationValueFloatCalculator |
Calculates float values for the property animation.
|
 | AnimationValueFontCalculator |
Calculates Font values for property animation, using FontAnimationStep values.
|
 | AnimationValueIntCalculator |
Calculates int values for property animation.
|
 | AnimationValuePaddingCalculator |
Calculates animation rectangle values.
|
 | AnimationValuePointCalculator |
Represents a value point animation calculator.
|
 | AnimationValuePointFCalculator |
Represents a value point animation calculator using floating point values.
|
 | AnimationValueRectangleCalculator |
Calculates animation rectangle values.
|
 | AnimationValueSizeCalculator |
Represents a value size animation calculator.
|
 | AnimationValueSizeFCalculator |
Represents a value size animation calculator using floating point values.
|
 | AutoSizeEventArgs | |
 | ChildrenChangedEventArgs | |
 | ClassSelector |
Represents a class selector. Class selectors are used to apply the same
customization to all elements that belong to the same class. This
behavior is very similar to that of the CSS class selectors.
|
 | CollectionChangedEventArgs |
Represents event data for the CollectionChanged event.
|
 | ColorAnimationStep | |
 | ColorAnimationStepConverter | |
 | ColorChangedEventArgs |
Represent the ColorChangedEventArgs class
|
 | ColorDialogEventArgs | |
 | ComplexCondition |
ComplexCondition evaluates two conditions related with a binary operator.
Inherits Condition
|
 | ComponentBehavior | |
 | ComponentInputBehavior | |
 | ComponentThemableElementTree | |
 | CompositeFilter | |
 | Condition |
Defines a base abstract class that describes a condition which checks when to apply
a style rule. SimpleCondition evaluates when a property of an Element equals a
certain value. RoutedEventCondition evaluates if a routed event is currently
tunneling/bubbling through an Element. ComplexCondition evaluates two conditions
related with a binary operator.
|
 | ControlHelper |
Encapsulates common mothods related with Control Tree.
|
 | CSSGroup | |
 | CSSItem | |
 | CSSThemeReader | |
 | CursorHelper | |
 | CustomShape | |
 | CustomShapeConvertor | |
 | CustomShapeEditor | |
 | CustomShapeEditorForm | |
 | DataSetObjectRelation | |
 | DefaultValueOptions |
Singleton.
|
 | DesignerConsts | |
 | DisposableObject |
Represents a basic object which implements IDisposable interface.
|
 | DllWrapper | |
 | DoubleUtil | |
 | EasingCalculator |
Represents a numerical value calculator. It is used internally by StyleSheet
system to calculate the value changes when animating RadElement properties.
|
 | ElementLayoutData |
Represents element's layout data.
|
 | ElementSelector | |
 | ElementShape | Represents element shape. Base class for specialized shapes such as
EllipseShape, RoundRectShape, Office12Shape, etc. |
 | ElementShapeConverter | Represents element shape converter. |
 | ElementValuesAnimator | |
 | EllipseShape | Represents ellipse shape. |
 | FillRepository |
This class supports the TPF internal infrastructure and is not intended to be used directly from your code.
|
 | Filter | |
 | FontAnimationStep | |
 | Formatter | |
 | FormRootElement |
This class represents the root element of a RadFormControlBase Element Tree.
This class is needed because some extended region calculations are needed when the control
is a Form and shape is applied to it.
|
 | GestureEventArgs | |
 | GestureInfoHelper | |
 | GradientEditorControl | |
 | HandleCollector | |
 | HierarchicalSelector |
Represents a base class for other selectors. telerik presentation framework
selectors are similar to CSS selectors.
|
 | HoveredElementChangedEventArgs |
Represents event data for the HoveredElementChanged event.
|
 | ImageHelper |
Provides common helper methods related with image manipulation.
TODO: Should be moved to base assembly, making it accessible for all Telerik Assemblies.
|
 | InnerObjectConverter | |
 | InputKeyEventArgs | |
 | ItemSelectedEventArgs | |
 | ItemStateManagerFactoryRegistry | |
 | ItemUpdatedEventArgs |
Represents event data for the ItemUpdated event.
|
 | MeasurementControl |
Represents per-thread static instance of special RadControl, which may be used for explicit measure of RadElement instance.
This functionality is required for example in the RadComboBox, when we need to calculate the size of the drop-down before it is displayed.
|
 | MeasurementGraphics | |
 | MouseHoverTimer |
Represents a mouse timer.
|
 | NameSelector |
Represents a name selector. Name selectors are used to apply customization to the
element having the specified name. This behavior is very similar to that of CSS id
selectors.
|
 | NativeMethods | |
 | NativeMethods..::..BITMAP | |
 | NativeMethods..::..BITMAPINFO | |
 | NativeMethods..::..CommonHandles | |
 | NativeMethods..::..GlyphSet | |
 | NativeMethods..::..INITCOMMONCONTROLSEX | |
 | NativeMethods..::..LOGBRUSH | |
 | NativeMethods..::..LOGFONT | |
 | NativeMethods..::..LOGPEN | |
 | NativeMethods..::..MINMAXINFO | |
 | NativeMethods..::..POINT | |
 | NativeMethods..::..SIZE | |
 | NativeMethods..::..TOOLINFO_TOOLTIP | |
 | NativeMethods..::..TRACKMOUSEEVENT | |
 | NativeMethods..::..Util | |
 | NCMouseEventArgs | |
 | ObjectRelation | |
 | ObjectRelationCollecion | |
 | OldShapePoint | |
 | OldShapePointBase | |
 | OrFilter | |
 | PanGestureEventArgs | |
 | PartialShortcutEventArgs | |
 | PressAndTapGestureEventArgs | |
 | PreviewDragContextEventArgs | |
 | PreviewDragHintEventArgs | |
 | PreviewDragStartEventArgs | |
 | PreviewDropTargetEventArgs | |
 | PropertyBinding |
Represents a dependency between two properties.
Used by a RadObject to bind a RadProperty to an external one and always use its value.
The binding may be also two-way, in which special case the bound property updates its source.
|
 | PropertyBoundObject |
Represents an object which property is bound to some other object's property.
Stores the object itself and its bound property. Used internally by the DPS to notify
bound objects for a change in a binding source property.
|
 | PropertyChangeBehavior | |
 | PropertyChangeBehaviorCollection |
Represents a collection of PropertyChangeBahavior instances.
See also RadElement.AddBehavior
|
 | PropertyFilter | |
 | PropertyReader | |
 | PropertySetting | |
 | PropertySettingCollection |
Represents a property settings collection. Property settings are very
similar to CSS style properties.
|
 | PropertySettingGroup | |
 | RadBitVector64 | |
 | RadColorDialog |
Represents a dialog that can be used to select color with rich UI and extended functionality.
|
 | RadCommandBarBaseItemCollection |
A collection that stores RadItem objects.
|
 | RadCommandBarBaseItemCollection..::..RadCommandBarBaseItemEnumerator |
Represents an element enumerator.
|
 | RadComponent | |
 | RadControl |
Represents a RadControl. RadControl is an abstract class and is base class for
all Telerik controls.
|
 | RadControlAnimationTimer | |
 | RadDragDropEventArgs | |
 | RadDragDropFeedbackEventArgs | |
 | RadDragDropService |
Represents a service that manages drag and drop actions.
|
 | RadDragEventArgs | |
 | RadDragOverEventArgs | |
 | RadDropEventArgs | |
 | RadEditItemsActionAttribute | |
 | RadElement |
RadElement class represents the smallest unit in a RadControl that can be painted or that has a layout slot in a RadControl.
Generally each RadCotnrol is composed of a tree of RadElements. The tree has as a root the RootElement and
children Children property.
|
 | RadElementCollection | |
 | RadElementCollection..::..RadElementEnumerator | |
 | RadElementPropertyMetadata | |
 | RadElementReadonlyList | |
 | RadElementTree |
Represents RadElementTree. Every Telerik control has a corresponding tree of
RadElements. This gives a lot of flexibility in building controls allowing, for
example, inheritance of properties from the ancenstor nodes.
|
 | RadElementZOrderComparer |
Represents a Z-order comparer. The Z-Order determines the overlapping of the
RadElements.
|
 | RadHdcWrapper | |
 | RadHostItem |
Represents an item that contains external control. There is no limitation for the control type - could
be any descedant of the class Control.
|
 | RadImageSegment | |
 | RadImageShape |
Represents an image which may be divided in 9 different segments where only the inner one is stretched within the paint rectangle.
|
 | RadImageShapeEditorControl | |
 | RadImageShapeTypeConverter | |
 | RadItem |
Represents the item which could be added to an ItemsCollection and can be selected, deleted or moved during VS design time.
|
 | RadItemCollection |
A collection that stores RadItem objects.
|
 | RadItemCollection..::..RadItemEnumerator |
Represents an element enumerator.
|
 | RadItemOwnerCollection |
A collection that stores RadItem objects.
|
 | RadItemsControl | |
 | RadItemsControlImpl |
Represents a encapsulated implementation of the IItemsControl interface.
|
 | RadItemVirtualizationCollection | |
 | RadKeyboardFilter | |
 | RadLayeredWindow |
Represents a Win2K+ layered window semantic, which allows for semi-transparent windows.
|
 | RadMessageBox | |
 | RadMessageBoxForm | |
 | RadMessageFilter | |
 | RadMessageListener | |
 | RadMessageLocalizationProvider |
Provides Localization service for RadMessageBox
|
 | RadMessageStringID | |
 | RadNCEnabledControl |
This class represents a RadControl that allows for non-client area modification and paiting.
|
 | RadNewItemAttribute |
Represents a new item attribute.
|
 | RadObject |
Base for all TPF classes. Implements WPF-like property system with different value sources.
Provides public interface for getting, setting value or re-setting property value.
|
 | RadObjectType |
Supports metadata for each class inherited from RadObject |
 | RadProperty |
Represents a property. Supports telerik dependency properties system by
encapsulating a property of a certain RadElement instance.
|
 | RadPropertyBinding |
Supports methods for general binding of properties of two
RadObject instances.
|
 | RadPropertyChangedEventArgs | |
 | RadPropertyChangingEventArgs | |
 | RadPropertyKey |
Represents a property key.
|
 | RadPropertyMetadata |
Represents metadata for a RadProperty. RadPropertyMetadata describes the property.
For example, through DefaultValue property you can get or set the default value
for the property.
|
 | RadPropertyNotFoundException | |
 | RadPropertyValue |
Stores all the information needed for composing a RadProperty's value for a given object.
|
 | RadPropertyValueCollection |
Represents a storage for RadPropertyValue entries, which are accessed by their GlobalIndex property.
|
 | RadScreenTip | |
 | RadScreenTipElement | |
 | RadService |
Represents abstact class that provides service capabilities.
|
 | RadServiceStartingEventArgs |
Represents event data when RadService is starting.
|
 | RadServiceStoppingEventArgs |
Represents event data when RadService is stopping.
|
 | RadShapeEditorControl | |
 | RadShimControl | |
 | RadShortcut |
Describes a combination of keys that may be used as a shortcut to RadItem.PerformClick method or any other arbitrary command.
|
 | RadShortcutCollection | |
 | RadShortcutManager | |
 | RadStylesheetRelation | |
 | RadStyleSheetRelationList | |
 | RadThemeComponentBase |
Class used by RadThemeManager to recognize classes that load themes from resources in a class library
|
 | RadThemeComponentBase..::..ThemeContext |
this class is used internally.
|
 | RadThemeComponentBase..::..ThemeContext..::..ControlInfo | |
 | RadThemeManager |
Theme manager Component is used to load user-defined themes for RadControls in an application.
Use the LoadedThemes property to add new team source files. Themes load immediately when correct
property values specified and last for the life time of the application. After a theme is loaded
it can be used by the corresponding types of controls placed on any Form of the application.
|
 | RadTimePickerPopup | |
 | RadTypeResolver |
Used to resolve Telerik types
|
 | RaisedRoutedEvent |
Represents a raised routed event.
|
 | ReflectionHelper |
Encapsulates common functionality related with reflection-based operations such as Cloning, Field Copying, etc.
|
 | ResolveStyleBuilderEventArgs | |
 | ResourceHelper |
Defines helper methods for manipulating assembly resources.
|
 | RootRadElement | |
 | RotateGestureEventArgs | |
 | RoundRectShape | Represents round rectangle shape. |
 | RoutedEvent |
Represents a routed event. Routed events can be tunnel or bubble event
according to the routed direction of the event.
|
 | RoutedEventArgs |
Represents event arguments for a routed event.
|
 | RoutedEventBehavior | |
 | RoutedEventBehaviorCollection |
A collection of the RoutedEventBehavior objects. Used by the StyleSheet system.
|
 | ScreenTipEditor | |
 | ScreenTipNeededEventArgs |
Provides data for the ScreenTipNeeded event.
|
 | SelectedChangedEventArgs | |
 | SelectorBase | Represents a base class for the HierarchicalSelector class.
Selectors in telerik presentation framework are very similar to CSS
selectors. |
 | SelectorCollection | |
 | SelfReferenceRelation | |
 | SettingValueConverter | |
 | SettingValueEditor | |
 | ShapeBezier | |
 | ShapeEditorZoom | |
 | ShapeLine | |
 | ShapeLinesCollection | |
 | ShapePoint | |
 | ShapesIntersection | |
 | ShortcutEventArgs |
Encapsulates the data, associated with the IShortcutProvider.OnShortcut callback.
|
 | SimpleCondition |
SimpleCondition evaluates when a property of an Element equals a certain value.
|
 | SnapChangedEventArgs | |
 | SnapToGrid | |
 | StandardEasingCalculator | |
 | StretchEventArgs | |
 | StyleBuilderReadOnlyAttribute |
Use the StyleBuilderReadOnly attribute to mark properties that should appear as readonly when edited in the Visual
Style Builder application
|
 | StyleGroup | |
 | StyleRegistration | |
 | StyleRepository | |
 | StyleSheet | |
 | SystemSkinManager | |
 | TelerikAlignHelper | |
 | TelerikHelper | |
 | TelerikPaintHelper | |
 | TextChangingEventArgs | |
 | Theme | |
 | ThemeChangedEventArgs |
Represents event data for the
|
 | ThemeNameChangedEventArgs |
Represents the event data for the %ThemeNameChanged:ThemeNameChanged% event.
|
 | ThemeRepository | |
 | ThemeResolutionService |
A Class that represents storage for themes in an application that contains
RadControls.
|
 | ThemeResolutionService..::..ResourceParams | |
 | ThemeSource |
ThemeSource is used to load user-defined themes for RadControls in an application.
Themes load immediately when correct property values specified and last for the life
time of the application. After a theme is loaded it can be used by the corresponding
types of controls placed on any Form of the application. ThemeSource object are generally
used by ThemeManager component placed on a Form
|
 | ThemeSourceCollection | |
 | ThemeSourceCollection..::..ThemeSourceEnumerator | |
 | ToolboxGroupStrings | |
 | ToolTipTextNeededEventArgs |
Provides data for the ToolTipTextNeeded event.
|
 | TSSPThemeReader | |
 | TypeFilter<(Of <(<'T>)>)> | |
 | TypeSelector |
Represents a type selector. Type selectors are used to apply the same
customization to all elements of the same type. Behavior is very similar to that
of the CSS type selectors.
|
 | VBExamplesHelper | |
 | VersionNumber | |
 | VistaAeroTheme |
Contains definitions for the MS Windows Vista Aero theme.
|
 | VistaAeroTheme..::..ComboBox |
Vista comboboxes
|
 | VistaAeroTheme..::..ComboBox..::..Border | |
 | VistaAeroTheme..::..ComboBox..::..DropDownButton | |
 | VistaAeroTheme..::..ComboBox..::..Readonly | |
 | VistaAeroTheme..::..DatePicker |
Vista DateTimePickers
|
 | VistaAeroTheme..::..DatePicker..::..Border | |
 | VistaAeroTheme..::..DatePicker..::..DropDownButton | |
 | VistaAeroTheme..::..FlyOut |
Vista Flyout
|
 | VistaAeroTheme..::..FlyOut..::..Body | |
 | VistaAeroTheme..::..FlyOut..::..Header | |
 | VistaAeroTheme..::..FlyOut..::..Label | |
 | VistaAeroTheme..::..FlyOut..::..Link | |
 | VistaAeroTheme..::..Header |
Vista Headers
|
 | VistaAeroTheme..::..Header..::..DropDown | |
 | VistaAeroTheme..::..Header..::..Item | |
 | VistaAeroTheme..::..ListBox |
Vista Listboxes
|
 | VistaAeroTheme..::..ListBox..::..Border | |
 | VistaAeroTheme..::..ListBox..::..Item | |
 | VistaAeroTheme..::..ListView |
Vista ListViews
|
 | VistaAeroTheme..::..ListView..::..GroupCollapseButton | |
 | VistaAeroTheme..::..ListView..::..GroupExpandButton | |
 | VistaAeroTheme..::..ListView..::..GroupHeaderLine | |
 | VistaAeroTheme..::..ListView..::..Item | |
 | VistaAeroTheme..::..Menu |
Vista Flyout
|
 | VistaAeroTheme..::..Menu..::..BarBackground | |
 | VistaAeroTheme..::..Menu..::..PopupBackground | |
 | VistaAeroTheme..::..Menu..::..PopupBorder | |
 | VistaAeroTheme..::..TextBox |
Vista TextBoxes
|
 | VistaAeroTheme..::..TextBox..::..Border | |
 | VisualElement | Extends RadElement and adds visual properties common to all elements. |
 | WeakReferenceList<(Of <(<'T>)>)> | |
 | WrapSelector | |
 | XmlAnimatedPropertySetting | |
 | XmlBuilderData |
Represents
|
 | XmlClassSelector |
Represents a class selector that can be serialized and deserialized.
Telerik class selectors are very similar to CSS class selectors.
|
 | XmlComplexCondition |
Represents a serializable correspodence to the ComplexCondtion class.
|
 | XmlCondition |
Represents a serializable condition.
|
 | XmlElementSelector | |
 | XmlNameSelector | |
 | XmlObsoleteOnlyRead | |
 | XmlPropertySetting |
Represents a property setting. Each property of Telerik controls can be
serialized and deserialized through an instance of this class. The
XMLPropertySetting instance describes the affected control, its property, and
the current value. XmlPropertySetting is very similar to CSS style properties.
|
 | XmlPropertySettingCollection | |
 | XmlPropertySettingCollection..::..XmlPropertySettingEnumerator | |
 | XmlPropertySettingGroup |
Represents a group of property settings.
|
 | XmlPropertySettingGroupCollection | |
 | XmlPropertySettingGroupCollection..::..XmlPropertySettingGroupEnumerator | |
 | XmlSelectorBase | |
 | XmlSelectorCollection | |
 | XmlSelectorCollection..::..XmlSelectorEnumerator | |
 | XmlSimpleCondition |
Represents a serializable correspondence to the SimpleCondtion class.
|
 | XmlStyleBuilderRegistration |
Represents a registration for the Style Builder. The class is responsible
for the serialization and deserialization of a group of telerik controls.
|
 | XmlStyleSheet | |
 | XmlTheme |
Represents a theme for a telerik control. Themes can be serialized and
deserialized, thus saving and loading the theme for a given control.
XmlTheme implements IXmlSerializable which provides custom formatting for
XML serialization and deserialization.
|
 | XMLThemeReader | |
 | XmlTypeSelector | |
 | XmlVisualStateSelector | |
 | ZoomChangedEventArgs | |
 | ZoomGestureEventArgs | |