skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Namespace Telerik.WinControls

Classes

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

BaseDataFilterNodeElement

ChamferedRectShape

Represents a rectangle with chamfered corners.

ChildrenChangedEventArgs

CircleShape

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.

ClientUtils

CollectionChangedEventArgs

Represents event data for the CollectionChanged event.

ColorAnimationStep

ColorAnimationStepConverter

ColorBox

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

CustomFontTypeConverter

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.

EditorRootRadElement

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.

ElementShapeEditor

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

GradientColorValue

GradientEditorControl

GradientSlider

HandleCollector

HierarchicalSelector

Represents a base class for other selectors. telerik presentation framework selectors are similar to CSS selectors.

HookEventArgs

HoveredElementChangedEventArgs

Represents event data for the HoveredElementChanged event.

HyperlinkHelper

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

PageChangingEventArgs

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.

RadColorEditor

RadColorEditorConverter

RadCommandBarBaseItemCollection

A collection that stores RadItem objects.

RadCommandBarBaseItemCollection.RadCommandBarBaseItemEnumerator

Represents an element enumerator.

RadComponent

RadComponentElement

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

RadEditorControl

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

A collection that stores RadElement objects.

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.

RadFillEditor

RadGradientDialog

RadHdcWrapper

RadHostItem

Represents an item that contains external control. There is no limitation for the control type - could be any descendant 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.

RadNonClientUIControl

An abstract RadControl defining UI elements to be added in the non-client area of the form.

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

RadSvgImage

RadSvgImageEditor

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

RadTimeSpanPickerPopup

RadToolTip

Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control. RadToolTip Provides extended functionality by removing the necessity to have a control in the element tree

RadTypeResolver

Used to resolve Telerik types

RaisedRoutedEvent

Represents a raised routed event.

ReadOnlyControlCollection

ReflectionHelper

Encapsulates common functionality related with reflection-based operations such as Cloning, Field Copying, etc.

ResFinder

Repository for Telerik-related resources. Not for general use.

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.

ShouldSerializePropertyEventArgs

Event arguments used in the ShouldSerializePropertyHandler event.

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

TelerikDpiHelper

TelerikHelper

TelerikPaintHelper

TelerikWebUIFont

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

A collection that stores ThemeSource objects.

ThemeSourceCollection.ThemeSourceEnumerator

ToolboxGroupStrings

ToolTipTextNeededEventArgs

Provides data for the ToolTipTextNeeded event.

TSSPThemeReader

TypeFilter<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<T>

WindowsHook

WindowsSettings

A class that defines windows settings related to RadForm and RadControl.

WindowsThemeChangedEventArgs

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

A collection that stores XmlPropertySetting objects.

XmlPropertySettingCollection.XmlPropertySettingEnumerator

XmlPropertySettingGroup

Represents a group of property settings.

XmlPropertySettingGroupCollection

A collection that stores XmlPropertySettingGroup objects.

XmlPropertySettingGroupCollection.XmlPropertySettingGroupEnumerator

XmlSelectorBase

XmlSelectorCollection

A collection that stores XmlElementSelector objects.

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

Structs

FontTextMetrics

GESTUREINFO

HslColor

Represents color in HSL color space.

NativeMethods.BLENDFUNCTION

NativeMethods.DWM_BLURBEHIND

NativeMethods.EnumLogFont

NativeMethods.GESTURECONFIG

NativeMethods.IconInfo

NativeMethods.MARGINS

NativeMethods.NCCALCSIZE_PARAMS

NativeMethods.NewTextMetric

NativeMethods.PAINTSTRUCT

NativeMethods.POINTSTRUCT

NativeMethods.RECT

NativeMethods.SHFILEINFO

NativeMethods.SIZESTRUCT

NativeMethods.TextMetric

NativeMethods.TEXTMETRIC

NativeMethods.WINDOWPOS

POINTS

PropertySettingCollection.PropertySettingsCollectionEnumerator

RadDesignCategory

WindowsHook.MouseHookStruct

WindowsHook.MSLLHOOKSTRUCT

WindowsHook.POINT

Interfaces

IAnalyticsProvider

IBoxStyle

IColorSelector

Wraps the functionality provided by the color picker

IComponentTreeHandler

IElementSelector

Exposes methods and properties required for a general selector. Selectors in telerik presentation framework are like CSS selectors.

IElementTreeChangeListener

IExpression

IFormRootElement

IHierarchicalItem

Exposes methods and properties for e hierarchical items such as RadMenuItem.

IImageListProvider

Exposes the ImageList property. All classes that implement this interface provide an image list.

IItemsControl

An interface which provides methods for handling a collection of RadItems. This interface is used throughout controls which represent a list of items.

IItemsElement

IKeyboardListener

ILayoutQueue

IMessageListener

IOleDropSource

IOleDropTarget

IPathCalculatorAnimationData

IPropertiesProvider

IPropertyBinding

Supports methods for bound properties of two RadObject instances.

IPropertySetting

Exposes methods and properties for a concrete property setttings used in StyleSheets and Themes. PropertySetting can customize the current value of any RadPropertry of any RadElement instance.

IRadCloneable

An extended interface that supports some additional notifications sent by the ReflectionHelper.

IRadColorDialog

IRadServiceProvider

Interface provides methods for registering and accessing RadService.

IScreenTipContent

ISerializationValidatable

Implements whether an instances of a class need validation after theme deserialization.

IShapeCurve

IShortcutProvider

ISpreadExportRenderer

ISpreadStreamExportRenderer

IStylableElement

IStylableNode

ISupportDrag

Exposes methods and properties for draggable elements.

ISupportDrop

Exposes methods for drop targets

ISupportSystemSkin

Defines a visual element which may be displayed using system skins (UxTheme semantic).

IThemeChangeListener

IThemeReader

ITwoWayPropertyBinding

IValueProvider

IVirtualizationCollection

IVirtualViewport

IVisualElementProvider

This interface gives the ability to create reusable providers for VisualElements that are in some relation with logical data objects.

Enums

AnimatorStyles

Defines the time of the animation occurrence.

ArrowDirection

Specifies arrow directions for the arrow primitive: Up, Right, Down, and Left.

AttachedPropertyUsage

Defines the usage of a given attached property.

BackgroundShapePaintMode

An enum that defines options how will the BackgroundShape BackgroundShape of RadElement be painted.

BinaryOperator

A binary opeartor used by the CompolexCondition class.

BorderBoxStyle

Defines the border rendering style.

BorderDrawModes

Defines the order in which border lines are drawn.

BuilderRegistrationType

Defines the types of registrations of a StyleSheet in the ThemeResolutionService.

CarouselAnimationTypes

ChildrenListOptions

Defines the options used by RadElement.GetChildren(options) method.

ClickMode

Defines the click modes.

CollectionResetReason

Defines possible reasons for a Reset notification from RadCollectionView.

ColorPickerActiveMode

Modes the RadColorPicker can be in

CurrentChangeReason

Defines possible reasons for a CurrentChanged notification from RadCollectionView.

DisplayStyle

Defines the display style of an item.

DrillDirection

ElementPropertyOptions

Defines the element's property options.

ElementSelectorTypes

Defines element selector types.

ElementState

Defines the life cycle of a RadElement instance.

ElementVisibility

Defines element's visibility.

EventBehaviorSenderType

GestureType

GradientStyles

Defines the gradient effects: Solid, Linear, Radial, Glass, OfficeGlass, Gel, and Vista.

ImageDrawType

An enumeration that defines whether an Image or a RadSvgImage will be painted.

ImagePaintMode

Defines possible modes to be used when rendering an image.

ImageSegments

InstalledHook

ItemsChangeOperation

LoopType

Defines the possible types of animation looping.

MessagePreviewResult

NativeMethods.AnimateWindowFlags

NativeMethods.DPI_AWARENESS_CONTEXT

NativeMethods.DpiType

NativeMethods.DWM_WINDOW_CORNER_PREFERENCE

NativeMethods.DWMWINDOWATTRIBUTE

NativeMethods.GdiDcObject

NativeMethods.GetWindow_Cmd

NativeMethods.ScrollBarDirection

NativeMethods.TernaryRasterOperations

PanelBarStyles

PerformLayoutType

ProgressOrientation

Defines the progress bar orientation.

PropertyBindingOptions

RadAnimationType

Defines the animation type.

RadAutoSizeMode

RadDropDownStyle

Defines the drop down style used by RadComboBox.

RadEasingType

Defines the easing equations for the easing animations.

RadFitToSizeMode

RadGridViewBeginEditMode

Specifies how a user starts cell editing in the RadGridView control.

RadMessageIcon

RadServiceState

Represents the states of RadService

RadShapeEditorControl.SnapTypes

RegionCombineMode

RoundedCornersStyle

An enumeration that defines options for form round corners in Windows 11.

RoutingDirection

Defines the routing directions for an events.

ScrollButtonsPositions

SepOrientation

Defines separators orientation.

SnapToGrid.SnapTypes

SystemMessage

ThemeSourceChangeOperation

ThemeStorageType

Defines the theme storage type.

TipStates

TreeTraversalMode

UnaryOperator

See BinaryOperator, Condition

UseSystemSkinMode

ValueResetFlags

Defines a mask enumeration which is used when updating rad properties' values.

ValueSource

Defines the source of current property value. See also %RadObject.GetValueSource:
Telerik.WinControls.RadObject.GetValueSource%.

ValueUpdateResult

Defines the possible results for a property value update operation.

WindowsHook.HookType

WindowsTheme

An enumeration that defines members about the used theme in Windows 10 and Windows 11.

Delegates

AlternativeExpressionStorageCallback

Represents the method that will be an alternative expression storage callback.

AnimationFinishedEventHandler

AnimationFinishedEventHandler delegate

AnimationStartedEventHandler

AnimationStartedEventHandler delegate

ChildrenChangedEventHandler

CoerceValueCallback

Represents the method that will be a coerce value callback.

CollectionChangedHandler

Represents the method that will handle a CollectionChanged event.

ColorChangedEventHandler

Represents the method that will handle the ColorChanged event.

ColorDialogCreatedEventHandler

Function<TArgument, TResult>

GestureEventHandler

HandleChangeEventHandler

HoveredElementChangedEventHandler

Represents the method that will handle the %HoveredElementChanged:HoveredElementChanged% event.

ItemChangedDelegate

Represents the method that will handle the %ItemChanged:ItemChanged% event.

ItemSelectedEventHandler

MapPropertyDelegate

Allows RadObject inheritors to replace RadProperty instances with another one.

NativeMethods.FontEnumDelegate

PanGestureEventHandler

PressAndTapGestureEventHandler

PropertyChangedCallback

Represents the method that will be a property changed callback.

PropertyMapper

RadCommandBarBaseItemCollectionItemChangedDelegate

RadPropertyChangedEventHandler

Represents the method that will handle the RadPropertyChanged event.

RadPropertyChangingEventHandler

ResolveStyleBuilderEventHandler

RotateGestureEventHandler

ScreenTipNeededEventHandler

Represents the method that will handle the ScreenTipNeeded event of a RadControl.

SelectedChangedEventHandler

SetValueDelegate

ShouldSerializePropertyEventHandler

An event handler used to control whether to serialize given property.

SnapChangedEventHandler

TextChangingEventHandler

Represents the method that will handle the TextChanging event.

ThemeChangedHandler

Represents the method that will handle a ThemeChanged event.

ThemeNameChangedEventHandler

Represents the method that will handle the ThemeNameChanged event.

ThemeSourcesChangedDelegate

Represents

ToolTipTextNeededEventHandler

Represents the method that will handle the ToolTipTextNeeded event of a RadCOntrol.

ValidateValueCallback

WindowsHook.HookEventHandler

WindowsHook.HookProc

WindowsThemeEventHandler

ZoomChangedEventHandler

ZoomGestureEventHandler

Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.