<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Telerik.WinControls.UI</name>
    </assembly>
    <members>
        <member name="P:Telerik.WinControls.UI.RadPageViewPageAccessibilityObject.Bounds">
            <summary>
            Gets the location and size of the accessible object
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarItemAccessibleObject.Bounds">
            <summary>
            Gets the location and size of the accessible object
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadAutoCompleteBoxElement">
            <summary>
            Represents a auto-complete tokenized text box element
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadTextBoxControlElement">
            <summary>
            Represents an independent text box element
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ScrollViewElement`1">
            <summary>
            Represent a scrollable view element with scrollbars
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="T:Telerik.WinControls.UI.UIItemBase">
            <summary>
            Base class for some RadItems, used in RadTreeView, RadPanelBar, RadCalendar, etc. Incorporates basic functionality for paiting gradient 
            background and borders the same way FillPrimitive and BorderPrimitive do.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.LightVisualElement.GetBorderThickness(Telerik.WinControls.UI.LightVisualElement,System.Boolean)">
            <summary>
            Gets the border thicknes of a <see cref="T:Telerik.WinControls.UI.LightVisualElement"/>
            </summary>
            <param name="element">The element to check.</param>
            <param name="checkDrawBorder">Determines whether to consider when the border is disabled.</param>
            <returns>The border thicknes.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.LightVisualElement.ToggleTextPrimitive(Telerik.WinControls.RadProperty)">
            <summary>
            Toggles the text primitive when text related properties are change.
            </summary>
            <param name="property">The changed property.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.LightVisualElement.OnAnimatedImageFrameChanged">
            <summary>
            Called when animated image frame changes.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.PropertiesForMapping">
            <summary>
            Gets the properties, which should mapped if set to a LightVisualElement instance. Used for testing purposes.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.TextRenderingHint">
            <summary>
            Gets or sets the text rendering hint.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.DisabledTextRenderingHint">
            <summary>
            Gets or sets the text rendering hint used when this element is disabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.DrawText">
            <summary>
            Gets or Sets value indicating whether the element should paint its text 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.DrawFill">
            <summary>
            Gets or Sets value indicating whether the element should paint its background 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.DrawBorder">
            <summary>
            Gets or Sets value indicating whether the element should paint its border 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.DrawBackgroundImage">
            <summary>
            Gets or Sets value indicating whether the element should paint its background image. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.DrawImage">
            <summary>
            Gets or Sets value indicating whether the element should paint its image. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderBoxStyle">
            <summary>
            	<para class="MsoNormal" style="MARGIN: 0in 0in 0pt">
            		<span style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana">Gets or sets the
                Border style. The two possible values are SingleBorder and FourBorder. In the
                single border case, all four sides share the same appearance although the entire
                border may have gradient. In four border case, each of the four sides may differ in
                appearance. For example, the left border may have different color, shadowcolor, and
                width from the rest. When SingleBorder is chosen, you should use the general
                properties such as width and color, and respectively, when the FourBorder style is
                chosen you should use properties prefixed with the corresponding side, for example,
                LeftColor, LeftWidth for the left side.</span></para>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderDrawMode">
            <summary>
            Defines the order in which border lines are drawn. This property is considered when the <see cref="P:Telerik.WinControls.UI.LightVisualElement.BorderBoxStyle"/> is FourBorders.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderWidth">
            <summary>
            Gets or sets a float value width of the left border. This property
            has effect only if <em>FourBorders</em> style is used in <em>BoxStyle</em> property and
            affects only the width of the left border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderLeftWidth">
            <summary>
            Gets or sets a float value width of the left border. This property
            has effect only if <em>FourBorders</em> style is used in <em>BoxStyle</em> property and
            affects only the width of the left border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderTopWidth">
            <summary>
            Gets or sets a float value width of the top border . This property
            has effect only if <em>FourBorders</em> style is used in <em>BoxStyle</em> property,
            and affects only the top border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderRightWidth">
            <summary>
            Gets or sets a float value width of the right border. This
            property has effect only if <em>FourBorders</em> style is used in <em>BoxStyle</em>
            property, and affects only the right border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderBottomWidth">
            <summary>
            Gets or sets a float value width. This property has effect only if
            <em>FourBorders</em> style is used in <em>BoxStyle</em> property, and affects only the
            bottom border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderGradientAngle">
            <summary>
            Gets or sets gradient angle for linear gradient measured in degrees.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderGradientStyle">
            <summary>
            Gets or sets gradient style. Possible styles are solid, linear, radial, glass,
            office glass, gel, and vista.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderColor2">
            <summary>
            Gets or sets color used by radial, glass, office glass, gel, and vista gradients.
            This is one of the colors that are used in the gradient effect.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderColor3">
            <summary>
            Gets or sets color used by radial, glass, office glass, and vista gradients. This
            is one of the colors that are used in the gradient effect.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderColor4">
            <summary>
            Gets or sets color used by radial, glass, office glass, and vista gradients. This
            is one of the colors that are used in the gradient effect.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderInnerColor">
            <summary>
            Gets or sets color used by radial, glass, office glass, gel, and vista gradients.
            This is one of the colors that are used in the gradient effect.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderInnerColor2">
            <summary>
            Gets or sets color used by radial, glass, office glass, gel, and vista gradients.
            This is one of the colors that are used in the gradient effect.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderInnerColor3">
            <summary>
            Gets or sets color used by radial, glass, office glass, gel, and vista gradients.
            This is one of the colors that are used in the gradient effect.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderInnerColor4">
            <summary>
            Gets or sets color used by radial, glass, office glass, gel, and vista gradients.
            This is one of the colors that are used in the gradient effect.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.TextImageRelation">
            <summary>
                Gets or sets a value indicating the TextImageRelation: ImageAboveText,
                ImageBeforeText, Overlay, TextAboveImage, and TextBeforeImage. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderLeftColor">
            <summary>
            Gets and sets the left border color. This applies only if FourBorders is chosen
            for BoxStyle property, and affects only the left border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderTopColor">
            <summary>
            Gets and sets the top border color. This applies only if FourBorders is chosen
            for BoxStyle property, and affects only the top border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderRightColor">
            <summary>
            Gets and sets the right border color. This applies only if FourBorders is chosen
            for BoxStyle property, and affects only the right border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderBottomColor">
            <summary>
            Gets and sets the bottom border color. This applies only if FourBorders is chosen
            for BoxStyle property, and affects only the bottom border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderLeftShadowColor">
            <summary>
            Gets and sets the left shadow color. This option applies only if
            fourBorders is chosen, and affects only the left border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderTopShadowColor">
            <summary>
            Gets and sets the top shadow color. This option applies only if
            fourBorders is chosen, and affects only the top border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderRightShadowColor">
            <summary>
            Gets and sets the right shadow color. This option applies only if
            fourBorders is chosen, and affects only the right border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderBottomShadowColor">
            <summary>
            Gets and sets the bottom shadow color. This option applies only if
            fourBorders is chosen, and affects only the bottom border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.ClipText">
            <summary>
            Determines whether text will be clipped within the calculated text paint rectangle.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.ImageTransparentColor">
            <summary>
            Gets or sets the transparent color for the image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderDashStyle">
            <summary>
            Specifies the style of dashed lines drawn with a border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.BorderDashPattern">
            <summary>
            Specifies the style of dashed lines drawn with a border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.EnableImageTransparency">
            <summary>
            Gets or sets a value indicating whether image transparency is supported.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.AutoEllipsis">
            <summary>
            Determines whether character trimming will be automatically applied to the element if text cannot be fitted within the available space.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.UseMnemonic">
            <summary>
            Determines whether ampersand character will be treated as mnemonic or not.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.TextWrap">
            <summary>
            Gets or sets a value indicating whether text will be wrapped when exceeding the width of the element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.ShowKeyboardCues">
            <summary>
            Determines whether keyboard focus cues are enabled for this element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.MeasureTrailingSpaces">
            <summary>
            Determines whether trailing spaces will be included when text size is measured.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LightVisualElement.TextParams">
            <summary>
            Gets the text structure used to render text
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ScrollViewElement`1.CreateScrollBarElement">
            <summary>
            Creates the scroll bar element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ScrollViewElement`1.CreateViewElement">
            <summary>
            Creates the view element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ScrollViewElement`1.InitializeViewElement(`0)">
            <summary>
            This method provides a chance to initialize the ViewElement object.
            </summary>
            <param name="viewElement">The view element.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ScrollViewElement`1.MeasureView(System.Drawing.SizeF)">
            <summary>
            Measures the view element.
            </summary>
            <param name="availableSize">Size of the available.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ScrollViewElement`1.ArrangeViewElement(System.Drawing.RectangleF)">
            <summary>
            Arranges the view element.
            </summary>
            <param name="viewElementRect">The view element rect.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ScrollViewElement`1.ArrangeHScrollBar(System.Drawing.RectangleF@,System.Drawing.RectangleF)">
            <summary>
            Arranges the horizontal scroll bar.
            </summary>
            <param name="viewElementRect">The view element rect.</param>
            <param name="clientRect">The client rect.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ScrollViewElement`1.ArrangeVScrollBar(System.Drawing.RectangleF@,System.Drawing.RectangleF,System.Drawing.RectangleF)">
            <summary>
            Arranges the vertical scroll bar.
            </summary>
            <param name="viewElementRect">The view element rect.</param>
            <param name="hscrollBarRect">The hscroll bar rect.</param>
            <param name="clientRect">The client rect.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.ScrollViewElement`1.HScrollBar">
            <summary>
            Gets the horizontal scroll bar.
            </summary>
            <value>
            The horizontal scroll bar.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ScrollViewElement`1.VScrollBar">
            <summary>
            Gets the vertical scroll bar.
            </summary>
            <value>
            The vertical scroll bar.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ScrollViewElement`1.ViewElement">
            <summary>
            Gets or sets the view element.
            </summary>
            <value>
            The view element.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.#cctor">
            <summary>
            Initializes the <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.CreateNullTextViewElement">
            <summary>
            Creates an instance of <see cref="T:Telerik.WinControls.UI.TextBoxWrapPanel"/>
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.OnContextMenuOpenting(Telerik.WinControls.UI.RadContextMenu)">
            <summary>
            Called when the context menu is opening.
            </summary>
            <param name="menu">The menu.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.OnContextMenuOpenting(Telerik.WinControls.UI.TreeBoxContextMenuOpeningEventArgs)">
            <summary>
            Raises the <see cref="E:ContextMenuOpenting"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.TreeBoxContextMenuOpeningEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.ClampOffset(System.Int32)">
            <summary>
            Clamps the offset to valid text position bounds
            </summary>
            <param name="offset">The offset.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.CanInsertText(System.String)">
            <summary>
            Determines whether the text can be inserted
            </summary>
            <param name="text">The text.</param>
            <returns>
              <c>true</c> if this text can be inserted; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.IsValidAutoCompletePosition">
            <summary>
            Determines whether the current position is valid for the auto-complete operation
            </summary>
            <returns>
              <c>true</c> if [is valid auto complete position]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.PerformAutoComplete(Telerik.WinControls.UI.EditOperation)">
            <summary>
            Performs the auto-complete for concrete operation.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.PerformAutoCompleteOverride(Telerik.WinControls.UI.EditOperation)">
            <summary>
            Performs the auto complete override.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.GetAutoCompleteTextCondition(Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.TextPosition)">
            <summary>
            Gets the text that is as filter condition in auto-completion
            </summary>
            <param name="startPosition">The start position.</param>
            <param name="endPosition">The end position.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.GetAutoCompleteDropDownLocation">
            <summary>
            Gets the auto-complete drop down location.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.GetLines">
            <summary>
            Gets the lines of the text box element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.SetLines(System.String[])">
            <summary>
            Sets the lines of the text box element.
            </summary>
            <param name="value">The lines.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.CreateCaret">
            <summary>
            Creates the caret of the text box element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.CreateListElement">
            <summary>
            Creates the auto-complete list element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.CreateAutoCompleteDropDown">
            <summary>
            Creates the auto-complete drop down.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.GetDropDownSize">
            <summary>
            Gets the size of the auto-complete drop down.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.ShowDropDown(System.Drawing.Point)">
            <summary>
            Shows the drop down.
            </summary>
            <param name="location">The location.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.CloseDropDown">
            <summary>
            Closes the auto-complete drop down.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.CloseDropDown(Telerik.WinControls.UI.RadPopupCloseReason)">
            <summary>
            Closes the drop down.
            </summary>
            <param name="reason">The reason.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.Cut">
            <summary>
            Moves the current selection in the text box to the Clipboard.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.Copy">
            <summary>
            Copies the current selection in the text box to the Clipboard. 
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.Paste">
            <summary>
            Replaces the current selection in the text box with the contents of the Clipboard.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.Insert(System.String)">
            <summary>
            Inserts the text at current position
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.Delete">
            <summary>
            Deletes the selected text or character at the current position
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.Delete(System.Boolean)">
            <summary>
            /// Deletes the selected text or character at the current position
            </summary>
            <param name="nextCharacter">if set to <c>true</c> deletes next character.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.AppendText(System.String)">
            <summary>
            Appends text to the current text of a text box.
            </summary>
            <param name="text">The text.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.AppendText(System.String,System.Boolean)">
            <summary>
            Appends text to the current text of a text box and selects it
            </summary>
            <param name="text">The text.</param>
            <param name="select">if set to <c>true</c> selects the text.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.Select(System.Int32,System.Int32)">
            <summary>
            Selects a range of text in the text box.
            </summary>
            <param name="start">The start.</param>
            <param name="length">The length.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.SelectAll">
            <summary>
            Selects all text in the text box element. 
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.DeselectAll">
            <summary>
            Specifies that the value of the SelectionLength property is zero so that no characters are selected in the element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.ScrollToCaret">
            <summary>
            Scrolls the contents of the control to the current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlElement.Clear">
            <summary>
            Clears all text from the text box element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.Text">
            <summary>
            Gets or sets the current text in the text box element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.NullText">
            <summary>
            Gets or sets the prompt text that is displayed when the text box contains no text.
            </summary>
            <value>
            The null text.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.NullTextColor">
            <summary>
            Gets or sets the color of the null text.
            </summary>
            <value>
            The color of the null text.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.Lines">
            <summary>
            Gets or sets the lines of text in a text box element.
            </summary>
            <value>
            The lines.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.SelectedText">
            <summary>
            Gets or sets a value indicating the currently selected text in the element.
            </summary>
            <value>
            The selected text.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.MaxLength">
            <summary>
            Gets or sets the maximum number of characters the user can type or paste into the text box element.
            </summary>
            <value>
            The length of the max.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.AcceptsTab">
            <summary>
            Gets or sets a value indicating whether pressing the TAB key in a multiline text box element types a TAB character in the element instead of moving the focus to the next element in the tab order.
            </summary>
            <value>
              <c>true</c> if [accepts tab]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.AcceptsReturn">
            <summary>
            Gets or sets a value indicating whether pressing ENTER in a multiline TextBox element creates a new line of text in the element or activates the default button for the form.
            </summary>
            <value>
              <c>true</c> if [accepts return]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.Multiline">
            <summary>
            Gets or sets a value indicating whether this is a multiline text box.
            </summary>
            <value>
              <c>true</c> if multiline; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.UseSystemPasswordChar">
            <summary>
            Gets or sets a value indicating whether the text in view
            should appear as the default password character.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.PasswordChar">
            <summary>
            Gets or sets the character used to mask characters of a password in a single-line
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.WordWrap">
            <summary>
            Indicates whether a multiline text box control automatically wraps words to the beginning of the next line when necessary.
            </summary>
            <value>
              <c>true</c> if [word wrap]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.TextAlign">
            <summary>
            Gets or sets how the text is horizontally aligned in the element.
            </summary>
            <value>The horizontal text alignment.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.TextLength">
            <summary>
            Gets the length of text in the element.
            </summary>
            <value>
            The length of the text.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.CaretIndex">
            <summary>
            Gets or sets the caret position.
            </summary>
            <value>
            The index of the caret.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.SelectionStart">
            <summary>
            Gets or sets the starting point of text selected in the text box.
            </summary>
            <value>
            The selection start.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.SelectionLength">
            <summary>
            Gets or sets the number of characters selected in the text box.
            </summary>
            <value>
            The length of the selection.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.SelectionColor">
            <summary>
            Gets or sets the color of the selection.
            </summary>
            <value>
            The color of the selection.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.SelectionOpacity">
            <summary>
            Gets or sets the selection opacity.
            </summary>
            <value>
            The selection opacity.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.CharacterCasing">
            <summary>
            Gets or sets whether the TextBox element modifies the case of characters as they are typed.
            </summary>
            <value>
            The character casing.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.Caret">
            <summary>
            Gets the associated caret.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.InputHandler">
            <summary>
            Represents the associated keyboard and mouse input handler.
            </summary>
            <value>
            The input handler.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.IsReadOnly">
            <summary>
            Gets or sets a value indicating whether text in the text box is read-only.
            </summary>
            <value>
            	<c>true</c> if this is in read only mode; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.IsReadOnlyCaretVisible">
            <summary>
            Gets or sets a value indicating whether the caret is visible in read only mode.
            </summary>
            <value>
            	<c>true</c> if the caret is visible; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.HideSelection">
            <summary>
            Gets or sets a value indicating whether the selected text in the text box control remains highlighted when the element loses focus.
            </summary>
            <value>
              <c>true</c> if [hide selection]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.ContextMenu">
            <summary>
            Gets or sets the associated context menu.
            </summary>
            <value>
            The context menu.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.Navigator">
            <summary>
            Gets or sets the navigator of the text position.
            </summary>
            <value>
            The navigator.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.ListElement">
            <summary>
            Gets the auto-complete list element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.NullTextViewElement">
            <summary>
            Gets the view element of the null text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.AutoCompleteMode">
            <summary>
            Gets or sets an option that controls how automatic completion works for the TextBox.
            </summary>
            <value>
            The auto complete mode.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.AutoCompleteDisplayMember">
            <summary>
            Gets or sets the auto complete display member.
            </summary>
            <value>
            The auto complete display member.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.AutoCompleteDataSource">
            <summary>
            Gets or sets a value specifying the source of complete items used for automatic completion.
            </summary>
            <value>
            The auto complete data source.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.AutoCompleteItems">
            <summary>
            Gets a value specifiying the complete items used for automatic completion.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.DropDownMaxSize">
            <summary>
            Gets or sets the size of the drop down max.
            </summary>
            <value>
            The size of the drop down max.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.DropDownMinSize">
            <summary>
            Gets or sets the size of the drop down min.
            </summary>
            <value>
            The size of the drop down min.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.MaxDropDownItemCount">
            <summary>
            Gets or sets the max count of visible items in auto-complete drop down
            </summary>
            <value>
            The max drop down item count.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.IsAutoCompleteDropDownOpen">
            <summary>
            Gets a value indicating whether this auto-complete drop down is open.
            </summary>
            <value>
            	<c>true</c> if the drop down is open; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.VerticalScrollBarState">
            <summary>
            Gets or sets when the vertical scroll bar should appear in a multiline TextBox element.
            </summary>
            <value>
            The state of the vertical scroll bar.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.HorizontalScrollBarState">
            <summary>
            Gets or sets when the horizontal scroll bar should appear in a multiline TextBox element.
            </summary>
            <value>
            The state of the horizontal scroll bar.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.CanPerformAutoComplete">
            <summary>
            Gets a value indicating whether this text box can perform auto complete operation.
            </summary>
            <value>
            	<c>true</c> if this instance can perform auto complete; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlElement.AutoCompleteDropDown">
            <summary>
            Gets the auto complete drop down.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxControlElement.TextBlockFormatting">
            <summary>
            Occurs when text block is formatting.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxControlElement.CreateTextBlock">
            <summary>
            Occurs when an instance of <see cref="T:Telerik.WinControls.UI.ITextBlock"/> is created
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxControlElement.ContextMenuOpening">
            <summary>
            Occurs when the context menu is opening.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxControlElement.SelectionChanging">
            <summary>
            Occurs when text selection is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxControlElement.SelectionChanged">
            <summary>
            Occurs when text selection is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxControlElement.IMECompositionStarted">
            <summary>
            Fired when the Input Method Editor starts the composition.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxControlElement.IMECompositionEnded">
            <summary>
            Fired when the Input Method Editor completes the composition.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxControlElement.IMECompositionResult">
            <summary>
            Fired when the Input Method Editor has a result ready. For languages like Korean
            this might happen before the composition has ended.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadAutoCompleteBoxElement.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadAutoCompleteBoxElement"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadAutoCompleteBoxElement.CreateTokenizedItemCollection">
            <summary>
            Creates the tokenized item collection.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadAutoCompleteBoxElement.ShowRemoveButton">
            <summary>
            Gets or sets a value indicating whether the remove button of <see cref="T:Telerik.WinControls.UI.TokenizedTextBlockElement"/> should appear.
            Notice that the text box should not be in read only mode
            </summary>
            <value>
              <c>true</c> if [show remove button]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadAutoCompleteBoxElement.AutoCompleteValueMember">
            <summary>
            Gets or sets a property name which will be used to extract a value from the data items 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadAutoCompleteBoxElement.Delimiter">
            <summary>
            Gets or sets the delimiter used to tokenize the text
            </summary>
            <value>
            The delimiter.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadAutoCompleteBoxElement.Items">
            <summary>
            Gets the tokenized items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadAutoCompleteBoxElement.AutoCompleteViewElement">
            <summary>
            Gets the auto complete view element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadAutoCompleteBoxElement.AutoCompleteDropDownLocation">
            <summary>
            Gets or sets the auto complete drop down location.
            </summary>
            <value>
            The auto complete popup location.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.RadAutoCompleteBoxElement.TokenValidating">
            <summary>
            Occurs when text is validating as token
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.VirtualizedPanelElementProvider`2">
            <summary>
            Represent a virtualize panel element provider
            </summary>
            <typeparam name="T">The type of view element.</typeparam>
            <typeparam name="T1">The type of virtualized item.</typeparam>
        </member>
        <member name="T:Telerik.WinControls.UI.BaseVirtualizedElementProvider`1">
            <summary>
            
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="T:Telerik.WinControls.UI.IVirtualizedElementProvider`1">
            <summary>
            Represents interface for virtualized element provider
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="M:Telerik.WinControls.UI.IVirtualizedElementProvider`1.GetElement(`0,System.Object)">
            <summary>
            Gets the element.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.IVirtualizedElementProvider`1.CacheElement(Telerik.WinControls.UI.IVirtualizedElement{`0})">
            <summary>
            Caches the element.
            </summary>
            <param name="element">The element.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.IVirtualizedElementProvider`1.ShouldUpdate(Telerik.WinControls.UI.IVirtualizedElement{`0},`0,System.Object)">
            <summary>
            Shoulds the update.
            </summary>
            <param name="element">The element.</param>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.IVirtualizedElementProvider`1.IsCompatible(Telerik.WinControls.UI.IVirtualizedElement{`0},`0,System.Object)">
            <summary>
            Determines whether the specified element is compatible with its data.
            </summary>
            <param name="element">The element.</param>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns>
              <c>true</c> if the specified element is compatible; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.IVirtualizedElementProvider`1.GetElementSize(`0)">
            <summary>
            Gets the size of the element.
            </summary>
            <param name="data">The data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.IVirtualizedElementProvider`1.GetElementSize(Telerik.WinControls.UI.IVirtualizedElement{`0})">
            <summary>
            Gets the size of the element.
            </summary>
            <param name="element">The element.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.IVirtualizedElementProvider`1.ClearCache">
            <summary>
            Clears the cached elements.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.IVirtualizedElementProvider`1.DefaultElementSize">
            <summary>
            Gets or sets the default size of the element.
            </summary>
            <value>
            The default size of the element.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedElementProvider`1.CreateElement(`0,System.Object)">
            <summary>
            Creates the element.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedElementProvider`1.GetElementFromCache(`0,System.Object)">
            <summary>
            Gets the element from cache.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedElementProvider`1.GetElement(`0,System.Object)">
            <summary>
            Gets the element from cache or creates it.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedElementProvider`1.PreInitializeCachedElement(Telerik.WinControls.UI.IVirtualizedElement{`0},System.Object)">
            <summary>
            Pre-initialize cached element.
            </summary>
            <param name="element">The element.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedElementProvider`1.CacheElement(Telerik.WinControls.UI.IVirtualizedElement{`0})">
            <summary>
            Caches the element.
            </summary>
            <param name="element">The element.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedElementProvider`1.ShouldUpdate(Telerik.WinControls.UI.IVirtualizedElement{`0},`0,System.Object)">
            <summary>
            Determine whether the element should be updated.
            </summary>
            <param name="element">The element.</param>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedElementProvider`1.IsCompatible(Telerik.WinControls.UI.IVirtualizedElement{`0},`0,System.Object)">
            <summary>
            Determines whether the specified element is compatible with concrete data.
            </summary>
            <param name="element">The element.</param>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns>
              <c>true</c> if the specified element is compatible; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedElementProvider`1.GetElementSize(`0)">
            <summary>
            Gets the size of the element.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedElementProvider`1.GetElementSize(Telerik.WinControls.UI.IVirtualizedElement{`0})">
            <summary>
            Gets the size of the element.
            </summary>
            <param name="element">The element.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedElementProvider`1.ClearCache">
            <summary>
            Clears the cache.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseVirtualizedElementProvider`1.DefaultElementSize">
            <summary>
            Gets or sets the default size of the element.
            </summary>
            <value>
            The default size of the element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseVirtualizedElementProvider`1.CachedElementsCount">
            <summary>
            Gets the cached elements count.
            </summary>
            <value>
            The cached elements count.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.VirtualizedPanelElementProvider`2.CreateElement(`0,System.Object)">
            <summary>
            Creates the element.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.VirtualizedPanelElementProvider`2.ShouldUpdate(Telerik.WinControls.UI.IVirtualizedElement{`0},`0,System.Object)">
            <summary>
            Shoulds the update.
            </summary>
            <param name="element">The element.</param>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.DropDownCheckedItemsCollection.Clear">
            <summary>
            Clears all Checked Items
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadAutoCompleteBoxListElement">
            <summary>
            Represents a auto-complete list element in <see cref="T:Telerik.WinControls.UI.RadAutoCompleteBoxElement"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadTextBoxListElement">
            <summary>
            Represents a auto-complete list element in <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadListElement">
            <summary>
            This class is used to represent data in a list similar to the ListBox control provided by Microsoft.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.VirtualizedScrollPanel`2.WireEvents">
            <summary>
            Performs events subscription to internal objects.
            The base implementation must always be called.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.VirtualizedScrollPanel`2.UnwireEvents">
            <summary>
            Performs events unsubscription from internal objects.
            The base implementation must always be called.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.VirtualizedScrollPanel`2.CreateElementProvider">
            <summary>
            This method creates an object that implements IVirtualizedElementProvider. Child elements are not yet created
            in this method.
            </summary>
            <returns>A new instance of an implementation of IVirtualizedElementProvider.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.VirtualizedScrollPanel`2.CreateItemTraverser(System.Collections.Generic.IList{`0})">
            <summary>
            Creates an instance of ITraverser which traverses the child elements.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.VirtualizedScrollPanel`2.CreateItemScroller">
            <summary>
            Creates an instance of ItemScroller. Child elements are not yet created in this method.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.VirtualizedScrollPanel`2.InitializeItemScroller(Telerik.WinControls.UI.ItemScroller{`0})">
            <summary>
            This method provides a chance to setup the ItemScroller.
            </summary>
            <param name="scroller">The item scroller on which properties will be set.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.VirtualizedScrollPanel`2.InitializeViewElement(Telerik.WinControls.UI.VirtualizedStackContainer{`0})">
            <summary>
            This method provides a chance to setup the the VirtualizedStackContainer.
            </summary>
            <param name="viewElement">The view element on which properties will be set.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.VirtualizedScrollPanel`2.MeasureItem(`0,System.Drawing.SizeF)">
            <summary>
            Measures the item.
            </summary>
            <param name="item">The item.</param>
            <param name="availableSize">Size of the available.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.VirtualizedScrollPanel`2.GetItemDesiredSize(`0)">
            <summary>
            Gets the desired size of the item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.VirtualizedScrollPanel`2.OnAutoSizeChanged">
            <summary>
            Called when auto size is changed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.VirtualizedScrollPanel`2.GetElement(`0)">
            <summary>
            Gets the Element with the specified item.
            </summary>
            <value></value>
        </member>
        <member name="M:Telerik.WinControls.UI.VirtualizedScrollPanel`2.UpdateOnMeasure(System.Drawing.SizeF)">
            <summary>
            Updates on measure.
            </summary>
            <param name="availableSize">Size of the available.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.VirtualizedScrollPanel`2.UpdateFitToSizeMode">
            <summary>
            Updates the items fit to size mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.VirtualizedScrollPanel`2.Items">
            <summary>
            Gets or sets the items.
            </summary>
            <value>
            The items.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.VirtualizedScrollPanel`2.Scroller">
            <summary>
            Gets the associated scroller.
            </summary>
            <value>
            The scroller.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.VirtualizedScrollPanel`2.FitItemsToSize">
            <summary>
            Gets or sets a value indicating whether items fit to size.
            </summary>
            <value>
              <c>true</c> if [fit items to size]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.VirtualizedScrollPanel`2.Orientation">
            <summary>
            Gets or sets the items orientation.
            </summary>
            <value>
            The orientation.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.VirtualizedScrollPanel`2.AutoSizeItems">
            <summary>
            Gets or sets a value indicating whether items auto sizing.
            </summary>
            <value>
              <c>true</c> if [auto size items]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.VirtualizedScrollPanel`2.ItemSpacing">
            <summary>
            Gets or sets the item spacing.
            </summary>
            <value>
            The item spacing.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.#ctor">
            <summary>
            Creates a new instance of the RadListElement class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.CreateDataLayer">
            <summary>
            Creates an instance of the data layer object responsibe for items management in bound or unbound mode.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.CreateElementProvider">
            <summary>
            Creates an instance of the element provider object which is responsible for mapping logical and visual items and determining
            when a visual item must be updated to reflect the state of its corresponding logical item.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.CreateViewElement">
            <summary>
            Creates an instance of the visual element responsible for displaying the visual items in a particular layout.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.FindItemExact(System.String,System.Boolean)">
            <summary>
            Finds the first item in the RadList control that matches the specified string.
            </summary>
            <param name="text">The string to search for.</param>
            <param name="caseSensitive">Determines whether the search is case sensitive or not.</param>
            <returns>The zero-based index of the first item found; returns null if no match is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.OnDataBindingComplete(System.Object,Telerik.WinControls.UI.ListBindingCompleteEventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadListElement.DataBindingComplete"/> event.
            </summary>
            <param name="sender"></param>
            <param name="e">An <see cref="T:Telerik.WinControls.UI.ListBindingCompleteEventArgs"/> instance that contains the event data.</param>
            <seealso cref="E:Telerik.WinControls.UI.RadListElement.DataBindingComplete"/>
            <seealso cref="T:Telerik.WinControls.UI.ListBindingCompleteEventArgs"/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.SuspendGroupRefresh">
            <summary>
            Suspends notifications of changing groups.
            This method is cumulative, that is, if SuspendGroupRefresh is called N times, ResumeGroupRefresh must also be called N times.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.ResumeGroupRefresh(System.Boolean)">
            <summary>
            Resumes refreshing of groups.
            </summary>
            <param name="performGroupRefresh">Indicates whether refreshing of groups should be performed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.RefreshGroups">
            <summary>
            Refreshes the groups.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.ScrollToActiveItem">
            <summary>
            Scrolls to the active item if it is not null and if it is not fully visible.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.Rebind">
            <summary>
            Forces re-evaluation of the current data source (if any).
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.BeginUpdate">
            <summary>
            Suspends internal notifications and processing in order to improve performance.
            This method is cumulative, that is, if BeginUpdate is called N times, EndUpdate must also be called N times.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.EndUpdate">
            <summary>
            Resumes the internal notifications and processing previously suspended by BeginUpdate.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.DeferRefresh">
            <summary>
            Defers the refresh.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.SelectAll">
            <summary>
            Selects all items if the SelectionMode allows it.
            </summary>
            <exception cref="T:System.InvalidOperationException">Selecting all items is not a valid operation in the current selection mode. SelectionMode =  + this.selectionMode.ToString() + .</exception>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.SelectRange(System.Int32,System.Int32)">
            <summary>
            Clears the currently selected items and selects all items in the closed range [startIndex, endIndex].
            </summary>
            <param name="startIndex">The first index at which to start selecting items.</param>
            <param name="endIndex">The index of one item past the last one to be selected.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.ScrollToItem(Telerik.WinControls.UI.RadListDataItem)">
            <summary>
            Scrolls to the provided item so that the item will appear at the top of the view if it is before the currently visible items
            and at the bottom of the view if it is after the currently visible items.
            </summary>
            <param name="item">The item to scroll to.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.FindString(System.String)">
            <summary>
            Searches for an item related to the specified string. The relation is described by the object assigned to FindStringComparer property.
            By default this relation is the System.String.StartsWith().
            This method starts searching from the beginning of the items.
            </summary>
            <param name="s">The string with which every item will be compared.</param>
            <returns>The index of the found item or -1 if no item is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.FindString(System.String,System.Int32)">
            <summary>
            Searches for an item related to the specified string. The relation is described by the object assigned to FindStringComparer property.
            By default FindStringComparer uses the System.String.StartsWith() method.
            This method starts searching from the specified index. If the algorithm reaches the end of the Items collection it wraps to the beginning
            and continues until one before the provided index.
            </summary>
            <param name="s">The string with which every item will be compared.</param>
            <param name="startIndex">The index from which to start searching.</param>
            <returns>The index of the found item or -1 if no item is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.FindStringExact(System.String)">
            <summary>
            Searches for an item in the same manner as FindString() but matches an item only if its text is exactly equal to the provided string.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.FindStringExact(System.String,System.Int32)">
            <summary>
            Searches for an item in the same manner as FindString() but matches an item only if its text is exactly equal to the provided string.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.FindStringNonWrapping(System.String)">
            <summary>
            Searches for an item in the same manner as FindString() but does not start from the beginning when the end of the Items collection
            is reached.
            </summary>
            <param name="s">The string that will be used to search for an item.</param>
            <returns>The index of the found item or -1 if no item is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.FindStringNonWrapping(System.String,System.Int32)">
            <summary>
            Searches for an item in the same manner as FindString() but does not start from the beginning when the end of the Items collection
            is reached.
            </summary>
            <param name="s">The string that will be used to search for an item.</param>
            <param name="startIndex">The index from which to start searching.</param>
            <returns>The index of the found item or -1 if no item is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.UpdateItemTraverser">
            <summary>
            Creates a new item traverser and updates the current.
            If group refresh is suspended this method has no effect.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.ItemFullyVisible(Telerik.WinControls.UI.RadListDataItem)">
            <summary>
            This method returns true if the ActiveItem is fully visible.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.GetLastVisibleItemIndex">
            <summary>
            Gets the index of the last visible item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.GetFirstVisibleItemIndex">
            <summary>
            Gets the index of the first visible item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.GetMiddleVisibleItemIndex">
            <summary>
            Gets the index of the middle visible item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.IsItemPartiallyVisible(Telerik.WinControls.UI.RadListVisualItem)">
            <summary>
            Determines if the provided visual item intersects the view but is not contained in it.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.ListElementDataSource_Disposed(System.Object,System.EventArgs)">
            <summary>
            If the object assigned to the DataSource property is of type Component, this callback will be invoked if
            the data source is disposed which cause all data items to become disposed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.DataView_CollectionChanged(System.Object,Telerik.WinControls.Data.NotifyCollectionChangedEventArgs)">
            <summary>
            Handles changes in the data layer.
            Nothing will done if we the RadListElement is in a BeginUpdate state.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.SynchronizeVisualItems">
            <summary>
            Syncronizes the properties of all visual elements with their data items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.dataLayer_CurrentPositionChanged(System.Object,Telerik.WinControls.UI.Data.PositionChangedEventArgs)">
            <summary>
            When the data layer changes the current position, this callback triggers the selection logic with the new position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.OnSelectedIndexChanged(System.Int32)">
            <summary>
            Fires the SelectedIndexChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.OnSelectedIndexChanging(System.Int32)">
            <summary>
            Fires the SelectedIndexChanging event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.OnSelectedValueChanged(System.Int32)">
            <summary>
            Fires the SelectedValueChanged event if SelectedValue has actually changed since many items can have the same value.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.OnListItemDataBinding">
            <summary>
            Fires the ItemDataBinding event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.OnListItemDataBound(Telerik.WinControls.UI.RadListDataItem)">
            <summary>
            Fires the ItemDataBound event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.OnCreatingVisualListItem(Telerik.WinControls.UI.RadListVisualItem)">
            <summary>
            Fires the CreatingVisualItem event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.OnSortStyleChanged(Telerik.WinControls.Enumerations.SortStyle)">
            <summary>
            Fires the SortStyleChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.OnVisualItemFormatting(Telerik.WinControls.UI.RadListVisualItem)">
            <summary>
            Fires the VisualItemFormattingeEvent with the provided visual item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.OnMouseWheel(System.Int32)">
            <summary>
            Performs scrolling logic depending on the delta from the mouse wheel.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.OnItemsChanged(Telerik.WinControls.Data.NotifyCollectionChangedEventArgs)">
            <summary>
            Raises the ItemsChanged event with the provided arguments.
            </summary>
            <param name="args">The arguments that contain the data relevant to the items change.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.OnItemsChanging(Telerik.WinControls.Data.NotifyCollectionChangingEventArgs)">
            <summary>
            Raises the ItemsChanging event with the provided arguments.
            </summary>
            <param name="args">The arguments that contain the data relevant to the pending items change.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.OnDataItemPropertyChanged(System.Object,Telerik.WinControls.RadPropertyChangedEventArgs)">
            <summary>
            Raises the DataItemPropertyChanged
            </summary>
            <param name="sender"></param>
            <param name="args"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.HandleMouse(System.Object,Telerik.WinControls.RoutedEventArgs)">
            <summary>
            Handles the mouse input by finding the RadElement involved with the mouse and sending the element and event information to the appropriate
            subsystem of RadListElement.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.HandleMouseCore(Telerik.WinControls.RoutedEvent,Telerik.WinControls.UI.RadListVisualItem)">
            <summary>
            Performs logical branching depending on the type of the routed event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.ProcessMouseSelection(Telerik.WinControls.UI.RadListDataItem,Telerik.WinControls.UI.MouseNotification)">
            <summary>
            Performs logical branching of the selection logic depending on the notification reason.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.HandleKeyboard(System.Object,Telerik.WinControls.RoutedEventArgs)">
            <summary>
            Handles the keyboard input by delegating the information of the event to the appropriate RadListElement subsystem.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.ProcessKeyboardSearch(System.Char)">
            <summary>
            Finds an item with the text provided by an internal search buffer after the character argument is appended to the buffer.
            The search buffer is reset after a user defined time since the last character was typed. By default this is 300 ms.
            Users can set the KeyboardSearchResetInterval property to a custom interval.
            </summary>
            <param name="character">A character that will be appended to the search buffer.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.OnSpace">
            <summary>
            Handles the space key press depending on the SelectionMode and the state of the control key.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.ProcessKeyboardSelection(System.Windows.Forms.Keys)">
            <summary>
            This method is the entry point for the selection logic if initiated by the keyboard.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.GetSelectionDirection(System.Windows.Forms.Keys)">
            <summary>
            Determines whether the selection logic should select the next or the previous item depending on the which arrow key is pressed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.ProcessSelection(System.Int32,System.Boolean,Telerik.WinControls.UI.InputType,System.Int32)">
            <summary>
            This method is the entry point in RadListElements selection logic.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.HandleMultiExtended(System.Int32,System.Boolean,Telerik.WinControls.UI.InputType,System.Boolean,System.Boolean)">
            <summary>
            Performs logical branching of the MultiExtended selection logic depending on the parameters. 
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.HandleMultiSimple(System.Int32,Telerik.WinControls.UI.InputType)">
            <summary>
            This method performs only logical branching of the selection logic depending on the input type parameter.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.HandleCodeMultiSimple(System.Int32)">
            <summary>
            This method is for clarity. CodeMultiSimple is the same as MouseMultiSimple but does not change the current position of the data layer.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.HandleMouseMultiSimple(System.Int32,System.Boolean)">
            <summary>
            Toggles the Selected state of the item at the specified index and fires selection events depending on the second argument.
            </summary>
            <param name="newIndex">The index of the item which will selected or deselected.</param>
            <param name="changeCurrentPosition">Indicates whether to change the current positio of the data layer and therefore fire selecton events.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.MultiSimpleAdd(System.Int32,System.Boolean,Telerik.WinControls.UI.RadListDataItem)">
            <summary>
            Handles the MultiSimple selection logic for adding items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.MultiSimpleRemove(System.Int32,System.Boolean,Telerik.WinControls.UI.RadListDataItem)">
            <summary>
            Handles the MultiSimple selection logic for removing items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.HandleSelectOne(System.Int32)">
            <summary>
            Selects the item at the specified index and clears all other selected items and updates the active item.
            This method triggers selection events.
            </summary>
            <param name="newIndex">The index of the item which will be selected.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.HandleMultiSelectRange(System.Int32,System.Int32)">
            <summary>
            Selects all items in the range [startIndex, endIndex] and clears all other selected items.
            This method triggers selection events.
            </summary>
            <param name="startIndex">The beginning of the selection range.</param>
            <param name="endIndex">The end of the selected range.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.UpdateActiveItem(Telerik.WinControls.UI.RadListDataItem,System.Boolean)">
            <summary>
            This method sets the provided item as active and the previous one to inactive. There can be only active item at a time.
            </summary>
            <param name="item">The item to set to an active state.</param>
            <param name="active">The value to which the Active property of item will be set.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.SetSelectedValue(System.Object)">
            <summary>
            Sets the SelectedItem and thus SelectedIndex to the logical item with the specified value. If there are many items with the same value the first item found will be selected.
            This method triggers selection events.
            </summary>
            <param name="value">The value for which to find an item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.SetSelectedItem(Telerik.WinControls.UI.RadListDataItem)">
            <summary>
            Sets the the selected data item to the specified item. If the item is different than the current one the selection events will be fired.
            This method triggers selection events.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.SetSelectedIndex(System.Int32)">
            <summary>
            Sets the selected index to the specified value if it is different than the current value and fires the selection events.
            This method triggers selection events.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.CheckReadyForBinding">
            <summary>
            Determines if RadListElement is ready for data binding. This is true only when Items is empty or DataSource is different from null.
            If RadListElement is not ready for binding an InvalidOperationException is thrown.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.CheckReadyForUnboundMode">
            <summary>
            Determines if this list element is ready for unbound mode.
            If it is not an invalid operation exception is thrown.
            RadListElement is ready for unbound mode if it has not data source set.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.GetValueByIndex(System.Int32)">
            <summary>
            Returns the value of the Value property of the RadListDataItem at the specified index.
            </summary>
            <param name="index">The index of the item from which to get the Value property.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.GetIndex(Telerik.WinControls.UI.RadListDataItem)">
            <summary>
            Returns the index of the provided list data item. This index determines the items position in the data view.
            </summary>
            <param name="item">The index for which to return an index.</param>
            <returns>Returns the index of the provided item.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.GetItemText(Telerik.WinControls.UI.RadListDataItem)">
            <summary>
            Gets the text of the data item provided in the argument depending on the ItemTextComparisonMode property.
            </summary>
            <param name="dataItem">The data item for which to get the Text value.</param>
            <returns>The text value of the provided data item.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.IsIndexValid(System.Int32)">
            <summary>
            Determines whether the provided index is in the range [0, Items.Count)
            </summary>
            <param name="value">The index to validate.</param>
            <returns>Returns true if the index is inside [0, Items.Count) and false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.SwapIntegers(System.Int32@,System.Int32@)">
            <summary>
            Swaps two integers.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.DisposeItems">
            <summary>
            Disposes every item in the Items collection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.GetSortStyle(System.ComponentModel.ListSortDirection)">
            <summary>
            Converts the provided ListSortDirection to SortStyle.
            </summary>
            <param name="direction">The ListSortDirection to be converted to SortStyle.</param>
            <returns>The converted SortStyle value.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.SetSortStyle(Telerik.WinControls.Enumerations.SortStyle)">
            <summary>
            Sets the sort style to the specified value and fires the SortStyle changed event if the new value is different than the previous value.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.SetSelectionMode(System.Windows.Forms.SelectionMode)">
            <summary>
            Sets the selection mode of this RadListElement to the provided value.
            </summary>
            <param name="mode">The new selection mode.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.GetSortPropertyName">
            <summary>
            Gets property name by which items will be sorted when SortStyle is set.
            If DisplayMember is an empty string, items will be sorted by their text, otherwise
            they will be sorted according to the DisplayMember.
            </summary>
            <returns>Returns the property by which items will be sorted.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.ClampValue(System.Int32,System.Int32,System.Int32@)">
            <summary>
            Clamps the provided value parameter to be be in the closed range [min, max].
            </summary>
            <param name="min">The left bound of the range.</param>
            <param name="max">The right bound of the range.</param>
            <param name="value">The value to be clamped to the range specified by the previous two parameters.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.WireCurrentPosition">
            <summary>
            This is a helper method which keeps track of the number of subscriptions to the CurrentPositionChanged event of the data layer.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.UnwireCurrentPosition">
            <summary>
            This is a helper method which keeps track of the number of unsubscriptions from the CurrentPositionChanged event of the data layer.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.InvokeMultiExtendedSelection(System.Int32,Telerik.WinControls.UI.InputType,System.Boolean,System.Boolean)">
            <summary>
            This method is for testing purposes. It invokes the MultiExtended selection logic with the supplied parameters.
            </summary>
            <param name="index">The index to which the selection will span starting from SelectedIndex.</param>
            <param name="input">An enumeration indicating whether the input comes from the keyboard, the mouse or from code.</param>
            <param name="shift">If this flag is true the selection logic will invoke MultiExtended as if the shift key was pressed.</param>
            <param name="control">If this flag is true the selection logic will invoke MultiExtended as if the control key was pressed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListElement.GetTopVisibleItem">
            <summary>
            Returns the logical item associated with the top visible item if the layout is vertical and the left most item if the layout is horizontal.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.IsOldSelectedIndexInInitialState">
            <summary>
            Gets a value indicating whether the oldSelectedIndex is reset to initial state.
            The old selected index is in initial state only when the list control is newly
            constructed and has not yet had any selected items, or when the data layer sends
            a reset notification. This happens when the data source is changed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.HasSelectedValueChanged">
            <summary>
            Gets a value indicating whether the SelectedValue property is different after the selection last changed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.EnableAlternatingItemColor">
            <summary>
            Gets or sets a value indicating whether alternating item color is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.AlternatingItemColor">
            <summary>
            Gets or sets a value indidcating the alternating item color for odd items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.ScrollBehavior">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.ScrollServiceBehavior"/> that is responsible for the kinetic scrolling option.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.EnableKineticScrolling">
            <summary>
            Gets or sets a value indicating whether kinetic scrolling is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.CollapsibleGroupItemsOffset">
            <summary>
            Gets or sets the offset of the items when they are displayed in a collapsible group.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.NonCollapsibleGroupItemsOffset">
            <summary>
            Gets or sets the offset of the items when they are displayed in a non-collapsible group.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.SuspendItemsChangeEvents">
            <summary>
            Gets or sets a value that indicates if this RadListElement will stop firing the ItemsChanging and ItemsChanged events.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.CaseSensitiveSort">
            <summary>
            Gets or sets a value that indicates whether text case will be taken into account when sorting.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.KeyboardSearchResetInterval">
            <summary>
            Gets or sets a value that specifies how long the user must wait before searching with the keyboard is reset.
            The default value of this property is 300 ms.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.KeyboardSearchEnabled">
            <summary>
            Gets or sets a value that determines whether the user can search for an item by typing characters when RadListElement is focused.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.ItemTextComparisonMode">
            <summary>
            Gets or sets a value that determines whether the FindString() method searches via the text property
            set by the user or by the text provided by the data binding logic, that is, by DisplayMember. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.Filter">
            <summary>
            Gets or sets a Predicate that will be called for every data item in order to determine
            if the item will be visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.FilterExpression">
            <summary>
            Gets or sets a filter expression that determines which items will be visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.FindStringComparer">
            <summary>
            Gets or sets an object that implements IFindStringComparer.
            The value of this property is used in the FindString() method when searching for an item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.ItemsSortComparer">
            <summary>
            Gets or sets an object that implements IComparer which is used when sorting items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.ActiveItem">
            <summary>
            Gets or sets the active item. This property is meaningful only when SelectionMode is MultiSimple or MultiExtended with the Control key pressed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.SelectedItems">
            <summary>
            Provides a readonly interface to the currently selected items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.SuspendSelectionEvents">
            <summary>
            Gets or sets a value that determines whether to stop the selection events from firing. These are SelectedIndexChanged,
            SelectedIndexChanging and SelectedValueChanged.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.SelectionMode">
            <summary>
            Gets or sets the SelectionMode which determines selection behavior of RadListElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.DataSource">
            <summary>
            Gets or sets the object that is responsible for providing data objects for the RadListElement.
            Setting this property throws an InvalidOperationException if Items is not empty and the data source is null.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.SelectedIndex">
            <summary>
            Gets or sets the position of the selection.
            Setting this property will cause the SelectedIndexChanging and SelectedIndexChanged events to fire.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.SelectedItem">
            <summary>
            Gets or sets the selected logical list item.
            Setting this property will cause the selection events to fire.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.SelectedValue">
            <summary>
            Gets or sets the currently selected value. Setting the SelectedValue to a value that is shared between many items causes the first item to be selected.
            This property triggers the selection events.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.DataMember">
            <summary>
            Gets or sets the name of the list or table in the data source for which the <see cref="T:Telerik.WinControls.UI.RadListElement"/> is displaying data. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.DisplayMember">
            <summary>
            Gets or sets a string which will be used to get a text string for each visual item. This property can not be set to null. Setting
            it to null will cause it to contain an empty string.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.DescriptionTextMember">
            <summary>
            Gets or sets a string which will be used to get a description text string for each visual item. This property can not be set to null. Setting
            it to null will cause it to contain an empty string.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.CheckedMember">
            <summary>
            Gets or sets a string which will be used to get a description text string for each visual item. This property can not be set to null. Setting
            it to null will cause it to contain an empty string.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.ValueMember">
            <summary>
            Gets or sets the string through which the SelectedValue property will be determined. This property can not be set to null.
            Setting it to null will cause it to contain an empty string.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.ItemHeight">
            <summary>
            Gets or sets the item height for the items. This property is disregarded when AutoSizeItems is set to true.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.SortStyle">
            <summary>
            Gets or sets the sort style. It can be Ascending, Descending or None. Sorting is performed according to the property specified by DisplayMember.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.FormattingEnabled">
            <summary>
            Gets or sets a value that determines whether text formatting is enabled for the visual items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.FormatString">
            <summary>
            Gets or sets a format string that will be used for visual item formatting if FormattingEnabled is set to true.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.FormatInfo">
            <summary>
            Gets or sets an object that implements the IFormatProvider interface. This object is used when formatting items. The default object is
            CultureInfo.CurrentCulture.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.ScrollMode">
            <summary>
            Gets or sets the scrolling mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.IsFilterActive">
            <summary>
            Gets a boolean value that indicates whether the is a filter currently set either with the Filter or FilterExpression properties.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListElement.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the drop down list is read only.
            </summary>
            <value>
              <c>true</c> if the drop down list is read only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListElement.DataBindingComplete">
            <summary>
            Fires after data binding operation has finished.
            </summary>
            <filterpriority>1</filterpriority>
            <seealso cref="P:Telerik.WinControls.UI.RadListElement.DataSource"/>
            <seealso cref="T:Telerik.WinControls.UI.ListBindingCompleteEventHandler"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListElement.SelectedValueChanged">
            <summary>
            This event fires when the SelectedValue changes. This is will not always fire when the SelectedItem or SelectedIndex changes because the new item may have the same value.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListElement.SelectedIndexChanged">
            <summary>
            This event fires when selected index changes. This always happens when the SelectedItem changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListElement.SelectedIndexChanging">
            <summary>
            This event fires before SelectedIndexChanged and provides a means for cancelling the whole selection operation.
            Someties this event will not fire since cancelling the change is not possible, for example when the DataSource is set to null.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListElement.ItemDataBinding">
            <summary>
            This item fires for data item that is being created during data binding and fires before the ItemDataBound event. The event provides a means for changing the instance of the data item
            to a custom data item.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListElement.ItemDataBound">
            <summary>
            This event fires after a data item has been created and bound.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListElement.CreatingVisualItem">
            <summary>
            This event fires while creating visual items. This happens on during initial layout and during resizing if the new size is larger and thus allowing more items to be visualized.
            The event provides a means to create a custom visual item.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListElement.SortStyleChanged">
            <summary>
            This event fires after the sorting style changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListElement.VisualItemFormatting">
            <summary>
            The visual item formatting fires whenever the state of a visible logical item changes and when scrolling.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListElement.ItemsChanged">
            <summary>
            This event fires whenever an item is added, removed, set or if the whole items collection was modified.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListElement.ItemsChanging">
            <summary>
            This event fires right before adding, removing or setting an item. This event will not fire if an item is added to a data source directly
            because there is no way for RadListElement to be notified before the change.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListElement.DataItemPropertyChanged">
            <summary>
            This event fires whenever a RadProperty of a data item changes. This event is most often used to listen changes in Selected and Active properties of the data items.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadListElement.ListItemAscendingComparer">
            <summary>
            This class is used to compare data items when sorting in ascending order.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadListElement.ListItemDescendingComparer">
            <summary>
            This class is used to compare data items when sorting in descending order.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxListElement.OnSuggestedTextChanged(Telerik.WinControls.UI.AutoCompleteAction)">
            <summary>
            Raises the <see cref="E:SuggestedTextChanged"/> event.
            </summary>
            <param name="action">The action.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxListElement.OnSuggestedTextChanged(Telerik.WinControls.UI.SuggestedTextChangedEventArgs)">
            <summary>
            Raises the <see cref="E:SuggestedTextChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.SuggestedTextChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxListElement.IsMatching(System.String,System.String)">
            <summary>
            Determines whether the two text variables are equal
            </summary>
            <param name="suggestion">The suggestion.</param>
            <param name="pattern">The pattern.</param>
            <returns>
              <c>true</c> if the specified suggestion is matching; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxListElement.IsExactSuggestion(System.String,System.String)">
            <summary>
            Determines whether the suggested text matches the pattern text
            </summary>
            <param name="suggestion">The suggestion.</param>
            <param name="pattern">The pattern.</param>
            <returns>
              <c>true</c> if [is exact suggestion] [the specified suggestion]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxListElement.SuspendSuggestNotifications">
            <summary>
            Suspends the <see cref="E:SuggestedTextChanged"/> event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxListElement.ResumeSuggestNotifications">
            <summary>
            Resumes the <see cref="E:SuggestedTextChanged"/> event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxListElement.Suggest(System.String,Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.TextPosition)">
            <summary>
            Performs text suggestion for concrete text pattern
            </summary>
            <param name="pattern">The pattern.</param>
            <param name="startPosition">The start position.</param>
            <param name="endPosition">The end position.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxListElement.Suggest(System.String,Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.TextPosition,System.Boolean)">
            <summary>
            Performs text suggestion for concrete text pattern
            </summary>
            <param name="pattern">The pattern.</param>
            <param name="startPosition">The start position.</param>
            <param name="endPosition">The end position.</param>
            <param name="notify">if set to <c>true</c> [notify].</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxListElement.SuggestOverride(System.String)">
            <summary>
            Performs text suggestion for concrete text pattern
            </summary>
            <param name="pattern">The pattern.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxListElement.AutoCompleteFilter(Telerik.WinControls.UI.RadListDataItem)">
            <summary>
            Custom filtering predicated
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxListElement.AutoCompleteFilterOverride(Telerik.WinControls.UI.RadListDataItem)">
            <summary>
            Custom filtering predicated.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxListElement.SetSuggestedText(System.String,Telerik.WinControls.UI.AutoCompleteAction)">
            <summary>
            Sets the suggested text.
            </summary>
            <param name="text">The text.</param>
            <param name="action">The action.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxListElement.GetSuggestedText(Telerik.WinControls.UI.RadListDataItem,System.Boolean)">
            <summary>
            Gets the suggested text from <see cref="T:Telerik.WinControls.UI.RadListDataItem"/>
            </summary>
            <param name="item">The item.</param>
            <param name="performAppend">if set to <c>true</c> [perform append].</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxListElement.GetFirstFullyVisibleItem">
            <summary>
            Gets the first fully visible item.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxListElement.GetLastFullyVisibleItem">
            <summary>
            Gets the last fully visible item.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxListElement.GetFullyVisibleItem(System.Boolean)">
            <summary>
            Gets the fully visible item.
            </summary>
            <param name="firstItem">if set to <c>true</c> [first item].</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxListElement.GetVisualItemAtPoint(System.Drawing.Point)">
            <summary>
            Gets the visual item at point.
            </summary>
            <param name="location">The location.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxListElement.Find(System.String)">
            <summary>
            Finds <see cref="T:Telerik.WinControls.UI.RadListDataItem"/> by text
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxListElement.AutoCompleteMode">
            <summary>
            Gets or sets the auto complete mode.
            </summary>
            <value>
            The auto complete mode.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxListElement.SuggestedText">
            <summary>
            Gets the suggested text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxListElement.PatternText">
            <summary>
            Gets the text search criteria.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxListElement.IsSuggestionMatched">
            <summary>
            Gets a value indicating whether this text and suggested text are matched.
            </summary>
            <value>
            	<c>true</c> if they are matched; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxListElement.IsSuggestMode">
            <summary>
            Gets a value indicating whether the auto-complete mode is suggest mode.
            </summary>
            <value>
            	<c>true</c> if the mode is suggest mode; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxListElement.IsAppendMode">
            <summary>
            Gets a value indicating whether the auto-complete mode is append mode.
            </summary>
            <value>
            	<c>true</c> if the mode is append mode; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxListElement.StartPosition">
            <summary>
            Gets or sets the start position where the suggestion is performed
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxListElement.EndPosition">
            <summary>
            Gets or sets the end position where the suggestion is performed
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxListElement.SuggestedTextChanged">
            <summary>
            Occurs when suggested text is changed
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCheckedDropDownList">
            <summary>
            Represents a CheckedDropDown List. The RadCheckedDropDownList class is essentially a simple
            wrapper for the <see cref="T:Telerik.WinControls.UI.RadDropDownListElement">RadDropDownListElement</see>. The latter
            may be included in other telerik controls. All UI and logic functionality is
            implemented by the <see cref="T:Telerik.WinControls.UI.RadDropDownListElement">RadDropDownListElement</see> class.
            RadDropDownList act to transfer event to and from its
            <see cref="T:Telerik.WinControls.UI.RadDropDownListElement">RadDropDownListElement</see> instance.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadDropDownList">
            <summary>
            Represents a combo box class. The RadDropDownList class is essentially a simple
            wrapper for the <see cref="T:Telerik.WinControls.UI.RadDropDownListElement">RadDropDownListElement</see>. The latter
            may be included in other telerik controls. All UI and logic functionality is
            implemented by the <see cref="T:Telerik.WinControls.UI.RadDropDownListElement">RadDropDownListElement</see> class.
            RadDropDownList act to transfer event to and from its
            <see cref="T:Telerik.WinControls.UI.RadDropDownListElement">RadDropDownListElement</see> instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownList.SelectText(System.Int32,System.Int32)">
            <summary>
            Selects a range of text in the editable portion of the combo box
            </summary>
            <param name="start">The position of the first character in the current text selection within the text box.</param>
            <param name="length">The number of characters to select.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownList.SelectAllText">
            <summary>
            Selects all the text in the editable portion of the DropDownList box.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownList.SelectAll">
            <summary>
            Selects all items if the SelectionMode allows it.
            </summary>
            <exception cref="T:System.InvalidOperationException">Selecting all items is not a valid operation in the current selection mode. SelectionMode =  + this.selectionMode.ToString() + .</exception>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownList.OnDataBindingComplete(System.Object,Telerik.WinControls.UI.ListBindingCompleteEventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadDropDownList.DataBindingComplete"/> event.
            </summary>
            <param name="sender"></param>
            <param name="e">An <see cref="T:Telerik.WinControls.UI.ListBindingCompleteEventArgs"/> instance that contains the event data.</param>
            <seealso cref="E:Telerik.WinControls.UI.RadDropDownList.DataBindingComplete"/>
            <seealso cref="T:Telerik.WinControls.UI.ListBindingCompleteEventArgs"/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownList.FindItemExact(System.String,System.Boolean)">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadListElement.FindItemExact(System.String,System.Boolean)" filter=""/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownList.FindString(System.String)">
            <summary>
            Searches for an item related to the specified string. The relation is described by the object assigned to FindStringComparer property.
            By default FindStringComparer uses the System.String.StartsWith() method.
            This method starts searching from zero based index. If the algorithm reaches the end of the Items collection it wraps to the beginning
            and continues until one before the provided index.
            </summary>
            <param name="s">The string with which every item will be compared.</param>       
            <returns>The index of the found item or -1 if no item is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownList.FindString(System.String,System.Int32)">
            <summary>
            Searches for an item related to the specified string. The relation is described by the object assigned to FindStringComparer property.
            By default FindStringComparer uses the System.String.StartsWith() method.
            This method starts searching from the specified index. If the algorithm reaches the end of the Items collection it wraps to the beginning
            and continues until one before the provided index.
            </summary>
            <param name="s">The string with which every item will be compared.</param>
            <param name="startIndex">The index from which to start searching.</param>
            <returns>The index of the found item or -1 if no item is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownList.FindStringExact(System.String)">
            <summary>
            Searches for an item in the same manner as FindString() but matches an item only if its text is exactly equal to the provided string.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownList.FindStringExact(System.String,System.Int32)">
            <summary>
            Searches for an item in the same manner as FindString() but matches an item only if its text is exactly equal to the provided string.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownList.FindStringNonWrapping(System.String)">
            <summary>
            Searches for an item in the same manner as FindString() but does not start from the beginning when the end of the Items collection
            is reached.
            </summary>
            <param name="s">The string that will be used to search for an item.</param>
            <returns>The index of the found item or -1 if no item is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownList.FindStringNonWrapping(System.String,System.Int32)">
            <summary>
            Searches for an item in the same manner as FindString() but does not start from the beginning when the end of the Items collection
            is reached.
            </summary>
            <param name="s">The string that will be used to search for an item.</param>
            <param name="startIndex">The index from which to start searching.</param>
            <returns>The index of the found item or -1 if no item is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownList.Rebind">
            <summary>
            Forces re-evaluation of the current data source (if any).
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownList.ShowDropDown">
            <summary>
            Displays the popup on the screen.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownList.CloseDropDown">
            <summary>
            HIde the popup from the screen.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownList.BeginUpdate">
            <summary>
            Call BeginUpdate at the begining of a block that makes many modifications in the GUI
            <seealso cref="M:Telerik.WinControls.UI.RadDropDownList.EndUpdate"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownList.EndUpdate">
            <summary>
            Call EndUpdate at the end of a block that makes many modifications in the GUI
            <seealso cref="M:Telerik.WinControls.UI.RadDropDownList.BeginUpdate"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownList.DeferRefresh">
            <summary>
            Defers the refresh.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.EnableAlternatingItemColor">
            <summary>
            Gets or sets a value indicating whether alternating item color is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.AllowShowFocusCues">
            <summary>
            Indicates focus cues display, when available, based on the corresponding control type and the current UI state.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.TabStop">
            <summary>
            Gets or sets a value indicating whether the user can give the focus to this control
            using the TAB key.
            </summary>        /// 
            <returns>true if the user can give the focus to the control using the TAB key;otherwise, false. The default is true.        </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.EnableKineticScrolling">
            <summary>
            Gets or sets a value indicating whether the kinetic scrolling function is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.ShowImageInEditorArea">
            <summary>
            Gets or sets that RadListDataItem Image will be displayd in Editor Element when DropDownStyle is set to DropDownStyleList
            </summary>\
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.Popup">
            <summary>
            Gets a reference to the drop down form associated with this RadDropDownList.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.MaxDropDownItems">
            <summary>
            Gets or sets the maximum number of items to be shown in the drop-down portion of the RadDropDownList.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.AutoSizeItems">
            <summary>
            Gets or sets a value that indicates whether items will be sized according to
            their content. If this property is true the user can set the Height property of each
            individual RadListDataItem in the Items collection in order to override the automatic
            sizing.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.MaxLength">
            <summary>
            Gets or sets the maximum number of characters the user can type or paste into the text box control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.DropDownMinSize">
            <commentsfrom cref="P:Telerik.WinControls.UI.PopupEditorElement.DropDownMinSize" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.DropDownSizingMode">
            <summary>
            Gets or sets a value of the <see cref="T:Telerik.WinControls.UI.SizingMode"/> enumeration.
            This value determines how the pop-up form can be resized: vertically, horizontally or both.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.CaseSensitive">
            <summary>
            Gets or sets a value indicating whether string comparisons are case-sensitive.
            </summary>
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.CaseSensitive" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.AutoCompleteMode">
            <summary>
            Specifies the mode for the automatic completion feature used in the DropDownList 
            and the TextBox controls.
            </summary>
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.AutoCompleteMode" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.SelectNextOnDoubleClick">
            <summary>
            Rotate items on double click in the edit box part
            </summary>
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.SelectNextOnDoubleClick" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.FormatInfo">
            <summary>
            Gets or sets an object that implements the IFormatProvider interface. This object is used when formatting items. The default object is
            CultureInfo.CurrentCulture.
            </summary>
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.FormatInfo" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.FormatString">
            <summary>
            Gets or sets a format string that will be used for visual item formatting if FormattingEnabled is set to true.
            </summary>
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.FormatString" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.SortStyle">
            <summary>
            Gets or sets the sort style. It can be Ascending, Descending or None. Sorting is performed according to the property specified by DisplayMember.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.FormattingEnabled">
            <summary>
            Gets or sets a value that determines whether text formatting is enabled for the visual items.
            </summary>
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.FormattingEnabled" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.DropDownAnimationEasing">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.DropDownAnimationEasing" filter=""/>
             /// <summary>
            Gets or sets the easing type of the animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.DropDownAnimationEnabled">
            <summary>
            Gets or sets a value indicating whether the RadDropDownList will be animated when displaying.
            </summary>
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.DropDownAnimationEnabled" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.DropDownAnimationFrames">
            <summary>
            	Gets or sets the number of frames that will be used when the DropDown is being animated.
            </summary>
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.DropDownAnimationFrames" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.DropDownHeight">
            <commentsfrom cref="P:Telerik.WinControls.UI.PopupEditorElement.DropDownHeight" filter=""/>
            <summary>
            Gets or sets the height in pixels of the drop-down portion of the RadDropDownList. 
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.DropDownStyle">
            <summary>
            Gets or sets a value specifying the style of the DropDownList
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.DefaultItemsCountInDropDown">
            <summary>
            DefaultItems count in drop-down portion of the RadDropDownList.
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.DropDownMaxSize">
            <commentsfrom cref="P:Telerik.WinControls.UI.PopupEditorElement.DropDownMaxSize" filter=""/>
            Gets or sets the drop down maximum size.
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.DropDownListElement">
            <summary>
            Represent the DropDownListElement element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.ListElement">
            <summary>
            Represent the List element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.SelectedItems">
            <summary>
            Provides a readonly interface to the currently selected items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.SelectedValue">
            <summary>
            Gets or sets the currently selected value. Setting the SelectedValue to a value that is shared between many items causes the first item to be selected.
            This property triggers the selection events.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.SelectedItem">
            <summary>
            Gets or sets the selected logical list item.
            Setting this property will cause the selection events to fire.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.SelectedIndex">
            <summary>
            Gets or sets the position of the selection.
            Setting this property will cause the SelectedIndexChanging and SelectedIndexChanged events to fire.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.AutoCompleteDataSource">
            <summary>
            Gets or sets the object that is responsible for providing data objects for the AutoComplete Suggest.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.AutoCompleteDisplayMember">
            <summary>
            Gets or sets a string which will be used to get a text string for each visual item. This value can not be set to null. Setting
            it to null will cause it to contain an empty string.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.AutoCompleteValueMember">
            <summary>
            Gets or sets the string through which the SelectedValue property will be determined. This property can not be set to null.
            Setting it to null will cause it to contain an empty string.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.DataSource">
            <summary>
            Gets or sets the object that is responsible for providing data objects for the RadListElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.DisplayMember">
            <summary>
            Gets or sets a string which will be used to get a text string for each visual item. This value can not be set to null. Setting
            it to null will cause it to contain an empty string.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.ValueMember">
            <summary>
            Gets or sets the string through which the SelectedValue property will be determined. This property can not be set to null.
            Setting it to null will cause it to contain an empty string.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.DescriptionTextMember">
            <summary>
            Gets or sets a property name which will be used to extract a text for description text from the data items. The value of the property with
            this name will be available via the Value property of every RadListDataItem in the Items collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.EnableMouseWheel">
            <summary>
            Enable or disable Mouse Wheel Scrolling.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.IsPopupVisible">
            <summary>
            Indicating whether the Popup part of the control 
            are displayed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.Filter">
            <summary>
            Gets or sets a predicate which filters which items can be visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.FilterExpression">
            <summary>
            Gets or sets a filter expression which determines which items will be visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.IsFilterActive">
            <summary>
            Gets a value indicating whether there is a Filter or FilterExpression set.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the drop down list is read only.
            </summary>
            <value>
              <c>true</c> if the drop down list is read only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.NullText">
            <summary>
            Gets or sets the text that is displayed when RadDropDownList has no text set.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.SelectedText">
            <summary>
            Gets or sets the text that is selected in the editable portion of the DropDownList.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.SelectionLength">
            <summary>
            Gets or sets the number of characters selected in the editable portion of the combo box.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.SelectionStart">
            <summary>
            Gets or sets the starting index of text selected in the combo box.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.FindStringComparer">
            <summary>
            Gets or sets an object that implements IFindStringComparer.
            The value of this property is used in the FindString() method when searching for an item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownList.ItemsSortComparer">
            <summary>
            Gets or sets an object that implements IComparer which is used when sorting items.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownList.DataBindingComplete">
            <summary>
            Fires after data binding operation has finished.
            </summary>
            <filterpriority>1</filterpriority>
            <seealso cref="P:Telerik.WinControls.UI.RadDropDownList.DataSource"/>
            <seealso cref="T:Telerik.WinControls.UI.ListBindingCompleteEventHandler"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownList.KeyPress">
            <summary>
            Occurs when a key is pressed while the control has focus.
            </summary>
            <filterpriority>1</filterpriority>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownList.KeyUp">
            <summary>
            Occurs when a key is released while the control has focus.
            </summary>
            <filterpriority>1</filterpriority>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownList.KeyDown">
            <summary>
            Occurs when a key is pressed while the control has focus.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownList.PopupOpened">
            <summary>
            Fires when the popup-form is opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownList.PopupOpening">
            <summary>
            Fires when the popup-form is about to be opened.
            </summary>        
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownList.PopupClosing">
            <summary>
            Fires when the popup is about to be closed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownList.PopupClosed">
            <summary>
            Fires when the popup is closed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownList.SelectedIndexChanged">
            <summary>
            This event fires when the selected index property changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownList.SelectedIndexChanging">
            <summary>
            This event fires before SelectedIndex changes. This event allows the operation to be cancelled.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownList.SelectedValueChanged">
            <summary>
            This event fires only if the SelectedValue has really changed. For example it will not fire if the previously selected item
            has the same value as the newly selected item.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownList.ItemDataBinding">
            <summary>
            This event fires before a RadListDataItem is data bound. This happens
            when the DataSource property is assigned and the event fires for every item provided by the data source.
            This event allows a custom RadListDataItem to be provided by the user.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownList.ItemDataBound">
            <summary>
            This event fires after a RadListDataItem is data bound. This happens
            when the DataSource property is assigned and the event is fired for every item provided by the data source.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownList.CreatingVisualListItem">
            <summary>
            This event allows the user to create custom visual items.
            It is fired initially for all the visible items and when the control is resized afterwards.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownList.SortStyleChanged">
            <summary>
            This event fires when the SortStyle property changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownList.VisualListItemFormatting">
            <summary>
            The VisualItemFormatting event fires whenever a property of a visible data item changes
            and whenever a visual item is associated with a new data item. During scrolling for example.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedDropDownList.CaseSensitive">
            <summary>
            This property is not applicable for RadCheckedDropDownList.
            </summary>
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.CaseSensitive" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedDropDownList.AutoCompleteMode">
            <summary>
            Specifies the mode for the automatic completion feature used in the DropDownList 
            and the TextBox controls.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedDropDownList.DropDownStyle">
            <summary>
            Gets or sets a value specifying the style of the DropDownList
            This property is not applicable for RadCheckedDropDownList
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedDropDownList.MaxLength">
            <summary>
            Gets or sets the maximum number of characters the user can type or paste into the text box control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedDropDownList.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the drop down list is read only.
            </summary>
            <value>
              <c>true</c> if the drop down list is read only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedDropDownList.TabStop">
            <summary>
             Gets or sets a value indicating whether the user can give the focus to this control
             using the TAB key.
             </summary>              
             <returns>true if the user can give the focus to the control using the TAB key;otherwise, false. The default is true.  </returns>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedDropDownList.AutoCompleteTextBoxElement">
            <summary>
            Gets the associated auto complete text box element.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCheckedDropDownList.TokenValidating">
            <summary>
            Occurs when text is validating as token
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCheckedDropDownList.TextBlockFormatting">
            <summary>
            /// Occurs when text block is formatting.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCheckedDropDownList.CreateTextBlock">
            <summary>
            Occurs when an instance of <see cref="T:Telerik.WinControls.UI.ITextBlock"/> is created
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCheckedDropDownList.ItemCheckedChanging">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> is about to be checked. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCheckedDropDownList.ItemCheckedChanged">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> is checked.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownListEditableAreaElement.Select(System.Int32,System.Int32)">
            <summary>
            Selects a range of text in the editable portion of the combo box
            </summary>
            <param name="start">The position of the first character in the current text selection within the text box.</param>
            <param name="length">The number of characters to select.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownListEditableAreaElement.SelectAll">
            <summary>
            Selects all the text in the editable portion of the combo box.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListEditableAreaElement.TextBox">
            <summary>
            TextBox Property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListEditableAreaElement.SelectedText">
            <summary>
            Gets or sets the text that is selected in the editable portion of the ComboBox.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListEditableAreaElement.SelectionLength">
            <summary>
            Gets or sets the number of characters selected in the editable portion of the combo box.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListEditableAreaElement.SelectionStart">
            <summary>
            Gets or sets the starting index of text selected in the combo box.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListEditableAreaElement.NullText">
            <summary>
            Gets or sets the text that is displayed when the ComboBox contains a null 
            reference.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListEditableAreaElement.MaxLength">
            <summary>
            Gets or sets the text that is displayed when the ComboBox contains a null 
            reference.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCheckedDropDownListEditableAreaElement.Select(System.Int32,System.Int32)">
            <summary>
            Selects a range of text in the editable portion of the combo box
            </summary>
            <param name="start">The position of the first character in the current text selection within the text box.</param>
            <param name="length">The number of characters to select.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCheckedDropDownListEditableAreaElement.SelectAll">
            <summary>
            Selects all the text in the editable portion of the combo box.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedDropDownListEditableAreaElement.SelectedText">
            <summary>
            Gets or sets the text that is selected in the editable portion of the ComboBox.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedDropDownListEditableAreaElement.SelectionLength">
            <summary>
            Gets or sets the number of characters selected in the editable portion of the combo box.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedDropDownListEditableAreaElement.SelectionStart">
            <summary>
            Gets or sets the starting index of text selected in the combo box.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedDropDownListEditableAreaElement.NullText">
            <summary>
            Gets or sets the text that is displayed when the ComboBox contains a null 
            reference.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedDropDownListEditableAreaElement.MaxLength">
            <summary>
            Gets or sets the text that is displayed when the ComboBox contains a null 
            reference.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadEditorElement">
            <summary>
            Represents the base for all editor elements. Provides the default visual states such as IsFocused and Disabled.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.IValueEditor">
            <summary>
            This interface supports the editor infrastructure of the RadGridView.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.IValueEditor.Validating">
            <summary>
            Occurs when the editor is validating the value.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.IValueEditor.Validated">
            <summary>
            Occurs when the editor is finished validating the value.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.IValueEditor.ValueChanging">
            <summary>
            Occurs when the editor value is being changed. Cancelable event.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.IValueEditor.ValueChanged">
            <summary>
            Occurs when the value of the editor changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.IValueEditor.ValidationError">
            <summary>
            Occurs when internally the editor detects an error or when the Validating event fails.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.EditorBaseElement.FocusableElement">
            <summary>
            Gets the VisualElement that must receive the focus, when the editor is invoked.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.EditorBaseElement.Initialize">
            <summary>
            Initializes the provider.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.EditorBaseElement.Initialize(System.Object)">
            <summary>
            Initializes the provider.
            </summary>
            <param name="value">value to be pre-loaded inside the initialized editor.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.EditorBaseElement.Initialize(System.Object,System.Object)">
            <summary>
            Initializes the provider.
            </summary>
            <param name="owner">the owner</param>
            <param name="value">value to be pre-loaded inside the initialized editor.</param>
        </member>
        <member name="E:Telerik.WinControls.UI.EditorBaseElement.ValidationError">
            <summary>
            Occurs when internally the editor detects an error or when the Validating event fails.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.EditorBaseElement.IsNestedEditor">
            <summary>
            Gets whether the editor is instantiated on demand or is always availabele. 
            Example: GridBooleanCellElement and GridViewBooleanColumn.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupEditorBaseElement.TooglePopupState">
            <summary>
            Closes the popup if it is open, or shows the popup if it is closed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupEditorBaseElement.ClosePopup">
            <summary>
            Closes the popup with a RadPopupCloseReason.CloseCalled reason.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupEditorBaseElement.ClosePopup(Telerik.WinControls.UI.RadPopupCloseReason)">
            <summary>
            Closes the popup with the provided reason for closing.
            </summary>
            <param name="reason">the reason for the close operation as specified through RadPopupCloseReason enumeration.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupEditorBaseElement.ShowPopup">
            <summary>
            Displays the popup on the screen.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupEditorBaseElement.GetInitialPopupSize">
            <summary>
            Used to initialize the size of the popup
            when it is initially opened and the
            element tree is loaded.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupEditorBaseElement.ShowPopupCore(Telerik.WinControls.UI.RadPopupControlBase)">
            <summary>
            Performs the core popup display logic.
            </summary>
            <param name="popup">The popup form that is about to be displayed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupEditorBaseElement.GetPopupLocation(Telerik.WinControls.UI.RadPopupControlBase)">
            <summary>
            Gets the screen coordinated where the popup should be displayed.
            </summary>
            <param name="popup"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupEditorBaseElement.GetPopupSize(Telerik.WinControls.UI.RadPopupControlBase,System.Boolean)">
            <summary>
            Gets the display size for the popup.
            </summary>
            <param name="popup">The popup which size should beretrieved.</param>
            <param name="measure">True to perform explicit measure, false otherwise.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupEditorBaseElement.UpdatePopupMinMaxSize(Telerik.WinControls.UI.RadPopupControlBase)">
            <summary>
            Applies any Min/Max size restrictions to the popup form.
            </summary>
            <param name="popup"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupEditorBaseElement.ApplyThemeToPopup(Telerik.WinControls.UI.RadPopupControlBase)">
            <summary>
            Syncronizes the theme of the editor itself with the popup that is about to be displayed.
            </summary>
            <param name="popup"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupEditorBaseElement.CanDisplayPopup">
            <summary>
            Determines whether the popup form may be displayed.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupEditorBaseElement.CreatePopupForm">
            <summary>
            Creates the popup instance. You have to override this method in order to provide a popup 
            that is specialized by its content. Example: In a combo box you have to override and provide a specialized class
            that contains and handles the listbox element.
            </summary>
            <returns>The popup instance.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupEditorBaseElement.GetPopupForm">
            <summary>
            Gets a valid instance of the popup, that is properly
            initialized to work with the PopupEditorBaseElement.
            </summary>
            <returns>The popup instance.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.PopupEditorBaseElement.PopupForm">
            <summary>
            Gets the popup form
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PopupEditorBaseElement.PopupOpened">
            <summary>
            
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PopupEditorBaseElement.PopupOpening">
            <summary>
            
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PopupEditorBaseElement.PopupClosing">
            <summary>
            
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PopupEditorBaseElement.PopupClosed">
            <summary>
            
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupEditorElement.NotifyOwner(Telerik.WinControls.UI.PopupEditorNotificationData)">
            <summary>
            Main entry point for updating DropDownList
            </summary>
            <param name="notificationData"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.PopupEditorElement.MaxDropDownItems">
            <summary>
            Gets or sets the maximum number of items to be shown in the drop-down portion of the ComboBox. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PopupEditorElement.AutoCompleteDataSource">
            <summary>
            Gets or sets the object that is responsible for providing data objects for the AutoComplete Suggest.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PopupEditorElement.AutoCompleteValueMember">
            <summary>
            AutoCompleteValueMember Property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PopupEditorElement.AutoCompleteDisplayMember">
            <summary>
            AutoCompleteDataMember Property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PopupEditorElement.DropDownHeight">
            <summary>
            Gets or sets the height in pixels of the drop-down portion of the ComboBox. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PopupEditorElement.Popup">
            <summary>
            Popup Property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PopupEditorElement.DefaultItemsCountInDropDown">
            <summary>
            DefaultItemsCountInDropDown Property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PopupEditorElement.ListElement">
            <summary>
            The input element hosted in the popup form. In the case of
            DropDownList the control is a ListElement.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownListElement.SelectText(System.Int32,System.Int32)">
            <summary>
            Selects a range of text in the editable portion of the combo box
            </summary>
            <param name="start">The position of the first character in the current text selection within the text box.</param>
            <param name="length">The number of characters to select.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownListElement.SelectAllText">
            <summary>
            Selects all the text in the editable portion of the combo box.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownListElement.SelectAll">
            <summary>
            Selects all items if the SelectionMode allows it.
            </summary>
            <exception cref="T:System.InvalidOperationException">Selecting all items is not a valid operation in the current selection mode. SelectionMode =  + this.selectionMode.ToString() + .</exception>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownListElement.DeferRefresh">
            <summary>
            Defers the refresh.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownListElement.FindStringExact(System.String)">
            <summary>
            Searches for an item in the same manner as FindString() but matches an item only if its text is exactly equal to the provided string.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownListElement.FindStringExact(System.String,System.Int32)">
            <summary>
            Searches for an item in the same manner as FindString() but matches an item only if its text is exactly equal to the provided string.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownListElement.FindString(System.String)">
            <summary>
            Searches for an item related to the specified string. The relation is described by the object assigned to FindStringComparer property.
            By default FindStringComparer uses the System.String.StartsWith() method.
            This method starts searching from the specified index. If the algorithm reaches the end of the Items collection it wraps to the beginning
            and continues until one before the provided index.
            </summary>
            <param name="s">The string with which every item will be compared.</param>       
            <returns>The index of the found item or -1 if no item is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownListElement.FindString(System.String,System.Int32)">
            <summary>
            Searches for an item related to the specified string. The relation is described by the object assigned to FindStringComparer property.
            By default FindStringComparer uses the System.String.StartsWith() method.
            This method starts searching from the specified index. If the algorithm reaches the end of the Items collection it wraps to the beginning
            and continues until one before the provided index.
            </summary>
            <param name="s">The string with which every item will be compared.</param>
            <param name="startIndex">The index from which to start searching.</param>
            <returns>The index of the found item or -1 if no item is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownListElement.NotifyOwner(Telerik.WinControls.UI.PopupEditorNotificationData)">
            <summary>
            main update entry point
            </summary>
            <param name="notificationData">contains notification context</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownListElement.CallClosePopupCore">
            <summary>
            This method is used internally!
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownListElement.CreateAutoCompleteAppendHandler">
            <summary>
            Creates the auto complete append handler.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownListElement.CreateAutoCompleteSuggestHelper">
            <summary>
            Creates the auto complete suggest helper.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.SyncSelectionWithText">
            <summary>
             Gets a value that indicates the SelectedIndex will be synchronized with text in Editable area
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.EditableElementText">
            <summary>
            Get or set the text in Editable area
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.IsPopupVisible">
            <summary>
            Gets a value that indicates if the popup associated with this RadDropDownListElement is open.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.AutoCompleteHelpers">
            <summary>
            Represent list of all AutoComplete Helpers
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.ShowImageInEditorArea">
            <summary>
            Gets or sets that RadListDataItem Image will be displayd in Editor Element when DropDownStyle is set to DropDownStyleList
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.Filter">
            <summary>
            Gets or sets a Predicate that will be called for every data item in order to determine
            if the item will be visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.FilterExpression">
            <summary>
            Gets or sets a filter expression that determines which items will be visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.IsFilterActive">
            <summary>
            Gets a value indicating whether there is a Filter or FilterExpression set.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.EditableElement">
            <summary>
            EditableElement Property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.AutoSizeItems">
            <summary>
            Gets or sets a value that indicates whether items will be sized according to
            their content. If this property is true the user can set the Height property of each
            individual RadListDataItem in the Items collection in order to override the automatic
            sizing.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.EnableMouseWheel">
            <summary>
            Enable or disable Mouse Wheel Scrolling.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.NullText">
            <summary>
            Gets or sets the text that is displayed when RadDropDownList has no text set.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.SelectedText">
            <summary>
            Gets or sets the text that is selected in the editable portion of the DropDownList.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.SelectionLength">
            <summary>
            Gets or sets the number of characters selected in the editable portion of the combo box.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.SelectionStart">
            <summary>
            Gets or sets the starting index of text selected in the combo box.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.MaxLength">
            <summary>
            Gets or sets the maximum number of characters the user can type or paste into the text box control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.AutoCompleteMode">
            <summary>
            Specifies the mode for the automatic completion feature used in the DropDownList 
            and the TextBox controls.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.DropDownStyle">
            <summary>
            Gets or sets a value specifying the style of the combo box. 
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.SelectedValue">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadListElement.SelectedValue" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.SelectedIndex">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadListElement.SelectedIndex" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.SelectedItem">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadListElement.SelectedItem" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.SuspendSelectionEvents">
            <summary>
            Gets or sets a value that determines whether to stop the selection events from firing. These are SelectedIndexChanged,
            SelectedIndexChanging and SelectedValueChanged.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.SelectionMode">
            <summary>
            For information on this property please refer to the MSDN.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.DataSource">
            <summary>
            Gets or sets the object that is responsible for providing data objects for the RadListElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.DataMember">
            <summary>
            Gets or sets the name of the list or table in the data source for which the <see cref="T:Telerik.WinControls.UI.RadDropDownListElement"/> is displaying data. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.DisplayMember">
            <summary>
            Gets or sets a string which will be used to get a text string for each visual item. This value can not be set to null. Setting
            it to null will cause it to contain an empty string.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.ValueMember">
            <summary>
            Gets or sets the string through which the SelectedValue property will be determined. This property can not be set to null.
            Setting it to null will cause it to contain an empty string.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.ItemHeight">
            <summary>
            Gets or sets the item height for the items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.TextBox">
            <summary>
            TextBox Property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.ArrowButton">
            <summary>
            ArrowButton Property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.CaseSensitive">
            <summary>
            Gets or sets a value indicating whether string comparisons are case-sensitive.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.SelectNextOnDoubleClick">
            <summary>
            Rotate items on double click in the edit box part
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.DropDownAnimationEasing">
            <summary>
            	Gets or sets the type of the DropDown animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.DropDownAnimationEnabled">
            <summary>
            Gets or sets a value indicating whether the RadDropDownList will be animated when displaying.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.DropDownAnimationFrames">
            <summary>
            	Gets or sets the number of frames that will be used when the DropDown is being animated.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.AutoCompleteSuggest">
            <summary>
            AutoCompleteSuggest Property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.AutoCompleteAppend">
            <summary>
            AutoCompleteAppend Property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.ArrowButtonMinWidth">
            <summary>
            Get or sets the minimum width of the arrow button element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.NullTextColor">
            <summary>
            Gets or sets the color of prompt text that is displayed when the TextBox contains no text
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownListElement.DropDownWidth">
            <summary>
            Gets or sets the drop down minimum width.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedDropDownListElement.AutoCompleteMode">
            <summary>
            Specifies the mode for the automatic completion feature used in the DropDownList 
            and the TextBox controls.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedDropDownListElement.CheckedMember">
            <summary>
            Gets or sets a property name which will be used to extract a text for description text from the data items. The value of the property with
            this name will be available via the Value property of every RadListDataItem in the Items collection.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCheckedDropDownListElement.ItemCheckedChanging">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> is about to be checked. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCheckedDropDownListElement.ItemCheckedChanged">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> is checked.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedDropDownListElement.DataSource">
            <summary>
            Gets or sets the object that is responsible for providing data objects for the RadListElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedDropDownListElement.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the drop down list is read only.
            </summary>
            <value>
              <c>true</c> if the drop down list is read only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListDataItem.GetBoundValue">
            <summary>
            Gets a value for the Value property while in bound mode.
            </summary>
            <returns>Gets an object reference pointing to the value of the Value property in bound mode.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListDataItem.GetUnboundValue">
            <summary>
            Gets a value for the Value property in unbound mode.
            </summary>
            <returns>Returns an object reference pointing to the value of the Value property in unbound mode.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListDataItem.SetUnboundValue(System.Object)">
            <summary>
            This method is called when setting the Value property of a RadListDataItem when it is in unbound mode.
            </summary>
            <param name="value">The value to set the Value property to.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListDataItem.SetDataBoundItem(System.Boolean,System.Object)">
            <summary>
            This method is used to assign the DataBoundItem property of this RadListDataItem.
            If a user attempts to set DataBoundItem while in bound mode, an exception should be thrown.
            In unbound mode this property can be set to any value and will not affect the behavior of this RadListDataItem.
            </summary>
            <param name="dataBinding">A flag that indicates if the data bound item is being set from the data binding engine or by the user.
            true means it is being set by the data binding engine.</param>
            <param name="value">The value that will be assigned to the DataBoundItem property.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.IsDataBound">
            <summary>
            Gets a value indicating whether this data item is data bound.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.DataLayer">
            <summary>
            Gets a value that represents the ListDataLayer associated with this data item and its parent RadListControl.
            The ListDataLayer encapsulates the data operations provided by RadListControl which are sorting, filtering and currency synchronization.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.Owner">
            <summary>
            Gets a value represeting the owner RadListElement of this data item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.OwnerControl">
            <summary>
            Gets a value represeting the owner control of this data item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.Height">
            <summary>
            Gets or sets the visual height of this item.
            This property can be set only when AutoSizeItems of the parent RadListControl is true.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.RowIndex">
            <summary>
            Gets the index of this data item in the Items collection of RadListControl.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.DisplayValue">
            <summary>
            Gets a value that will be used in the visual representation of this item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.Value">
            <summary>
            Gets or sets a value for the property indicated by ValueMember if in bound mode, and private value in unbound mode.
            Trying to explicitly set this property in bound mode will result in an InvalidOperationException.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.Selected">
            <summary>
            Gets or sets a value that indicates if this item is selected. Setting this property will cause the selection events of the owner list control to fire if there is one.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.Enabled">
            <summary>
            Gets or sets whether this item responds to GUI events.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.Text">
            <summary>
            Gets or sets the text for this RadListDataItem instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.CachedText">
            <summary>
            Gets or sets a text value that is used for sorting. Creating a RadProperty during data binding is too slow, this is why
            this property is used instead and its value can be used for sorting.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.Image">
            <summary>
            Gets or sets an image for this RadListDataItem instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.TextImageRelation">
            <summary>
            Gets or sets the text-image relation for this RadListDataItem instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.ImageAlignment">
            <summary>
            Gets or sets the image alignment for this RadListDataItem instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.TextAlignment">
            <summary>
            Gets or sets the text alignment for this RadListDataItem instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.TextOrientation">
            <summary>
            Gets or sets the text orientation for this RadListDataItem instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.Font">
            <summary>
            Gets or sets the font for this RadListDataItem instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.ForeColor">
            <summary>
            Gets or sets the text color for this RadListDataItem instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.IsVisible">
            <summary>
            Gets a value that indicates if this item is currently visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.VisualItem">
            <summary>
            Gets a value that visually represents this data item. If the item is not visible, this property returns null.
            The visual item returned should be used only to get information about a particular item. Since visual items
            are shared between different data items, properties must not be set directly on the visual item in order 
            to avoid uncustomizable or unwanted behavior. For example if properties are set directly to the visual item
            the themes may not work correctly.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.MeasuredSize">
            <summary>
            Gets or sets the preferred size for the element which will present this item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.Index">
            <summary>
            Gets the index of item in GridViewRowCollection.
            </summary>
            <value>The index.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListDataItem.DataBoundItem">
            <summary>
            Gets or sets a value that represents the raw data item that this RadListDataItem is associated with.
            This property will be non null when the item is created via RadListControl's data binding and will contain the underlaying data item. Setting this property explicitly will have no effect in unbound mode and will throw an InvalidOperationException in bound mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedListDataItem.Selected">
            <summary>
            Gets or sets a value that indicates if this item is selected. Setting this property will cause the selection events of the owner list control to fire if there is one.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListDataItemCollection.IndexOf(Telerik.WinControls.UI.RadListDataItem)">
            <summary>
            Indexes the of.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListDataItemCollection.IndexOf(System.String)">
            <summary>
            Indexes the of.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListDataItemCollection.Contains(System.String)">
            <summary>
            Determines whether [contains] [the specified text].
            </summary>
            <param name="text">The text.</param>
            <returns>
            	<c>true</c> if [contains] [the specified text]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Telerik.WinControls.UI.IVirtualizedElement`1">
            <summary>
            Represents a virtaulizable element interface
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="M:Telerik.WinControls.UI.IVirtualizedElement`1.Attach(`0,System.Object)">
            <summary>
            Attaches the specified data.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.IVirtualizedElement`1.Detach">
            <summary>
            Detaches this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.IVirtualizedElement`1.Synchronize">
            <summary>
            Synchronizes this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.IVirtualizedElement`1.IsCompatible(`0,System.Object)">
            <summary>
            Determines whether element is compatible with the specified data.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns>
              <c>true</c> if the specified data is compatible; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.IVirtualizedElement`1.Data">
            <summary>
            Gets the associated data.
            </summary>
            <value>
            The data.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListVisualItem.UpdateAlternatingItemColor">
            <summary>
             Applies or resets alternating row color of the current visual item.
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListVisualItem.IsOdd">
            <summary>
            Gets or sets a value indicating whether this item has odd position.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCheckedListBox">
            <summary>
            Displays a flat collection of labeled items with checkbox, each represented by a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>. 
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadListView">
            <summary>
            Displays a flat collection of labeled items, each represented by a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>. 
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListView.#ctor">
            <summary>
            Creates an instance of <see cref="T:Telerik.WinControls.UI.RadListView"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListView.RadListView_Initialized(System.Object,System.EventArgs)">
            <summary>
            Executed on EndInit() method.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The event args.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListView.BeginUpdate">
            <summary>
            Suspend any item change notifications until <see cref="M:Telerik.WinControls.UI.RadListView.EndUpdate"/> is called.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListView.EndUpdate">
            <summary>
            Resumes the item change notifications.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListView.FindItemByKey(System.Object)">
            <summary>
            Finds an item with the specified key.
            </summary>
            <param name="key">The key of the searched item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListView.FindItemByKey(System.Object,System.Boolean)">
            <summary>
            Finds an item with the specified key.
            </summary>
            <param name="key">The key of the searched item.</param>
            <param name="searchVisibleItems">Indicates if the search should check only visible items.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListView.Select(Telerik.WinControls.UI.ListViewDataItem[])">
            <summary>
            Selects a set of items.
            </summary>
            <param name="items">The items to select.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListView.BeginEdit">
            <summary>
            Begins an edit operation over the currently sellected item.
            </summary>
            <returns>[true] if success, [false] otherwise</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListView.EndEdit">
            <summary>
            Ends the current edit operations if such. Saves the changes.
            </summary>
            <returns>[true] if success, [false] otherwise</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListView.CancelEdit">
            <summary>
            Ends the current edit operations if such. Discards the changes.
            </summary>
            <returns>[true] if success, [false] otherwise</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListView.ExpandAll">
            <summary>
            Expands all the groups in the control.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListView.CollapseAll">
            <summary>
            Collapses all the groups in the control.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListView.CheckSelectedItems">
            <summary>
            Checks the selected items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListView.UncheckSelectedItems">
            <summary>
            Unchecks the selected items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListView.CheckAllItems">
            <summary>
            Checks all of the items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListView.UncheckAllItems">
            <summary>
            Unchecks all of the items.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.GroupExpanded">
            <summary>
            Fires when a group has been expanded.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.GroupExpanding">
            <summary>
            Fires when a group is about to expand. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.BindingContextChanged">
            <summary>
            Occurs when the BindingContext has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.BindingCompleted">
            <summary>
            Occurs when the procces of binding <see cref="T:Telerik.WinControls.UI.RadListViewElement"/> to a data source has finished
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.SelectedItemsChanged">
            <summary>
            Occurs when the content of the SelectedItems collection has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.SelectedItemChanged">
            <summary>
            Occurs when the selected item has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.SelectedIndexChanged">
            <summary>
            Occurs when the selected item has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ViewTypeChanged">
            <summary>
            Occurs when the ViewType of <see cref="T:Telerik.WinControls.UI.RadListView">RadListView</see> is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ViewTypeChanging">
            <summary>
            Occurs when the ViewType of <see cref="T:Telerik.WinControls.UI.RadListView">RadListView</see> is about to change. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemMouseDown">
            <summary>
            Occurs when the user presses a mouse button over a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemMouseUp">
            <summary>
            Occurs when the user presses a mouse button over a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemMouseMove">
            <summary>
            Occurs when the user moves the mouse over a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemMouseHover">
            <summary>
            Occurs when the user hovers a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemMouseEnter">
            <summary>
            Occurs when the mouse pointer enters a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemMouseLeave">
            <summary>
            Occurs when the mouse pointer leaves a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemMouseClick">
            <summary>
            Occurs when the user clicks a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemMouseDoubleClick">
            <summary>
            Occurs when the user double-clicks a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemCheckedChanging">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> is about to be checked. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemCheckedChanged">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> is checked.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.VisualItemFormatting">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> changes its state and needs to be formatted.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemCreating">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> needs to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.VisualItemCreating">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.BaseListViewVisualItem">BaseListViewVisualItem</see> needs to be created;
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.CellFormatting">
            <summary>
            Occurs when a DetailsView cell needs to be formatted.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemDataBound">
            <summary>
            Occurs when a data-bound item is being attached to a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.CurrentItemChanged">
            <summary>
            Occurs when the CurrentItem property is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.CurrentItemChanging">
            <summary>
            Occurs when the CurrentItem property is about to change. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.EditorRequired">
            <summary>
            Occurs when an editor is required.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemEditing">
            <summary>
            Occurs when an edit operation is about to begin. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.EditorInitialized">
            <summary>
            Occurs when an editor is initialized.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemEdited">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> is edited.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ValidationError">
            <summary>
            Fires when a validation error occurs.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemValidating">
            <summary>
            Occurs when an edit operation needs to be validated.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemValueChanged">
            <summary>
            Occurs when the value of a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemValueChanging">
            <summary>
            Occurs when the value of a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> is about to change. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ColumnCreating">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.ListViewDetailColumn"/> needs to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.CellCreating">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.DetailListViewCellElement"/> needs to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemRemoving">
            <summary>
            Occurs when an item is about to be removed using the Delete key. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListView.ItemRemoved">
            <summary>
            Occurs when an item is removed using the Delete key.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.CaseSensitiveColumnNames">
            <summary>
            Gets or sets a value indicating whether column names which differ only in the casing are allowed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.CheckBoxesPosition">
            <summary>
            Gets or sets the position of the checkboxes when ShowCheckBoxes is true.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.CheckBoxesAlignment">
            <summary>
            Gets or sets the alignment of the checkboxes within the item when ShowCheckBoxes is true.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.SelectLastAddedItem">
            <summary>
            Gets or sets a value indicating whether the last added item in the RadListView DataSource will be selected by the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.HorizontalScrollState">
            <summary>
            Gets or sets the display state of the horizontal scrollbar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.VerticalScrollState">
            <summary>
            Gets or sets the display state of the vertical scrollbar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.ThreeStateMode">
            <summary>
            Gets or sets a value indicating whether the checkboxes should be in ThreeState mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.AllowDragDrop">
            <summary>
            Gets or sets value indicating if the user can reorder items via drag and drop.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.ShowGridLines">
            <summary>
            Gets or sets a value indicating whether grid lines shoud be shown in DetailsView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.EnableLassoSelection">
            <summary>
            Gets or sets a value indicating whether items can be selected with mouse dragging.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.EnableKineticScrolling">
            <summary>
            Gets or sets a value indicating whether the kinetic scrolling function is enabled. Always false when lasso selection is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.HotTracking">
            <summary>
            Gets or sets a value indicating whether items should react on mouse hover.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.EnableColumnSort">
            <summary>
            Gets or sets a value indicating whether the items should be sorted when clicking on header cells.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.ItemSize">
            <summary>
            Gets or sets the default item size.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.GroupItemSize">
            <summary>
            Gets or sets the default item size.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.GroupIndent">
            <summary>
            Gets or sets the indent of the items when they are displayed in a group.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.ItemSpacing">
            <summary>
            Gets or sets the space between the items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.FilterDescriptors">
            <summary>
            Gets a collection of <see cref="T:Telerik.WinControls.Data.FilterDescriptor">filter descriptors</see> by which you can apply filter rules to the items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.FilterPredicate">
            <summary>
            Gets or sets the filter predicate used fpr filtering operation.
            </summary>
            <value>The filter.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.IsDataBound">
            <summary>
            Gets a value indicating whether the control is in bound mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.Groups">
            <summary>
            Gets a collection containg the groups of the RadListView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.ValueMember">
            <summary>
            Gets or sets the value member.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.DisplayMember">
            <summary>
            Gets or sets the display member.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.CheckedMember">
            <summary>
            Gets or sets the checked member.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.EnableSorting">
            <summary>
            Gets or sets a value indicating whether sorting is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.EnableFiltering">
            <summary>
            Gets or sets a value indicating whether filtering is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.EnableGrouping">
            <summary>
            Gets or sets a value indicating whether filtering is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.EnableCustomGrouping">
            <summary>
            Gets or sets a value indicating whether custom grouping is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.SortDescriptors">
            <summary>
            Gets a collection of <see cref="T:Telerik.WinControls.Data.SortDescriptor">SortDescriptor</see> which are used to define sorting rules over the 
            <see cref="T:Telerik.WinControls.UI.ListViewDataItemCollection">ListViewDataItemCollection</see>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.GroupDescriptors">
            <summary>
            Gets a collection of <see cref="T:Telerik.WinControls.Data.GroupDescriptor">GroupDescriptor</see> which are used to define grouping rules over the 
            <see cref="T:Telerik.WinControls.UI.ListViewDataItemCollection">ListViewDataItemCollection</see>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.DataSource">
            <summary>
            Gets or sets the data source of a RadListView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.DataMember">
            <summary>
            Gets or sets the name of the list or table in the data source for which the <see cref="T:Telerik.WinControls.UI.RadListView"/> is displaying data. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.SelectedItem">
            <summary>
            Gets or sets the selected item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.SelectedIndex">
            <summary>
            Gets or sets the index of the selected item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.CurrentItem">
            <summary>
            Gets or sets the current item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.CurrentColumn">
            <summary>
            Gets or sets the current column in Details View.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.IsEditing">
            <summary>
            Indicates whether there is an active editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.Columns">
            <summary>
            Gets or sets a collection of <see cref="T:Telerik.WinControls.UI.ListViewDetailColumn">ListViewDetailColumn</see> object which represent the columns in DetailsView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.Items">
            <summary>
            Gets or sets a collection of <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> object which represent the items in RadListView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.ShowColumnHeaders">
            <summary>
            Gets or sets a value indicating whether the column headers should be drawn.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.ShowGroups">
            <summary>
            Gets or sets a value indicating whether the items should be shown in groups.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.SelectedItems">
            <summary>
            Gets a collection containing the selected items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.CheckedItems">
            <summary>
            Gets a collection containing the checked items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.ShowCheckBoxes">
            <summary>
            Gets or sets value indicating whether checkboxes should be shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.AllowColumnResize">
            <summary>
            Gets or sets value indicating if the user can resize the columns.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.AllowColumnReorder">
            <summary>
            Gets or sets value indicating if the user can reorder columns via drag and drop.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.FullRowSelect">
            <summary>
            Gets or sets a value indicating whether the full row should be selected.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.AllowArbitraryItemWidth">
            <summary>
            Gets or sets a value indicating whether the items can have different width.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.AllowArbitraryItemHeight">
            <summary>
            Gets or sets a value indicating whether the items can have different height.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.MultiSelect">
            <summary>
            Gets or sets value indicating whether multi selection is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.AllowEdit">
            <summary>
            Gets or sets value indicating whether editing is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.AllowRemove">
            <summary>
            Gets or sets value indicating whether the user can remove items with the Delete key.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.ActiveEditor">
            <summary>
            Gets the currently active editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.ViewType">
            <summary>
            Gets or sets the type of the view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.ListViewElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadListViewElement"/> of the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.HeaderHeight">
            <summary>
            Gets or sets the height of the header in Details View.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.KeyboardSearchResetInterval">
            <summary>
            Gets or sets a value that specifies how long the user must wait before searching with the keyboard is reset.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.KeyboardSearchEnabled">
            <summary>
            Gets or sets a value that determines whether the user can search for an item by typing characters when RadListView is focused.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.FindStringComparer">
            <summary>
            Gets or sets the string comparer used by the keyboard navigation functionality.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListView.CheckOnClickMode">
            <summary>
            Gets or sets a value indicating whether the item's check state changes whenever the item is clicked.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedListBox.ShowCheckBoxes">
            <summary>
            Gets or sets value indicating whether checkboxes should be shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedListBox.AllowEdit">
            <summary>
            Gets or sets value indicating whether editing is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckedListBox.CheckOnClickMode">
            <summary>
            Gets or sets a value indicating whether the item's check state changes whenever the item is clicked.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.SizeGripItem.IsSizerAtBottom">
            <summary>
            Returns a flag indicating whether the sizing element is at the bottom of the window.
            If true, the size of the popup should increase. If false, the size should decrease. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.SizeGripItem.AllowSizing">
            <summary>
            Gets or sets a boolean value that
            determines whether the SizeGripItem
            can resize the hosting control.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Data.IBindingProvider`1">
            <summary>
            Base interface for providers.
            </summary>
            <typeparam name="T">The type used to specialize the provider implementation.</typeparam>
        </member>
        <member name="M:Telerik.WinControls.UI.Data.IBindingProvider`1.GetItems(System.Predicate{`0})">
            <summary>
            Gets IEnumerable&lt;T&gt; for items that match the conditions defined by the specified predicate.
            </summary>
            <param name="filterFunction">The Predicate&lt;T&gt; delegate that defines the conditions of the item to search for.</param>
            <returns>IEnumerable&lt;T&gt; for items that match the conditions defined by the specified predicate, if found;</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.Data.IBindingProvider`1.Insert(`0)">
            <summary>
            Inserts an item of type T.
            </summary>
            <param name="itemToInsert">The item of type T to insert.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.Data.IBindingProvider`1.Update(`0,System.String)">
            <summary>
            Updates he first occurrence of a specific item in the data store.
            </summary>
            <param name="itemToUpdate">The item of type T to update.</param>
            <param name="propertyName">Name of the property which value changed.
            Null or an empty string if all properties should be updated.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.Data.IBindingProvider`1.Delete(`0)">
            <summary>
            Removes the first occurrence of a specific item from the data store.
            </summary>
            <param name="itemToDelete">The item of type T to delete.</param>
        </member>
        <member name="E:Telerik.WinControls.UI.Data.IBindingProvider`1.ItemsChanged">
            <summary>
            The ItemsChanged event is raised by the provider to inform all listeners that the items in the data store have changed. 
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.Data.IBindingProvider`1.PositionChanged">
            <summary>
            The PositionChanged event is raised by the provider to inform all listeners that the current position in data items list has changed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Data.IBindingProvider`1.Position">
            <summary>
            Gets or sets the current position in the list of data items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Data.IBindingProvider`1.PropertyMappings">
            <summary>
            Gets or sets a data store mapping to the provider.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Data.IPropertyMappingInfo">
            <summary>
            Associates a source properties collection with the corresponding properties collection exposed by the scheduler events. 
            It is used in common by all RadScheduler data providers.
            Contains a collection of SchedulerMapping objects, and is implemented by the 
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Data.IPropertyMappingInfo.FindByLogicalItemProperty(System.String)">
            <summary>
            Searches for a SchedulerMapping instance that binds a property of an item from the data store to 
            a property of an item from RadScheduler. The RadScheduler items are events, resources, etc.
            </summary>
            <param name="logicalProperty">Property name of an item in RadScheduler.</param>
            <returns>The first element that matches the property name, if found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.Data.IPropertyMappingInfo.FindByDataSourceProperty(System.String)">
            <summary>
            Searches for a SchedulerMapping instance that binds a property of an item from the data store to 
            a property of an item from RadScheduler. The RadScheduler items are events, resources, etc.
            </summary>
            <param name="dataSourceProperty">Property name of an item in the data store.</param>
            <returns>The first element that matches the property name, if found.</returns>
        </member>
        <member name="T:Telerik.WinControls.UI.Data.ConvertCallback">
            <summary>
            Represents the method that will handle the type conversion between the values of corresponding properties.
            </summary>
            <param name="item">The value to be converted.</param>
            <param name="converter">The converter applied.</param>
            <returns>The converted value.</returns>
        </member>
        <member name="T:Telerik.WinControls.UI.Data.ListChangedEventArgs`1">
            <summary>
            Contains information about a list change event.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="M:Telerik.WinControls.UI.Data.ListChangedEventArgs`1.#ctor(System.ComponentModel.ListChangedType)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.Data.ListChangedEventArgs`1"/> class.
            </summary>
            <param name="listChangedType">Type of the list change.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.Data.ListChangedEventArgs`1.#ctor(System.ComponentModel.ListChangedType,`0,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.Data.ListChangedEventArgs`1"/> class.
            </summary>
            <param name="listChangedType">Type of the list change.</param>
            <param name="newItem">The new item.</param>
            <param name="newIndex">The new index.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.Data.ListChangedEventArgs`1.#ctor(System.ComponentModel.ListChangedType,`0,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.Data.ListChangedEventArgs`1"/> class.
            </summary>
            <param name="listChangedType">Type of the list change.</param>
            <param name="changedItem">The changed item.</param>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.Data.ListChangedEventArgs`1.#ctor(System.ComponentModel.ListChangedType,`0,`0)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.Data.ListChangedEventArgs`1"/> class.
            </summary>
            <param name="listChangedType">Type of the list change.</param>
            <param name="newItem">The new item.</param>
            <param name="oldItem">The old item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.Data.ListChangedEventArgs`1.#ctor(System.ComponentModel.ListChangedType,System.Collections.Generic.IList{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.Data.ListChangedEventArgs`1"/> class.
            </summary>
            <param name="listChangedType">Type of the list change.</param>
            <param name="newItems">The new items.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.Data.ListChangedEventArgs`1.#ctor(System.ComponentModel.ListChangedType,System.Collections.Generic.IList{`0},System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.Data.ListChangedEventArgs`1"/> class.
            </summary>
            <param name="listChangedType">Type of the list change.</param>
            <param name="changedItems">The changed items.</param>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.Data.ListChangedEventArgs`1.#ctor(System.ComponentModel.ListChangedType,System.Collections.Generic.IList{`0},System.Collections.Generic.IList{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.Data.ListChangedEventArgs`1"/> class.
            </summary>
            <param name="listChangedType">Type of the list change.</param>
            <param name="newItems">The new items.</param>
            <param name="oldItems">The old items.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.Data.ListChangedEventArgs`1.ListChangedType">
            <summary>
            Gets the type of the list change.
            </summary>
            <value>The type of the list change.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.Data.ListChangedEventArgs`1.NewItems">
            <summary>
            Gets the new items.
            </summary>
            <value>The new items.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.Data.ListChangedEventArgs`1.OldItems">
            <summary>
            Gets the old items.
            </summary>
            <value>The old items.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.Data.ListChangedEventArgs`1.PropertyName">
            <summary>
            Gets the name of the property.
            </summary>
            <value>The name of the property.</value>
        </member>
        <member name="T:Telerik.WinControls.UI.Data.PropertyMapping">
            <summary>
            Represents the simple binding between the property of an item from the data store and 
            the property of an item from RadScheduler. The RadScheduler items are events, resources, etc.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Data.PropertyMapping.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the SchedulerMapping class that simple-binds the 
            indicated property of an item from RadScheduler to the specified item from the data store.
            </summary>
            <param name="logicalItemProperty">Property name of an item in RadScheduler.</param>
            <param name="dataSourceProperty">Property name of an item in the data store.</param>
        </member>
        <member name="F:Telerik.WinControls.UI.Data.PropertyMapping.ConvertToLogicalValue">
            <summary>
            The callback that converts the given value object from the data store to the specified type of the RadScheduler corresponding item.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.Data.PropertyMapping.ConvertToDataSourceValue">
            <summary>
            The callback that converts the given value object from a RadScheduler item to the specified type of the data store corresponding item. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Data.PropertyMapping.LogicalItemProperty">
            <summary>
            Gets or sets the RadScheduler item property name that is mapped.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Data.PropertyMapping.DataSourceItemProperty">
            <summary>
            Gets or sets the data store item property name that is mapped.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Docking.RadDockObject">
            <summary>
            Base class for all generic RadDock objects - such as Services, Settings, etc.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.RadDockObject.Dispose">
            <summary>
            Forces object clean-up and resource release.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.RadDockObject.Dispose(System.Boolean)">
            <summary>
            Performs the actual dispose logic.
            </summary>
            <param name="managed">True to notify that managed resources should also be disposed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.RadDockObject.DisposeManagedResources">
            <summary>
            Disposes any managed resources associated with this object.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.RadDockObject.DisposeUnmanagedResources">
            <summary>
            Disposes any unmanaged resources associated with this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.RadDockObject.OnPropertyChanging(System.String)">
            <summary>
            Raises the PropertyChanging notification.
            </summary>
            <param name="propName"></param>
            <returns>True to indicate that the change is accepted, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.RadDockObject.OnPropertyChanged(System.String)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.Docking.RadDockObject.PropertyChanged">PropertyChanged</see> event.
            </summary>
            <param name="propName"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.RadDockObject.ShouldSerializeProperty(System.String)">
            <summary>
            Determines whether the property with the specified name needs serialization.
            </summary>
            <param name="propName"></param>
            <returns></returns>
        </member>
        <member name="E:Telerik.WinControls.UI.Docking.RadDockObject.Disposed">
            <summary>
            Notifies that the object is disposed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.Docking.RadDockObject.PropertyChanging">
            <summary>
            
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ActionButtonElement">
            <summary>
            Represents the action button element
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadButtonElement">
            <summary>
                Represents a button element. The button element could be placed in each control's
                Items collection. It encapsulates all the necessary logic related to the user
                interaction and UI. The <see cref="T:Telerik.WinControls.UI.RadButton">RadButton</see> class is a simple
                wrapper for the RadButtonElement class. The <see cref="T:Telerik.WinControls.UI.RadButton">RadButton</see>
                acts to transfer events to and from its corresponding RadButtonElement instance.
                The RadButtonElement which is essentially the RadButton control may be nested in
                other telerik controls.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadButtonItem">
            <exclude/>
             <summary>Represents a button item.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadButtonItem.#ctor">
            <summary>
            Initializes a new instance of the RadButtonItem class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadButtonItem.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RadButtonItem class and sets it's Text property to
            the provided string.
            </summary>
            <param name="text"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadButtonItem.#ctor(System.String,System.Drawing.Image)">
            <summary>
            Initializes a new instance of the RadButtonItem class, sets it's Text and Image
            properties to the provided string and Image.
            </summary>
            <param name="text"></param>
            <param name="image"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonItem.Image">
            <summary>
             Gets or sets the image that is displayed on a button element.
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonItem.ImageIndex">
            <summary>
            Gets or sets the image list index value of the image displayed on the button control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonItem.ImageKey">
            <summary>
            Gets or sets the key accessor for the image in the ImageList.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonItem.TextImageRelation">
            <summary>
            Gets or sets the position of text and image relative to each other. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonItem.ImageAlignment">
            <summary>
            Gets or sets the alignment of image content on the drawing surface. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonItem.TextAlignment">
            <summary>
            Gets or sets the alignment of text content on the drawing surface. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonItem.DisplayStyle">
            <summary>
            Specifies the options for display of image and text primitives in the element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonItem.IsPressed">
            <summary>
            Gets a value indicating whether the button item is in the pressed state.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonItem.IsDefault">
            <summary>
            Determines if this button is the default button for the form it is on.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonItem.IsSharedImage">
            <summary>
            Determines whether the Image value of the current item is shared (reused by ither items).
            This flag is true by default. If it is set to false, then the item itselft will dispose the Image upon its disposal.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadButtonElement.#ctor">
            <summary>
            Initializes a new instance of the RadButtonElement class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadButtonElement.GetXPVisualStyle">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadButtonElement.GetVistaVisualStyle">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonElement.ButtonFillElement">
            <summary>
            Gets the FillPrimitive element that is reponsible for painting of the background of the control
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonElement.BorderElement">
            <summary>        
            Gets the BorderPrimitive element that is reponsible for painting of the border of the control        
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonElement.TextElement">
            <summary>        
            Gets the TextPrimitive element that is reponsible for painting of the border of the control        
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonElement.ImagePrimitive">
            <summary>
            Gets a reference to the ImagePrimitive of the RadButtonElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonElement.FocusPrimitive">
            <summary>
            Gets a reference to the FocusPrimitive of the RadButtonElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonElement.LayoutPanel">
            <summary>
            Gets a reference to the ImageAndTextLayoutPanel of the RadButtonElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonElement.LargeImage">
            <summary>
             Gets the large image that is displayed on a button element.
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonElement.LargeImageIndex">
            <summary>
            Gets the large image list index value of the image displayed on the button control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonElement.LargeImageKey">
            <summary>
            Gets the large key accessor for the image in the ImageList.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonElement.SmallImage">
            <summary>
             Gets or sets the large image that is displayed on a button element.
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonElement.SmallImageIndex">
            <summary>
            Gets or sets the small image list index value of the image displayed on the button control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonElement.SmallImageKey">
            <summary>
            Gets or sets the small key accessor for the image in the ImageList.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonElement.UseSmallImageList">
            <summary>
            	Specifies whether the button should use the original image list or the small image list.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonElement.ImagePrimitiveAngleTransform">
            <summary>
            Angle of rotation for the button image.
            Unlike AngleTransform the property ImagePrimitiveAngleTransform rotates the image only.
            AngleTransform rotates the whole button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonElement.MeasureTrailingSpaces">
            <summary>
            Includes the trailing space at the end of each line. By default the boundary rectangle returned by the Overload:System.Drawing.Graphics.MeasureString method excludes the space at the end of each line. Set this flag to include that space in measurement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonElement.ShowBorder">
            <summary>
            Gets or sets a value indicating whether the border is shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonElement.IsCancelClicked">
            <summary>
            This property is used internally!
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.DropDownButtonMouseOverState">
            <summary>
            Values used by RadDropDownButton, to determine the mouse position relative to the action or arrow button part.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadDropDownButtonPopup">
            <summary>
            This class represents the popup of the
            <see cref="T:Telerik.WinControls.UI.RadDropDownButton"/> control.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadDropDownMenu">
            <summary>
            Represents a drop down menu used in radComboBox and radMenu.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPopupControlBase">
            <summary>
            Represents a base class for all popup-forms used throughout
            the Telerik UI for WinForms suite.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.IPopupControl">
            <summary>
            An interface for all Popup-forms used in RadControls for WinForms.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.IPopupControl.ShowPopup(System.Drawing.Rectangle)">
            <summary>
            Shows the IPopupControl at the specific location.
            </summary>
            <param name="alignmentRect">An instance of the Rectangle struct 
            which represents a portion of the screen which the IPopupControl
            is aligned to.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.IPopupControl.ClosePopup(Telerik.WinControls.UI.RadPopupCloseReason)">
            <summary>
            Closes the IPopupControl.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.IPopupControl.ClosePopup(Telerik.WinControls.UI.PopupCloseInfo)">
            <summary>
            Tries to close the <see cref="T:Telerik.WinControls.UI.IPopupControl"/>.
            </summary>
            <param name="closeInfo">An instance of the <see cref="T:Telerik.WinControls.UI.PopupCloseInfo"/> class
            containing information about the close request.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.IPopupControl.CanClosePopup(Telerik.WinControls.UI.RadPopupCloseReason)">
            <summary>
            This method determines whether the IPopupControl can be closed.
            Used in the PopupManager class to prevent the IPopupControl from closing
            in specific occasions.
            </summary>
            <param name="reason">The reason why the IPopupControl is closed.</param>
            <returns>True if the IPopupControl can be closed, otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.IPopupControl.OnKeyDown(System.Windows.Forms.Keys)">
            <summary>
            Executes when a key is pressed.
            </summary>
            <param name="keyData">An instance of the <see cref="T:System.Windows.Forms.Keys"/>
            struct which contains the key information.</param>
            <returns>A boolean value that determines whether the 
            IPopupControl processes the message.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.IPopupControl.OnMouseWheel(System.Windows.Forms.Control,System.Int32)">
            <summary>
            Callback for handling the WM_MOUSEWHEEL message.
            </summary>
            <param name="target"></param>
            <param name="delta"></param>
            <returns>True if the message is processed, false otherwise.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.IPopupControl.Children">
            <summary>
            Gets a <see cref="T:System.Collections.Generic.List`1"/> instance that represents
            a collection of logical children of this IPopupControl.
            The OwnerPopup property of these children would point
            to this IPopupControl instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.IPopupControl.OwnerPopup">
            <summary>
            Gets the owner IPopupControl of this IPopupControl.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.IPopupControl.Bounds">
            <summary>
            Gets the Bounds rectangle of the IPopupControl.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.IPopupControl.OwnerElement">
            <summary>
            Gets the owner element of the IPopupControl.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.#ctor(Telerik.WinControls.RadElement)">
            <summary>
            Creates an instance of the RadPopupFormBase class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.Show">
            <summary>
            Shows the popup based on the value
            set to its Location property.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.Show(System.Drawing.Point)">
            <summary>
            Shows the popup at the location passed
            as a parameter. The location is in screen coordinates
            </summary>
            <param name="screenLocation">An instance of the <see cref="T:System.Drawing.Point"/> struct that represents the location.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.Show(System.Windows.Forms.Control)">
            <summary>
            Shows the control based on the screen rectangle
            of a given control.
            </summary>
            <param name="control">The control which defines the location of the popup.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.Hide">
            <summary>
            Closes the popup.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.OnPopupOpened">
            <summary>
            Fires when the popup is opened.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.OnPopupOpening(System.ComponentModel.CancelEventArgs)">
            <summary>
            Fires when the popup is about to open.
            </summary>
            <param name="args">A CancelEventArgs object that contains information about the event</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.OnPopupClosed(Telerik.WinControls.UI.RadPopupClosedEventArgs)">
            <summary>
            Fires when the popup is closed.
            </summary>
            <param name="args">A RadPopupClosedEventArgs instance
            that contains information about what caused the popup to close.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.OnPopupClosing(Telerik.WinControls.UI.RadPopupClosingEventArgs)">
            <summary>
            Fires when the popup is about to close.
            </summary>
            <param name="args">A RadPopupClosingEventArgs instance that
            contains information about the event</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.UpdateAeroEffectState">
            <summary>
            Updates the Aero effects support upon property change.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.UpdateLocation(System.Drawing.Rectangle)">
            <summary>
            Updates the location of the popup based on the
            alignment rectangle and the current alignment settings.
            You can adjust the alignment settings by using the
            VerticalPopupAlignment and HorizontalPopupAlignment properties.
            </summary>
            <param name="alignmentRectangle">The alignment rectangle based on which the popup is positioned.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.UpdateLocation">
            <summary>
            Updates the location of the popup based on the last used
            alignment rectangle and the current alignment settings.
            You can adjust the alignment settings by using the
            VerticalPopupAlignment and HorizontalPopupAlignment properties.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.GetCorrectedLocation(System.Drawing.Rectangle)">
            <summary>
            This method returns a point which defines the position of the popup.
            By default, aligns the popup based on the <paramref name="alignmentRectangle"/>
            and the current alignment settings. You can adjust the alignment settings
            by settin the HorizontalPopupAlignment and VerticalPopupAlignment properties.
            </summary>
            <param name="alignmentRectangle">The alignment rectangle based on which
            the popup is aligned.</param>
            <returns>An instance of the <see cref="T:System.Drawing.Point"/> struct
            that represents the calculated position of the popup.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.GetCorrectedLocation(System.Windows.Forms.Screen,System.Drawing.Rectangle)">
            <summary>
            This method returns a point which defines the position of the popup.
            By default, aligns the popup based on the <paramref name="alignmentRectangle"/>
            and the current alignment settings. You can adjust the alignment settings
            by settin the HorizontalPopupAlignment and VerticalPopupAlignment properties.
            </summary>
            <param name="currentScreen">An instance of the <see cref="T:System.Windows.Forms.Screen"/> class
            that represents the screen where the popup is about to be positioned.</param>
            <param name="alignmentRectangle">The alignment rectangle based on which
            the popup is aligned.</param>
            <returns>An instance of the <see cref="T:System.Drawing.Point"/> struct
            that represents the calculated position of the popup.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.GetCurrentScreen(System.Drawing.Rectangle)">
            <summary>
            Gets the screen on which the popup will be displayed.
            </summary>
            <param name="alignmentRectangle">The alignment rectangle for the popup.</param>
            <returns>An instance of the <see cref="T:System.Windows.Forms.Screen"/> class that represents
            the screen where the popup will be displayed.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.GetCurrentScreen">
            <summary>
            Gets an instance of the <see cref="T:System.Windows.Forms.Screen"/> class
            that represents the screen where the popup is displayed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.GetAvailableBoundsFromScreen(System.Windows.Forms.Screen)">
            <summary>
            Gets a <see cref="T:System.Drawing.Rectangle"/> which represents the available bounds for the popup to show.
            By default this method returns the bounds of the screen.
            </summary>
            <param name="screen">An instance of the <see cref="T:System.Windows.Forms.Screen"/> class that represents
            the active screen where the popup is about to be shown.</param>
            <returns>An instance of the <see cref="T:System.Drawing.Rectangle"/> struct that represents the
            available bounds for the popup based on the active screen.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.GetCorrectedHorizontalLocation(System.Windows.Forms.Screen,System.Drawing.Rectangle,System.Drawing.Point)">
            <summary>
            Calculates the horizontal position of the popup
            according to the current <see cref="T:Telerik.WinControls.UI.HorizontalPopupAlignment"/>
            and <see cref="T:Telerik.WinControls.UI.AlignmentCorrectionMode"/>.
            </summary>
            <param name="currentScreen">The screen in which the popup will be aligned.</param>
            <param name="alignmentRectangle">The alignment rectangle of the popup.</param>
            <param name="calculatedLocation">The calculated location that will be corrected if needed.</param>
            <returns>An instance of the <see cref="T:System.Drawing.Point"/> struct that represents the corrected location of the popup</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.GetCorrectedVerticalLocation(System.Windows.Forms.Screen,System.Drawing.Rectangle,System.Drawing.Point)">
            <summary>
            Calculates the vertical position of the popup
            according to the current <see cref="T:Telerik.WinControls.UI.VerticalPopupAlignment"/>
            and <see cref="T:Telerik.WinControls.UI.AlignmentCorrectionMode"/>.
            </summary>
            <param name="currentScreen">The screen in which the popup will be aligned.</param>
            <param name="alignmentRectangle">The alignment rectangle of the popup.</param>
            <param name="calculatedLocation">The calculated location that will be corrected if needed.</param>
            <returns>An integer that represents the corrected vertical location of the popup</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.GetHorizontalPopupLocation(System.Drawing.Rectangle)">
            <summary>
            Calculates the horizontal popup location based on the <paramref name="alignmentRectangle"/>.
            This method uses the HorizontalPopupAlignment property setting.
            </summary>
            <param name="alignmentRectangle">An instance of the <see cref="T:System.Drawing.Rectangle"/> struct
            that represents the alignment rectangle.</param>
            <returns>Returns an integer that represents the X coordinate of the popup.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.GetVerticalPopupLocation(System.Drawing.Rectangle)">
            <summary>
            Calculates the vertical popup location based on the <paramref name="alignmentRectangle"/>.
            This method uses the VerticalPopupAlignment property setting.
            </summary>
            <param name="alignmentRectangle">An instance of the <see cref="T:System.Drawing.Rectangle"/> struct
            that represents the alignment rectangle.</param>
            <returns>Returns an integer that represents the Y coordinate of the popup.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.AnimationStarting">
            <summary>
            Fires when a drop-down animation is about to begin.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.OnAlternativeXLocationNeeded(System.Drawing.Rectangle,System.Drawing.Point,System.Drawing.Rectangle)">
            <summary>
            This method is executed when the popup needs to receive manual horizontal alignment.
            This can happen when there is no reasonable possibility for the
            alignment routines to define a proper horizontal position for the popup.
            In this way the developer is enabled to define a horizontal position
            according to their preferences.
            </summary>
            <param name="alignmentRectangle">The proposed alignment rectangle with screen coordinates.</param>.
            <param name="proposedLocation">The proposed coordinates</param>.
            <param name="availableBounds">The proposed available space for the popup.</param>.
            <returns>An instance of the <see cref="T:System.Drawing.Point"/> struct that represents the location of the popup.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.CheckMakeLastLocationCorrection(System.Drawing.Rectangle,System.Drawing.Point,System.Drawing.Rectangle)">
            <summary>
            Checks whether the current alignment rectangle intersects with the popup's bounds
            according to a given popup location.
            </summary>
            <param name="alignmentRectangle">An instance of the <see cref="T:System.Drawing.Rectangle"/> struct that represents
            the current alignment rectangle.</param>
            <param name="proposedLocation">An instance of the <see cref="T:System.Drawing.Point"/> struct that represents the proposed popup location.</param>
            <param name="availableBounds">An instance of the <see cref="T:System.Drawing.Rectangle"/> struct that represents the available bounds on the screen.</param>
            <returns>An instance of the <see cref="T:System.Drawing.Point"/> struct that represents the result of the operation.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.OnAlternativeYLocationNeeded(System.Drawing.Rectangle,System.Drawing.Point,System.Drawing.Rectangle)">
            <summary>
            This method is executed when the popup needs to receive manual vertical alignment.
            This can happen when there is no reasonable possibility for the
            alignment routines to define a proper vertical position for the popup.
            In this way the developer is enabled to define a vertical position
            according to their preferences.
            </summary>
            <param name="alignmentRectangle">The proposed alignment rectangle with screen coordinates.</param>.
            <param name="proposedLocation">The proposed coordinates</param>.
            <param name="availableBounds">The proposed available space for the popup.</param>.
            <returns>An instance of the <see cref="T:System.Drawing.Point"/> struct that represents the location of the popup.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.ShowPopup(System.Drawing.Rectangle)">
            <summary>
            Shows the popup.
            </summary>
            <param name="alignmentRectangle">The alignment rectangle.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.ClosePopup(Telerik.WinControls.UI.PopupCloseInfo)">
            <summary>
            Closes the popup.
            </summary>
            <param name="info">The info.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.OnPopupClosing(Telerik.WinControls.UI.PopupCloseInfo)">
            <summary>
            Called when the popup is closing.
            </summary>
            <param name="info">The info.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.OnPopupClosed(Telerik.WinControls.UI.PopupCloseInfo)">
            <summary>
            Called when popup is closed.
            </summary>
            <param name="info">The info.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.ClosePopup(Telerik.WinControls.UI.RadPopupCloseReason)">
            <summary>
            Closes the IPopupControl.
            </summary>
            <param name="reason"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.CanClosePopup(Telerik.WinControls.UI.RadPopupCloseReason)">
            <summary>
            This method determines whether the IPopupControl can be closed.
            Used in the PopupManager class to prevent the IPopupControl from closing
            in specific occasions.
            </summary>
            <param name="reason">The reason why the IPopupControl is closed.</param>
            <returns>
            True if the IPopupControl can be closed, otherwise false.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.OnKeyDown(System.Windows.Forms.Keys)">
            <summary>
            Executes when a key is pressed.
            </summary>
            <param name="keyData">An instance of the <see cref="T:System.Windows.Forms.Keys"/>
            struct which contains the key information.</param>
            <returns>
            A boolean value that determines whether the
            IPopupControl processes the message.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.OnMouseWheel(System.Windows.Forms.Control,System.Int32)">
            <summary>
            Determines whether the MouseWheel event is handled by the popup.
            </summary>
            <param name="target"></param>
            <param name="delta"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.CallMouseWheel(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Raises the MouseWheel event.
            </summary>
            <param name="e"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.DropDownAnimationDirection">
            <summary>
            Gets or sets the direction of the drop-down
            animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.EasingType">
            <summary>
            Gets or sets the easing type for the drop down animations.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.AnimationFrames">
            <summary>
            Gets or sets the count of the frames of the drop down animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.AnimationEnabled">
            <summary>
            Gets or sets a bool value determining
            whether popup animation is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.AnimationType">
            <summary>
            Gets or sets a value determining what animation type to use when showing the popup.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.FadeAnimationFrames">
            <summary>
            Gets or sets the frame count
            for the fade animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.FadeAnimationSpeed">
            <summary>
            Gets or sets the time interval for each fade animation frame.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.Opacity">
            <summary>
            Gets or sets a float value that determines the opacity of the popup.
            This property accepts values from 0.0 to 1.0. For example,
            to make the popup semi-transparent, set the property to 0.5.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.DropShadow">
            <summary>
            Gets or sets a boolean value which determines
            whether the popup drops a shadow.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.EnableAeroEffects">
            <summary>
            Enables the support for Windows Vista DWM effects.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.FadeAnimationType">
            <summary>
            Gets or sets a value indicating the type
            of the fade animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.FitToScreenMode">
            <summary>
            Gets or sets a value from the <see cref="T:Telerik.WinControls.UI.FitToScreenModes"/> enum
            which defines how the size of the popup is fit to the currently active screen.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.ScreenSpaceMode">
            <summary>
            Gets or sets a value from the <see cref="P:Telerik.WinControls.UI.RadPopupControlBase.ScreenSpaceMode"/> enum
            which determines what part of the screen is considered when positioning the popup.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.AlignmentRectangleOverlapMode">
            <summary>
            Gets or sets a value from the <see cref="P:Telerik.WinControls.UI.RadPopupControlBase.AlignmentRectangleOverlapMode"/> which defines how the popup will be positioned according to the
            alignment rectangle when its location cannot be adjusted so that it meets all popup alignment and alignment correction mode requirements.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.HorizontalAlignmentCorrectionMode">
            <summary>
            Defines how the popup will be horizontally aligned in case of lack of 
            screen space.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.VerticalAlignmentCorrectionMode">
            <summary>
            Defines how the popup will be vertically aligned in case of lack of 
            screen space.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.VerticalPopupAlignment">
            <summary>
            Gets or sets a value that defines the vertical alignment
            of the popup based on the alignment rectangle passed
            in the ShowPopup method.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.HorizontalPopupAlignment">
            <summary>
            Gets or sets a value that defines the horizontal alignment
            of the popup based on the alignment rectangle passed
            in the ShowPopup method.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.OwnerElement">
            <summary>
            Gets the RadElement that owns this popup.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.OwnerPopup">
            <summary>
            <see cref="P:Telerik.WinControls.UI.IPopupControl.OwnerPopup"/>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.Children">
            <summary>
            Gets a <see cref="T:System.Collections.Generic.List`1"/> instance that represents
            a collection of logical children of this IPopupControl.
            The OwnerPopup property of these children would point
            to this IPopupControl instance.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPopupControlBase.MouseWheel">
            <summary>
            Occurs when the mouse pointer is moved over the element.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPopupControlBase.FadeAnimationFinished">
            <summary>
            Fires when a fade animation has finished. The
            event args contain information about the type of the animation.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPopupControlBase.PopupOpening">
            <summary>
            Fires when the popup-form is about to be opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPopupControlBase.PopupOpened">
            <summary>
            Fires when the popup-form is opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPopupControlBase.PopupClosing">
            <summary>
            Fires when the popup is about to be closed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPopupControlBase.PopupClosed">
            <summary>
            Fires when the popup is closed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupControlBase.PopupAnimationProperties.#ctor(Telerik.WinControls.WindowAnimation.WindowAnimationEngine)">
            <summary>
            Creates an instance of the PopupAnimationProperties class.
            This class encapsulates a WindowAnimationEngine instance
            and exposes its properties.
            </summary>
            <param name="animationEngine">The WindowAnimationEngine instance.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.PopupAnimationProperties.AnimationDirection">
            <summary>
            Gets or sets the direction of the drop-down animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.PopupAnimationProperties.AnimationFrames">
            <summary>
            Gets or sets the count of the frames of the animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.PopupAnimationProperties.EasingType">
            <summary>
            Gets or sets the easing type of the animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.PopupAnimationProperties.AnimationStep">
            <summary>
            Gets an integer value representing the animation
            step.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupControlBase.PopupAnimationProperties.AnimationEngine">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.WindowAnimation.WindowAnimationEngine"/>
            instance associated with the AnimationProperties instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadItemsPopupControl.IsVisible">
            <summary>
            Gets a boolean value indicating whether the popup is visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadItemsPopupControl.Items">
            <summary>
            Gets menu items collection
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadItemsPopupControl.Minimum">
            <summary>
            Get/Set minimum value allowed for size
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadItemsPopupControl.Maximum">
            <summary>
            Get/Set maximum value allowed for size
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownMenu.#ctor">
            <summary>
            Initializes a new instance of the RadDropDownMenu class
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownMenu.#ctor(Telerik.WinControls.RadElement)">
            <summary>
            Creates an instance of the RadDropDownMenu class.
            </summary>
            <param name="ownerElement">An instance of the RadElement class 
            that represents the owner of this drop down menu</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownMenu.Show">
            <summary>
            Displays the RadDropDownMenu in its default position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownMenu.Show(System.Int32,System.Int32)">
            <summary>
            Displays the RadDropDownMenu relative to the specified screen location.
            </summary>
            <param name="x">The horizontal screen coordinate, in pixels.</param>
            <param name="y">The vertical screen coordinate, in pixels.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownMenu.Show(System.Drawing.Point)">
            <summary>
            Displays the RadDropDownMenu relative to the specified screen location.
            </summary>
            <param name="point">The horizontal and vertical location of the screen's upper-left corner, in pixels.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownMenu.Show(System.Drawing.Point,Telerik.WinControls.UI.RadDirection)">
            <summary>
            Positions the ToolStripDropDown relative to the specified screen location and with the specified direction.
            </summary>
            <param name="point">The horizontal and vertical location of the screen's upper-left corner, in pixels.</param>
            <param name="popupDirection">One of the RadDirection values.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownMenu.Show(System.Windows.Forms.Control,System.Int32,System.Int32)">
            <summary>
            Positions the RadDropDownMenu relative to the specified control location.
            </summary>
            <param name="control">The control that is the reference point for the RadDropDownMenu position.</param>
            <param name="x">The horizontal coordinate relative to the control, in pixels.</param>
            <param name="y">The vertical coordinate relative to the control, in pixels.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownMenu.Show(System.Windows.Forms.Control,System.Drawing.Point)">
            <summary>
            Positions the RadDropDownMenu relative to the specified control location.
            </summary>
            <param name="control">The control that is the reference point for the RadDropDownMenu position.</param>
            <param name="point">The horizontal and vertical location of the reference control's upper-left corner, in pixels.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownMenu.Show(System.Windows.Forms.Control,System.Drawing.Point,Telerik.WinControls.UI.RadDirection)">
            <summary>
            Positions the RadDropDownMenu relative to the specified control location and with the specified direction.
            </summary>
            <param name="control">The control that is the reference point for the RadDropDownMenu position.</param>
            <param name="point">The horizontal and vertical location of the reference control's upper-left corner, in pixels.</param>
            <param name="popupDirection">One of the RadDirection values.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownMenu.Show(Telerik.WinControls.RadItem,System.Int32,System.Int32)">
            <summary>
            Positions the RadDropDownMenu relative to the specified RadItem location.
            </summary>
            <param name="item">The RadItem that is the reference point for the RadDropDownMenu position.</param>
            <param name="x">The horizontal coordinate relative to the control, in pixels.</param>
            <param name="y">The vertical coordinate relative to the control, in pixels.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownMenu.Show(Telerik.WinControls.RadItem,System.Drawing.Point)">
            <summary>
            Positions the RadDropDownMenu relative to the specified RadItem location.
            </summary>
            <param name="item">The RadItem that is the reference point for the RadDropDownMenu position.</param>
            <param name="point">The horizontal and vertical location of the RadItem's upper-left corner, in pixels.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownMenu.Show(Telerik.WinControls.RadItem,System.Drawing.Point,Telerik.WinControls.UI.RadDirection)">
            <summary>
            Positions the RadDropDownMenu relative to the specified RadItem location and with the specified direction.
            </summary>
            <param name="item">The RadItem that is the reference point for the RadDropDownMenu position.</param>
            <param name="point">The horizontal and vertical location of the RadItem's upper-left corner, in pixels.</param>
            <param name="popupDirection">One of the RadDirection values.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownMenu.Show(Telerik.WinControls.RadItem,System.Int32,Telerik.WinControls.UI.RadDirection)">
            <summary>
            Positions the RadDropDownMenu relative to the specified RadItem location and 
            with specified direction and offset according to the owner.
            </summary>
            <param name="item">The RadItem that is the reference point for the RadDropDownMenu position.</param>
            <param name="ownerOffset">Specifies the offset from the owner in pixels.</param>
            <param name="popupDirection">One of the RadDirection values.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownMenu.ClickedItem">
            <summary>
            Gets the item that has been clicked. This property is valid when the drop-down is closed by an item click.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownMenu.PopupElement">
            <summary>
            Gets or sets the popup element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownMenu.IsTwoColumnMenu">
            <summary>
            Indicates whether the DropDown contains one or two cloumns of items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownMenu.HeaderText">
            <summary>
            Gets or sets menu header column text
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownMenu.HeaderImage">
            <summary>
            Gets or sets menu header column image
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BaseComboBoxElement">
            <summary>
                Represents a combo box element.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseComboBoxElement.#ctor">
            <summary>
            Initializes a new instance of the RadComboBoxElement class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseComboBoxElement.GetItemText(System.Object)">
            <summary>
            Gets the text of the specified item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseComboBoxElement.OnCaseSensitiveChanged(System.EventArgs)">
            <summary>
            Raises the CaseSensitiveChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseComboBoxElement.OnDropDownStyleChanged(System.EventArgs)">
            <summary>
            Raises the DropDownStyleChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseComboBoxElement.OnSelectedIndexChanged(System.EventArgs)">
            <summary>
            Raises the SelectedIndexChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseComboBoxElement.OnSelectedValueChanged(System.EventArgs)">
            <summary>
            Raises the SelectedValueChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseComboBoxElement.OnSortedChanged(System.EventArgs)">
            <summary>
            Raises the SortedChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseComboBoxElement.ProcessReturnKey(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Processes the Enter key
            </summary>
            <param name="e">An instance of <see cref="T:System.Windows.Forms.KeyEventArgs"/></param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseComboBoxElement.ProcessEscKey(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Processes the Escape key
            </summary>
            <param name="e">An instance of <see cref="T:System.Windows.Forms.KeyEventArgs"/></param>
            <returns>true if the event is processed, false otherwise</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseComboBoxElement.FindItem(System.String)">
            <summary>
            Finds the first item in the combo box that starts with the specified string. 
            </summary>
            <param name="startsWith">The String to search for.</param>
            <returns>The first RadCOmboBoxItem found; returns null if no match is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseComboBoxElement.FindItemExact(System.String)">
            <summary>
            Finds the first item in the combo box that matches the specified string. 
            </summary>
            <param name="text">The String to search for.</param>
            <returns>The first item found; returns null if no match is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseComboBoxElement.FindItemIndexExact(System.String)">
            <summary>
            Finds the index of the item with the specified text. The passed argument
            is compared with the DisplayMember value for each item in the items collection.
            </summary>
            <param name="text">The text of the item which index is to be acquired.</param>
            <returns>The index of the item if found, otherwise -1.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseComboBoxElement.BeginUpdate">
            <summary>
            Call BeginUpdate at the begining of a block that makes many modifications in the GUI
            <seealso cref="M:Telerik.WinControls.UI.BaseComboBoxElement.EndUpdate"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseComboBoxElement.EndUpdate">
            <summary>
            Call BeginUpdate at the end of a block that makes many modifications in the GUI
            <seealso cref="M:Telerik.WinControls.UI.BaseComboBoxElement.BeginUpdate"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseComboBoxElement.GetItemHeight(System.Int32)">
            <summary>
            Call the GetItemHeight member function to retrieve the height of list items in a combo box.
            </summary>
            <param name="index">Specifies the item of the combo box whose height is to be retrieved.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseComboBoxElement.Select(System.Int32,System.Int32)">
            <summary>
            Selects a range of text in the editable portion of the combo box
            </summary>
            <param name="start">The position of the first character in the current text selection within the text box.</param>
            <param name="length">The number of characters to select.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseComboBoxElement.SelectAll">
            <summary>
            Selects all the text in the editable portion of the combo box.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.LimitToList">
            <summary>
            LimitToList Property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.KeyboardCommandIssued">
            <summary>
            Gets a value indicating whether a keyboard command has been issued.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.IsDropDownShown">
            <summary>
            Gets a value indicating whether the drop down is shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.ArrowButton">
            <summary>
            Gets the arrow button element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.ComboBoxFill">
            <summary>
            Gets the fill element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.ComboBoxBorder">
            <summary>
            Gets the border element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.AutoCompleteMode">
            <summary>
            Specifies the mode for the automatic completion feature used in the ComboBox 
            and the TextBox controls.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.CaseSensitive">
            <summary>
            Gets or sets a value indicating whether string comparisons are case-sensitive.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.DblClickRotate">
            <summary>
            Rotate items on double click in the edit box part
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.ScrollOnMouseWheel">
            <summary>
            Gets or sets a boolean value determining whether the user can scroll through the items
            when the popup is closed by using the mouse wheel.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.DropDownHeight">
            <summary>
            Gets or sets the height in pixels of the drop-down portion of the ComboBox. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.DropDownStyle">
            <summary>
            Gets or sets a value specifying the style of the combo box. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.IsWritable">
            <summary>
            Gets whether the text input control of the combo box is in editable mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.DropDownWidth">
            <summary>
            Gets or sets the width of the of the drop-down portion of a combo box.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.IntegralHeight">
            <summary>
            Gets or sets a value indicating whether the control should show or not partial items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.Items">
            <summary>
            Gets a collection representing the items contained in this ComboBox. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.IsDroppedDown">
            <summary>
            Gets a value indicating whether the combo box is displaying its drop-down portion.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.MaxDropDownItems">
            <summary>
            Gets or sets the maximum number of items to be shown in the drop-down portion of the ComboBox. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.MaxLength">
            <summary>
            Gets or sets the maximum number of characters the user can type or paste into the text box control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.NullText">
            <summary>
            Gets or sets the text that is displayed when the ComboBox contains a null 
            reference.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.SelectedItem">
            <summary>
            Gets or sets the currently selected item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.SelectedIndex">
            <summary>
            Gets or sets the index specifying the currently selected item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.SelectedText">
            <summary>
            Gets or sets the text that is selected in the editable portion of the ComboBox.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.SelectionLength">
            <summary>
            Gets or sets the number of characters selected in the editable portion of the combo box.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.SelectionStart">
            <summary>
            Gets or sets the starting index of text selected in the combo box.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.Sorted">
            <summary>
            Gets or sets a value indicating the sort style the of items in the combo box.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.Text">
            <summary>Gets or sets the displayed text.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.DropDownAnimationEnabled">
            <summary>
            	Gets or sets a value indicating whether the ComboBox DropDown will be enabled when it shows.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.DropDownAnimationEasing">
            <summary>
            	Gets or sets the type of the DropDown animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.DropDownAnimationFrames">
            <summary>
            	Gets or sets the number of frames that will be used when the DropDown is being animated.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.TextBoxElement">
            <summary>
            	Gets the TextBoxElement which is used in the ComboBox.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.Virtualized">
            <summary>
            Gets or sets a value indicating whether RadScrollViewer uses UI virtualization.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.DisplayMember">
            <summary>
            Gets or sets the property to display. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.DataSource">
            <summary>
            Gets or sets the data source. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.FormatInfo">
            <summary>
            Gets or sets the IFormatProvider that provides custom formatting behavior.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.FormatString">
            <summary>
            Gets or sets the format-specifier characters that indicate how a value is to be displayed. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.FormattingEnabled">
            <summary>
            Gets or sets a value indicating whether formatting is applied to the DisplayMember property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.SelectedValue">
            <summary>
            Gets or sets value specifying the currently selected item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseComboBoxElement.ValueMember">
            <summary>
            Gets or sets t he property to use as the actual value for the items. 
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.BaseComboBoxElement.CaseSensitiveChanged">
            <summary>
            Occurs when the CaseSensitive property has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.BaseComboBoxElement.SelectedIndexChanged">
            <summary>
            Occurs when the SelectedIndex property has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.BaseComboBoxElement.SelectedValueChanged">
            <summary>Fires when the selected value is changed.</summary>
        </member>
        <member name="E:Telerik.WinControls.UI.BaseComboBoxElement.SortedChanged">
            <summary>
            Occurs when the Sorted property has changed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BaseDateTimeEditor">
            <summary>
            Represents a date time editor.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BaseInputEditor">
            <summary>
            Abstract class that represents basic logic for editor
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseInputEditor.SetIsInBeginEditMode(System.Boolean)">
            <summary>
            Sets the IsInBeginEditMode property. This method is used internally.
            </summary>
            <param name="value">The new value of the IsInBeginEditMode property</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseInputEditor.Initialize(System.Object,System.Object)">
            <summary>
            Initializes the editor. Used internally in RadGridView.
            </summary>
            <param name="owner">The owner of this editor.</param>
            <param name="value">The value of the editor.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseInputEditor.BeginEdit">
            <summary>
            Starts the editing process. Used internally in RadGridView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseInputEditor.EndEdit">
            <summary>
            Finishes the editing process. Used internally in RadGridView.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseInputEditor.Validate">
            <summary>
            Validates the value currently entered in the editor.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseInputEditor.BeginInit">
            <summary>
            Begins the editor initialization process.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseInputEditor.EndInit">
            <summary>
            Finishes the editor initialization process.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseInputEditor.OnValueChanging(Telerik.WinControls.UI.ValueChangingEventArgs)">
            <summary>
            Fires the <see cref="E:Telerik.WinControls.UI.BaseInputEditor.ValueChanging"/> event.
            </summary>
            <param name="e">A <see cref="T:Telerik.WinControls.UI.ValueChangingEventArgs"/> that contains the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseInputEditor.OnValueChanged">
            <summary>
            Fires the <see cref="E:Telerik.WinControls.UI.BaseInputEditor.ValueChanged"/> event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseInputEditor.OnValidating(System.ComponentModel.CancelEventArgs)">
            <summary>
            Fires the <see cref="E:Telerik.WinControls.UI.BaseInputEditor.Validating"/> event.
            </summary>
            <param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseInputEditor.OnValidated">
            <summary>
            Fires the <see cref="E:Telerik.WinControls.UI.BaseInputEditor.Validated"/> event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseInputEditor.OnValidationError(Telerik.WinControls.UI.ValidationErrorEventArgs)">
            <summary>
            Fires the <see cref="E:Telerik.WinControls.UI.BaseInputEditor.ValidationError"/> event.
            </summary>
            <param name="args"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseInputEditor.CreateEditorElement">
            <summary>
            Creates a new editor element. 
            </summary>
            <returns>a <see cref="T:Telerik.WinControls.RadElement"/> if successfull</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseInputEditor.IsActive">
            <summary>
            Gets a value indicating whether this is the active editor in grid.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseInputEditor.IsInitalizing">
            <summary>
            Gets a value indicating whether the editor is initializing.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseInputEditor.IsInBeginEditMode">
            <summary>
            Gets a value indicating whether the editor is in BeginMode mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseInputEditor.OwnerElement">
            <summary>
            Gets the element that owns this editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseInputEditor.RightToLeft">
            <summary>
            Gets a value indicating whether the editor is in RightToLeft mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseInputEditor.DataType">
            <summary>
            Gets the type of the editor value
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseInputEditor.Value">
            <summary>
            Gets or sets the editor value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseInputEditor.IsModified">
            <summary>
            Gets a value indicating whether the editor value is modified.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseInputEditor.EditorElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.RadElement"/> associated with this editor.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.BaseInputEditor.ValueChanging">
            <summary>
            Fires when changing the value of the editor.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.BaseInputEditor.ValueChanged">
            <summary>
            Fires when the editor value has been changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.BaseInputEditor.Validating">
            <summary>
            Fires when the editor is validating.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.BaseInputEditor.Validated">
            <summary>
            Fires when the editor has finished validating.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.BaseInputEditor.ValidationError">
            <summary>
            Fires when a validation error is occured.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseDateTimeEditor.#ctor">
            <summary>
            Initializes a new instance of the RadDateTimeEditor class.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseDateTimeEditor.NullValue">
            <summary>
            The DateTime value assigned to the date picker when the Value is null
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseDateTimeEditor.MinValue">
            <summary>
            Gets or sets the minimum date and time that can be selected in the editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseDateTimeEditor.MaxValue">
            <summary>
            Gets or sets the maximum date and time that can be selected in the editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseDateTimeEditor.CustomFormat">
            <summary>
            Gets or sets the custom date/time format string.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BaseDateTimeEditorElement">
            <summary>
            Represents a date time editor element used in RadDateTimeEditor
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadDateTimePickerElement">
            <summary>
            Represents the RadDateTimePickerElement class
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadDateTimePickerElement.IsDropDownShownProperty">
            <summary>
            Represents the IsDropDownShown dependancy property
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerElement.#ctor">
            <summary>
            Represents RadDateTimePickerElement's constructor
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerElement.#ctor(Telerik.WinControls.UI.RadDateTimePickerBehaviorDirector)">
            <summary>
            Represents RadDateTimePickerElement's constructor
            </summary>
            <param name="behaviorDirector"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerElement.CreateDefaultBehavior">
            <summary>
            Creates a new instance of <see cref="T:Telerik.WinControls.UI.RadDateTimePickerBehaviorDirector"/>
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadDateTimePickerElement.MaxDateTime">
            <summary>
            Gets the maximum date value allowed for the DateTimePicker control.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadDateTimePickerElement.MinDateTime">
            <summary>
            Gets the minimum date value allowed for the DateTimePicker control.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerElement.ToString">
            <summary>
            Gets the date as a string
            </summary>
            <returns>string value</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerElement.ResetValue">
            <summary>
            Resets the current value
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerElement.GetCurrentBehavior">
            <summary>
            Gets the current behavior of the control. By default it is showing a calendar in the drop down
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerElement.SetToNullValue">
            <summary>
            Sets the current value to behave as a null value
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerElement.OnFormatChanged(System.EventArgs)">
            <summary>
            Raises the FormatChanged event
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerElement.OnValueChanging(Telerik.WinControls.UI.ValueChangingEventArgs)">
            <summary>
            Raises the ValueChanged event
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerElement.OnValueChanged(System.EventArgs)">
            <summary>
            Raises the ValueChanged event
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerElement.OnNullableValueChanged(System.EventArgs)">
            <summary>
            Raises the NullableValueChanged event
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerElement.OnNotifyPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
            <summary>
            Raises the PropertyChanged event
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerElement.SetBehavior(Telerik.WinControls.UI.RadDateTimePickerBehaviorDirector)">
            <summary>
            Sets the behavior of the date picker
            </summary>
            <param name="childrenDirector"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerElement.ToogleDropDownState">
            <summary>
            Closes the popup if it is open, or shows the popup if it is closed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.TextBoxElement">
            <summary>
            Gets an instance of RadTextBoxElement
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.ReadOnly">
            <summary>Gets or sets a value indicating whether RadDateTimePicker is read-only.
            </summary>
            <returns>true if the RadDateTimePicker is read-only; otherwise, false. The default is
            false.</returns>
            <filterpriority>1</filterpriority>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.ShowUpDown">
            <summary>
            Indicates whether a spin box rather than a drop down calendar is displayed for editing the control's value
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.Culture">
            <summary>
            	<para>Gets or sets the <strong>CultureInfo</strong> supported by this <strong>RadCalendar</strong> object.</para>
            	<para>Describes the names of the culture, the writing system, and
                the calendar used, as well as access to culture-specific objects that provide
                methods for common operations, such as formatting dates and sorting strings.</para>
            </summary>
            <remarks>
            	<para>The culture names follow the RFC 1766 standard in the format
                "&lt;languagecode2&gt;-&lt;country/regioncode2&gt;", where &lt;languagecode2&gt; is
                a lowercase two-letter code derived from ISO 639-1 and &lt;country/regioncode2&gt;
                is an uppercase two-letter code derived from ISO 3166. For example, U.S. English is
                "en-US". In cases where a two-letter language code is not available, the
                three-letter code derived from ISO 639-2 is used; for example, the three-letter
                code "div" is used for cultures that use the Dhivehi language. Some culture names
                have suffixes that specify the script; for example, "-Cyrl" specifies the Cyrillic
                script, "-Latn" specifies the Latin script.</para>
            	<para>The following predefined <b>CultureInfo</b> names and identifiers are
                accepted and used by this class and other classes in the System.Globalization
                namespace.</para>
            	<table cellspacing="0">
            		<tbody>
            			<tr valign="top">
            				<th width="32%">Culture Name</th>
            				<th width="34%">Culture Identifier</th>
            				<th width="34%">Language-Country/Region</th>
            			</tr>
            			<tr valign="top">
            				<td width="32%">"" (empty string)</td>
            				<td width="34%">0x007F</td>
            				<td width="34%">invariant culture</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">af</td>
            				<td width="34%">0x0036</td>
            				<td width="34%">Afrikaans</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">af-ZA</td>
            				<td width="34%">0x0436</td>
            				<td width="34%">Afrikaans - South Africa</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sq</td>
            				<td width="34%">0x001C</td>
            				<td width="34%">Albanian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sq-AL</td>
            				<td width="34%">0x041C</td>
            				<td width="34%">Albanian - Albania</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar</td>
            				<td width="34%">0x0001</td>
            				<td width="34%">Arabic</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-DZ</td>
            				<td width="34%">0x1401</td>
            				<td width="34%">Arabic - Algeria</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-BH</td>
            				<td width="34%">0x3C01</td>
            				<td width="34%">Arabic - Bahrain</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-EG</td>
            				<td width="34%">0x0C01</td>
            				<td width="34%">Arabic - Egypt</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-IQ</td>
            				<td width="34%">0x0801</td>
            				<td width="34%">Arabic - Iraq</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-JO</td>
            				<td width="34%">0x2C01</td>
            				<td width="34%">Arabic - Jordan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-KW</td>
            				<td width="34%">0x3401</td>
            				<td width="34%">Arabic - Kuwait</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-LB</td>
            				<td width="34%">0x3001</td>
            				<td width="34%">Arabic - Lebanon</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-LY</td>
            				<td width="34%">0x1001</td>
            				<td width="34%">Arabic - Libya</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-MA</td>
            				<td width="34%">0x1801</td>
            				<td width="34%">Arabic - Morocco</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-OM</td>
            				<td width="34%">0x2001</td>
            				<td width="34%">Arabic - Oman</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-QA</td>
            				<td width="34%">0x4001</td>
            				<td width="34%">Arabic - Qatar</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-SA</td>
            				<td width="34%">0x0401</td>
            				<td width="34%">Arabic - Saudi Arabia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-SY</td>
            				<td width="34%">0x2801</td>
            				<td width="34%">Arabic - Syria</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-TN</td>
            				<td width="34%">0x1C01</td>
            				<td width="34%">Arabic - Tunisia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-AE</td>
            				<td width="34%">0x3801</td>
            				<td width="34%">Arabic - United Arab Emirates</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-YE</td>
            				<td width="34%">0x2401</td>
            				<td width="34%">Arabic - Yemen</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">hy</td>
            				<td width="34%">0x002B</td>
            				<td width="34%">Armenian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">hy-AM</td>
            				<td width="34%">0x042B</td>
            				<td width="34%">Armenian - Armenia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">az</td>
            				<td width="34%">0x002C</td>
            				<td width="34%">Azeri</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">az-AZ-Cyrl</td>
            				<td width="34%">0x082C</td>
            				<td width="34%">Azeri (Cyrillic) - Azerbaijan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">az-AZ-Latn</td>
            				<td width="34%">0x042C</td>
            				<td width="34%">Azeri (Latin) - Azerbaijan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">eu</td>
            				<td width="34%">0x002D</td>
            				<td width="34%">Basque</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">eu-ES</td>
            				<td width="34%">0x042D</td>
            				<td width="34%">Basque - Basque</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">be</td>
            				<td width="34%">0x0023</td>
            				<td width="34%">Belarusian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">be-BY</td>
            				<td width="34%">0x0423</td>
            				<td width="34%">Belarusian - Belarus</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">bg</td>
            				<td width="34%">0x0002</td>
            				<td width="34%">Bulgarian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">bg-BG</td>
            				<td width="34%">0x0402</td>
            				<td width="34%">Bulgarian - Bulgaria</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ca</td>
            				<td width="34%">0x0003</td>
            				<td width="34%">Catalan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ca-ES</td>
            				<td width="34%">0x0403</td>
            				<td width="34%">Catalan - Catalan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">zh-HK</td>
            				<td width="34%">0x0C04</td>
            				<td width="34%">Chinese - Hong Kong SAR</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">zh-MO</td>
            				<td width="34%">0x1404</td>
            				<td width="34%">Chinese - Macau SAR</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">zh-CN</td>
            				<td width="34%">0x0804</td>
            				<td width="34%">Chinese - China</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">zh-CHS</td>
            				<td width="34%">0x0004</td>
            				<td width="34%">Chinese (Simplified)</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">zh-SG</td>
            				<td width="34%">0x1004</td>
            				<td width="34%">Chinese - Singapore</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">zh-TW</td>
            				<td width="34%">0x0404</td>
            				<td width="34%">Chinese - Taiwan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">zh-CHT</td>
            				<td width="34%">0x7C04</td>
            				<td width="34%">Chinese (Traditional)</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">hr</td>
            				<td width="34%">0x001A</td>
            				<td width="34%">Croatian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">hr-HR</td>
            				<td width="34%">0x041A</td>
            				<td width="34%">Croatian - Croatia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">cs</td>
            				<td width="34%">0x0005</td>
            				<td width="34%">Czech</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">cs-CZ</td>
            				<td width="34%">0x0405</td>
            				<td width="34%">Czech - Czech Republic</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">da</td>
            				<td width="34%">0x0006</td>
            				<td width="34%">Danish</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">da-DK</td>
            				<td width="34%">0x0406</td>
            				<td width="34%">Danish - Denmark</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">div</td>
            				<td width="34%">0x0065</td>
            				<td width="34%">Dhivehi</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">div-MV</td>
            				<td width="34%">0x0465</td>
            				<td width="34%">Dhivehi - Maldives</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">nl</td>
            				<td width="34%">0x0013</td>
            				<td width="34%">Dutch</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">nl-BE</td>
            				<td width="34%">0x0813</td>
            				<td width="34%">Dutch - Belgium</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">nl-NL</td>
            				<td width="34%">0x0413</td>
            				<td width="34%">Dutch - The Netherlands</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en</td>
            				<td width="34%">0x0009</td>
            				<td width="34%">English</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-AU</td>
            				<td width="34%">0x0C09</td>
            				<td width="34%">English - Australia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-BZ</td>
            				<td width="34%">0x2809</td>
            				<td width="34%">English - Belize</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-CA</td>
            				<td width="34%">0x1009</td>
            				<td width="34%">English - Canada</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-CB</td>
            				<td width="34%">0x2409</td>
            				<td width="34%">English - Caribbean</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-IE</td>
            				<td width="34%">0x1809</td>
            				<td width="34%">English - Ireland</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-JM</td>
            				<td width="34%">0x2009</td>
            				<td width="34%">English - Jamaica</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-NZ</td>
            				<td width="34%">0x1409</td>
            				<td width="34%">English - New Zealand</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-PH</td>
            				<td width="34%">0x3409</td>
            				<td width="34%">English - Philippines</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-ZA</td>
            				<td width="34%">0x1C09</td>
            				<td width="34%">English - South Africa</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-TT</td>
            				<td width="34%">0x2C09</td>
            				<td width="34%">English - Trinidad and Tobago</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-GB</td>
            				<td width="34%">0x0809</td>
            				<td width="34%">English - United Kingdom</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-US</td>
            				<td width="34%">0x0409</td>
            				<td width="34%">English - United States</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-ZW</td>
            				<td width="34%">0x3009</td>
            				<td width="34%">English - Zimbabwe</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">et</td>
            				<td width="34%">0x0025</td>
            				<td width="34%">Estonian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">et-EE</td>
            				<td width="34%">0x0425</td>
            				<td width="34%">Estonian - Estonia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fo</td>
            				<td width="34%">0x0038</td>
            				<td width="34%">Faroese</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fo-FO</td>
            				<td width="34%">0x0438</td>
            				<td width="34%">Faroese - Faroe Islands</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fa</td>
            				<td width="34%">0x0029</td>
            				<td width="34%">Farsi</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fa-IR</td>
            				<td width="34%">0x0429</td>
            				<td width="34%">Farsi - Iran</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fi</td>
            				<td width="34%">0x000B</td>
            				<td width="34%">Finnish</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fi-FI</td>
            				<td width="34%">0x040B</td>
            				<td width="34%">Finnish - Finland</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fr</td>
            				<td width="34%">0x000C</td>
            				<td width="34%">French</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fr-BE</td>
            				<td width="34%">0x080C</td>
            				<td width="34%">French - Belgium</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fr-CA</td>
            				<td width="34%">0x0C0C</td>
            				<td width="34%">French - Canada</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fr-FR</td>
            				<td width="34%">0x040C</td>
            				<td width="34%">French - France</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fr-LU</td>
            				<td width="34%">0x140C</td>
            				<td width="34%">French - Luxembourg</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fr-MC</td>
            				<td width="34%">0x180C</td>
            				<td width="34%">French - Monaco</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fr-CH</td>
            				<td width="34%">0x100C</td>
            				<td width="34%">French - Switzerland</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">gl</td>
            				<td width="34%">0x0056</td>
            				<td width="34%">Galician</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">gl-ES</td>
            				<td width="34%">0x0456</td>
            				<td width="34%">Galician - Galician</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ka</td>
            				<td width="34%">0x0037</td>
            				<td width="34%">Georgian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ka-GE</td>
            				<td width="34%">0x0437</td>
            				<td width="34%">Georgian - Georgia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">de</td>
            				<td width="34%">0x0007</td>
            				<td width="34%">German</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">de-AT</td>
            				<td width="34%">0x0C07</td>
            				<td width="34%">German - Austria</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">de-DE</td>
            				<td width="34%">0x0407</td>
            				<td width="34%">German - Germany</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">de-LI</td>
            				<td width="34%">0x1407</td>
            				<td width="34%">German - Liechtenstein</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">de-LU</td>
            				<td width="34%">0x1007</td>
            				<td width="34%">German - Luxembourg</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">de-CH</td>
            				<td width="34%">0x0807</td>
            				<td width="34%">German - Switzerland</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">el</td>
            				<td width="34%">0x0008</td>
            				<td width="34%">Greek</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">el-GR</td>
            				<td width="34%">0x0408</td>
            				<td width="34%">Greek - Greece</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">gu</td>
            				<td width="34%">0x0047</td>
            				<td width="34%">Gujarati</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">gu-IN</td>
            				<td width="34%">0x0447</td>
            				<td width="34%">Gujarati - India</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">he</td>
            				<td width="34%">0x000D</td>
            				<td width="34%">Hebrew</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">he-IL</td>
            				<td width="34%">0x040D</td>
            				<td width="34%">Hebrew - Israel</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">hi</td>
            				<td width="34%">0x0039</td>
            				<td width="34%">Hindi</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">hi-IN</td>
            				<td width="34%">0x0439</td>
            				<td width="34%">Hindi - India</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">hu</td>
            				<td width="34%">0x000E</td>
            				<td width="34%">Hungarian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">hu-HU</td>
            				<td width="34%">0x040E</td>
            				<td width="34%">Hungarian - Hungary</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">is</td>
            				<td width="34%">0x000F</td>
            				<td width="34%">Icelandic</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">is-IS</td>
            				<td width="34%">0x040F</td>
            				<td width="34%">Icelandic - Iceland</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">id</td>
            				<td width="34%">0x0021</td>
            				<td width="34%">Indonesian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">id-ID</td>
            				<td width="34%">0x0421</td>
            				<td width="34%">Indonesian - Indonesia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">it</td>
            				<td width="34%">0x0010</td>
            				<td width="34%">Italian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">it-IT</td>
            				<td width="34%">0x0410</td>
            				<td width="34%">Italian - Italy</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">it-CH</td>
            				<td width="34%">0x0810</td>
            				<td width="34%">Italian - Switzerland</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ja</td>
            				<td width="34%">0x0011</td>
            				<td width="34%">Japanese</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ja-JP</td>
            				<td width="34%">0x0411</td>
            				<td width="34%">Japanese - Japan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">kn</td>
            				<td width="34%">0x004B</td>
            				<td width="34%">Kannada</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">kn-IN</td>
            				<td width="34%">0x044B</td>
            				<td width="34%">Kannada - India</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">kk</td>
            				<td width="34%">0x003F</td>
            				<td width="34%">Kazakh</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">kk-KZ</td>
            				<td width="34%">0x043F</td>
            				<td width="34%">Kazakh - Kazakhstan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">kok</td>
            				<td width="34%">0x0057</td>
            				<td width="34%">Konkani</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">kok-IN</td>
            				<td width="34%">0x0457</td>
            				<td width="34%">Konkani - India</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ko</td>
            				<td width="34%">0x0012</td>
            				<td width="34%">Korean</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ko-KR</td>
            				<td width="34%">0x0412</td>
            				<td width="34%">Korean - Korea</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ky</td>
            				<td width="34%">0x0040</td>
            				<td width="34%">Kyrgyz</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ky-KZ</td>
            				<td width="34%">0x0440</td>
            				<td width="34%">Kyrgyz - Kazakhstan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">lv</td>
            				<td width="34%">0x0026</td>
            				<td width="34%">Latvian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">lv-LV</td>
            				<td width="34%">0x0426</td>
            				<td width="34%">Latvian - Latvia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">lt</td>
            				<td width="34%">0x0027</td>
            				<td width="34%">Lithuanian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">lt-LT</td>
            				<td width="34%">0x0427</td>
            				<td width="34%">Lithuanian - Lithuania</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">mk</td>
            				<td width="34%">0x002F</td>
            				<td width="34%">Macedonian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">mk-MK</td>
            				<td width="34%">0x042F</td>
            				<td width="34%">Macedonian - FYROM</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ms</td>
            				<td width="34%">0x003E</td>
            				<td width="34%">Malay</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ms-BN</td>
            				<td width="34%">0x083E</td>
            				<td width="34%">Malay - Brunei</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ms-MY</td>
            				<td width="34%">0x043E</td>
            				<td width="34%">Malay - Malaysia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">mr</td>
            				<td width="34%">0x004E</td>
            				<td width="34%">Marathi</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">mr-IN</td>
            				<td width="34%">0x044E</td>
            				<td width="34%">Marathi - India</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">mn</td>
            				<td width="34%">0x0050</td>
            				<td width="34%">Mongolian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">mn-MN</td>
            				<td width="34%">0x0450</td>
            				<td width="34%">Mongolian - Mongolia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">no</td>
            				<td width="34%">0x0014</td>
            				<td width="34%">Norwegian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">nb-NO</td>
            				<td width="34%">0x0414</td>
            				<td width="34%">Norwegian (Bokmål) - Norway</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">nn-NO</td>
            				<td width="34%">0x0814</td>
            				<td width="34%">Norwegian (Nynorsk) - Norway</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">pl</td>
            				<td width="34%">0x0015</td>
            				<td width="34%">Polish</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">pl-PL</td>
            				<td width="34%">0x0415</td>
            				<td width="34%">Polish - Poland</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">pt</td>
            				<td width="34%">0x0016</td>
            				<td width="34%">Portuguese</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">pt-BR</td>
            				<td width="34%">0x0416</td>
            				<td width="34%">Portuguese - Brazil</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">pt-PT</td>
            				<td width="34%">0x0816</td>
            				<td width="34%">Portuguese - Portugal</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">pa</td>
            				<td width="34%">0x0046</td>
            				<td width="34%">Punjabi</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">pa-IN</td>
            				<td width="34%">0x0446</td>
            				<td width="34%">Punjabi - India</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ro</td>
            				<td width="34%">0x0018</td>
            				<td width="34%">Romanian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ro-RO</td>
            				<td width="34%">0x0418</td>
            				<td width="34%">Romanian - Romania</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ru</td>
            				<td width="34%">0x0019</td>
            				<td width="34%">Russian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ru-RU</td>
            				<td width="34%">0x0419</td>
            				<td width="34%">Russian - Russia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sa</td>
            				<td width="34%">0x004F</td>
            				<td width="34%">Sanskrit</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sa-IN</td>
            				<td width="34%">0x044F</td>
            				<td width="34%">Sanskrit - India</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sr-SP-Cyrl</td>
            				<td width="34%">0x0C1A</td>
            				<td width="34%">Serbian (Cyrillic) - Serbia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sr-SP-Latn</td>
            				<td width="34%">0x081A</td>
            				<td width="34%">Serbian (Latin) - Serbia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sk</td>
            				<td width="34%">0x001B</td>
            				<td width="34%">Slovak</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sk-SK</td>
            				<td width="34%">0x041B</td>
            				<td width="34%">Slovak - Slovakia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sl</td>
            				<td width="34%">0x0024</td>
            				<td width="34%">Slovenian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sl-SI</td>
            				<td width="34%">0x0424</td>
            				<td width="34%">Slovenian - Slovenia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es</td>
            				<td width="34%">0x000A</td>
            				<td width="34%">Spanish</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-AR</td>
            				<td width="34%">0x2C0A</td>
            				<td width="34%">Spanish - Argentina</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-BO</td>
            				<td width="34%">0x400A</td>
            				<td width="34%">Spanish - Bolivia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-CL</td>
            				<td width="34%">0x340A</td>
            				<td width="34%">Spanish - Chile</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-CO</td>
            				<td width="34%">0x240A</td>
            				<td width="34%">Spanish - Colombia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-CR</td>
            				<td width="34%">0x140A</td>
            				<td width="34%">Spanish - Costa Rica</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-DO</td>
            				<td width="34%">0x1C0A</td>
            				<td width="34%">Spanish - Dominican Republic</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-EC</td>
            				<td width="34%">0x300A</td>
            				<td width="34%">Spanish - Ecuador</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-SV</td>
            				<td width="34%">0x440A</td>
            				<td width="34%">Spanish - El Salvador</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-GT</td>
            				<td width="34%">0x100A</td>
            				<td width="34%">Spanish - Guatemala</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-HN</td>
            				<td width="34%">0x480A</td>
            				<td width="34%">Spanish - Honduras</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-MX</td>
            				<td width="34%">0x080A</td>
            				<td width="34%">Spanish - Mexico</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-NI</td>
            				<td width="34%">0x4C0A</td>
            				<td width="34%">Spanish - Nicaragua</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-PA</td>
            				<td width="34%">0x180A</td>
            				<td width="34%">Spanish - Panama</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-PY</td>
            				<td width="34%">0x3C0A</td>
            				<td width="34%">Spanish - Paraguay</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-PE</td>
            				<td width="34%">0x280A</td>
            				<td width="34%">Spanish - Peru</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-PR</td>
            				<td width="34%">0x500A</td>
            				<td width="34%">Spanish - Puerto Rico</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-ES</td>
            				<td width="34%">0x0C0A</td>
            				<td width="34%">Spanish - Spain</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-UY</td>
            				<td width="34%">0x380A</td>
            				<td width="34%">Spanish - Uruguay</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-VE</td>
            				<td width="34%">0x200A</td>
            				<td width="34%">Spanish - Venezuela</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sw</td>
            				<td width="34%">0x0041</td>
            				<td width="34%">Swahili</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sw-KE</td>
            				<td width="34%">0x0441</td>
            				<td width="34%">Swahili - Kenya</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sv</td>
            				<td width="34%">0x001D</td>
            				<td width="34%">Swedish</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sv-FI</td>
            				<td width="34%">0x081D</td>
            				<td width="34%">Swedish - Finland</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sv-SE</td>
            				<td width="34%">0x041D</td>
            				<td width="34%">Swedish - Sweden</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">syr</td>
            				<td width="34%">0x005A</td>
            				<td width="34%">Syriac</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">syr-SY</td>
            				<td width="34%">0x045A</td>
            				<td width="34%">Syriac - Syria</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ta</td>
            				<td width="34%">0x0049</td>
            				<td width="34%">Tamil</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ta-IN</td>
            				<td width="34%">0x0449</td>
            				<td width="34%">Tamil - India</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">tt</td>
            				<td width="34%">0x0044</td>
            				<td width="34%">Tatar</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">tt-RU</td>
            				<td width="34%">0x0444</td>
            				<td width="34%">Tatar - Russia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">te</td>
            				<td width="34%">0x004A</td>
            				<td width="34%">Telugu</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">te-IN</td>
            				<td width="34%">0x044A</td>
            				<td width="34%">Telugu - India</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">th</td>
            				<td width="34%">0x001E</td>
            				<td width="34%">Thai</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">th-TH</td>
            				<td width="34%">0x041E</td>
            				<td width="34%">Thai - Thailand</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">tr</td>
            				<td width="34%">0x001F</td>
            				<td width="34%">Turkish</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">tr-TR</td>
            				<td width="34%">0x041F</td>
            				<td width="34%">Turkish - Turkey</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">uk</td>
            				<td width="34%">0x0022</td>
            				<td width="34%">Ukrainian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">uk-UA</td>
            				<td width="34%">0x0422</td>
            				<td width="34%">Ukrainian - Ukraine</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ur</td>
            				<td width="34%">0x0020</td>
            				<td width="34%">Urdu</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ur-PK</td>
            				<td width="34%">0x0420</td>
            				<td width="34%">Urdu - Pakistan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">uz</td>
            				<td width="34%">0x0043</td>
            				<td width="34%">Uzbek</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">uz-UZ-Cyrl</td>
            				<td width="34%">0x0843</td>
            				<td width="34%">Uzbek (Cyrillic) - Uzbekistan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">uz-UZ-Latn</td>
            				<td width="34%">0x0443</td>
            				<td width="34%">Uzbek (Latin) - Uzbekistan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">vi</td>
            				<td width="34%">0x002A</td>
            				<td width="34%">Vietnamese</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">vi-VN</td>
            				<td width="34%">0x042A</td>
            				<td width="34%">Vietnamese - Vietnam</td>
            			</tr>
            		</tbody>
            	</table>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.DefaultNullDate">
            <summary>
            Gets the default null date
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.NullDate">
            <summary>
            The DateTime value assigned to the date picker when the Value is null
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.Checked">
            <summary>
            When ShowCheckBox is true, determines that the user has selected a value
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.CustomFormat">
            <summary>
            Gets or sets the custom date/time format string.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.Format">
            <summary>
            Gets or sets the format of the date and time displayed in the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.CalendarLocation">
            <summary>
            Gets or sets the location of the drop down showing the calendar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.CalendarSize">
            <summary>
            Gets or sets the size of the calendar in the drop down
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.ShowCheckBox">
            <summary>
            Indicates whether a check box is displayed in the control. When the check box is unchecked no value is selected
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.ShowCurrentTime">
             <summary>
            Gets or sets whether the current time is shown.
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.NullValueCheckMode">
            <summary>
            Set ot get which part of the datetime structure will be included when checking for NullValue.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.Value">
            <summary>
            Gets or sets the date/time value assigned to the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.NullText">
            <summary>
            Gets or sets the text that is displayed when the DateTimePicker contains a null 
            reference.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.MaximumDateTime">
            <summary>
            Gets the maximum date value allowed for the DateTimePicker control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.MinimumDateTime">
            <summary>
            Gets the minimum date value allowed for the DateTimePicker control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.MinDate">
            <summary>
            Gets or sets the minimum date and time that can be selected in the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.MaxDate">
            <summary>
            Gets or sets the maximum date and time that can be selected in the control.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePickerElement.ValueChanged">
            <summary>
            Occurs when the value of the control has changed
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePickerElement.NullableValueChanged">
            <summary>
            Occurs when the value of the control has changed
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePickerElement.FormatChanged">
            <summary>
            Occurs when the format of the control has changed
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePickerElement.ValueChanging">
            <summary>
            Occurs when the value of the control is changing
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePickerElement.Opened">
            <summary>
            Occurs when the drop down is opened
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePickerElement.Opening">
            <summary>
            Occurs when the drop down is opening
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePickerElement.Closing">
            <summary>
            Occurs when the drop down is closing
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePickerElement.Closed">
            <summary>
            Occurs when the drop down is closed
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePickerElement.ToggleStateChanging">
            <summary>
            Occurs before the CheckBox's state changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePickerElement.ToggleStateChanged">
            <summary>
            Occurs when the CheckBox's state changes.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.Calendar">
            <summary>
            Get nested RadCalendar in the popup part of the RadDateTimePicker
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerElement.ShowTimePicker">
            <summary>
            Show or Hide the nested TimePicker element in the popup part of the RadDateTimePicker
            </summary>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.BaseDropDownListEditor">
            <summary>
            Represents a DropDownList editor.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseDropDownListEditor.#ctor">
            <summary>
            Initializes a new instance of the RadDropDownListEditor class.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseDropDownListEditor.DropDownStyle">
            <summary>
            Gets or sets a value specifying the style of the DropDownList.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseDropDownListEditor.DropDownSizingMode">
            <summary>
            Gets or sets the drop down sizing mode. The mode can be: horizontal, veritcal or a combination of them.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BaseDropDownListEditorElement">
            <summary>
            Represents a DropDownList editor element.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BaseSpinEditor">
            <summary>
            Represents a numeric up/down editor.
            </summary> 
        </member>
        <member name="P:Telerik.WinControls.UI.BaseSpinEditor.MinValue">
            <summary>
            Gets or sets the minimum value that could be set in the editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseSpinEditor.MaxValue">
            <summary>
            Gets or sets the maximum value that could be set in the editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseSpinEditor.Step">
            <summary>
            Gets or sets the value which is added to/subtracted from the current value of the editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseSpinEditor.DecimalPlaces">
            <summary>
            Gets or sets the number of decimal places to display in the editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseSpinEditor.ThousandsSeparator">
            <summary>
            Gets or sets a value indicating whether a thousands separator is displayed in the editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseSpinEditor.ValueType">
            <summary>
            Gets or sets the type of the value to use in the editor.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BaseSpinEditorElement">
            <summary>
            Represents a numeric up/down editor element.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadSpinElement">
            <summary>
                Represents a numeric up/dowm element. The <see cref="T:Telerik.WinControls.UI.RadCheckBox">RadSpinEditor</see>
                class is a simple wrapper for the numeric up/dowm element class. The
                <see cref="T:Telerik.WinControls.UI.RadCheckBox">RadSpinEdit</see> acts to transfer events to and from its
                correspondingnumeric up/dowm element instance. The numeric up/dowm element which is
                essentially the <see cref="T:Telerik.WinControls.UI.RadCheckBox">numeric up/dowm element</see> control may be nested in
                other telerik controls.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSpinElement.CreateChildElements">
            <summary>
            create child elements
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSpinElement.CreateUpButton">
            <summary>
            Creates the button element for the increment button.
            </summary>
            <returns>A <see cref="T:Telerik.WinControls.UI.RadRepeatArrowElement"/> to be placed in the <see cref="T:Telerik.WinControls.UI.RadSpinElement"/>.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSpinElement.CreateDownButton">
            <summary>
            Creates the button element for the decrement button.
            </summary>
            <returns>A <see cref="T:Telerik.WinControls.UI.RadRepeatArrowElement"/> to be placed in the <see cref="T:Telerik.WinControls.UI.RadSpinElement"/>.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSpinElement.PerformStep(System.Decimal)">
            <summary>
            increase or decrease value in the numeric up/dowm with step value
            </summary>
            <param name="step"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSpinElement.SetTextValueChanged(System.Boolean)">
            <summary>
            This method is used internally!
            </summary>
            <param name="newState">the new flag state.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSpinElement.SetSuppresEditorState(System.Boolean)">
            <summary>
            This method is used internally!
            </summary>
            <param name="newState">the new flag state.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.ButtonDown">
            <summary>
            Gets reference to the SpinControl's Down Button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.ButtonUp">
            <summary>
            Gets reference to the  SpinControl's Up Button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.DecimalPlaces">
            <summary>
            Gets or sets the number of decimal places to display in the RadSpinEdit
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.DefaultValue">
            <summary>
            represent the default value in the numeric up/down
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.Hexadecimal">
            <summary>
            Gets or sets a value indicating whether the RadSpinEdit should display the value it contains in hexadecimal format.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.InterceptArrowKeys">
            <summary>
            Gets or sets a value indicating whether the user can use the UP ARROW and DOWN ARROW keys to select values.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the text can be changed by the use of the up or down buttons only. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.ThousandsSeparator">
            <summary>
            Gets or sets a value indicating whether a thousands separator is displayed in the RadSpinEdit
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.TextBoxItem">
            <summary>
            Gets <see cref="T:Telerik.WinControls.UI.RadTextBoxItem"/> contained in the spin editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.TextAlignment">
            <summary>
            Gets or sets the minimum value that could be set in the spin editor
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.StretchVertically">
            <summary>
            allow element to be stretched bertically
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.Value">
            <summary>
            represent the decimal in the numeric up/down
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.Step">
            <summary>
            Gets or sets the value which is added to/subtracted from the current value of the spin editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.MinValue">
            <summary>
            Gets or sets the minimum value that could be set in the spin editor
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.ShowUpDownButtons">
            <summary>
            Gets or sets whether RadSpinEditor will be used as a numeric textbox.
            </summary>     
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.RightMouseButtonReset">
            <summary>
            Gets or sets whether by right-mouse clicking the up/down button you set the max/min value respectively.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.MaxValue">
            <summary>
            set or get the Max numeric value in the numeric up/dowm 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.ShowBorder">
            <summary>
            Gets or sets a value indicating whether the border is shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.Wrap">
            <summary>
            Gets or sets a value indicating that value will revert to minimum value after reaching maximum and to maximum after reaching minimum.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinElement.EnableMouseWheel">
            <summary>
            Gets or sets a value indicating whether the user can change the value with mouse wheel.
            </summary>
            <value>
              <c>true</c> if [enable mouse wheel]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.RadSpinElement.ValueChanged">
            <summary>
            Occurs before the value of the SpinEdit is changed.        
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadSpinElement.ValueChanging">
            <summary>
            Occurs when the value is being changed. Cancelable event.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadSpinElement.KeyDown">
            <summary>
            Occurs when the user presses a key.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseSpinEditorElement.#ctor">
            <summary>
            Initializes a new instance of the GridSpinEditorElement class.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BaseTextBoxControlEditor">
            <summary>
            Represents a text editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseTextBoxControlEditor.NullText">
            <summary>
            Gets or sets the null text for the editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseTextBoxControlEditor.CharacterCasing">
            <summary>
            Indicates if all charactes should be left alone or converted
            to upper or lower case
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseTextBoxControlEditor.Multiline">
            <summary>
            The text could span more than a line when the value is true
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseTextBoxControlEditor.MaxLength">
            <summary>
            Specifies the maximum length of characters which could be entered
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseTextBoxControlEditor.AcceptsTab">
            <summary>
            Gets or sets wheather the editor accepts tha tab key in multiline mode
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseTextBoxControlEditor.AcceptsReturn">
            <summary>
            Gets or sets wheather the editor accepts tha tab key in multiline mode
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BaseTextBoxEditor">
            <summary>
            Represents a text editor.
            </summary> 
        </member>
        <member name="M:Telerik.WinControls.UI.BaseTextBoxEditor.#ctor">
            <summary>
            Initializes a new instance of the RadTextBoxEditor class.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseTextBoxEditor.NullValue">
            <summary>
            Gets or sets the null value for the editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseTextBoxEditor.CharacterCasing">
            <summary>
            Indicates if all charactes should be left alone or converted
            to upper or lower case
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseTextBoxEditor.Multiline">
            <summary>
            The text could span more than a line when the value is true
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseTextBoxEditor.MaxLength">
            <summary>
            Specifies the maximum length of characters which could be entered
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseTextBoxEditor.AcceptsTab">
            <summary>
            Gets or sets wheather the editor accepts tha tab key in multiline mode
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseTextBoxEditor.AcceptsReturn">
            <summary>
            Gets or sets wheather the editor accepts tha tab key in multiline mode
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BaseTextBoxEditorElement">
            <summary>
            Represents a text box editor element.
            </summary>  
        </member>
        <member name="T:Telerik.WinControls.UI.RadTextBoxElement">
            <summary>
                Represents a text box element. The <see cref="T:Telerik.WinControls.UI.RadTextBox">RadTextBox</see>
                class is a simple wrapper for the RadTextBoxElement class. All UI and logic
                functionality is implemented in the RadTextBoxElement class.
                <see cref="T:Telerik.WinControls.UI.RadTextBox">RadTextBox</see> class acts to transfer events to and from
                its corresponding RadTextBoxElement instance. The RadTextBoxElement may be nested
                in other telerik controls.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxElement.#ctor">
            <summary>Initializes a new instance of the RadTextBoxElement class.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxElement.#ctor(Telerik.WinControls.UI.RadTextBoxItem)">
            <summary>
            Initializes a new instance of RadTextBoxElemenet
            </summary>
            <param name="textBoxItem"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxElement.OnMultilineChanged(System.EventArgs)">
            <summary>
            Raises the MultilineChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxElement.OnReadOnlyChanged(System.EventArgs)">
            <summary>
            Raises the ReadOnlyChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxElement.CallTextChanging(Telerik.WinControls.TextChangingEventArgs)">
            <summary>
            Raises the TextChanging event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxElement.CallTextChanged(System.EventArgs)">
            <summary>
            Raises the TextChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxElement.OnTextAlignChanged(System.EventArgs)">
            <summary>
            Raises the TextAlignChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxElement.OnModifiedChanged(System.EventArgs)">
            <summary>
            Raises the ModifiedChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxElement.OnHideSelectionChanged(System.EventArgs)">
            <summary>
            Raises the HideSelectionChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxElement.OnAcceptsTabChanged(System.EventArgs)">
            <summary>
            Raises the AcceptsTabChanged event.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxElement.TextBoxItem">
            <summary>
            Gets an instance of the corresponding RadTextBoxItem 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxElement.UseGenericBorderPaint">
            <summary>
            Gets or sets a value indicating whether to show the bottom part of characters, clipped 
            due to font name or size particularities
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxElement.ShowBorder">
            <summary>Gets or sets a value indicating whether the border is shown.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxElement.PasswordChar">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Gets or sets
            the character used to mask characters of a password in a single-line TextBox
            control.</span>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxElement.AcceptsTabChanged">
            <summary>
            Occurs when the value of the AcceptsTab property has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxElement.HideSelectionChanged">
            <summary>
            Occurs when the value of the HideSelection property changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxElement.ModifiedChanged">
            <summary>
            Occurs when the value of the Modified property has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxElement.MultilineChanged">
            <summary>
            Occurs when the value of the Multiline property has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxElement.ReadOnlyChanged">
            <summary>
            Occurs when the ReadOnly property changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxElement.TextAlignChanged">
            <summary>
            Occurs when the value of the TextAlign property has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxElement.TextChanging">
            <summary>
            	<para><span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl03_LabelAbstract">Occurs
                when text is being changed.</span></para>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxElement.TextChanged">
            <summary>
            	<para><span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl03_LabelAbstract">Occurs
                when text has changed.</span></para>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BaseTimePickerEditor">
            <summary>
            Represents a TimePicker editor.
            </summary> 
        </member>
        <member name="T:Telerik.WinControls.UI.PopupManager">
            <summary>
            This class manages all opened popups per UI thread.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupManager.AddPopup(Telerik.WinControls.UI.IPopupControl)">
            <summary>
            Adds a popup form to the popups of the PopupManager and 
            registers a message hook if the form provided is the first one.
            </summary>
            <param name="form">The popup to add.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupManager.RemovePopup(Telerik.WinControls.UI.IPopupControl)">
            <summary>
            Removes the provided popup from the popups of the PopupManager and unregisters the message hook
            if there are no more popups.
            </summary>
            <param name="form">The popup to remove.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupManager.ClosePopup(Telerik.WinControls.UI.IPopupControl)">
            <summary>
            Attempts to close an <see cref="T:Telerik.WinControls.UI.IPopupControl"/> implementation.
            </summary>
            <param name="popup">The popup to close.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupManager.CloseAll(Telerik.WinControls.UI.RadPopupCloseReason)">
            <summary>
            Closes all popups managed by the PopupManager.
            </summary>
            <param name="reason">Clarification why all popups need to be closed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupManager.CloseAllToRoot(Telerik.WinControls.UI.RadPopupCloseReason,Telerik.WinControls.UI.IPopupControl)">
            <summary>
            Closes all popups from a leaf to the root.
            </summary>
            <param name="reason">The reason why popups are closed.</param>
            <param name="leaf">The leaf popup from which to start closing the hierarchy.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupManager.ContainsPopup(Telerik.WinControls.UI.IPopupControl)">
            <summary>
            Checks if the PopupManager monitors the provided popup.
            </summary>
            <param name="form">The popup to check for.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupManager.OnMouseDown(System.Drawing.Point)">
            <summary>
            This method begins to close all IPopupControl instances
            starting from the end of the collection. If a IPopupControl
            cannot be closed, the iteration stops and all popups previously added
            to the collection will not be closed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PopupManager.PopupCount">
            <summary>
            Gets the count of the IPopupControl instances
            currently registered in the PopupManager.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PopupManager.LastActivatedPopup">
            <summary>
            The popup which was last activated.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PopupManager.Default">
            <summary>
            Gets the only instance of the PopupManager class. Other instances can not be created.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Gauges.LinearGaugeBar">
             <summary>
            Represent a continuous band in Linear Gauge 
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.GaugeVisualElement.Visibility">
            <summary>Gets or sets a value indicating element visibility.</summary>
            <remarks>
            Setting this property affects also the children of the element. Collapsed means the element and its children would not be painted and would not be 
            calculated in the layout.
            This property has no effect in design-time on <c ref="RadItem"/> objects.
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeBar.BindStartRange">
            <summary>
            Indicates whether the RangeStart property is bound to the gauge's Value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeBar.BindEndRange">
            <summary>
            Indicates whether the RangeEnd property is bound to the gauge's Value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeBar.BindStartRangeOffset">
            <summary>
            Specifies the start range offset of the arc according to the gauge's value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeBar.BindEndRangeOffset">
            <summary>
            Specifies the end range offset of the arc according to the gauge's value.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Gauges.RadBulletGraph">
            <summary>
            The RadLinearGauge control is designed to display a a single quantitative measure.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Gauges.RadLinearGauge">
            <summary>
            The RadLinearGauge control is designed to display a simple value within a definite range.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Gauges.RadLinearGauge.SaveLayout(System.Xml.XmlWriter)">
            <param name="xmlWriter">XmlWriter to use by the built-in serializer</param>
        </member>
        <member name="M:Telerik.WinControls.UI.Gauges.RadLinearGauge.SaveLayout(System.IO.Stream)">
            <summary>
            Stores to a stream RadRadialGauge properties, sub-objects and their properties in XML format, using the serialization information provided by the <see cref="P:Telerik.WinControls.UI.Gauges.RadLinearGauge.XmlSerializationInfo"/> property
            </summary>
            <Rmarks>
            Writes the Xml content in the stream and leaves the stream open.
            </Rmarks>
        </member>
        <member name="M:Telerik.WinControls.UI.Gauges.RadLinearGauge.SaveLayout(System.String)">
            <summary>
            Stores to a file RadRadialGauge properties, sub-objects and their properties in XML format, using the serialization information provided by the <see cref="P:Telerik.WinControls.UI.Gauges.RadLinearGauge.XmlSerializationInfo"/> property
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Gauges.RadLinearGauge.LoadLayout(System.Xml.XmlReader)">
            <summary>
            Loads RadRadialGauge properties, sub-objects and their properties from XML reader, using the serialization information provided by the <see cref="P:Telerik.WinControls.UI.Gauges.RadLinearGauge.XmlSerializationInfo"/> property
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Gauges.RadLinearGauge.LoadLayout(System.String)">
            <summary>
             Loads RadRadialGauge properties, sub-objects and their properties from XML file, using the serialization information provided by the <see cref="P:Telerik.WinControls.UI.Gauges.RadLinearGauge.XmlSerializationInfo"/> property
             </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Gauges.RadLinearGauge.LoadLayout(System.String,Telerik.WinControls.XmlSerialization.DesignTimeInstanceFactory)">
            <summary>
             Loads RadRadialGauge properties, sub-objects and their properties from XML file, using the serialization information provided by the <see cref="P:Telerik.WinControls.UI.Gauges.RadLinearGauge.XmlSerializationInfo"/> property
             </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.Gauges.RadLinearGauge.ValueChanged">
            <summary>
            The ValueChanged event fires when the value is modified. 
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.Gauges.RadLinearGauge.OrientationChanged">
            <summary>
              The OrientationChanged event fires when the orientation of the gauges is changed. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadLinearGauge.RangeEnd">
            <summary>
            Specifies the gauge's end.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadLinearGauge.RangeStart">
            <summary>
            Specifies the gauge's start.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadLinearGauge.Value">
            <summary>
            Specifies the gauge's value
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadLinearGauge.Vertical">
            <summary>
            Set or Get Gauge Orientation
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadLinearGauge.XmlSerializationInfo">
            <summary>
            Gets the serialization info for RadRadialGauge used by Save/Load loyout methods to persist grid settings to/from XML.
            By default, or when set to null the ComponentXmlSerializationInfo provided by GetDefaultXmlSerializationInfo() will be used.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadBulletGraph.FeaturedMeasure">
            <summary>
            This portion of the bullet graph displays the primary data.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadBulletGraph.ComparativeMeasure">
            <summary>
            Presents a value which should be less visually dominant than the featured measure, but easy to see in relation to the featured measure.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.Gauges.RadBulletGraph.FeaturedMeasureChanged">
            <summary>
            The OrientationChanged event fires when the orientation of the gauges is changed. 
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.Gauges.RadBulletGraph.ComparativeMeasureChanged">
            <summary>
            The OrientationChanged event fires when the orientation of the gauges is changed. 
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Gauges.LinearGaugeLabels">
            <summary>
            Represents the scale labels.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeLabels.LabelFontSize">
            <summary>
            Specifies the font size. Default value is 8.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeLabels.LabelStartVisibleRange">
            <summary>
            Specifies the start value from which the labels are displayed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeLabels.LabelEndVisibleRange">
            <summary>
            Specifies the end value to which the labels are displayed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeLabels.LabelLocationPercentage">
            <summary>
            Controls how far according to the gauge's arc the labels are rendered
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeLabels.LabelFormat">
            <summary>
            Specifies the format of the label's value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeLabels.LabelsCount">
            <summary>
            Controls how many labels will be displayed next ticks for the specified range.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Gauges.LinearGaugeLine">
             <summary>
            Represent a continuous band in Linear Gauge 
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeLine.BindStartRange">
            <summary>
            Indicates whether the RangeStart property is bound to the gauge's Value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeLine.BindEndRange">
            <summary>
            Indicates whether the RangeEnd property is bound to the gauge's Value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeLine.BindStartRangeOffset">
            <summary>
            Specifies the start range offset of the arc according to the gauge's value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeLine.BindEndRangeOffset">
            <summary>
            Specifies the end range offset of the arc according to the gauge's value.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Gauges.LinearGaugeNeedleIndicator">
            <summary>
            Present additional information for the RadLinearGauge.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeNeedleIndicator.LabelFormat">
            <summary>
            Specifies the label format. By default, it is set to #,##0.#. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeNeedleIndicator.CircleTicks">
            <summary>
            Controls whether the specific ticks are circle or not.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeNeedleIndicator.BindOffset">
            <summary>
            Specifies the value offset of the needle according to the gauge's value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeNeedleIndicator.BindValue">
            <summary>
            Indicates whether the needle's value is bound to the gauge's Value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeNeedleIndicator.InnerPointRadiusPercentage">
            <summary>
            Specifies the inner radius of the needle's start point.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeNeedleIndicator.BackLenghtPercentage">
            <summary>
            Specifies the value with which the needle juts out from the center point.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeNeedleIndicator.PointRadiusPercentage">
            <summary>
            Specifies the outer radius of the needle's start point.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeNeedleIndicator.Thickness">
            <summary>
            Controls the needle width.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeNeedleIndicator.Value">
            <summary>
            Specifies the needle's value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeNeedleIndicator.LenghtPercentage">
            <summary>
            Controls how long the needle will be rendered.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Gauges.LinearGaugeSingleLabel">
            <summary>
            Present additional information for the RadLinearGauge, e.g. current value 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeSingleLabel.BindValue">
            <summary>
            Indicates whether the single label's text is bound to the gauge's Value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeSingleLabel.LocationPercentage">
            <summary>
            Controls the label's location (x, y) according to the center point. LocationPercentage accepts values withing the range [(-1,-1), (1,1)].
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeSingleLabel.LabelFontSize">
            <summary>
            Specifies the label size.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeSingleLabel.LabelFormat">
            <summary>
            Specifies the label format. By default, it is set to #,##0.#. 
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Gauges.LinearGaugeTicks">
            <summary>
            Represents the scale ticks.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeTicks.TickStartIndexVisibleRange">
            <summary>
            Specifies at which index the visible ticks range will start.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeTicks.TickEndIndexVisibleRange">
            <summary>
            Specifies at which index the visible ticks range will end.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeTicks.TicksLocationPercentage">
            <summary>
            Controls how far according to the gauge's arc the ticks will be rendered.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeTicks.TickThickness">
            <summary>
            Specifies the width of ticks.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeTicks.TickColor">
            <summary>
            Specifies the color for the ticks
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeTicks.TicksOffset">
            <summary>
            Specifies the ticks back length towards the center point.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeTicks.TicksLenghtPercentage">
            <summary>
            Controls the ticks length.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.LinearGaugeTicks.TicksCount">
            <summary>
            Specifies how many ticks will be displayed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Gauges.RadLinearGaugeElement">
            <summary>
            Represent main needle element. This element is container for all other elements in the Gauge
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.Gauges.RadLinearGaugeElement.ValueChanged">
            <summary>
            The ValueChanged event fires when the value is modified. 
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.Gauges.RadLinearGaugeElement.OrientationChanged">
            <summary>
            The OrientationChanged event fires when the orientation of the gauges is changed. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadLinearGaugeElement.Value">
            <summary>
            Specifies the gauge's value
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadLinearGaugeElement.Vertical">
            <summary>
            Set or Get Gauge Orientation
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Gauges.RadialGaugeArc">
            <summary>
            Represent a continuous band spanning the entire sweep angle.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeArc.Radius">
            <summary>
            Controls the radius of the arc.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeArc.Width">
            <summary>
            The width of the arc.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeArc.RangeStart">
            <summary>
            The start of the arc.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeArc.RangeEnd">
            <summary>
            The end value of the arc.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeArc.BindStartRange">
            <summary>
            Indicates whether the RangeStart property is bound to the gauge's Value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeArc.BindEndRange">
            <summary>
            Indicates whether the RangeEnd property is bound to the gauge's Value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeArc.BindStartRangeOffset">
            <summary>
            Specifies the start range offset of the arc according to the gauge's value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeArc.BindEndRangeOffset">
            <summary>
            Specifies the end range offset of the arc according to the gauge's value.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Gauges.RadialGaugeBackground.GaugeBackgroundShape.CreatePath(System.Drawing.Rectangle)">
            <summary>
            Creates Star like shape. Overrides CreatePath method in the base class
            ElementShape.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Gauges.RadialGaugeLabels">
            <summary>
            Represents the scale labels displayed next to the ticks.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeLabels.LabelFontSize">
            <summary>
            Specifies the font size. Default value is 8.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeLabels.LabelStartVisibleRange">
            <summary>
            Specifies the start value from which the labels are displayed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeLabels.LabelEndVisibleRange">
            <summary>
            Specifies the end value to which the labels are displayed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeLabels.LabelRadiusPercentage">
            <summary>
            Controls how far according to the gauge's arc the labels are rendered
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeLabels.LabelFormat">
            <summary>
            Specifies the format of the label's value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeLabels.LabelsCount">
            <summary>
            Controls how many labels will be displayed next ticks for the specified range.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Gauges.RadialGaugeNeedle">
            <summary>
            Represent a scale indicator that points to a value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeNeedle.BindOffset">
            <summary>
            Specifies the value offset of the needle according to the gauge's value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeNeedle.BindValue">
            <summary>
            Indicates whether the needle's value is bound to the gauge's Value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeNeedle.InnerPointRadiusPercentage">
            <summary>
            Specifies the inner radius of the needle's start point.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeNeedle.BackLenghtPercentage">
            <summary>
            Specifies the value with which the needle juts out from the center point.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeNeedle.PointRadiusPercentage">
            <summary>
            Specifies the outer radius of the needle's start point.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeNeedle.Thickness">
            <summary>
            Controls the needle width.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeNeedle.Value">
            <summary>
            Specifies the needle's value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeNeedle.LenghtPercentage">
            <summary>
            Controls how long the needle will be rendered.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Gauges.RadialGaugeSingleLabel">
            <summary>
            Present additional information for the RadRadialGauge, e.g. current value 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeSingleLabel.BindValue">
            <summary>
            Indicates whether the single label's text is bound to the gauge's Value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeSingleLabel.LocationPercentage">
            <summary>
            Controls the label's location (x, y) according to the center point. LocationPercentage accepts values withing the range [(-1,-1), (1,1)].
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeSingleLabel.LabelFontSize">
            <summary>
            Specifies the label size.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeSingleLabel.LabelFormat">
            <summary>
            Specifies the label format. By default, it is set to #,##0.#. 
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Gauges.RadialGaugeTicks">
            <summary>
            Represents the scale ticks.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeTicks.TickStartIndexVisibleRange">
            <summary>
            Specifies at which index the visible ticks range will start.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeTicks.TickEndIndexVisibleRange">
            <summary>
            Specifies at which index the visible ticks range will end.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeTicks.TicksRadiusPercentage">
            <summary>
            Controls how far according to the gauge's arc the ticks will be rendered.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeTicks.CircleTicks">
            <summary>
            Controls whether the specific ticks are circle or not.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeTicks.TickThickness">
            <summary>
            Specifies the width of ticks.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeTicks.TickColor">
            <summary>
            Specifies the color for the ticks
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeTicks.TicksOffset">
            <summary>
            Specifies the ticks back length towards the center point.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeTicks.TicksLenghtPercentage">
            <summary>
            Controls the ticks length.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadialGaugeTicks.TicksCount">
            <summary>
            Specifies how many ticks will be displayed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Gauges.RadRadialGauge">
            <summary>
            The RadRadialGauge control is designed to display a value within a definite range
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Gauges.RadRadialGauge.SaveLayout(System.Xml.XmlWriter)">
            <param name="xmlWriter">XmlWriter to use by the built-in serializer</param>
        </member>
        <member name="M:Telerik.WinControls.UI.Gauges.RadRadialGauge.SaveLayout(System.IO.Stream)">
            <summary>
            Stores to a stream RadRadialGauge properties, sub-objects and their properties in XML format, using the serialization information provided by the <see cref="P:Telerik.WinControls.UI.Gauges.RadRadialGauge.XmlSerializationInfo"/> property
            </summary>
            <Rmarks>
            Writes the Xml content in the stream and leaves the stream open.
            </Rmarks>
        </member>
        <member name="M:Telerik.WinControls.UI.Gauges.RadRadialGauge.SaveLayout(System.String)">
            <summary>
            Stores to a file RadRadialGauge properties, sub-objects and their properties in XML format, using the serialization information provided by the <see cref="P:Telerik.WinControls.UI.Gauges.RadRadialGauge.XmlSerializationInfo"/> property
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Gauges.RadRadialGauge.LoadLayout(System.Xml.XmlReader)">
            <summary>
            Loads RadRadialGauge properties, sub-objects and their properties from XML reader, using the serialization information provided by the <see cref="P:Telerik.WinControls.UI.Gauges.RadRadialGauge.XmlSerializationInfo"/> property
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Gauges.RadRadialGauge.LoadLayout(System.String)">
            <summary>
             Loads RadRadialGauge properties, sub-objects and their properties from XML file, using the serialization information provided by the <see cref="P:Telerik.WinControls.UI.Gauges.RadRadialGauge.XmlSerializationInfo"/> property
             </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Gauges.RadRadialGauge.LoadLayout(System.String,Telerik.WinControls.XmlSerialization.DesignTimeInstanceFactory)">
            <summary>
             Loads RadRadialGauge properties, sub-objects and their properties from XML file, using the serialization information provided by the <see cref="P:Telerik.WinControls.UI.Gauges.RadRadialGauge.XmlSerializationInfo"/> property
             </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.Gauges.RadRadialGauge.ValueChanged">
            <summary>
            The ValueChanged event fires when the value is modified. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadRadialGauge.CenterOffsetY">
            <summary>
            Controls the RadRadialGauge's offset in vertical direction.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadRadialGauge.CenterOffsetX">
            <summary>
            Controls the RadRadialGauge's offset in horizontal  direction.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadRadialGauge.Value">
            <summary>
            Specifies the gauge's value
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadRadialGauge.RangeEnd">
            <summary>
            Specifies the gauge's end.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadRadialGauge.RangeStart">
            <summary>
            Specifies the gauge's start.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadRadialGauge.SweepAngle">
            <summary>
            Determines the angle value starting from the StartAngle to draw an arc in clockwise direction.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadRadialGauge.StartAngle">
            <summary>
            Determines the angle value starting from the StartAngle to draw an arc in clockwise direction.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadRadialGauge.XmlSerializationInfo">
            <summary>
            Gets the serialization info for RadRadialGauge used by Save/Load loyout methods to persist grid settings to/from XML.
            By default, or when set to null the ComponentXmlSerializationInfo provided by GetDefaultXmlSerializationInfo() will be used.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Gauges.RadRadialGaugeElement">
            <summary>
            Represent main needle element. This element is container for all other elements in the Gauge
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.Gauges.RadRadialGaugeElement.ValueChanged">
            <summary>
            The ValueChanged event fires when the value is modified. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadRadialGaugeElement.Value">
            <summary>
            Specifies the gauge's value
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadRadialGaugeElement.RangeEnd">
            <summary>
            Specifies the gauge's end.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadRadialGaugeElement.RangeStart">
            <summary>
            Specifies the gauge's start.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadRadialGaugeElement.SweepAngle">
            <summary>
            Determines the angle value starting from the StartAngle to draw an arc in clockwise direction.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadRadialGaugeElement.StartAngle">
            <summary>
            Determines the angle value starting from the StartAngle to draw an arc in clockwise direction.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadRadialGaugeElement.CenterOffsetY">
            <summary>
            Controls the RadRadialGauge's offset in vertical direction.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Gauges.RadRadialGaugeElement.CenterOffsetX">
            <summary>
            Controls the RadRadialGauge's offset in horizontal  direction.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.FadeAnimationTypeEditor">
            <summary>
            This class represents the custom editor
            shown when the FadeAnimationType of the popup 
            is adjusted in the Visual Studio Designer.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.FadeAnimationTypeEditor.FadeAnimationTypeEditorUI.#ctor(Telerik.WinControls.UI.FadeAnimationType)">
            <summary>
            Creates an instance of the FadeAnimationTypeEditorUI class.
            This class represents the control used to set the
            FadeAnimationType property while in the Visual Studio
            Designer.
            </summary>
            <param name="input">The inital value of the property.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.FadeAnimationTypeEditor.FadeAnimationTypeEditorUI.Result">
            <summary>
            Gets the result of the editor execution.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.PopupCloseInfo">
            <summary>
            This class stores information about a close request sent to an <see cref="T:Telerik.WinControls.UI.IPopupControl"/>.
            The class stores the reason for the close request, information about the operation result,
            and an instance to a context.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PopupCloseInfo.#ctor(Telerik.WinControls.UI.RadPopupCloseReason,System.Object)">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.PopupCloseInfo"/> class.
            The default value of the Closed property is true.
            </summary>
            <param name="closeReason">A value from the <see cref="T:Telerik.WinControls.UI.RadPopupCloseReason"/> enum
            that determines the reason for the close request.</param>
            <param name="context">A request context.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.PopupCloseInfo.Closed">
            <summary>
            Defines whether the request is executed or not.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PopupCloseInfo.CloseReason">
            <summary>
            The reason for the close request.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PopupCloseInfo.Context">
            <summary>
            The context associated with this the close request.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadEditorPopupControlBase">
            <summary>
            This class represents a base class for popup controls
            used by editors like ComboBox, MultiColumnComboBox etc.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadSizablePopupControl">
            <summary>
            This class represents a pop-up form that exposes sizing-grip and
            thus can be resized by the user.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSizablePopupControl.#ctor(Telerik.WinControls.RadItem)">
            <summary>
            Creates an instance of the RadSizablePopupControl class.
            </summary>
            <param name="owner">The owner of the popup-form</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSizablePopupControl.SizingMode">
            <summary>
            Gets or sets a value of the <see cref="T:Telerik.WinControls.UI.SizingMode"/> enumeration.
            This value determines how the pop-up form can be resized: vertically, horizontally or both.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSizablePopupControl.SizingGrip">
            <summary>
            Gets the element that represents the sizing grip 
            of the popup.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSizablePopupControl.SizingGripDockLayout">
            <summary>
            Gets the DockLayoutPanel that holds the sizing grips.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadEditorPopupControlBase.#ctor(Telerik.WinControls.RadItem)">
            <summary>
            Creates an instance of the RadEditorPopupControlBase class.
            This class is used in all popup-powered controls in the
            Telerik UI for WinForms suite.
            </summary>
            <param name="owner">An instance of the RadItem class that 
            represents the owner of the popup.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownMenuElement.HeaderText">
            <summary>
            Gets or sets the header text of the drop-down menu.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownMenuElement.HeaderImage">
            <summary>
            Gets or sets the header image of the drop-down menu.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownMenuElement.ScrollPanel">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.RadScrollViewer"/>
            class that represents layout panel that provides scrolling functionality.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownMenuLayout.LeftColumnMinWidth">
            <summary>
            Gets or sets the left column minimal width.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownMenuLayout.RightColumnPadding">
            <summary>
            Gets or sets the right column minimal width.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadForm">
            <summary>
            This class represents the Telerik's Form control.
            You can create RadForm controls by inheriting from this class.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadFormControlBase">
            <summary>
            Represents a RadFormControl. RadFormControlBase is an abstract class and is base class for
            all telerik windows forms.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormControlBase.GetUseNewLayout">
            <summary>
            Determines whether the control and all its child elements should use the new layout system.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormControlBase.LoadElementTree">
            <summary>
            Loads the element tree. While not loaded, no layout operations are allowed upon the tree.
            By default, the tree will be loaded when the control is displayed for the first time.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormControlBase.LoadElementTree(System.Drawing.Size)">
            <summary>
            Loads the element tree using the specified desired size.
            </summary>
            <param name="desiredSize"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormControlBase.OnLoad(System.Drawing.Size)">
            <summary>
            Notifies that the control is about to be visualized.
            </summary>
            <param name="desiredSize"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormControlBase.OnLoad(System.EventArgs)">
            <summary>
            In this override we reset the RootElement's BackColor property
            since the DocumentDesigner class sets the BackColor of the
            Form to Control when initializing and thus overrides the theme.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormControlBase.CallBaseOnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Calls the base OnPaint implementation. This method
            can be used by the form behavior to call the base
            implementation in case it is needed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormControlBase.CallBaseOnPaintBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Calls the base OnPaintBackground implementation. This method
            can be used by the form behavior to call the base
            implementation in case it is needed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormControlBase.ProcessDialogKey(System.Windows.Forms.Keys)">
            <summary>
                          Processes a dialog box key. 
                      </summary>
            <returns>true if the keystroke was processed and consumed by the control; otherwise, false to allow further processing.
                      </returns>
            <param name="keyData">
                          One of the <see cref="T:System.Windows.Forms.Keys" /> values that represents the key to process. 
                      </param>        
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormControlBase.ShouldSerializeBackColor">
            <summary>
            Determines whether the BackColor property should be serialized.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormControlBase.ShouldSerializeForeColor">
            <summary>
            Determines whether the ForeColor property should be serialized.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormControlBase.ShouldSerializeFont">
            <summary>
            Determines whether the ForeColor property should be serialized.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormControlBase.ShouldSerializeProperty(Telerik.WinControls.RadProperty)">
            <summary>
            Determines whether the specified RadProperty should be serialized.
            </summary>
            <param name="property"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormControlBase.InitializeFormBehavior">
            <summary>
            Called to initialize the behavior of the form.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormControlBase.ResetFormBehavior(System.Boolean)">
            <summary>
            Resets the behavior associated with the Form. This method is used internally.
            </summary>
            <param name="callInitialize">Determines whether the InitializeFormBehavior method
            will be called after the p</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormControlBase.ProcessFocusRequested(Telerik.WinControls.RadElement)">
            <summary>
            Processes a focus request from the specified element.
            </summary>
            <param name="element">The element that requested the focus.</param>
            <returns>True if focus is approved, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormControlBase.ProcessCaptureChangeRequested(Telerik.WinControls.RadElement,System.Boolean)">
            <summary>
            Processes a capture request from the specified element.
            </summary>
            <param name="element">The element which requested the capture.</param>
            <param name="capture"></param>
            <returns>True if the capture request is approved, otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormControlBase.ControlDefinesThemeForElement(Telerik.WinControls.RadElement)">
            <summary>
            Gets a value indicating if control themes by default define PropertySettings for the specified element. 
            If true is returned the ThemeResolutionService would not not set any theme to the element to avoid duplicatingthe style
            settings of the element.
            </summary>
            <param name="element"></param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormControlBase.EnableAnalytics">
            <summary>
            Gets or sets a value indicating whether the Analytics functionality is enabled or disbaled for this control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormControlBase.IsLoaded">
            <summary>
            Gets a boolean value which determines
            whether the control is loaded.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormControlBase.FormBorderStyle">
            <summary>
            Gets or sets the FormBorderStyle of the Form.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormControlBase.FormBehavior">
            <summary>
            Gets the behavior associated with this form if any.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormControlBase.AllowShowFocusCues">
            <summary>
            Indicates focus cues display, when available, based on the corresponding control type and the current UI state.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormControlBase.ShowItemToolTips">
            <summary>
            Gets or sets a value indicating whether ToolTips are shown for the RadItem objects contained in 
            the RadControl.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormControlBase.EnableKeyMap">
            <summary>
            Gets or sets whether Key Map (Office 2007 like accelerator keys map)
            is used for this speciffic control. Currently this option is implemented for 
            the RadRibbonBar control only.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormControlBase.BackColor">
            <summary>
            Gets or sets the BackColor of the control.
            This is actually the BackColor property of the root element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormControlBase.ForeColor">
            <summary>
            Gets or sets the ForeColor of the control.
            This is actually the ForeColor property of the root element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormControlBase.Font">
            <summary>
            Gets or sets the Font of the control. This is actually the Font property of the root element.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadFormControlBase.ToolTipTextNeeded">
            <summary>
            Occurs when a RadItem instance iside the RadControl requires ToolTip text. 
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadFormControlBase.ScreenTipNeeded">
            <summary>
            Occurs prior the ScreenTip of a RadItem instance inside the RadControl is displayed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormControlBase.ImageList">
            <summary>
            	Gets or sets the ImageList that contains the images displayed by this control.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadFormControlBase.PropertyChanged">
            <summary>
            Occurs when when a property of an object changes change. 
            Calling the event is developer's responsibility.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadForm.ProcessCaptureChangeRequested(Telerik.WinControls.RadElement,System.Boolean)">
            <summary>
            Prevent the Form from getting the mouse capture when the capture is requested
            by one of the system buttons.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadForm.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadForm.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadForm.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadForm.Text">
            <returns>
            The text associated with this control.
            </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadForm.FormElement">
            <summary>
            Gets the RadFormElement instance that represents
            the element hierarchy which builds the RadForm appearance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadForm.IconScaling">
            <summary>
            Gets or sets the scaling mode of the form's icon.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadForm.AllowTheming">
            <summary>
            Gets or sets a boolean value indicating whether the Form
            customizes its NC area when under Vista with Composition enabled.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.Licensing.RadEvaluationForm.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Licensing.RadEvaluationForm.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.Licensing.RadEvaluationForm.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.MaskDateTimeProvider.EnableKeyNavigation">
            <summary>
            Enable or Disable the selection of the next or prev. part of the date with arrow keys
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DateInput.DateFormat">
            <summary>
            Gets or sets the date and time format used by
            <strong>RadDateInput</strong>.
            </summary>
            <value>
            A string specifying the date format used by <strong>RadDateInput</strong>. The
            default value is "d" (short date format).
            </value>
            <example>
            	<code lang="CS" title="[New Example]">
            private void Page_Load(object sender, System.EventArgs e)
            {
                RadDateInput1.DateFormat = "M/d/yyyy"; //Short date pattern. The same as "d".
            }
                </code>
            	<code lang="VB" title="[New Example]">
            Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
                RadDateInput1.DateFormat = "M/d/yyyy" 'Short date pattern. The same as "d".
            End Sub
                </code>
            </example>
        </member>
        <member name="P:Telerik.WinControls.UI.DateInput.ShortYearCenturyEnd">
            <summary>
            Gets or sets a value that indicates the end of the century that is used to interpret 
            the year value when a short year (single-digit or two-digit year) is entered in the input.
            </summary>
            <value>
            The year when the century ends. Default is 2029.
            </value>
            <remarks>
            Having a value of 2029 indicates that a short year will be interpreted as a year between 1930 and 2029. 
            For example 55 will be interpreted as 1955 but 12 -- as 2012 
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.DateInput.ShortYearCenturyStart">
            <summary>
            Gets a value that indicates the start of the century that is used to interpret 
            the year value when a short year (single-digit or two-digit year) is entered in the input.
            </summary>
            <value>
            The year when the century starts. Default is 2029.
            </value>
            <remarks>
            Having a value of 2029 indicates that a short year will be interpreted as a year between 1930 and 2029. 
            For example 55 will be interpreted as 1955 but 12 -- as 2012 
            </remarks>
        </member>
        <member name="M:Telerik.WinControls.UI.IMaskCharacterProvider.RemoveAt(System.Int32,System.Int32)">
            <summary>
            Removes the assigned characters between the specified positions from the formatted
            string.
            </summary>
            <returns>true if the character was successfully removed; otherwise, false.
            </returns>
            <param name="startPosition">
            The zero-based index of the first assigned character to remove.
            </param>
            <param name="endPosition">
            The zero-based index of the last assigned character to remove.
            </param>
        </member>
        <member name="M:Telerik.WinControls.UI.NumericCharacterTextBoxProvider.#ctor(System.String,System.Globalization.CultureInfo,Telerik.WinControls.UI.NumericCharacterTextBoxProvider.RadNumericMaskFormatType,Telerik.WinControls.UI.RadMaskedEditBoxElement)">
            <summary>
            Initializes a new instance of the NumericTextBoxProvider>
            class using the specified mask and culture.
            </summary>
            <param name="mask">
            A <see cref="T:System.String"/> that represents the input mask.
            </param>
            <param name="culture">
            A <see cref="T:System.Globalization.CultureInfo"/> that is used to set region-sensitive
            separator characters.
            <param name="owner"></param>
            <param name="numericType"></param>
            </param>
        </member>
        <member name="P:Telerik.WinControls.UI.NumericCharacterTextBoxProvider.Culture">
            <summary>
            Gets the culture that determines the value of the localizable separators and
            placeholders in the input mask.
            </summary>
            <returns>
            A <see cref="T:System.Globalization.CultureInfo"/> containing the culture information
            associated with the input mask.
            </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.NumericCharacterTextBoxProvider.Mask">
            <summary>
            Gets the input mask.
            </summary>
            <returns>
            A <see cref="T:System.String"/> containing the full mask.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.StandartCharacterMaskEditBoxProvider.OnIsOverwriteModeChanged(System.EventArgs)">
             <summary>
            Raises the <see cref="E:System.Windows.Forms.MaskedTextBox.IsOverwriteModeChanged" /> event.
            </summary>
             <param name="e">
            An <see cref="T:System.EventArgs" /> that contains event data. 
            </param>
        </member>
        <member name="P:Telerik.WinControls.UI.StandartCharacterMaskEditBoxProvider.InsertKeyMode">
             <summary>
            Gets or sets the text insertion mode of the masked text box control.
            </summary>
             <returns>
            An <see cref="T:System.Windows.Forms.InsertKeyMode" /> value that indicates the current insertion mode. The default is <see cref="F:System.Windows.Forms.InsertKeyMode.Default" />.
            </returns>
             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
            An invalid <see cref="T:System.Windows.Forms.InsertKeyMode" /> value was supplied when setting this property.
            </exception>
        </member>
        <member name="E:Telerik.WinControls.UI.StandartCharacterMaskEditBoxProvider.IsOverwriteModeChanged">
            <summary>
                          Occurs after the insert mode has changed. 
                      </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.StandartCharacterMaskEditBoxProvider.IsOverwriteMode">
             <summary>
            Gets a value that specifies whether new user input overwrites existing input.
             </summary>
             <returns>true if <see cref="T:System.Windows.Forms.MaskedTextBox" /> will overwrite existing characters as the user enters new ones; false if <see cref="T:System.Windows.Forms.MaskedTextBox" /> will shift existing characters forward. The default is false.
              </returns>
             <filterpriority>1</filterpriority>
        </member>
        <member name="T:Telerik.WinControls.UI.RadMaskedEditBox">
            <summary>
            Uses a mask to distinguish between proper and improper user input
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMaskedEditBox.Clear">
            <summary>
            Clears all text from the text box control.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMaskedEditBox.ClearUndo">
            <summary>
            Clears information about the most recent operation from the undo buffer of the
            text box.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMaskedEditBox.SelectAll">
            <summary>
            selects the whole text
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMaskedEditBox.OnValueChanging(System.Object,System.ComponentModel.CancelEventArgs)">
            <summary>
            Fires the ValueChanging event
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.PlaceHolder">
            <summary>
            Gets or sets the character used as the placeholder in a masked editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.Mask">
            <summary>
            Gets or sets a mask expression.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.MaskType">
            <summary>
            Gets or sets the mask type.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.Value">
            <summary>
            Gets or sets the value associated to the mask edit box
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.TextMaskFormat">
            <summary>Gets or sets a value that determines whether literals and prompt characters
            are included in the formatted string.</summary>
            <returns>One of the <see cref="T:System.Windows.Forms.MaskFormat"/> values. The
            default is <see cref="F:System.Windows.Forms.MaskFormat.IncludeLiterals"/>.</returns>
            <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">Property
            set with a <see cref="T:System.Windows.Forms.MaskFormat"/> value that is not
            valid. </exception>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.UseGenericBorderPaint">
            <summary>
            Gets or sets a value indicating whether to show the bottom part of characters, clipped
            due to font name or size particularities
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.TextAlign">
            <summary>
            Gets or sets the horizontal alignment of the text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.ShortcutsEnabled">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Gets or sets
            a value indicating whether the defined shortcuts are enabled.</span>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.SelectionStart">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Gets or sets
            the starting point of text selected in the text box.</span>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.Modified">
            <summary>
            Gets or sets a value indicating whether the RadTextBox control has been modified
            by the user since the control was created or since its contents were last set.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.Multiline">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Gets or sets
            a value indicating whether this is a multiline TextBox control.</span>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.NullText">
            <summary>
            Gets or sets the text that is displayed when the ComboBox contains a null
            reference.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.PasswordChar">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Gets or sets
            the character used to mask characters of a password in a single-line TextBox
            control.</span>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.ReadOnly">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Gets or sets
            a value indicating whether the contents of the TextBox control can be
            changed.</span>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.ScrollBars">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Gets or sets
            which scroll bars should appear in a multiline TextBox control.</span>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.SelectedText">
            <summary>
            Gets or sets a value indicating the currently selected text in the
            control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.SelectionLength">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Gets or sets
            the number of characters selected in the text box.</span>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.HideSelection">
            <summary>
            	<para>Gets or sets a value indicating whether the selected text remains highlighted
                even when the RadTextBox has lost the focus.</para>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.Lines">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Gets or sets
            the lines of text in multiline configurations.</span>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.AcceptsReturn">
            <summary>
            Gets or sets a value indicating whether pressing ENTER in a multiline RadTextBox
            control creates a new line of text in the control or activates the default button for
            the form.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.AcceptsTab">
            <summary>
            Gets or sets a value indicating whether pressing the TAB key in a multiline text
            box control types a TAB character in the control instead of moving the focus to the
            next control in the tab order.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.CharacterCasing">
            <summary>
            	<para>Gets or sets a value indicating whether the RadTextBox control modifies the
                case of characters as they are typed.</para>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBox.Culture">
            <summary>
            Gets or sets the current culture associated to the RadMaskBox
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMaskedEditBox.ValueChanged">
            <summary>
            Occurs when the editing value has been changed
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMaskedEditBox.ValueChanging">
            <summary>
            Occurs when the editing value is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMaskedEditBox.KeyDown">
            <summary>
            Occurs when the RadItem has focus and the user pressees a key down
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMaskedEditBox.KeyPress">
            <summary>
            Occurs when the RadItem has focus and the user pressees a key
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMaskedEditBox.KeyUp">
            <summary>
            Occurs when the RadItem has focus and the user releases the pressed key up
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMaskedEditBox.MultilineChanged">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl02_LabelAbstract">Occurs when
            the value of the Multiline property has changed.</span>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMaskedEditBox.TextAlignChanged">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl03_LabelAbstract">Occurs when
            the value of the TextAlign property has changed.</span>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMaskedEditBoxElement.#ctor">
            <summary>
            Constructor
            </summary>
            <remarks>There is no mask applied by default</remarks>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMaskedEditBoxElement.HandleKeyPress(System.Windows.Forms.KeyPressEventArgs)">
            <summary>
            handles the key press
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMaskedEditBoxElement.CallValueChanged(System.EventArgs)">
            <summary>
            Fires the ValueChanged event
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMaskedEditBoxElement.CallValueChanging(System.ComponentModel.CancelEventArgs)">
            <summary>
            Fires the ValueChanging event
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMaskedEditBoxElement.Format(System.String,System.String)">
            <summary>
            Format the specified text using the specified mask
            </summary>
            <param name="mask">The mask to use</param>
            <param name="text">The text to format</param>
            <returns>The formatted text string</returns>
            <overloads>There are four overloads for this method.</overloads>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMaskedEditBoxElement.Format(System.String,System.String,System.Char)">
            <summary>
            Format the specified text using the specified mask and prompt
            character.
            </summary>
            <param name="mask">The mask to use.</param>
            <param name="text">The text to format.</param>
            <param name="promptChar">The prompt character to use for missing
            characters.  If a null character ('\x0') is specified, prompt
            characters are omitted.</param>
            <returns>The formatted text string.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMaskedEditBoxElement.Format(System.String,System.String,System.Char,System.Globalization.CultureInfo)">
            <summary>
            Format the specified text using the specified mask, prompt
            character, and culture information.
            </summary>
            <param name="mask">The mask to use.</param>
            <param name="text">The text to format.</param>
            <param name="promptChar">The prompt character to use for missing
            characters.  If a null character ('\x0') is specified, prompt
            characters are omitted.</param>
            <param name="culture">The culture information to use.  If null,
            the current culture is used.</param>
            <returns>The formatted text string.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMaskedEditBoxElement.Format(System.String,System.String,System.Char,System.Globalization.CultureInfo,System.ComponentModel.MaskedTextResultHint@,System.Int32@)">
            <summary>
            Format the specified text using the specified mask, prompt
            character, and culture information and return the result
            values.
            </summary>
            <param name="mask">The mask to use.</param>
            <param name="text">The text to format.</param>
            <param name="promptChar">The prompt character to use for missing
            characters.  If a null character ('\x0') is specified, prompt
            characters are omitted.</param>
            <param name="culture">The culture information to use.  If null,
            the current culture is used.</param>
            <param name="hint">The result of formatting the text.</param>
            <param name="hintPosition">The position related to the result
            hint.</param>
            <returns>The formatted text string.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMaskedEditBoxElement.GetClipboardText">
            <summary>
            Gets the text which is in the clipboard
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBoxElement.Text">
            <summary>
            This is used to set or get the label text.
            </summary>
            <remarks>When set, the text is formatted according to the current
            masked text provider settings.  If the mask is empty, the text is
            set as-is.  When retrieved, the text is returned in its formatted
            state.  Use <see cref="P:Telerik.WinControls.UI.RadMaskedEditBoxElement.UnmaskedText"/> to get the text without
            the mask applied.</remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBoxElement.ContextMenu">
            <summary>
            Represent the RadMaskedEditBox ContextMenu
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBoxElement.TextMaskFormat">
            <summary>Gets or sets a value that determines whether literals and prompt characters
            are included in the formatted string.</summary>
            <returns>One of the <see cref="T:System.Windows.Forms.MaskFormat"/> values. The
            default is <see cref="F:System.Windows.Forms.MaskFormat.IncludeLiterals"/>.</returns>
            <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">Property
            set with a <see cref="T:System.Windows.Forms.MaskFormat"/> value that is not
            valid. </exception>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBoxElement.MaskedTextProvider">
            <summary>
            This returns a clone of the masked text provider currently being
            used by the masked label control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBoxElement.ResultHint">
            <summary>
            This returns the result hint for the last assignment to the
            <see cref="P:Telerik.WinControls.UI.RadMaskedEditBoxElement.Text"/> property.
            </summary>
            <remarks>If the assigned text could not be properly formatted,
            this will contain a hint as to why not.  Positive values
            indicate success.  Negative values indicate failure.</remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBoxElement.HintPosition">
            <summary>
            This returns the result hint position for the last assignment to
            the <see cref="P:Telerik.WinControls.UI.RadMaskedEditBoxElement.Text"/> property.
            </summary>
            <remarks>If the assigned text could not be properly formatted,
            this will contain the position of the first failure.</remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBoxElement.UnmaskedText">
            <summary>
            This read-only property returns the unmasked copy of the text
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBoxElement.Culture">
            <summary>
            This is used to set or get the culture information associated with
            the masked label.
            </summary>
            <exception cref="T:System.ArgumentNullException">This is thrown if the
            culture value is null</exception>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBoxElement.Mask">
            <summary>
            This is used to set or get the mask for the label text
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBoxElement.PromptChar">
            <summary>
            This is used to set or get the prompt character for display
            in the label text.
            </summary>
            <value>The default is an underscore (_).</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBoxElement.IncludePrompt">
            <summary>
            This is used to set or get whether or not prompt characters are
            also displayed in the label text.
            </summary>
            <value>By default, prompt characters are not shown.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBoxElement.MaskType">
            <summary>
            Gets or sets the mask type.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMaskedEditBoxElement.Value">
            <summary>
            Gets or sets the edited value
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMaskedEditBoxElement.ValueChanged">
            <summary>
            Occurs when the editing value has been changed
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMaskedEditBoxElement.ValueChanging">
            <summary>
            Occurs when the editing value is changing.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadApplicationMenu">
            <summary>
            Represents an application drop down menu in Office 2007 style.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadDropDownButton">
            <summary>
            	<para>
                    Represents a drop down button. Essentially the RadDropDownButton class is a
                    simple wrapper for
                    <see cref="T:Telerik.WinControls.UI.RadDropDownButtonElement">RadDropDownButtonElement</see>.
                </para>
            	<para>You can set items that appear when the drop down button is pressed. Also you
                can configure the visual appearance in numerous ways through themes.</para>
            	<para>
                    The <see cref="T:Telerik.WinControls.UI.RadDropDownButtonElement">RadDropDownButtonElement</see> class
                    implements all UI and logic functionality. The RadDropDownButton acts to
                    transfer the events to and from its
                    <see cref="T:Telerik.WinControls.UI.RadDropDownButtonElement">RadDropDownButtonElement</see>instance.
                </para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownButton.#ctor">
            <summary>Initializes a new instance of the RadDropDownButton class.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownButton.CreateButtonElement">
            <summary>
            Override this method to create custom main element. By default the main element is an instance of
            RadDropDownButtonElement.
            </summary>
            <returns>Instance of the one-and-only child of the root element of RadDropDownButton.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownButton.ShowDropDown">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadDropDownButtonElement.ShowDropDown" filter=""/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownButton.HideDropDown">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadDropDownButtonElement.HideDropDown" filter=""/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownButton.OnDropDownClosed(System.EventArgs)">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadDropDownButtonElement.OnDropDownClosed(System.EventArgs)" filter=""/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownButton.OnDropDownOpening(System.ComponentModel.CancelEventArgs)">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadDropDownButtonElement.OnDropDownOpening(System.ComponentModel.CancelEventArgs)" filter=""/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownButton.OnDropDownOpened(System.EventArgs)">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadDropDownButtonElement.OnDropDownOpened(System.EventArgs)" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButton.Text">
            <summary>Gets or sets the text value that is displayed on the button.</summary>
            <commentsfrom cref="P:Telerik.WinControls.RadItem.Text" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButton.AllowShowFocusCues">
            <summary>
            Indicates focus cues display, when available, based on the corresponding control type and the current UI state.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButton.DropDownButtonElement">
            <summary>
            Gets the instance of RadDropDownButtonElement wrapped by this control. RadDropDownButtonElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadDropDownButton.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButton.DisplayStyle">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadButtonItem.DisplayStyle" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButton.DropDownDirection">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownButtonElement.DropDownDirection" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButton.ArrowDirection">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadArrowButtonElement.Direction" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButton.Items">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownButtonElement.Items" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButton.Image">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownButtonElement.Image" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButton.ImageAlignment">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadButtonItem.ImageAlignment" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButton.ImageIndex">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownButtonElement.ImageIndex" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButton.ImageKey">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownButtonElement.ImageKey" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButton.IsPressed">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadButtonItem.IsPressed" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButton.ShowArrow">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownButtonElement.ShowArrow" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButton.TextAlignment">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadButtonItem.TextAlignment" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButton.TextImageRelation">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadButtonItem.TextImageRelation" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownButton.DropDownOpening">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadDropDownButtonElement.DropDownOpening" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownButton.DropDownOpened">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadDropDownButtonElement.DropDownOpened" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownButton.DropDownClosed">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadDropDownButtonElement.DropDownClosed" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadApplicationMenu.DisplayStyle">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadButtonItem.DisplayStyle" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadApplicationMenu.RightColumnItems">
            <summary>
            Gets a collection representing the right column items of RadApplicationMenu.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadApplicationMenu.ButtonItems">
            <summary>
            Gets a collection representing the button items of RadApplicationMenu.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadApplicationMenu.RightColumnWidth">
            <summary>
             Gets or sets the right column width
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadApplicationMenu.ShowTwoColumnDropDownMenu">
            <summary>
            Gets or sets the whether RadApplicationMenu will have TwoColumnDropDownMenu.
            </summary>  
        </member>
        <member name="T:Telerik.WinControls.UI.RadDropDownButtonElement">
            <summary>
                Represents a rad dropdown button element. The
                <see cref="T:Telerik.WinControls.UI.RadDropDownButton">RadDropDownButton</see> control is a simple wrapper
                for the RadDropDownButtonElement. All UI and logic functionality is implemented in
                RadDropDownButtonElement class. The
                <see cref="T:Telerik.WinControls.UI.RadDropDownButton">RadDropDownButton</see> acts to transfer events to
                and from its RadDropDownButtonElement instance. RadDropDownButtonElement can be
                nested in other telerik controls.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownButtonElement.#ctor">
            <summary>Initializes a new instance of the DropDownButtonElement class.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownButtonElement.OnBubbleEvent(Telerik.WinControls.RadElement,Telerik.WinControls.RoutedEventArgs)">
            <summary>Determines whether the event is passed up in the control hierarchy.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownButtonElement.ShowDropDown(System.Drawing.Point)">
            <summary>
            Shows the drop down menu at given location
            </summary>
            <param name="location">The upper left corner of the drop down in screen coordinates</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownButtonElement.ShowDropDown">
            <summary>Shows the drop down menu.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownButtonElement.HideDropDown">
            <summary>Hides the drop down menu.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownButtonElement.OnDropDownOpening(System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the DropDownOpening event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownButtonElement.OnDropDownOpened(System.EventArgs)">
            <summary>
            Raises the DropDownOpened event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownButtonElement.OnDropDownClosed(System.EventArgs)">
            <summary>
            Raises the DropDownClosed event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDropDownButtonElement.OnDropDownClosing(Telerik.WinControls.UI.RadPopupClosingEventArgs)">
            <summary>
            Fires when the drop-down of the button is about to close.
            </summary>
            <param name="args">An instance of the <see cref="T:Telerik.WinControls.UI.RadPopupClosingEventArgs"/>
            class that contains information about the event.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.DropDownMenu">
            <summary>
            Gets the drop down menu
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.ArrowButton">
            <summary>
            Gets the arrow button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.ActionButton">
            <summary>
            Gets the action button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.ArrowButtonMinSize">
            <summary>
            Gets or sets the minimum size of the arrow button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.ArrowPosition">
            <summary>
            Gets or sets a value indicating the position where the arrow button appears in drop-down button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.DropDownDirection">
            <summary>
            Gets or sets a value indicating the direction in which the dropdown item emerges from its parent container.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.ExpandArrowButton">
            <summary>
            Gets or sets the expand arrow button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.IsDropDownShown">
            <summary>
            Gets a value indicating whether the drop down is shown
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.Items">
            <summary>
            Gets the Items collection where you can add and remove items from the
            DropDownButton.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.HasTwoColumnDropDown">
            <summary>
            	Indicates whether the DropDown of the button should have two columns or one column.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.ShowArrow">
            <summary>
            Gets or sets a value indicating whether an arrow button is displayed on the drop-down buuton.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.Image">
            <summary>
             Gets or sets the image that is displayed on a button element.
             </summary>		
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.ImageIndex">
            <summary>
            Gets or sets the image list index value of the image displayed on the button control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.ImageKey">
            <summary>
            Gets or sets the key accessor for the image in the ImageList.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.TextImageRelation">
            <summary>
            Gets or sets the position of text and image relative to each other. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.ImageAlignment">
            <summary>
            Gets or sets the alignment of image content on the drawing surface. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.TextAlignment">
            <summary>
            Gets or sets the alignment of text content on the drawing surface. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.DisplayStyle">
            <summary>
            Specifies the logical combination of image and text primitives in the element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.IsPressed">
            <summary>
            Gets a value indicating whether the button item is in the pressed state.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.BorderElement">
            <summary>
            Gets the border element
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownButtonElement.DropDownOpening">
            <summary>
            Occurs when the drop-down is opening.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownButtonElement.DropDownOpened">
            <summary>
            Occurs when the drop-down has opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownButtonElement.DropDownClosed">
            <summary>
            Occurs when the drop-down window has closed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDropDownButtonElement.DropDownClosing">
            <summary>
            Occurs when the drop-down window is about to close.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDropDownButtonElement.DropDownInheritsThemeClassName">
            <summary>
            Gets or sets value indicating whether DropDownMenu will have the same class name as the owner control or its own.
            True means that the same class name will be used as the control that opened the dropdown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadApplicationMenuButtonElement.ShowTwoColumnDropDownMenu">
            <summary>
            Gets or sets the whether RadApplicationMenu will have TwoColumnDropDownMenu.
            </summary>  
        </member>
        <member name="T:Telerik.WinControls.UI.RadApplicationMenuDropDown">
            <summary>
            Represents an application drop down menu in Office 2007 style.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadApplicationMenuDropDown.RightColumnWidth">
            <summary>
            Gets or sets the right column width
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadApplicationMenuDropDown.RightColumnItems">
            <summary>
            Gets a collection representing the right column items of RadApplicationMenu.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadApplicationMenuDropDown.ButtonItems">
            <summary>
            Gets a collection representing the button items of RadApplicationMenu.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadContextMenu">
            <summary>
            Represents a context menu 
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadContextMenu.Show">
            <summary>
            Displays the context menu in its default position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadContextMenu.Show(System.Int32,System.Int32)">
            <summary>
            Displays the context menu relative to the specified screen location.
            </summary>
            <param name="x">The horizontal screen coordinate, in pixels.</param>
            <param name="y">The vertical screen coordinate, in pixels.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadContextMenu.Show(System.Drawing.Point)">
            <summary>
            Displays the context menu relative to the specified screen location.
            </summary>
            <param name="point">The horizontal and vertical location of the screen's upper-left corner, in pixels.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadContextMenu.Show(System.Drawing.Point,Telerik.WinControls.UI.RadDirection)">
            <summary>
            Positions the context menu relative to the specified screen location and with the specified direction.
            </summary>
            <param name="point">The horizontal and vertical location of the screen's upper-left corner, in pixels.</param>
            <param name="popupDirection">One of the RadDirection values.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadContextMenu.Show(System.Windows.Forms.Control,System.Int32,System.Int32)">
            <summary>
            Positions the context menu relative to the specified control location.
            </summary>
            <param name="control">The control that is the reference point for the RadDropDownMenu position.</param>
            <param name="x">The horizontal coordinate relative to the control, in pixels.</param>
            <param name="y">The vertical coordinate relative to the control, in pixels.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadContextMenu.Show(System.Windows.Forms.Control,System.Drawing.Point)">
            <summary>
            Positions the context menu relative to the specified control location.
            </summary>
            <param name="control">The control that is the reference point for the RadDropDownMenu position.</param>
            <param name="point">The horizontal and vertical location of the reference control's upper-left corner, in pixels.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadContextMenu.Show(System.Windows.Forms.Control,System.Drawing.Point,Telerik.WinControls.UI.RadDirection)">
            <summary>
            Positions the context menu relative to the specified control location and with the specified direction.
            </summary>
            <param name="control">The control that is the reference point for the RadDropDownMenu position.</param>
            <param name="point">The horizontal and vertical location of the reference control's upper-left corner, in pixels.</param>
            <param name="popupDirection">One of the RadDirection values.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadContextMenu.Show(Telerik.WinControls.RadItem,System.Int32,System.Int32)">
            <summary>
            Positions the context menu relative to the specified RadItem location.
            </summary>
            <param name="item">The RadItem that is the reference point for the RadDropDownMenu position.</param>
            <param name="x">The horizontal coordinate relative to the control, in pixels.</param>
            <param name="y">The vertical coordinate relative to the control, in pixels.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadContextMenu.Show(Telerik.WinControls.RadItem,System.Drawing.Point)">
            <summary>
            Positions the context menu relative to the specified RadItem location.
            </summary>
            <param name="item">The RadItem that is the reference point for the RadDropDownMenu position.</param>
            <param name="point">The horizontal and vertical location of the RadItem's upper-left corner, in pixels.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadContextMenu.Show(Telerik.WinControls.RadItem,System.Drawing.Point,Telerik.WinControls.UI.RadDirection)">
            <summary>
            Positions the context menu relative to the specified RadItem location and with the specified direction.
            </summary>
            <param name="item">The RadItem that is the reference point for the RadDropDownMenu position.</param>
            <param name="point">The horizontal and vertical location of the RadItem's upper-left corner, in pixels.</param>
            <param name="popupDirection">One of the RadDirection values.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadContextMenu.Show(Telerik.WinControls.RadItem,System.Int32,Telerik.WinControls.UI.RadDirection)">
            <summary>
            Positions the context menu relative to the specified RadItem location and 
            with specified direction and offset according to the owner.
            </summary>
            <param name="item">The RadItem that is the reference point for the RadDropDownMenu position.</param>
            <param name="ownerOffset">Specifies the offset from the owner in pixels.</param>
            <param name="popupDirection">One of the RadDirection values.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadContextMenu.OnDropDownOpening(System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the DropDownOpening event.
            </summary>
            <param name="args">The event arguments</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadContextMenu.OnDropDownClosing(System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the DropDownClosing event.
            </summary>
            <param name="args">The event arguments</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadContextMenu.OnDropDownOpened">
            <summary>
            Raises the DropDownOpened event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadContextMenu.OnDropDownClosed">
            <summary>
            Raises the DropDownClosed event.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadContextMenu.DropDownOpening">
            <summary>
            Occurs when the drop down is opening.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadContextMenu.DropDownClosing">
            <summary>
            Occurs when the drop down is closing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadContextMenu.DropDownOpened">
            <summary>
            Occurs when the drop down is opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadContextMenu.DropDownClosed">
            <summary>
            Occurs when the drop down is closed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadContextMenu.Items">
            <summary>
            Gets menu items collection
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadContextMenu.ThemeName">
            <summary>
                Gets or sets control's preffered theme name. Themes are stored and retrieved using
                APIs of <see cref="T:Telerik.WinControls.ThemeResolutionService"/>.
            </summary>
            <remarks>
            If <strong>ThemeResolutionService.ApplicatonThemeName</strong> refers to a
            non-empty string, the theme of a RadControl can differ from the one set using
            <strong>RadControls.ThemeName</strong> property. If the themes differ, the
            <strong>RadControls.ThemeName</strong> property will be overridden by
            <strong>ThemeResolutionService.ApplicatonThemeName</strong>. If no theme is registered
            with a name as <strong>ThemeResolutionService.ApplicatonThemeName</strong>, then
            control will revert to the theme specified by its <strong>ThemeName</strong> property.
            If <strong>ThemeName</strong> is assigned to a non-existing theme name, the control may
            have no visual properties assigned, which will cause it look and behave in unexpected
            manner. If <strong>ThemeName</strong> equals empty string, control's theme is set to a
            theme that is registered within <strong>ThemeResolutionService</strong> with the name
            "ControlDefault".
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadContextMenu.ImageList">
            <summary>
            Gets or sets the ImageList that contains the images displayed by this control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadContextMenu.DropDown">
            <summary>
            Gets menu drop down panel
            </summary>       
        </member>
        <member name="P:Telerik.WinControls.UI.RadContextMenu.EnableAnalytics">
            <summary>
            Gets or sets a value indicating whether the Analytics functionality is enabled or disbaled for this control.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadContextMenuDropDown">
            <summary>
            This class represents the drop-down menu
            used in the <see cref="T:Telerik.WinControls.UI.RadContextMenu"/>
            component.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadMenuItemBase">
            <summary>
            Represents a base class for the RadMenuItem class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenuItemBase.#ctor">
            <summary>
            Initializes a new instance of the RadMenuItemBase class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenuItemBase.ShowChildItems">
            <summary>
            	Calls the ShowPopup method and displays the child items in a popup window.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenuItemBase.HideChildItems">
            <summary>
            Closes the RadMenuItemBase popup.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenuItemBase.OnDropDownClosed(Telerik.WinControls.UI.RadPopupClosedEventArgs)">
            <summary>
            	Raises the <see cref="E:Telerik.WinControls.UI.RadMenuItemBase.DropDownClosed"/> event.
            </summary>
            <param name="args">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenuItemBase.OnDropDownOpening(System.ComponentModel.CancelEventArgs)">
            <summary>
            	Raises the <see cref="E:Telerik.WinControls.UI.RadMenuItemBase.DropDownOpening"/> event.
            </summary>
            <param name="args">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenuItemBase.OnDropDownClosing(Telerik.WinControls.UI.RadPopupClosingEventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadMenuItemBase.DropDownClosing"/> event.
            </summary>
            <param name="args">An instance of the <see cref="T:Telerik.WinControls.UI.RadPopupClosingEventArgs"/> class 
            that contains information about the event.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenuItemBase.OnDropDownOpened(System.EventArgs)">
            <summary>
            	Raises the <see cref="E:Telerik.WinControls.UI.RadMenuItemBase.DropDownOpened"/> event.
            </summary>
            <param name="args">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMenuItemBase.DropDownOpened">
            <summary>
            	Occurs after the menu item dropdown opens.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMenuItemBase.DropDownOpening">
            <summary>
            	Occurs before the menu item dropdown opens.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMenuItemBase.DropDownClosed">
            <summary>
            	Occurs after the menu item dropdown closes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMenuItemBase.DropDownCreating">
            <summary>
            Occurs before the popup is creating.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMenuItemBase.DropDownClosing">
            <summary>
            Occurs before the popup is closed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItemBase.IsPopupShown">
            <summary>
            Gets a value indiciating that the popup containing this menu item's children is shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItemBase.PopupDirection">
            <summary>
            	Gets or sets the direction of the popup which is opened by this menu item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItemBase.Items">
            <summary>
            	Gets a collection of the child items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItemBase.DropDownHeaderText">
            <summary>
            Gets or sets menu header column text
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItemBase.DropDownHeaderImage">
            <summary>
            Gets or sets menu header column image
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItemBase.OwnerControl">
            <summary>
            Returns the control that owns this item. This can be a RadMenu or RadDropDownMenu.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItemBase.HasChildItemsToShow">
            <summary>
            	Gets a values indicating whether this item has child items to show.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItemBase.DropDown">
            <summary>
            Gets the drop down menu associated with this menu item
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItemBase.HasChildren">
            <summary>
            	Gets a value indicating whether this item has child items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItemBase.IsRootItem">
            <summary>
            	Gets a value indicating whether this item is in the root items collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItemBase.HierarchyParent">
            <summary>
                Gets or sets the parent menu item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItemBase.Next">
            <summary>
            	Gets the next child item in the parent item's Items collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItemBase.Previous">
            <summary>
            	Gets the previous child item in the parent item's Items collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItemBase.IsMdiListItem">
            <summary>
            This property is used internally!
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItemBase.IsParticipatingInMerge">
            <summary>
            This property is used internally!
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItemBase.IsPreparedForDesignTime">
            <summary>
            This property is used internally!
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuButtonItem.ButtonElement">
            <summary>
            	Provides a reference to the ButtonElement element in the menu item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuButtonItem.ImageIndex">
            <summary>
               Gets or sets the index value of the image that is displayed on the item. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuButtonItem.ImageKey">
            <summary>
               Gets or sets the key accessor for the image in the ImageList.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuHeaderItem.ImageIndex">
            <summary>
               Gets or sets the index value of the image that is displayed on the item. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuHeaderItem.ImageKey">
            <summary>
               Gets or sets the key accessor for the image in the ImageList.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuHeaderItem.ImagePrimitive">
            <summary>
            Gets the ImagePrimitive of this RadMenuHeaderItem.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuHeaderItem.FillPrimitive">
            <summary>
            Gets the FillPrimitive of this RadMenuHeaderItem.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuHeaderItem.BorderPrimitive">
            <summary>
            Gets the BorderPrimitive of this RadMenuHeaderItem.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuHeaderItem.TextPrimitive">
            <summary>
            Gets the TextPrimitive of this RadMenuHeaderItem.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadMenuHostItem">
            <summary>
            Represents a menu item which has a combobox placed inside.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuHostItem.HostedControl">
            <summary>
            Provides a reference to the hosted control in the menu item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Menu.RadMenuItemPopup.#ctor(Telerik.WinControls.RadItem)">
            <summary>
            Creates an instance of the RadMenuItemPopup class.
            This class represents the popup which is used to display menu
            items in the RadMenu control.
            </summary>
            <param name="owner">An instance of the RadItem class which represents the
            owner of the popup.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.PopupAnimationTypes">
            <summary>
            Defines the animation type used in popups
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PopupAnimationTypes.None">
            <summary>
            No animation is applied.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PopupAnimationTypes.Fade">
            <summary>
            The control fades in upon showing.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PopupAnimationTypes.Easing">
            <summary>
            The control uses easing animation.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PopupAnimationTypes.Both">
            <summary>
            Both easing and fade animation will be applied.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.FadeAnimationType">
            <summary>
            Defines the type of fade animation.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.FadeAnimationType.None">
            <summary>
            No fade animation is applied.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.FadeAnimationType.FadeIn">
            <summary>
            The control fades in upon showing.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.FadeAnimationType.FadeOut">
            <summary>
            The control fades out upon closing.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.HorizontalPopupAlignment">
            <summary>
            Defines the horizontal alignment of the popup
            based on the alignment rectangle passed
            in the ShowPopup method.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.HorizontalPopupAlignment.LeftToLeft">
            <summary>
            The left edge of the popup is aligned to the left edge of the alignment rectangle.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.HorizontalPopupAlignment.LeftToRight">
            <summary>
            The left edge of the popup is aligned to the right edge of the alignment rectangle.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.HorizontalPopupAlignment.RightToLeft">
            <summary>
            The right edge of the popup is aligned to the left edge of the alignment rectangle.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.HorizontalPopupAlignment.RightToRight">
            <summary>
            The right edge of the popup is aligned to the right edge of the alignment rectangle.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.VerticalPopupAlignment">
            <summary>
            Defines the vertical alignment of the popup
            based on the alignment rectangle passed
            in the ShowPopup method.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.VerticalPopupAlignment.TopToTop">
            <summary>
            The top edge of the popup is aligned to the top edge of the alignment rectangle.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.VerticalPopupAlignment.TopToBottom">
            <summary>
            The top edge of the popup is aligned to the bottom edge of the alignment rectangle.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.VerticalPopupAlignment.BottomToTop">
            <summary>
            The bottom edge of the popup is aligned to the top edge of the alignment rectangle.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.VerticalPopupAlignment.BottomToBottom">
            <summary>
            The bottom edge of the popup is aligned to the bottom edge of the alignment rectangle.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.AlignmentCorrectionMode">
            <summary>
            Defines the popup alignment correction mode.
            The values of this enumerator define how the popup alignment
            is adjusted when the default aligning routine is not able
            to properly position the popup due to lack of screen space.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.AlignmentCorrectionMode.None">
            <summary>
            No adjustments to the coordinates are applied.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.AlignmentCorrectionMode.Smooth">
            <summary>
            The coordinates are adjusted with the needed amount so that
            the popup remains visible in the current screen.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.AlignmentCorrectionMode.SnapToEdges">
            <summary>
            The coordinates are adjusted with the needed amount so that
            the popup remains visible in the current screen, whereby
            the popup edge is aligned with an edge of the alignment rectangle.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.AlignmentCorrectionMode.SnapToOuterEdges">
            <summary>
            The coordinates are adjusted with the needed amount so that
            the popup remains visible in the current screen, whereby
            the popup edge is aligned with an outer edge of the alignment rectangle.
            The popup does not cross the alignment rectangle bounds.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.FitToScreenModes">
            <summary>
            This enum defines how the size of a <see cref="T:Telerik.WinControls.UI.RadPopupControlBase"/> is
            fitted to the screen bounds.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.FitToScreenModes.None">
            <summary>
            The size of the popup is not fit to the bounds of the screen.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.FitToScreenModes.FitWidth">
            <summary>
            The width of the popup is fit to the available space on the screen.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.FitToScreenModes.FitHeight">
            <summary>
            The height of the popup is fit to the available space on the screen.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ScreenSpaceMode">
            <summary>
            This eunm defines the possible screen space usage modes.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ScreenSpaceMode.WholeScreen">
            <summary>
            The whole screen is used when positioning the popup.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ScreenSpaceMode.WorkingArea">
            <summary>
            The working area of the screen is used when positioning the popup.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.AlternativeCorrectionMode">
            <summary>
            An enum that defines the possible overlap modes which are
            used to position the popup when its location cannot be adjusted so
            that it meets all alignment and alignment correction requirements.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.AlternativeCorrectionMode.Overlap">
            <summary>
            The popup's bounds can overlap with the alignment rectangle.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.AlternativeCorrectionMode.Flip">
            <summary>
            The popup will be snapped to the first possible outer edge of the alignment rectangle so that it does not overlap it.
            The order of the considered edges depends on the popup alignment settings.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadScrollablePanel">
            <summary>
            The RadScrollablePanel control can be used as a container for different UI elements.
            This control is powered by the Telerik Presentation Framework and supports
            gradient backgrounds, shapes and theming. This control supports also theming
            of the scrollbars.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollablePanel.InsertInternalControls">
            <summary>
            This method inserts the scrollbars and the container
            in the Controls collection of this control.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollablePanel.GetContentMargin">
            <summary>
            Calculates the non-client margin of the control
            based on the radius of the round rect shape.
            </summary>
            <returns>An instance of the <see cref="T:System.Windows.Forms.Padding"/> struct
            which represents the left, top, right and bottom margin.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollablePanel.InitializeInternalControls">
            <summary>
            This method initializes the scrollbars and the
            container control.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollablePanel.FitToChildControls">
            <summary>
            Resizes the panel to fit its contents.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollablePanel.AllowAutomaticScrollToControl">
            <summary>
            Gets or sets a value indicating whether the focused control inside the RadScrollablePanel
            will be automatically scrolled into view when gaining focus.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollablePanel.VerticalScrollBarState">
            <summary>
            Gets or sets the state of the vertical scroll bar which indicates
            whether it will be always visible(<see cref="T:Telerik.WinControls.UI.ScrollState.AlwaysShow" />), 
            always hidden(<see cref="T:Telerik.WinControls.UI.ScrollState.AlwaysHide" />) 
            or determined by the content(<see cref="T:Telerik.WinControls.UI.ScrollState.AutoHide" />) - default
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollablePanel.HorizontalScrollBarState">
            <summary>
            Gets or sets the state of the horizontal scroll bar which indicates
            whether it will be always visible(<see cref="T:Telerik.WinControls.UI.ScrollState.AlwaysShow" />), 
            always hidden(<see cref="T:Telerik.WinControls.UI.ScrollState.AlwaysHide" />) 
            or determined by the content(<see cref="T:Telerik.WinControls.UI.ScrollState.AutoHide" />) - default
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollablePanel.NCMargin">
            <summary>
            Gets the current client area margin
            of the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollablePanel.DefaultSize">
            <summary>Gets the default size of the control.</summary>
            <value>The default System.Drawing.Size of the control.</value>
            <remarks>The default Size of the control.</remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollablePanel.PanelElement">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.RadScrollablePanelElement"/>
            class which represents the main element of the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollablePanel.PanelContainer">
            <summary>
            Gets the container panel that holds
            all the components added to the panel.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollablePanel.VerticalScrollbar">
            <summary>
            Gets the vertical scrollbar of the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollablePanel.HorizontalScrollbar">
            <summary>
            Gets the horizontal scrollbar of the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupEditor.DropDownStyle">
            <summary>
            Gets or sets a value specifying the style of the DropDownList
            </summary>        
        </member>
        <member name="E:Telerik.WinControls.UI.RadPopupEditor.PopupOpened">
            <summary>
            
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPopupEditor.PopupOpening">
            <summary>
            
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPopupEditor.PopupClosing">
            <summary>
            
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPopupEditor.PopupClosed">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupEditorElement.DropDownStyle">
            <summary>
            Gets or sets a value specifying the style of the DropDownList
            </summary>        
        </member>
        <member name="T:Telerik.WinControls.UI.IPrintable">
            <summary>
            Represents an interface for printable objects.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.IPrintable.BeginPrint(Telerik.WinControls.UI.RadPrintDocument,System.Drawing.Printing.PrintEventArgs)">
            <summary>
            Called when the printing begins.
            </summary>
            <param name="sender">The <c ref="RadPrintDocument"/> that has initiated the printing.</param>
            <param name="args">The event args.</param>
            <returns>The number of pages.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.IPrintable.EndPrint(Telerik.WinControls.UI.RadPrintDocument,System.Drawing.Printing.PrintEventArgs)">
            <summary>
            Called when the printing ends.
            </summary>
            <param name="sender">The <c ref="RadPrintDocument"/> that has initiated the printing.</param>
            <param name="args">The event args.</param>
            <returns>[false] if cancel</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.IPrintable.PrintPage(System.Int32,Telerik.WinControls.UI.RadPrintDocument,System.Drawing.Printing.PrintPageEventArgs)">
            <summary>
            Prints the page with the specified number.
            </summary>
            <param name="pageNumber">The number of the current page.</param>
            <param name="sender">The <c ref="RadPrintDocument"/> that has initiated the printing.</param>
            <param name="args">The event args.</param>
            <returns>[true] if there are more pages, [false] otherwise</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.IPrintable.GetSettingsDialog(Telerik.WinControls.UI.RadPrintDocument)">
            <summary>
            Gets a print settings dialog that is specific for the printable object.
            </summary>
            <param name="document">The <c ref="RadPrintDocument"/> that has initiated the printing.</param>
            <returns>The dialog.</returns>
        </member>
        <member name="F:Telerik.WinControls.UI.PlusMinusEditor.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PlusMinusEditor.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PlusMinusEditor.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PrintElementEventArgs.PrintElement">
            <summary>
            Gets the <c ref="RadPrintElement"/> associated with the event.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PrintElementPaintEventArgs.Graphics">
            <summary>
            Gets the graphics object which is used for painting.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PrintElementPaintEventArgs.Bounds">
            <summary>
            Gets the bounds in which the element is being painted.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.PrintSettingsDialog">
            <summary>
            Represents an UI dialog for editing print settings.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PrintSettingsDialog.LoadSettings">
            <summary>
            Loads the settings when the dialog is shown.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PrintSettingsDialog.ApplySettings">
            <summary>
            Saves all settings from the dialog into the <see cref="T:Telerik.WinControls.UI.RadPrintDocument"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PrintSettingsDialog.CreateFormatControl">
            <summary>
            Creates the specific control for editing the settings of the printed control.
            </summary>
            <returns>The that will be displayed on the first page of this dialog</returns>
        </member>
        <member name="F:Telerik.WinControls.UI.PrintSettingsDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PrintSettingsDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PrintSettingsDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PrintSettingsDialog.PageView">
            <summary>
            Gets the page view control of the dialog.
            </summary>
            <value>The page view.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.PrintSettingsDialog.PrintDocument">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadPrintDocument"/> shown in this dialog.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PrintSettingsDialog.ShowPreviewButton">
            <summary>
            If [true] a Preview button is shown, otherwise an OK button is shown.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPrintDocument">
            <summary>
            Defines a reusable object that sends output to a printer and manages the whole printing process,
            when printing from an application. Can be associated with any object that implements the <c ref="IPrintable"/> interface.
            Currently only <c ref="RadScheduler"/> and <c ref="RadGridView"/> implement this interface.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPrintDocument.PrintHeader(System.Drawing.Printing.PrintPageEventArgs)">
            <summary>
            Prints the header part of the page.
            </summary>
            <param name="args">The printing arguments.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPrintDocument.PrintFooter(System.Drawing.Printing.PrintPageEventArgs)">
            <summary>
            Prints the footer part of the page.
            </summary>
            <param name="args">The printing arguments.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPrintDocument.PrintWatermark(System.Drawing.Printing.PrintPageEventArgs)">
            <summary>
            Prints the watermark of the page.
            </summary>
            <param name="args">The printing arguments.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPrintDocument.OnAssociatedObjectChanged">
            <summary>
            Called when the associated printable object has changed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPrintDocument.ParseHeaderFooterString(System.String)">
            <summary>
            Parses a given string for special words.
            </summary>
            <param name="s">The string.</param>
            <returns>The parsed string.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintDocument.CurrentPage">
            <summary>
            Gets or sets the currently selected page. This page will be the first to be printed when the PrintRange
            is set to Current or Selection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintDocument.SelectionLength">
            <summary>
            Gets or sets the count of the selected pages. This indicates how many pages will be printed when the PrintRange
            is set to Selection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintDocument.HeaderFont">
            <summary>
            Gets or sets the font of the page header.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintDocument.FooterFont">
            <summary>
            Gets or sets the font of the page footer.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintDocument.ReverseHeaderOnEvenPages">
            <summary>
            [true] if the LeftHeader and RightHeader should be reversed on even pages, [false] otherwise.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintDocument.ReverseFooterOnEvenPages">
            <summary>
            [true] if the LeftFooter and RightFooter should be reversed on even pages, [false] otherwise.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintDocument.LeftHeader">
            <summary>
            Gets or sets the text that will be printed near the upper left corner of the page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintDocument.RightHeader">
            <summary>
            Gets or sets the text that will be printed near the upper right corner of the page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintDocument.MiddleHeader">
            <summary>
            Gets or sets the text that will be printed at the top center of the page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintDocument.LeftFooter">
            <summary>
            Gets or sets the text that will be printed near the bottom left corner of the page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintDocument.RightFooter">
            <summary>
            Gets or sets the text that will be printed near the bottom right corner of the page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintDocument.MiddleFooter">
            <summary>
            Gets or sets the text that will be printed at the bottom center of the page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintDocument.HeaderHeight">
            <summary>
            Gets or sets the height of the header area.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintDocument.FooterHeight">
            <summary>
            Gets or sets the height of the header area.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintDocument.AssociatedObject">
            <summary>
            Gets or sets the <c ref="IPrintable"/> object, associated with this document.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintDocument.PrintedPage">
            <summary>
            Gets the number of the page being printed. 
            The value of this property changes during the printing process.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintDocument.PageCount">
            <summary>
            Gets the total page count. The value is populated when the printing process begins.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintDocument.IsPrinting">
            <summary>
            Indicates whether the printing process is running.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPrintElement.Paint(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Draws the element using the <see cref="T:System.Drawing.Graphics"/> object in the given rectangle.
            </summary>
            <param name="g">The graphics object used for the drawing.</param>
            <param name="rect">The draw area.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPrintElement.Paint(System.Drawing.Graphics,System.Drawing.RectangleF)">
            <summary>
            Draws the element using the <see cref="T:System.Drawing.Graphics"/> object in the given rectangle.
            </summary>
            <param name="g">The graphics object used for the drawing.</param>
            <param name="rect">The draw area.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.TextPadding">
            <summary>
            Gets or sets the padding arround the text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.DrawText">
            <summary>
            Gets or sets a value indicating whether the text should be drawn.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.AngleTransform">
            <summary>
            Gets or sets the rotation angle of the element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.ScaleTransform">
            <summary>
            Gets or sets the scale factors of the element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.DrawFill">
            <summary>
            Gets or sets whether a fill should be drawn.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.DrawBorder">
            <summary>
            Gets or sets whether a border should be drawn.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.RightToLeft">
            <summary>
            Gets or sets whether the cell is right to left.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.ForeColor">
            <summary>
            Gets or sets the fore color of the element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.BackColor">
            <summary>
            Gets or sets the back color of the element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.BorderColor">
            <summary>
            Gets or sets the back color of the element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.TextAlignment">
            <summary>
            Gets or sets the text alignment of the element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.Text">
            <summary>
            Gets or sets the text to be drawn.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.Font">
            <summary>
            Gets or sets the font used for drawing the text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.StringTrimming">
            <summary>
            Gets or sets the string trimming mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.StringFormatFlags">
            <summary>
            Gets or sets the string format flags.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.Image">
            <summary>
            Gets or sets the image of the element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.ImageLayout">
            <summary>
            Gets or sets the image layout.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.ImageAlignment">
            <summary>
            Gets or sets the image alignment
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.Polygon">
            <summary>
            Represents a series of points that will define the shape of the element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintElement.EnableHtmlTextRendering">
            <summary>
            Gets or sets a value indicating whether html text will be interpreted or will be printed directly.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPrintPreviewControl">
            <summary>
            A control which is responsible for displaying print documents.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintPreviewControl.PageBorderColor">
            <summary>
            Gets or sets the border color for each page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintPreviewControl.PageInnerBorderColor">
            <summary>
            Gets or sets the inner border color for each page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintPreviewControl.ScrollOffset">
            <summary>
            Gets or sets the current scroll position.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPrintPreviewDialog">
            <summary>
            A dialog for previwing and setting <c ref="RadPrintDocument"/> before printing.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPrintPreviewDialog.ScrollWith(System.Drawing.Point)">
            <summary>
            Scrolls the preview with a specified offset.
            </summary>
            <param name="offset">The offset.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPrintPreviewDialog.SetZoom(System.Double)">
            <summary>
            Sets the zoom factor of the preview.
            </summary>
            <param name="factor">The zoom factor.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPrintPreviewDialog.LocalizeStrings">
            <summary>
            Localizes the strings in the dialog with strings from the current <c ref="PrintDialogsLocalizationProvider"></c>
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadPrintPreviewDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPrintPreviewDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPrintPreviewDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintPreviewDialog.Document">
            <summary>
            Gets or sets the <c ref="RadPrintDocument"/> that should be previewed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintPreviewDialog.ToolMenu">
            <summary>
            Gets the RadMenu instance of the form.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintPreviewDialog.ToolCommandBar">
            <summary>
            Gets the RadCommandBar instance of the form.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintPreviewDialog.PrintDialog">
            <summary>
            Gets the <see cref="P:Telerik.WinControls.UI.RadPrintPreviewDialog.PrintDialog"/> that is shown by this dialog.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintPreviewDialog.WatermarkDialog">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.WatermarkPreviewDialog"/> that is shown by this dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPrintWatermark.ShouldPrintOnPage(System.Int32)">
            <summary>
            Checks whether the watermark should be printed on the given page.
            </summary>
            <param name="pageNumber">The page to check.</param>
            <returns>True if the watermark should be printed, otherwise false.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintWatermark.PageNumbers">
            <summary>
            Gets a list of integer values for the string Pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintWatermark.AllPages">
            <summary>
            Gets or sets a value indicating whether the watermark is printed on all pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintWatermark.Pages">
            <summary>
            Gets or sets a string which indicates on which pages the watermark should be printed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintWatermark.ForeColor">
            <summary>
            Gets or sets the fore color of the text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintWatermark.Text">
            <summary>
            Gets or sets the text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintWatermark.Font">
            <summary>
            Gets or sets the font of the text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintWatermark.DrawInFront">
            <summary>
            Gets or sets a value indicating whether the watermark is drawn under or over the printed content.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintWatermark.DrawText">
            <summary>
            Gets a value indicating whether there is a text to be printed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintWatermark.TextAngle">
            <summary>
            Gets or sets the angle at which the text is rotated.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintWatermark.TextOpacity">
            <summary>
            Gets or sets the text opacity.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintWatermark.TextHOffset">
            <summary>
            Gets or sets the text horizontal offset.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintWatermark.TextVOffset">
            <summary>
            Gets or sets the text vertical offset.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintWatermark.DrawImage">
            <summary>
            Gets a value indicating whether there is an image to be printed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintWatermark.ImagePath">
            <summary>
            Gets or sets the path to the image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintWatermark.ImageOpacity">
            <summary>
            Gets or sets the image opacity.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintWatermark.ImageHOffset">
            <summary>
            Gets or sets the image horizontal offset.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintWatermark.ImageVOffset">
            <summary>
            Gets or sets the image vertical offset.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPrintWatermark.ImageTiling">
            <summary>
            Gets or sets a value indicating whether the image should tiled.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.StackLayoutElement">
            <summary>
            Represent a stack layout element
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StackLayoutElement.OrientationProperty">
            <summary>
            The orientation property
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StackLayoutElement.ElementSpacingProperty">
            <summary>
            The element spacing property
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StackLayoutElement.RightToLeftModeProperty">
            <summary>
            The right to left mode property
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.StackLayoutElement.ArrangeHorizontally(System.Drawing.SizeF)">
            <summary>
            Arranges the items horizontally.
            </summary>
            <param name="finalSize">The final size.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.StackLayoutElement.ArrangeItemsHorizontaly(System.Drawing.RectangleF,System.Drawing.SizeF,System.Single,System.Single)">
            <summary>
            Arranges the items horizontaly.
            </summary>
            <param name="clientRect">The client rect.</param>
            <param name="finalSize">The final size.</param>
            <param name="stretchableWidth">Width of the stretchable.</param>
            <param name="spacing">The spacing.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.StackLayoutElement.ArrangeVertically(System.Drawing.SizeF)">
            <summary>
            Arranges the items vertically.
            </summary>
            <param name="finalSize">The final size.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.StackLayoutElement.ArrangeElement(Telerik.WinControls.RadElement,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.SizeF)">
            <summary>
            Arranges the element.
            </summary>
            <param name="element">The element.</param>
            <param name="clientRect">The client rect.</param>
            <param name="finalRect">The final rect.</param>
            <param name="finalSize">The final size.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.StackLayoutElement.AlignRect(Telerik.WinControls.RadElement,System.Drawing.RectangleF)">
            <summary>
            Aligns the rectangle according to orientation and element's alignment.
            </summary>
            <param name="element">The element.</param>
            <param name="arrangeRect">The arrange rect.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.StackLayoutElement.Orientation">
            <summary>
            Gets or sets the item orientation.
            </summary>
            <value>
            The orientation.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.StackLayoutElement.ElementSpacing">
            <summary>
            Gets or sets the element spacing between items.
            </summary>
            <value>
            The element spacing.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.StackLayoutElement.RightToLeftMode">
            <summary>
            Gets or sets the right to left mode.
            </summary>
            <value>
            The right to left mode.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.StackLayoutElement.FitInAvailableSize">
            <summary>
            Gets or sets a value indicating whether to fit the available size.
            </summary>
            <value>
              <c>true</c> if fit the available size; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.StackLayoutElement.RightToLeftModes">
            <summary>
            Right to left modes in <see cref="T:Telerik.WinControls.UI.StackLayoutElement"/>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadMenuItem">
            <summary>
                Represents a selectable option displayed on a <see cref="T:Telerik.WinControls.UI.RadMenuElement"/> or
                in a drop down panel.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenuItem.#ctor">
            <summary>
            Initializes a new instance of the RadMenuItem class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenuItem.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RadMenuItem class using the displayed
            text.
            </summary>
            <param name="text"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenuItem.#ctor(System.String,System.Object)">
            <summary>
            Initializes a new instance of the RadMenuItem class using the displayed text.
            </summary>
            <param name="text"></param>
            <param name="tag"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenuItem.OnToggleStateChanging(Telerik.WinControls.UI.StateChangingEventArgs)">
            <summary>
            Raises the ToggleStateChanging event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenuItem.OnToggleStateChanged(Telerik.WinControls.UI.StateChangedEventArgs)">
            <summary>
            Raises the ToggleStateChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenuItem.GetArrowVisible">
            <summary>
            Determines whether the arrow is currently displayed for this item.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMenuItem.ToggleStateChanging">
            <summary>
            Occurs before the item's toggle state changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMenuItem.ToggleStateChanged">
            <summary>
            Occurs when the item's toggle state changes.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItem.HintText">
            <summary>
            	Gets or sets the text that appears as a HintText for a menu item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItem.ToggleState">
            <summary>
                Gets or sets the <see cref="T:Telerik.WinControls.Enumerations.ToggleState">toggle
                state</see>. Toggle state enumeration defines the following values: Off,
                Indeterminate, and On.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItem.ShowArrow">
            <summary>
            	Gets or sets if the arrow is shown when the menu item contains sub menu.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItem.DescriptionFont">
            <summary>
            Gets or sets the font of the descrition text of the RadMenuItem. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItem.DescriptionTextVisible">
            <summary>
            Gets the visibility of description text element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItem.DescriptionText">
            <summary>
            	Gets or sets the description text associated with this item. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItem.CheckOnClick">
            <summary>
            Gets or sets a value indicating whether a menu item should toggle its CheckState on mouse click.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItem.FillPrimitive">
            <summary>
            Gets the FillPrimitive of RadMenuItem responsible for the background appearance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItem.BorderPrimitive">
            <summary>
            Gets the BorderPrimitive of RadMenuItem responsible for appearance of the border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItem.IsChecked">
            <summary>Gets or sets a value indicating whether the menu item is checked.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItem.ImageIndex">
            <summary>
               Gets or sets the index value of the image that is displayed on the item. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItem.ImageKey">
            <summary>
               Gets or sets the key accessor for the image in the ImageList.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItem.MergeIndex">
            <summary>
            	Gets or sets the position of a merged item within the current menu.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItem.TextSeparatorVisibility">
            <summary>
            Gets or sets the visibility of the separator element between the text and the description text
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuItem.AccessibleName">
            <summary>
            Gets or sets the name of the control for use by accessibility client applications.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.WatermarkPreviewDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WatermarkPreviewDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.WatermarkPreviewDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ProgressBarEventArgs">
            <summary>
                Represents event data for some of the progress bar event:
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.ValueChanged">ValueChanged</see>,
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.MinimumChanged">MinimumChanged</see>,
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.MaximumChanged">MaximumChanged</see>,
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.StepChanged">StepChanged</see>,
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.StepWidthChanged">StepWidthChanged</see>,
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.DashChanged">DashChanged</see>,
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.IntegralDashChanged">IntegralDashChanged</see>,
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.SeparatorWidthChanged">SeparatorWidthChanged</see>,
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.TextOrientationChanged">TextOrientationChanged</see>,
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.TextAlignmentChanged">TextAlignmentChanged</see>,
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.ProgressOrientationChanged">ProgressOrientationChanged</see>,
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.ShowProgressIndicatorsChanged">ShowProgressIndicatorsChanged</see> and
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.SeparatorColorChanged">SeparatorColorChanged</see>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ProgressBarEventArgs.#ctor(Telerik.WinControls.UI.ProgressBarSenderEvent)">
            <summary>
            Initializes a new instance of the ProgressBarEventArgs class using the sender 
            of the event.
            </summary>
            <param name="senderEvent">Represents the event sender.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.ProgressBarEventArgs.SenderEvent">
            <summary>
            Gets or sets the event sender.
            </summary>
            <value>event sender.</value>
        </member>
        <member name="T:Telerik.WinControls.UI.ProgressBarSenderEvent">
            <summary>
            Exposes the reason for a progress bar or waiting bar event.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ProgressBarSenderEvent.ValueChanged">
            <summary>
            Indicates that value1 or value2 has been changed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ProgressBarSenderEvent.MinimumChanged">
            <summary>
            Indicates that the Minimum property has been changed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ProgressBarSenderEvent.MaximumChanged">
            <summary>
            Indicates that the Maximum property has been changed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ProgressBarSenderEvent.StepChanged">
            <summary>
            Indicates that the Step has been changed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ProgressBarSenderEvent.StepWidthChanged">
            <summary>
            Indicates that the Step width has been changed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ProgressBarSenderEvent.DashChanged">
            <summary>
            Indicates that the Dash property has been changed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ProgressBarSenderEvent.HatchChanged">
            <summary>
            Indicates that the Hatch property has been changed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ProgressBarSenderEvent.IntegralDashChanged">
            <summary>
            Indicates that the IntegralDash property has been changed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ProgressBarSenderEvent.TextChanged">
            <summary>
            Indicates that the Text property has been changed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ProgressBarSenderEvent.SeparatorWidthChanged">
            <summary>
            Indicates that the SeparatorWidth property has been changed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ProgressBarSenderEvent.TextOrientationChanged">
            <summary>
            Indicates that the TextOrientatio property has been changed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ProgressBarSenderEvent.TextAlignmentChanged">
            <summary>
            Indicates that the TextAlignment property has been changed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ProgressBarSenderEvent.ProgressOrientationChanged">
            <summary>
            Indicates that the ProgressOrientation property has been changed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ProgressBarSenderEvent.ShowProgressIndicatorsChanged">
            <summary>
            Indicates that the ProgressOrientation property has been changed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ProgressBarSenderEvent.SeparatorColorChanged">
            <summary>
            Indicates that one of the separator colors property has been changed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ProgressBarSenderEvent.SeparatorGradientAngleChanged">
            <summary>
            Indicates that the separators gradeient angle property has been changed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ProgressBarSenderEvent.SeparatorColorStopChanged">
            <summary>
            Indicates that the separator color stop has changed
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ProgressBarSenderEvent.SeparatorNumberOfColorChanged">
            <summary>
            Indicates that the separator number of colors changed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ProgressBarTextElement.InitializeFields">
            <summary>
            Initializes the fields.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ProgressIndicatorElement">
            <summary>
            Rrepresents a progress indicator used in <see cref="T:Telerik.WinControls.UI.RadProgressBar"/>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ProgressIndicatorStateManager">
            <summary>
            Represents a state manager for the progress bar progress indicators.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ProgressIndicatorStateManager.CreateStateManager">
            <summary>
            Creates the state manager.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.RadProgressBarStateManager">
            <summary>
            Represents a state manager for <see cref="T:Telerik.WinControls.UI.RadProgressBar"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadProgressBarStateManager.CreateSpecificStates">
            <summary>
            Creates the specific states.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadProgressBarStateManager.CreateStateManager">
            <summary>
            Creates the state manager.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.SeparatorsElement.PaintPrimitive(Telerik.WinControls.Paint.IGraphics,System.Single,System.Drawing.SizeF)">
            <summary>
            Virtual function that draws the primitive on the screen.
            </summary>
            <param name="graphics">The graphics object.</param>
            <param name="angle">The angle.</param>
            <param name="scale">The scale.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.SeparatorsElement.SeparatorWidth">
            <summary>
            Gets or sets the width of the separator.
            </summary>
            <value>
            The width of the separator.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.SeparatorsElement.StepWidth">
            <summary>
            Gets or sets the width of the step.
            </summary>
            <value>
            The width of the step.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.SeparatorsElement.SeparatorColor1">
            <summary>
            Gets or sets the separator color1.
            </summary>
            <value>
            The separator color1.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.SeparatorsElement.SeparatorColor2">
            <summary>
            Gets or sets the separator color2.
            </summary>
            <value>
            The separator color2.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.SeparatorsElement.SeparatorColor3">
            <summary>
            Gets or sets the separator color3.
            </summary>
            <value>
            The separator color3.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.SeparatorsElement.SeparatorColor4">
            <summary>
            Gets or sets the separator color4.
            </summary>
            <value>
            The separator color4.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.SeparatorsElement.SeparatorGradientAngle">
            <summary>
            Gets or sets the separator gradient angle.
            </summary>
            <value>
            The separator gradient angle.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.SeparatorsElement.SeparatorGradientPercentage1">
            <summary>
            Gets or sets the separator gradient percentage1.
            </summary>
            <value>
            The separator gradient percentage1.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.SeparatorsElement.SeparatorGradientPercentage2">
            <summary>
            Gets or sets the separator gradient percentage2.
            </summary>
            <value>
            The separator gradient percentage2.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.SeparatorsElement.NumberOfColors">
            <summary>
            Gets or sets the number of colors to be used.
            </summary>
            <value>
            The number of colors.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.SeparatorsElement.ProgressOrientation">
            <summary>
            Gets or sets the flow direction of the progress indicator.
            </summary>
            <value>
            The progress orientation.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.SeparatorsElement.SweepAngle">
            <summary>
            Gets or sets the sweep angle.
            </summary>
            <value>
            The sweep angle.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.SeparatorsElement.Dash">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Telerik.WinControls.UI.SeparatorsElement"/> is dash.
            </summary>
            <value>
              <c>true</c> if dash; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.SeparatorsElement.Hatch">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Telerik.WinControls.UI.SeparatorsElement"/> is hatch.
            </summary>
            <value>
              <c>true</c> if hatch; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.UpperProgressIndicatorElement.InitializeFields">
            <summary>
            Initializes the fields.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.UpperProgressIndicatorElement.AutoOpacity">
            <summary>
            Gets or sets whether this progress indicatior will automatically control its 
            opacity when close to or over the second progress indicator.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.UpperProgressIndicatorElement.AutoOpacityMinimum">
            <summary>
            Gets or sets the minimum opacity level this progress indicator will go to
            when over the second progress indicator when AutoOpacity property is set
            to true.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Properties.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.arrow_down">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.arrow_up">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Back">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Checkerboard">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Close">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.close_dialog">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.current_date">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.current_time">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.cursor_move">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DefaultButton">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DropDown2">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.eyedropper">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.find_next">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.find_previous">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.hand_free">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.landscape">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.MDIclose">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.MDImaximize">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.MDIminimize">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Next">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.nextButton">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.open">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.page_number">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.page_setup">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.page_thumbnail">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.portrait">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.previousButton">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.print">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RadTreeViewDropAfter">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RadTreeViewDropAsChild">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RadTreeViewDropBefore">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.remove_image_file">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ribbon_close">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ribbon_maximize">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ribbon_minimize">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ribbonBarHelpButton">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.telerikLogo">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.telerikLogoSmall">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.text_selection">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.total_pages">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.user_name">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.view_thumbnail">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.watermark">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.zoom_in">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.zoom_out">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRangeAttribute">
            <summary>
            The RadRangeAttribute is an attribute which specifies the allowed range of values.
            It can be applied to properties declarations only.
            It is used by an editor when the propertyes is being edited.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRangeAttribute.#ctor(System.Int64,System.Int64)">
            <summary>
            Creates a new instance of the <see cref="T:Telerik.WinControls.UI.RadRangeAttribute"/> attribute withe the specific range.
            </summary>
            <param name="minValue">The minimum possible value in the range.</param>
            <param name="maxValue">The maximum possible value in the range.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeAttribute.MinValue">
            <summary>
            Gets the minimum value of the specified range.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeAttribute.MaxValue">
            <summary>
            Gets the maximum value of the specified range.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadSortOrderAttribute">
            <summary>
            The RadSortOrderAttribute is an attribute which specifies the sort order for properties inside <see cref="T:Telerik.WinControls.UI.RadPropertyGrid"/>.
            It can be applied to properties declarations only.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSortOrderAttribute.#ctor(System.Int32)">
            <summary>
            Creates a new instance of the <see cref="T:Telerik.WinControls.UI.RadSortOrderAttribute"/> attribute with the specified value.
            </summary>
            <param name="value">The value defining the sort order.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSortOrderAttribute.Value">
            <summary>
            Gets the value of the attribute.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.PropertyGridData.IItemAccessor">
            <summary>
            Defines an interface used to acces property information in RadPropertyGrid.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.IItemAccessor.Name">
            <summary>
            Gets the property name.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.IItemAccessor.DisplayName">
            <summary>
            Gets the property display name
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.IItemAccessor.Value">
            <summary>
            Gets or sets the property value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.IItemAccessor.Description">
            <summary>
            Gets the property description.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.IItemAccessor.ReadOnly">
            <summary>
            Gets a value indicating whether the property is read only.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.IItemAccessor.Category">
            <summary>
            Gets the property category.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.IItemAccessor.Attributes">
            <summary>
            Gets a collection of the attributes applied to the property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.IItemAccessor.PropertyType">
            <summary>
            Gets the property type.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.IItemAccessor.PropertyDescriptor">
            <summary>
            Gets the <see cref="P:Telerik.WinControls.UI.PropertyGridData.IItemAccessor.PropertyDescriptor"/> associated with this property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.IItemAccessor.UITypeEditor">
            <summary>
            Gets the <see cref="P:Telerik.WinControls.UI.PropertyGridData.IItemAccessor.UITypeEditor"/> associated with this property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.IItemAccessor.TypeConverter">
            <summary>
            Gets the <see cref="P:Telerik.WinControls.UI.PropertyGridData.IItemAccessor.TypeConverter"/> associated with this property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.ItemAccessor.Name">
            <summary>
             Gets the property name.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.ItemAccessor.DisplayName">
            <summary>
            Gets the property display name
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.ItemAccessor.Value">
            <summary>
            Gets or sets the property value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.ItemAccessor.Description">
            <summary>
            Gets or sets the description associated with this property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.ItemAccessor.Category">
            <summary>
            Gets the categoty of the property from its <see cref="T:System.ComponentModel.CategoryAttribute"/> or returns "Other" if no category is specified.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.ItemAccessor.ReadOnly">
            <summary>
            Gets a value indicating whether the property is editable.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.ItemAccessor.Attributes">
            <summary>
            Gets a collection of the attributes applied to the property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.ItemAccessor.PropertyType">
            <summary>
            Gets the property type.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.ItemAccessor.PropertyDescriptor">
            <summary>
            Gets the property descriptor for this property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.ItemAccessor.UITypeEditor">
            <summary>
            Gets the UITypeEditor associated with this property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.ItemAccessor.TypeConverter">
            <summary>
            Gets the TypeConverter associated with this property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridData.ItemAccessor.Owner">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.PropertyGridItem"/> associated with this accessor.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridGroup.Expand">
            <summary>
            Expands this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridGroup.Collapse">
            <summary>
            Collapses this instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridGroup.GroupItem">
            <summary>
            Gets the group item.
            </summary>
            <value>The group item.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridGroup.IsExpanded">
            <summary>
            Gets the expanded state of the group.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItemBase.Expand">
            <summary>
            Expandes the item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItemBase.Collapse">
            <summary>
            Collapses the item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItemBase.EnsureVisible">
            <summary>
            Ensures that this item is visible in the content of the RadPropertyGridElement.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItemBase.Select">
            <summary>
            Selects the grid tiem.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItemBase.SuspendPropertyNotifications">
            <summary>
            Allows PropertyChanged notifications to be temporary suspended.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItemBase.ResumePropertyNotifications">
            <summary>
            Resumes property notifications after a previous SuspendPropertyNotifications call.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.PropertyGridTableElement">
            <summary>
            Gets the parent property grid that the item is assigned to. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.Visible">
            <summary>
            Gets or sets a value indicating whether this instance is visible.
            </summary>
            <value>
            	<c>true</c> if this instance is visible; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.Selected">
            <summary>
            Gets or sets a value indicating whether this item is selected.
            </summary>
            <value>
            	<c>true</c> if this item is selected; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.Expanded">
            <summary>
            Gets or sets a value indicating whether this item is expanded.
            </summary>
            <value>
            	<c>true</c> if this item is expanded; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.Enabled">
            <summary>
            Gets or sets a value indicating whether the item can respond to user interaction.
            </summary>
            <value>The default value is true.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.ItemHeight">
            <summary>
            Gets or sets the height of the item.
            </summary>
            <value>The default value is 20.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.Image">
            <summary>
            Gets or sets the image of the node.
            </summary>		
            <seealso cref="P:Telerik.WinControls.UI.PropertyGridItemBase.ImageIndex">ImageIndex Property</seealso>		
            <seealso cref="P:Telerik.WinControls.UI.PropertyGridItemBase.ImageKey">ImageKey Property</seealso>		
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.ImageIndex">
            <summary>
            Gets or sets the left image list index value of the image displayed when the tree
            node is not selected.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.PropertyGridItemBase.Image">Image Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.PropertyGridItemBase.ImageKey">ImageKey Property</seealso>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.ImageKey">
            <summary>
            	Gets or sets the key
                for the left image associated with this tree node when the node is not selected.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.PropertyGridItemBase.Image">Image Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.PropertyGridItemBase.ImageIndex">ImageIndex Property</seealso>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.Label">
            <summary>
            Gets or sets the text associated with this item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.Description">
            <summary>
            Gets or sets the description associated with this item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.ToolTipText">
            <summary>
            Gets or sets the tool tip text associated with this item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.ContextMenu">
            <summary>Gets or sets the context menu associated to the item.</summary>
            <value>Returns an instance of <see cref="T:Telerik.WinControls.UI.RadDropDownMenu">RadDropDownMenu Class</see> that
            is associated with the item. The default value is null.</value>
            <remarks>
            This property could be used to associate a custom menu and replace the property grid's
            default. If the context menu is invoked by right-clicking an item, the property grid's menu
            will not be shown and the context menu assigned to this item will be shown instead.
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.Tag">
            <summary>
            Gets or sets the tag object that can be used to store user data, corresponding to the item.
            </summary>
            <value>The tag.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.Level">
            <summary>
            Gets a value indicating how deep in the hierarchy this propety is.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.GridItems">
            <summary>
            Gets the child items list associated with this item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.Expandable">
            <summary>
            Gets a value indicating whether this item is expandable.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.Parent">
            <summary>
            Gets the parent item for this item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemBase.Name">
            <summary>
            Gets the property name
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItem.ResetValue">
            <summary>
            Resets the property value to its default value.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItem.BeginEdit">
            <summary>
            Selects this item and puts the Property grid in edit mode.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItem.GetChildItems(Telerik.WinControls.UI.PropertyGridItem,System.Object,System.Type)">
            <summary>
            Gets the child items for a given item.
            </summary>
            <param name="parentItem">The parent item for which to get the child items.</param>
            <param name="obj">The instance of the item.</param>
            <param name="objType">The type of the property.</param>
            <returns>Collection of <see cref="T:Telerik.WinControls.UI.PropertyGridItem"/></returns>.
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItem.TryGetDefaultValue(System.Object@)">
            <summary>
            Gets the default value of the current item. A return parameter determines if the operation succeeded.
            </summary>
            <param name="value">An object where the default value will be stored if there is such.</param>
            <returns>True if the item has a default value otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItem.ShouldGetChildItemsAnew(System.Object,System.Object)">
            <summary>
            Determines if the item should update its child items based on the types of the old value and the new one.
            </summary>
            <param name="oldValue">The old value of this item.</param>
            <param name="newValue">The new value of this item.</param>
            <returns>True if child items should be updated otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItem.ConvertToPasswordString(System.String)">
            <summary>
            Converts a string into a password string.
            </summary>
            <param name="input">The input.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.Name">
            <summary>
            Gets the property name
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.Label">
            <summary>
            Gets or sets the text that would be displayed for this property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.Description">
            <summary>
            Gets or sets the description associated with this item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.Category">
            <summary>
            Gets the categoty of the property from its <see cref="T:System.ComponentModel.CategoryAttribute"/> or returns "Other" if no category is specified.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.ReadOnly">
            <summary>
            Gets a value indicating whether the property is read only.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.Value">
            <summary>
            Gets or sets the item value.
            </summary>
            <value>The text.</value>  
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.FormattedValue">
            <summary>
            Gets the value of the property as a string using its <see cref="P:Telerik.WinControls.UI.PropertyGridItem.TypeConverter"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.OriginalValue">
            <summary>
            Gets the original property value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.IsModified">
            <summary>
            Gets a value indicating whether the property value is modified.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.Expandable">
            <summary>
            Gets a value indicating whether this is a complex property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.SortOrder">
            <summary>
            Gets or sets a value defining the sort order of the item when no other sorting is applied.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.Attributes">
            <summary>
            Gets a collection of the attributes applied to the property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.GridItems">
            <summary>
            Gets the sub items of the current if it is composed of several subitems.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.Parent">
            <summary>
            Gets or sets the parent of this item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.ErrorMessage">
            <summary>
            Gets or sets an error message to be displayed when property value validation fails.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.UITypeEditor">
            <summary>
            Gets the UITypeEditor associated with this property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.TypeConverter">
            <summary>
            Gets the TypeConverter associated with this property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.PropertyType">
            <summary>
            Gets the property type
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.PropertyDescriptor">
            <summary>
            Gets the property descriptor for this property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItem.Accessor">
            <summary>
            Gets the item accessor for this property item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItemProvider.GetItems">
            <summary>
            Gets the items.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItemProvider.SetCurrent(Telerik.WinControls.UI.PropertyGridItem)">
            <summary>
            Sets the current.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItemProvider.Reset">
            <summary>
            Resets this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItemProvider.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItemProvider.SuspendUpdate">
            <summary>
            Suspends the update.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItemProvider.ResumeUpdate">
            <summary>
            Resumes the update.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemProvider.RadPropertyGridElement">
            <summary>
            Gets the property grid element.
            </summary>
            <value>The tree view.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemProvider.IsSuspended">
            <summary>
            Gets a value indicating whether this instance is suspended.
            </summary>
            <value>
            	<c>true</c> if this instance is suspended; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridGroupItem.Label">
            <summary>
            Gets the text displayed for this group.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridGroupItem.GridItems">
            <summary>
            Gets the items collection of the group.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridGroupItem.Expandable">
            <summary>
            Gets a value indicating whether this item is expandable.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridGroupItem.Group">
            <summary>
            Gets the group created by the Group Factory
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridGroupItem.Name">
            <summary>
            Gets the name of this group.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.PropertyGridTextBoxControlEditor">
            <summary>
            Represents a text box control editor in <see cref="T:Telerik.WinControls.UI.RadPropertyGrid"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridCustomGroupingEventArgs.PropertyGridTable">
            <summary>
            Gets the PropertyGridTableElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridCustomGroupingEventArgs.Item">
            <summary>
            Gets the item tha is being processed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridCustomGroupingEventArgs.GroupKey">
            <summary>
            Gets or sets the GroupKey. The GroupKey is a unique identifier for a group.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridCustomGroupingEventArgs.Handled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Telerik.WinControls.UI.PropertyGridCustomGroupingEventArgs"/> is handled.
            </summary>
            <value><c>true</c> if handled; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Telerik.WinControls.UI.PropertyGridBestFitMode">
            <summary>
            Defines the mode that <see cref="T:Telerik.WinControls.UI.RadPropertyGrid"/> uses to best fit its columns.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PropertyGridBestFitMode.MaximizeLabelColumnVisibility">
            <summary>
            Maximizes the visibility of the strings in the Labels column.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PropertyGridBestFitMode.MaximizeValueColumnVisibility">
            <summary>
            Maximizes the visibility of the strings in the Values column.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PropertyGridBestFitMode.MaximizeVisibility">
            <summary>
            Uses a mechanism that makes a maximum number of strings from both columns visibile.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadBrowseEditorLocalizationProvider">
            <summary>
            Provides localization services for RadBrowseEditor.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadBrowseEditorStringId">
            <summary>
            Represents localization strings in RadBrowserEditor.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.HeaderNavigationMode">
            <summary>
            Specifies the navigation mode that will be used when user click on header element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarVisualElement.View">
            <summary>
            	<para>Exposes the top instance of <strong>CalendarView</strong> or its derived
                types.</para>v
            	<para>Every <strong>CalendarView</strong> class handles the real calculation and
                rendering of <strong>RadCalendar</strong>'s calendric information. The
                <strong>CalendarView</strong> has the
                <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView~ChildViews.html">
                ChildViews</a> collection which contains all the sub views in case of multi view
                setup.</para>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarVisualElement.Calendar">
            <summary>
            Gets the parent calendar that the current view is assigned to.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.FastNavigationItem.Selected">
            <summary>Gets or sets the selected cell.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarFastNavigationElement.Items">
            <summary>
            Gets the items collection of the element
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CollapsiblePanelLayoutElement.InitializeFields">
            <summary>
            Initializes the fields.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CollapsiblePanelLayoutElement.CreateChildElements">
            <summary>
            Called by the element when constructed. Allows inheritors to build the element tree.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CollapsiblePanelLayoutElement.Image">
            <summary>
            Gets or sets the image of the element.
            </summary>
            <value>
            The image.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.CollapsiblePanelLayoutElement.ImagePrimitive">
            <summary>
            Gets the image primitive.
            </summary>
            <value>
            The image primitive.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.RadScrollablePanelContainer">
            <summary>
            This class represents the container which holds
            all controls put in a <see cref="T:Telerik.WinControls.UI.RadScrollablePanel"/>
            control. The scrolling support comes from this container.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollablePanelContainer.#ctor">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.RadScrollablePanelContainer"/>
            class. This constructor is used by the Visual Studio Designer.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollablePanelContainer.#ctor(Telerik.WinControls.UI.RadScrollablePanel)">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.RadScrollablePanelContainer"/>
            class.
            </summary>
            <param name="parentPanel">An instance of the <see cref="T:Telerik.WinControls.UI.RadScrollablePanel"/>
            class which represents the owner of this container.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollablePanelContainer.AllowAutomaticScrollToControl">
            <summary>
            Gets or sets a value indicating whether the focused control inside the RadScrollablePanel
            will be automatically scrolled into view when gaining focus.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanel.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadCollapsiblePanel"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanel.InitializeInternalContainer">
            <summary>
            Initializes the internal container which holds the controls.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanel.CreateChildItems(Telerik.WinControls.RadElement)">
            <summary>
            Creates the child items.
            </summary>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanel.CreateControlsContainer">
            <summary>
            Creates the controls container which holds the controls.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanel.CreateCollapsiblePanelElement">
            <summary>
            Creates the collapsible panel element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanel.CreateControlsInstance">
            <summary>
            Creates a new instance of the control collection for the control.
            </summary>
            <returns>
            A new instance of <see cref="T:System.Windows.Forms.Control.ControlCollection" /> assigned to the control.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanel.Dispose(System.Boolean)">
            <summary>
            Releases unmanaged and - optionally - managed resources.
            </summary>
            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanel.Expand">
            <summary>
            Expands the control. Will not have effect if the control is already expanded or is animating.
            Can be canceled from the Expanding event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanel.Collapse">
            <summary>
            Collapses the control. Will not have effect if the control is already collapsed or is animating.
            Can be canceled from the Collapsing event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanel.ToggleExpandCollapse">
            <summary>
            If the Control is expanded it will be collapsed and vice-versa.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanel.OnRightToLeftChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:RightToLeftChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanel.OnDockChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Windows.Forms.Control.DockChanged" /> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanel.DefaultSize">
            <summary>
            Gets the default size of the control.
            </summary>
            <returns>The default <see cref="T:System.Drawing.Size" /> of the control.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanel.ControlsContainer">
            <summary>
            Gets the controls container.
            </summary>
            <value>
            The controls container.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanel.PanelContainer">
            <summary>
            Gets the panel container which contains the controls of the RadCollapsiblePanel.
            </summary>
            <value>
            The panel container.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanel.CollapsiblePanelElement">
            <summary>
            Gets the collapsible panel element.
            </summary>
            <value>
            The collapsible panel element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanel.ExpandDirection">
            <summary>
            Gets or sets the expand direction.
            </summary>
            <value>
            The expand direction.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanel.EnableAnimation">
            <summary>
            Gets or sets a value indicating whether to use animation to expand or collapse the control.
            </summary>
            <value>
            <c>true</c> if the expand/collapse animations are enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanel.ContentSizingMode">
            <summary>
            Gets or sets the content sizing mode.
            </summary>
            <value>
            The content sizing mode.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanel.IsExpanded">
            <summary>
            Gets a or Sets value indicating whether the control is expanded.
            </summary>
            <value>
              <c>true</c> if the control is expanded; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanel.IsAnimating">
            <summary>
            Gets a value indicating whether the control is currently animating.
            </summary>
            <value>
              <c>true</c> if the control is currently animating; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanel.ShowHeaderLine">
            <summary>
            Gets or sets a value indicating whether to show a line primitive in the header.
            </summary>
            <value>
              <c>true</c> if a line in the header is visible; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanel.HorizontalHeaderAlignment">
            <summary>
            Gets or sets the horizontal header alignment.
            </summary>
            <value>
            The horizontal header alignment.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanel.VerticalHeaderAlignment">
            <summary>
            Gets or sets the vertical header alignment.
            </summary>
            <value>
            The vertical header alignment.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanel.HeaderText">
            <summary>
            Gets or sets the header text.
            </summary>
            <value>
            The header text.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanel.OwnerBoundsCache">
            <summary>
            This value is set when the control is about to be collapsed and is used to restore the control's size when expanding. It should only be set by the control itself.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanel.AnimationInterval">
            <summary>
            Gets or sets the animation interval.
            </summary>
            <value>
            The animation frames.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanel.AnimationFrames">
            <summary>
            Gets or sets the animation frames.
            </summary>
            <value>
            The animation frames.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanel.AnimationEasingType">
            <summary>
            Gets or sets the easing type to be applied to the animation when expanding or collapsing
            </summary>
            <value>
            The animation easing type.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanel.AnimationType">
            <summary>
            Gets or sets the type of the expand or collapse animation.
            </summary>
            <value>
            The type of the animation.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCollapsiblePanel.Expanded">
            <summary>
            Occurs after the control is expanded.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCollapsiblePanel.Collapsed">
            <summary>
            Occurs after the control is collapsed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCollapsiblePanel.Expanding">
            <summary>
            Occurs before the control is expanded.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCollapsiblePanel.Collapsing">
            <summary>
            Occurs before the control is collapsed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CollapsiblePanelControlsContainer.SynchronizeWithElement(Telerik.WinControls.RadElement)">
            <summary>
            Synchronizes its size, location and margin with the specified <see cref="T:Telerik.WinControls.RadElement"/> instance
            </summary>
            <param name="element">The element to synchronize with.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CollapsiblePanelControlsContainer.SynchronizeSizeWithElement(Telerik.WinControls.RadElement)">
            <summary>
            Synchronizes its size with the specified <see cref="T:Telerik.WinControls.RadElement"/> instance
            </summary>
            <param name="element">The element to synchronize with.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CollapsiblePanelControlsContainer.SynchronizeLocationWithElement(Telerik.WinControls.RadElement)">
            <summary>
            Synchronizes its location with the specified <see cref="T:Telerik.WinControls.RadElement"/> instance
            </summary>
            <param name="element">The element to synchronize with.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CollapsiblePanelControlsContainer.SynchronizeMarginWithElement(Telerik.WinControls.RadElement)">
            <summary>
            Synchronizes its margin with the specified <see cref="T:Telerik.WinControls.RadElement"/> instance
            </summary>
            <param name="element">The element to synchronize with.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CollapsiblePanelControlsContainer.SuspendChildControlsLayout">
            <summary>
            Suspends the child controls layout.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CollapsiblePanelControlsContainer.SuspendChildControlsLayoutWhereNotDocked">
            <summary>
            Suspends the child controls layout where the controls are not docked.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CollapsiblePanelControlsContainer.ResumeChildControlsLayout(System.Boolean)">
            <summary>
            Resumes the child controls layout.
            </summary>
            <param name="performLayout">if set to <c>true</c> [perform layout].</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CollapsiblePanelControlsContainer.ResumeChildControlsLayout">
            <summary>
            Resumes the child controls layout.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CollapsiblePanelControlsContainer.ToBitmap">
            <summary>
            Draws the control to a <see cref="T:System.Drawing.Bitmap"/>
            </summary>
            <returns>A new instance of <see cref="T:System.Drawing.Bitmap"/></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.CollapsiblePanelControlsContainer.PanelContainer">
            <summary>
            Gets the container panel that holds
            all the components added to the panel.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CollapsiblePanelControlsContainer.Dock">
            <summary>
            Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
            </summary>
            <returns>One of the <see cref="T:System.Windows.Forms.DockStyle" /> values. The default is <see cref="F:System.Windows.Forms.DockStyle.None" />.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.CollapsiblePanelControlsContainer.ThemeClassName">
            <summary>
            Gets or sets the class name string that ThemeResolutionService will use to find the themes registered for the control.
            </summary>
            <remarks>
            By default the return value is RadControl's type FullName; Some controls like drop down menu has different ThemeClassName
            depending on the runtime usaage of the control.
            </remarks>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.#ctor(Telerik.WinControls.UI.RadCollapsiblePanel)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadCollapsiblePanelElement"/> class.
            </summary>
            <param name="ownerControl">The owner control.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.CreateChildElements">
            <summary>
            Called by the element when constructed. Allows inheritors to build the element tree.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.CreateHeaderElement">
            <summary>
            Creates the header element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.CreateLayoutElement">
            <summary>
            Creates the layout element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.OnPropertyChanged(Telerik.WinControls.RadPropertyChangedEventArgs)">
            <summary>
            Raises the <see cref="E:PropertyChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.RadPropertyChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.OnHeaderButtonClick(System.Object,System.EventArgs)">
            <summary>
            Called when the button in the CollapsiblePanel's header is clicked.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.Expand">
            <summary>
            Expands the control. Will not have effect if the control is already expanded or is animating.
            Can be canceled from the Expanding event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.Expand(System.Boolean,System.Boolean)">
            <summary>
            Expands the control. Will not have effect if the control is already expanded or is animating.
            Can be canceled from the Expanding event.
            </summary>
            <param name="ignoreIsExpanded">if set to <c>true</c> ignores the IsExpanded property.</param>
            <param name="stopAnimations">if set to <c>true</c> expands the control without animation.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.Collapse">
            <summary>
            Collapses the control. Will not have effect if the control is already collapsed or is animating.
            Can be canceled from the Collapsing event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.Collapse(System.Boolean,System.Boolean)">
            <summary>
            Collapses the control. Will not have effect if the control is already collapsed or is animating.
            Can be canceled from the Collapsing event.
            </summary>
            <param name="ignoreIsExpanded">if set to <c>true</c> ignores the IsExpanded property.</param>
            <param name="stopAnimations">if set to <c>true</c> expands the control without animation.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.ToggleExpandCollapse">
            <summary>
            If the Control is expanded it will be collapsed and vice-versa.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.CreateAnimation">
            <summary>
            Creates the <see cref="T:AnimatedPropertySetting"/> instance which will be used to animate the control.
            Create it according to its <see cref="P:Telerik.WinControls.UI.RadCollapsiblePanelElement.IsExpanded"/> value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.CreateAnimation(System.Boolean)">
            <summary>
            Creates the <see cref="T:AnimatedPropertySetting" /> instance which will be used to animate the control.
            </summary>
            <param name="isExpanded">if set to <c>true</c> expand animation will be created, otherwise collapse animation will be created.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.SetControlBoundsAfterCollapsed">
            <summary>
            Sets the control bounds after it is collapsed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.CreateExpandAnimation">
            <summary>
            Creates the expand animation.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.SetupRevealExpandAnimation(Telerik.WinControls.AnimatedPropertySetting)">
            <summary>
            Setups the reveal expand animation.
            </summary>
            <param name="animation">The animation to be set up.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.SetupSlideExpandAnimation(Telerik.WinControls.AnimatedPropertySetting)">
            <summary>
            Setups the slide expand animation.
            </summary>
            <param name="animation">The animation to be set up.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.CreateCollapseAnimation">
            <summary>
            Creates the collapse animation.
            </summary>
            <returns>The new <see cref="T:Telerik.WinControls.AnimatedPropertySetting"/> instance</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.SetupRevealCollapseAnimation(Telerik.WinControls.AnimatedPropertySetting)">
            <summary>
            Setups the reveal collapse animation.
            </summary>
            <param name="animation">The animation to be set up.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.SetupSlideCollapseAnimation(Telerik.WinControls.AnimatedPropertySetting)">
            <summary>
            Setups the slide collapse animation.
            </summary>
            <param name="animation">The animation to be set up.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.ExecuteCollapsePreparations">
            <summary>
            Executes the collapse preparations. This method is invoked before the panel starts collapsing.
            </summary>
            <exception cref="T:System.InvalidOperationException">If the current enumeration is not supported</exception>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.ExecuteCollapseFinalizations">
            <summary>
            Executes the collapse finalizations. This method is invoked after the panel has collapsed.
            </summary>
            <exception cref="T:System.InvalidOperationException">If the current enumeration is not supported</exception>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.ExecuteExpandPreparations">
            <summary>
            Executes the expand preparations. This method is invoked before the panel starts expanded.
            </summary>
            <exception cref="T:System.InvalidOperationException">If the current enumeration is not supported</exception>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.ExecuteExpandFinalizations">
            <summary>
            Executes the expand finalizations. This method is invoked after the panel has expanded.
            </summary>
            <exception cref="T:System.InvalidOperationException">If the current enumeration is not supported</exception>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCollapsiblePanelElement.GetObjectToBeAnimated">
            <summary>
            Gets the object to be animated. This object is used by the current animation object.
            </summary>
            <returns></returns>
            <exception cref="T:System.InvalidOperationException">If the current enumeration is not supported</exception>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanelElement.HeaderElement">
            <summary>
            Gets the header element.
            </summary>
            <value>
            The header element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanelElement.ExpandDirection">
            <summary>
            Gets or sets the expand direction.
            </summary>
            <value>
            The expand direction.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanelElement.IsExpanded">
            <summary>
            Gets or Sets a value indicating whether the control is expanded.
            </summary>
            <value>
              <c>true</c> if the control is expanded; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanelElement.EnableAnimation">
            <summary>
            Gets or sets a value indicating whether to use animation to expand or collapse the control.
            </summary>
            <value>
            <c>true</c> if the expand/collapse animations are enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanelElement.ContentSizingMode">
            <summary>
            Gets or sets the content sizing mode.
            </summary>
            <value>
            The content sizing mode.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanelElement.IsAnimating">
            <summary>
            Gets or sets a value indicating whether the control is currently animating.
            </summary>
            <value>
              <c>true</c> if the control is currently animating; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanelElement.AnimationInterval">
            <summary>
            Gets or sets the animation interval.
            </summary>
            <value>
            The animation interval.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanelElement.AnimationFrames">
            <summary>
            Gets or sets the animation frames.
            </summary>
            <value>
            The animation frames.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanelElement.ShowHeaderLine">
            <summary>
            Gets or sets a value indicating whether to show a line primitive in the header.
            </summary>
            <value>
              <c>true</c> if a line in the header is visible; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanelElement.HorizontalHeaderAlignment">
            <summary>
            Gets or sets the horizontal header alignment.
            </summary>
            <value>
            The horizontal header alignment.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanelElement.VerticalHeaderAlignment">
            <summary>
            Gets or sets the vertical header alignment.
            </summary>
            <value>
            The vertical header alignment.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanelElement.LayoutElement">
            <summary>
            Gets the layout element.
            </summary>
            <value>
            The layout element which is responsible for the position of the ControlsContainer
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanelElement.HeaderText">
            <summary>
            Gets or sets the header text.
            </summary>
            <value>
            The header text.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanelElement.OwnerBoundsCache">
            <summary>
            This value is set when the control is about to be collapsed and is used to restore the control's size when expanding. It should only be set by the control itself.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanelElement.AnimationEasingType">
            <summary>
            Gets or sets the easing type to be applied to the animations
            </summary>
            <value>
            The animation easing type.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCollapsiblePanelElement.AnimationType">
            <summary>
            Gets or sets the type of the expand or collapse animation.
            </summary>
            <value>
            The type of the animation.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCollapsiblePanelElement.Expanded">
            <summary>
            Occurs when the control is expanded.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCollapsiblePanelElement.Collapsed">
            <summary>
            Occurs when the control is collapsed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCollapsiblePanelElement.Expanding">
            <summary>
            Occurs when the control is about to be expanded. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCollapsiblePanelElement.Collapsing">
            <summary>
            Occurs when the control is about to be collapsed. Cancelable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CollapsiblePanelHeaderElement.InitializeFields">
            <summary>
            Initializes member fields to their default values.
            This method is called prior the CreateChildItems one and allows for initialization of members on which child elements depend.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CollapsiblePanelHeaderElement.CreateChildElements">
            <summary>
            Called by the element when constructed. Allows inheritors to build the element tree.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CollapsiblePanelHeaderElement.CreateButtonElement">
            <summary>
            Creates the button element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CollapsiblePanelHeaderElement.CreateTextElement">
            <summary>
            Creates the text element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CollapsiblePanelHeaderElement.CreateLineElement">
            <summary>
            Creates the line element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CollapsiblePanelHeaderElement.OnPropertyChanged(Telerik.WinControls.RadPropertyChangedEventArgs)">
            <summary>
            Raises the <see cref="E:PropertyChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.RadPropertyChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.CollapsiblePanelHeaderElement.HeaderButtonElement">
            <summary>
            Gets the expand collapse button element.
            </summary>
            <value>
            The expand collapse button element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.CollapsiblePanelHeaderElement.HeaderTextElement">
            <summary>
            Gets the header text element.
            </summary>
            <value>
            The header text element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.CollapsiblePanelHeaderElement.HeaderLineElement">
            <summary>
            Gets the header line element.
            </summary>
            <value>
            The header line element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.CollapsiblePanelHeaderElement.ShowHeaderLine">
            <summary>
            Gets or sets a value indicating whether to show a line primitive in the header.
            </summary>
            <value>
              <c>true</c> if a line in the header is visible; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.CollapsiblePanelHeaderElement.HorizontalHeaderAlignment">
            <summary>
            Gets or sets the horizontal header alignment.
            </summary>
            <value>
            The horizontal header alignment.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.CollapsiblePanelHeaderElement.VerticalHeaderAlignment">
            <summary>
            Gets or sets the vertical header alignment.
            </summary>
            <value>
            The vertical header alignment.
            </value>
        </member>
        <member name="F:Telerik.WinControls.UI.RadHorizontalAlignment.Center">
            <summary>
            The content will be horizontally positioned in the center of its parent.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadHorizontalAlignment.Right">
            <summary>
            The content will be horizontally positioned to the center of its parent.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadHorizontalAlignment.Left">
            <summary>
            The content will be horizontally positioned to the left of its parent.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadHorizontalAlignment.Stretch">
            <summary>
            The content will stretched so all children have equal width.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadVerticalAlignment.Center">
            <summary>
            The content will be vertically positioned in the center of its parent.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadVerticalAlignment.Bottom">
            <summary>
            The content will be vertically positioned to the bottom of its parent.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadVerticalAlignment.Top">
            <summary>
            The content will be vertically positioned to the top of its parent.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadVerticalAlignment.Stretch">
            <summary>
            The content will stretched so all children have equal height.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadDataEntry">
            <summary>
            Represents a data entry. The RadDataEntry class is essentially a simple wrapper
            for the <see cref="T:Telerik.WinControls.UI.RadScrollablePanelElement">RadScrollablePanelElement</see>. All UI and
            logic functionality is implemented in the
            <see cref="T:Telerik.WinControls.UI.RadScrollablePanelElement">RadScrollablePanelElement</see> class. The RadDataEntry acts
            to transfer the events to and from its corresponding
            <see cref="T:Telerik.WinControls.UI.RadScrollablePanelElement">RadScrollablePanelElement</see> instance. The
            <see cref="T:Telerik.WinControls.UI.RadScrollablePanelElement">RadScrollablePanelElement</see> may be nested in other
            telerik controls.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadDataEntry.validationPanel">
            <summary>
            The validation panel
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadDataEntry.showValidationPanel">
            <summary>
            The show validation panel
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadDataEntry"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.Dispose(System.Boolean)">
            <summary>
            Releases unmanaged and - optionally - managed resources.
            </summary>
            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.CreatePanelElement">
            <summary>
            Creates the panel element.
            </summary>
            <returns>RadScrollablePanelElement.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.CreateControlsInstance">
            <summary>
            Creates the controls instance.
            </summary>
            <returns>Control.ControlCollection.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.WireEvents">
            <summary>
            Wires the events.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.UnwireEvents">
            <summary>
            Unwires the events.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.InitializeInternalControls">
            <summary>
            This method initializes the scrollbars and the
            container control.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.InsertInternalControls">
            <summary>
            This method inserts the scrollbars and the container
            in the Controls collection of this control.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.ValidationPanel_ControlRemoved(System.Object,System.Windows.Forms.ControlEventArgs)">
            <summary>
            Handles the ControlRemoved event of the ValidationPanel control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.ControlEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.ValidationPanel_ControlAdded(System.Object,System.Windows.Forms.ControlEventArgs)">
            <summary>
            Handles the ControlAdded event of the ValidationPanel control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.ControlEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.DataEntryElement_ItemValidated(System.Object,Telerik.WinControls.UI.ItemValidatedEventArgs)">
            <summary>
            Handles the ItemValidated event of the DataEntryElement control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.ItemValidatedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.DataEntryElement_ItemValidating(System.Object,Telerik.WinControls.UI.ItemValidatingEventArgs)">
            <summary>
            Handles the ItemValidating event of the DataEntryElement control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.ItemValidatingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.DataEntryElement_BindingCreated(System.Object,Telerik.WinControls.UI.BindingCreatedEventArgs)">
            <summary>
            Handles the BindingCreated event of the DataEntryElement control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.BindingCreatedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.DataEntryElement_BindingCreating(System.Object,Telerik.WinControls.UI.BindingCreatingEventArgs)">
            <summary>
            Handles the BindingCreating event of the DataEntryElement control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.BindingCreatingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.DataEntryElement_EditorInitialized(System.Object,Telerik.WinControls.UI.EditorInitializedEventArgs)">
            <summary>
            Handles the EditorInitialized event of the DataEntryElement control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.EditorInitializedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.DataEntryElement_EditorInitializing(System.Object,Telerik.WinControls.UI.EditorInitializingEventArgs)">
            <summary>
            Handles the EditorInitializing event of the DataEntryElement control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.EditorInitializingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.DataEntryElement_ItemInitializing(System.Object,Telerik.WinControls.UI.ItemInitializingEventArgs)">
            <summary>
            Handles the ItemInitializing event of the DataEntryElement control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.ItemInitializingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.DataEntryElement_ItemInitialized(System.Object,Telerik.WinControls.UI.ItemInitializedEventArgs)">
            <summary>
            Handles the ItemInitialized event of the DataEntryElement control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.ItemInitializedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.OnItemValidated(System.Object,Telerik.WinControls.UI.ItemValidatedEventArgs)">
            <summary>
            Handles the <see cref="E:ValidatedItem"/> event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.ItemValidatedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.OnItemValidating(System.Object,Telerik.WinControls.UI.ItemValidatingEventArgs)">
            <summary>
            Handles the <see cref="E:ValidatingItem"/> event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.ItemValidatingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.OnEditorInitializing(System.Object,Telerik.WinControls.UI.EditorInitializingEventArgs)">
            <summary>
            Handles the <see cref="E:EditorInitializing"/> event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.EditorInitializingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.OnEditorInitialized(System.Object,Telerik.WinControls.UI.EditorInitializedEventArgs)">
            <summary>
            Handles the <see cref="E:EditorInitialized"/> event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.EditorInitializedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.OnItemInitializing(System.Object,Telerik.WinControls.UI.ItemInitializingEventArgs)">
            <summary>
            Handles the <see cref="E:ItemInitializing"/> event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.ItemInitializingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.OnItemInitialized(System.Object,Telerik.WinControls.UI.ItemInitializedEventArgs)">
            <summary>
            Handles the <see cref="E:ItemInitialized"/> event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.ItemInitializedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.OnBindingCreating(System.Object,Telerik.WinControls.UI.BindingCreatingEventArgs)">
            <summary>
            Handles the <see cref="E:BindingCreating"/> event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.BindingCreatingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.OnBindingCreated(System.Object,Telerik.WinControls.UI.BindingCreatedEventArgs)">
            <summary>
            Handles the <see cref="E:BindingCreated"/> event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.BindingCreatedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntry.UpdateValidationPanelVisibility">
            <summary>
            Updates the validation panel visibility.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntry.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
            <value><c>true</c> if [automatic size]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntry.DefaultSize">
            <summary>
            Gets the default size of the control.
            </summary>
            <value>The default System.Drawing.Size of the control.</value>
            <remarks>The default Size of the control.</remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntry.DataEntryElement">
            <summary>
            Gets the instance of RadDataEntryElement wrapped by this control. RadDataEntryElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadDataEntry.
            </summary>
            <value>The data entry element.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntry.DataSource">
            <summary>
            Gets or sets the data source.
            </summary>
            <value>The data source.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntry.ColumnCount">
            <summary>
            Gets or sets a value indicating whether the amount of columns that RadDataEntry will use to arrange generated controls.
            </summary>
            <value>The number of columns.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntry.FitToParentWidth">
            <summary>
            Gets or sets a value indicating whether the generated editors should fit their width to width of the RadDataEntry.
            </summary>
            <value><c>true</c> if [fit to parent width]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntry.ValidationPanel">
            <summary>
            Gets the validation panel.
            </summary>
            <value>The validation panel.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntry.ShowValidationPanel">
            <summary>
            Gets or sets a value indicating whether [show validation panel].
            </summary>
            <value><c>true</c> if [show validation panel]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntry.FlowDirection">
            <summary>
            Gets or sets a value indicating whether generating flow of editors when the ColumnCount property has value bigger than 1.
            </summary>
            <value>The flow direction.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntry.ItemSpace">
            <summary>
            Gets or sets the between the generated items.
            </summary>
            <value>The item space.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntry.ItemDefaultSize">
            <summary>
            The ItemDefaultSize property sets the size that generated items should have if FitToParentWidth property has value false.
            When property the FitToParentWidth has value true the width of items are calculated according the width of the RadDataEntry 
            </summary>
            <value>The default size of the item.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntry.Manager">
            <summary>
            Gets the BindingManagerBase manager that is used for current DataSource.
            </summary>
            <value>The manager.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntry.AutoSizeLabels">
            <summary>
            In RadDataEntry control there is logic that arranges the labels of the editors in one column according to the longest text. 
            This logic can be controlled by the AutoSizeLabels property. 
            </summary>
            <value><c>true</c> if [resize labels]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntry.CurrentObject">
            <summary>
            Gets the current object.
            </summary>
            <value>The current object.</value>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDataEntry.ItemValidated">
            <summary>
            Occurs when the value of editor is changed. 
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDataEntry.ItemValidating">
            <summary>
            Occurs when the value of editor is about to change.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDataEntry.EditorInitializing">
            <summary>
            Occurs when editor is being initialized. This event is cancelable
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDataEntry.EditorInitialized">
            <summary>
            Occurs when the editor is Initialized.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDataEntry.ItemInitializing">
            <summary>
            This event is firing when the panel that contains the label, editor and validation label is about to be Initialized. This event is cancelable..
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDataEntry.ItemInitialized">
            <summary>
            Occurs the item is already Initialized.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDataEntry.BindingCreating">
            <summary>
            Occurs when a binding object for an editor is about to be created. This event is cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDataEntry.BindingCreated">
            <summary>
            Occurs when binding object is created.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadScrollablePanelElement">
            <summary>
            This class represents the main element of the
            <see cref="T:Telerik.WinControls.UI.RadScrollablePanel"/> control. This element contains
            a <see href="see Telerik.WinControls.Primitives.FillPrimitive"/>
            and a <see href="see Telerik.WinControls.Primitives.BorderPrimitive"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollablePanelElement.#ctor">
            <summary>
            Creates an instance of the RadPanelElement class.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollablePanelElement.TextPrimitive">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.Primitives.TextPrimitive"/>
            class which represents the text of the panel.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollablePanelElement.Border">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.Primitives.BorderPrimitive"/> class
            which represents the border of the panel.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollablePanelElement.Fill">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.Primitives.FillPrimitive"/>
            class which represents the fill of the panel.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadDataEntryElement">
            <summary>
            Class RadDataEntryElement.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadDataEntryElement.ErrorIconProperty">
            <summary>
            The error icon property
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.InitializeFields">
            <summary>
            Initializes the fields.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.Bind">
            <summary>
            Binds this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.InitializeDataEntry">
            <summary>
            Initializes the data entry.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.FindRequiredProperties">
            <summary>
            Finds the required properties.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.ArrangeControls">
            <summary>
            Arranges the controls.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.CreateEnum(System.ComponentModel.PropertyDescriptor)">
            <summary>
            Creates the enum.
            </summary>
            <param name="property">The property.</param>
            <returns>Control.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.CreateTextBox(System.ComponentModel.PropertyDescriptor)">
            <summary>
            Creates the text box.
            </summary>
            <param name="property">The property.</param>
            <returns>Control.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.CreateImage(System.ComponentModel.PropertyDescriptor)">
            <summary>
            Creates the image.
            </summary>
            <param name="property">The property.</param>
            <returns>Control.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.CreateColor(System.ComponentModel.PropertyDescriptor)">
            <summary>
            Creates the color.
            </summary>
            <param name="property">The property.</param>
            <returns>Control.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.CreateBoolean(System.ComponentModel.PropertyDescriptor)">
            <summary>
            Creates the boolean.
            </summary>
            <param name="property">The property.</param>
            <returns>Control.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.CreateDateTime(System.ComponentModel.PropertyDescriptor)">
            <summary>
            Creates the date time.
            </summary>
            <param name="property">The property.</param>
            <returns>Control.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.GenerateControlsRunTime(System.Int32,System.Collections.Generic.KeyValuePair{System.String,System.Windows.Forms.Control},System.Drawing.Size,System.Drawing.Point)">
            <summary>
            Generates the controls run time.
            </summary>
            <param name="currentColumn">The current column.</param>
            <param name="pair">The pair.</param>
            <param name="propertyItemControlSize">Size of the property item control.</param>
            <param name="propertyItemControlLocation">The property item control location.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.GenerateControlsDesignTime(System.Int32,System.Collections.Generic.KeyValuePair{System.String,System.Windows.Forms.Control},System.Drawing.Size,System.Drawing.Point)">
            <summary>
            Generates the controls design time.
            </summary>
            <param name="currentColumn">The current column.</param>
            <param name="pair">The pair.</param>
            <param name="propertyItemControlSize">Size of the property item control.</param>
            <param name="propertyItemControlLocation">The property item control location.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.SetupInnerControls(System.Collections.Generic.KeyValuePair{System.String,System.Windows.Forms.Control},System.Drawing.Size,System.Drawing.Point,Telerik.WinControls.UI.RadPanel,Telerik.WinControls.UI.RadLabel,Telerik.WinControls.UI.RadLabel,System.Windows.Forms.Control)">
            <summary>
            Setups the inner controls.
            </summary>
            <param name="pair">The pair.</param>
            <param name="propertyItemControlSize">Size of the property item control.</param>
            <param name="propertyItemControlLocation">The property item control location.</param>
            <param name="propertyItemContainer">The property item container.</param>
            <param name="labelControl">The label control.</param>
            <param name="validationControl">The validation control.</param>
            <param name="editorControl">The editor control.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.ArrangeLabels">
            <summary>
            Arranges the labels.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.CreateBinding(System.Windows.Forms.Control,System.String,System.String)">
            <summary>
            Creates the binding.
            </summary>
            <param name="control">The control.</param>
            <param name="propertyName">Name of the property.</param>
            <param name="dataMember">The data member.</param>
            <returns>Binding.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.ConvertImageToIcon(System.Drawing.Image)">
            <summary>
            Converts the image to icon.
            </summary>
            <param name="image">The image.</param>
            <returns>Icon.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.ClearBorders">
            <summary>
            Clears the borders.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.control_Validated(System.Object,System.EventArgs)">
            <summary>
            Handles the Validated event of the control control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.control_Validating(System.Object,System.ComponentModel.CancelEventArgs)">
            <summary>
            Handles the Validating event of the control control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.ComponentModel.CancelEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.OnItemValidated(System.Object,Telerik.WinControls.UI.ItemValidatedEventArgs)">
            <summary>
            Handles the <see cref="E:ValidatedItem"/> event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.ItemValidatedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.OnItemValidating(System.Object,Telerik.WinControls.UI.ItemValidatingEventArgs)">
            <summary>
            Handles the <see cref="E:ValidatingItem"/> event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.ItemValidatingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.OnEditorInitializing(System.Object,Telerik.WinControls.UI.EditorInitializingEventArgs)">
            <summary>
            Handles the <see cref="E:EditorInitializing"/> event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.EditorInitializingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.OnEditorInitialized(System.Object,Telerik.WinControls.UI.EditorInitializedEventArgs)">
            <summary>
            Handles the <see cref="E:EditorInitialized"/> event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.EditorInitializedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.OnItemInitializing(System.Object,Telerik.WinControls.UI.ItemInitializingEventArgs)">
            <summary>
            Handles the <see cref="E:ItemInitializing"/> event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.ItemInitializingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.OnItemInitialized(System.Object,Telerik.WinControls.UI.ItemInitializedEventArgs)">
            <summary>
            Handles the <see cref="E:ItemInitialized"/> event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.ItemInitializedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.OnBindingCreating(System.Object,Telerik.WinControls.UI.BindingCreatingEventArgs)">
            <summary>
            Handles the <see cref="E:BindingCreating"/> event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.BindingCreatingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDataEntryElement.OnBindingCreated(System.Object,Telerik.WinControls.UI.BindingCreatedEventArgs)">
            <summary>
            Handles the <see cref="E:BindingCreated"/> event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.BindingCreatedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntryElement.ColumnCount">
            <summary>
            Gets or sets a value indicating whether the amount of columns that RadDataEntry will use to arrange generated controls.
            </summary>
            <value>The number of columns.</value>
            <exception cref="T:System.ArgumentException">Number Of Columns should be at least one</exception>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntryElement.FlowDirection">
            <summary>
            Gets or sets a value indicating whether generating flow of editors when the ColumnCount property has value bigger than 1.
            </summary>
            <value>The filling order.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntryElement.ItemSpace">
            <summary>
            Gets or sets the between the generated items.
            </summary>
            <value>The item space.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntryElement.FitToParentWidth">
            <summary>
            Gets or sets a value indicating whether the generated editors should fit their width to width of the RadDataEntry.
            </summary>
            <value><c>true</c> if [fit to parent width]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntryElement.ItemDefaultSize">
            <summary>
            The ItemDefaultSize property sets the size that generated items should have if FitToParentWidth property has value false. When property the FitToParentWidth has value true the width of items are calculated according the width of the RadDataEntry 
            </summary>
            <value>The default size of the item.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntryElement.AutoSizeLabels">
            <summary>
            In RadDataEntry control there is logic that arranges the labels of the editors in one column according to the longest text. This logic can be controlled by the AutoSizeLabels property.
            </summary>
            <value><c>true</c> if [resize labels]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntryElement.DataSource">
            <summary>
            Gets or sets the data source.
            </summary>
            <value>The data source.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntryElement.CurrentObject">
            <summary>
            Gets the current object.
            </summary>
            <value>The current object.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntryElement.Manager">
            <summary>
            Gets the manager.
            </summary>
            <value>The manager.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntryElement.ThemeEffectiveType">
            <summary>
            Gets the type of the theme effective.
            </summary>
            <value>The type of the theme effective.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntryElement.DataEntryControl">
            <summary>
            Gets the data entry control.
            </summary>
            <value>The data entry control.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDataEntryElement.ErrorIcon">
            <summary>
            Gets or sets the icon of the Error provider.
            </summary>
            <value>The error icon.</value>
        </member>
        <member name="T:Telerik.WinControls.UI.RadBindingNavigator">
            <summary>
            Class RadBindingNavigator.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigator.CreateNavigatorElement">
            <summary>
            Creates the <see cref="T:Telerik.WinControls.UI.RadBindingNavigatorElement"/> element.
            </summary>
            <returns>An instance of <see cref="T:Telerik.WinControls.UI.RadBindingNavigatorElement"/>.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigator.OnOrientationChanging(System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the <see cref="E:RadBindingNavigator.OrientationChanging"/> event.
            </summary>
            <param name="args">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the
            event data.</param>
            <returns>True if the change of orientation should be canceled, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigator.OnOrientationChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:RadBindingNavigator.OrientationChanged"/> event.
            </summary>
            <param name="args">A <see cref="T:System.EventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigator.SetThemeCore">
            <summary>
            Propagete ThemeName to child bar's menu
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigator.SetOrientationCore(System.Windows.Forms.Orientation,System.Boolean)">
            <summary>
            Apllies the orientation to the control and its child elements.
            </summary>
            <param name="value">The orientation to apply</param>
            <param name="fireEvents">Indicates whether events should be fired</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigator.BindingNavigatorElement">
            <summary>
            Gets the binding navigator element.
            </summary>
            <value>The binding navigator element.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigator.BindingSource">
            <summary>
            Gets or sets the binding source.
            </summary>
            <value>The binding source.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigator.CountItemFormat">
            <summary>
            Gets or sets the count item format.
            </summary>
            <value>The count item format.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigator.AutoHandleAddNew">
            <summary>
            Gets or sets a value indicating whether the control will handle internally the creation of new items.
            </summary>
            <value><c>true</c> if [automatic handle add new]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigator.Rows">
            <summary>
            Gets the rows of the binding navigator.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigator.Dock">
            <summary>
            Gets or sets which RadBindingNavigator borders are docked to its parent control and determines
            how a control is resized with its parent.
            </summary>
            <returns>
            One of the <see cref="T:System.Windows.Forms.DockStyle"/> values. The default
            is <see cref="F:System.Windows.Forms.DockStyle.None"/>.
            </returns>
            <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
            The value assigned is not one of the <see cref="T:System.Windows.Forms.DockStyle"/>
            values. 
            </exception>
            <filterpriority>1</filterpriority>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigator.CustomizeContextMenu">
            <summary>
            Gets the <c ref="RadDropDownMenu"/> menu opened upon rightclick on the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigator.DragSize">
            <summary>
            Gets the width and height of a rectangle centered on the point the mouse button was pressed, within which a drag operation will not begin.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigator.Orientation">
            <summary>
            Gets or sets the orientation of the RadBindingNavigator - could be horizontal or vertical.
            This property is controlled by the Dock property of the RadBindingNavigator control.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadBindingNavigator.OrientationChanging">
            <summary> 
            Occurs before the orientation is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadBindingNavigator.OrientationChanged">
            <summary>
            Occurs after the orientation is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadBindingNavigator.FloatingStripCreating">
            <summary>
            Occurs before a floating form is created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadBindingNavigator.FloatingStripDocking">
            <summary>
            Occurs before a floating strip is docked.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadBindingNavigator.FloatingStripCreated">
            <summary>
            Occurs when a floating strip is created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadBindingNavigator.FloatingStripDocked">
            <summary>
            Occurs after a floating strip is docked.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadBindingNavigator.RadBindingNavigatorRootElement">
            <summary>
            Represents the <see cref="T:Telerik.WinControls.RootRadElement">RootElement</see> of the <see cref="T:Telerik.WinControls.UI.RadBindingNavigator">RadBindingNavigator</see> control.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCommandBarElement">
            <summary>
            Represents the main element of the <see cref="T:Telerik.WinControls.UI.RadCommandBar">RadCommandBar</see> control.
            Contains a collection of <see cref="T:Telerik.WinControls.UI.CommandBarRowElement"/> element.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCommandBarVisualElement">
            <summary>
            Represents a base class for most of the <see cref="T:Telerik.WinControls.UI.RadCommandBar"/> elements.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarVisualElement.Orientation">
            <summary>
            Gets or sets the orientation of the element - colud be horizontal or vertical.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarVisualElement.DisplayName">
            <summary>
            Gets or sets the name that is displayed in command bar dialogs and context menus.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.OnFloatingStripCreating(System.Object)">
            <summary>
            Raises the <see cref="E:RadCommandBarElement.FloatinStripCreating"/> event.
            </summary>
            <param name="sender">The element that is responsible for firing the event - usually this is the strip that is going to be floating.</param>
            <returns>True if the creating of a floating form should be canceled, False otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.OnFloatingStripCreated(System.Object)">
            <summary>
            Raises the <see cref="E:RadCommandBarElement.FloatinStripCreated"/> event.
            </summary>
            <param name="sender">The element that is responsible for firing the event - usually this is the strip that is made floating.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.OnFloatingStripDocking(System.Object)">
            <summary>
            Raises the <see cref="E:RadCommandBarElement.FloatingStripDocking"/> event.
            </summary>
            <param name="sender">The element that is responsible for firing the event - usually this is the strip that is going to be docked.</param>
            <returns>True if the docking of a floating form should be canceled, False otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.OnFloatingStripDocked(System.Object)">
            <summary>
            Raises the <see cref="E:RadCommandBarElement.FloatingStripDocked"/> event.
            </summary>
            <param name="sender">The element that is responsible for firing the event - usually this is the strip that was docked.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.OnBeginDragging(System.Object,System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the <see cref="E:RadCommandBarElement.BeginDragging"/> event
            </summary>
            <param name="sender">The element that is responsible for firing the event.</param>
            <param name="args">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.OnEndDragging(System.Object,System.EventArgs)">
            <summary>
            Raises the <see cref="E:RadCommandBarElement.EndDragging"/> event
            </summary>
            <param name="sender">The element that is responsible for firing the event.</param>
            <param name="args">A <see cref="T:System.EventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.OnDragging(System.Object,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Raises the <see cref="E:RadCommandBarElement.Dragging"/> event
            </summary>
            <param name="sender">The element that is responsible for firing the event.</param>
            <param name="args">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.OnOrientationChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:RadCommandBarElement.OrientationChanged"/> event
            </summary> 
            <param name="e">A <see cref="T:System.EventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.OnOrientationChanging(System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the <see cref="E:RadCommandBarElement.OrientationChanging"/> event.
            </summary>
            <param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the
            event data.</param>
            <returns>True if the change of orientation should be canceled, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.MoveToUpperLine(Telerik.WinControls.UI.CommandBarStripElement,Telerik.WinControls.UI.CommandBarRowElement)">
            <summary>
            Moves a specific <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/> to the upper <see cref="T:Telerik.WinControls.UI.CommandBarRowElement"/>.
            </summary>
            <param name="element">The element to move.</param>
            <param name="currentHolder">The <see cref="T:Telerik.WinControls.UI.CommandBarRowElement"/> that contains the element to move.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.MoveToDownerLine(Telerik.WinControls.UI.CommandBarStripElement,Telerik.WinControls.UI.CommandBarRowElement)">
            <summary>
            Moves a specific <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/> to the lower <see cref="T:Telerik.WinControls.UI.CommandBarRowElement"/>.
            </summary>
            <param name="element">The element to move.</param>
            <param name="currentHolder">The <see cref="T:Telerik.WinControls.UI.CommandBarRowElement"/> that contains the element to move.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.SaveLayout(System.String)">
            <summary>
            Saves the visual state of the <see cref="T:Telerik.WinControls.UI.RadCommandBarElement"/> to a specified file.
            </summary>
            <param name="filename">The name of the destination file.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.SaveLayout(System.IO.Stream)">
            <summary>
            Saves the visual state of the <see cref="T:Telerik.WinControls.UI.RadCommandBarElement"/> to a specified stream.
            </summary>
            <param name="destination">The destination stream.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.SaveLayout(System.Xml.XmlWriter)">
            <summary>
            Saves the visual state of the <see cref="T:Telerik.WinControls.UI.RadCommandBarElement"/> to a specified XmlWriter.
            </summary>
            <param name="writer">The XmlWriter to save the visual state data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.LoadLayout(System.String)">
            <summary>
            Loads the visual state of the <see cref="T:Telerik.WinControls.UI.RadCommandBarElement"/> from a specified file.
            </summary>
            <param name="filename">The name of the file containing the visual state data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.LoadLayout(System.IO.Stream)">
            <summary>
            Loads the visual state of the <see cref="T:Telerik.WinControls.UI.RadCommandBarElement"/> from a specified stream.
            </summary>
            <param name="source">The source stream.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.LoadLayout(System.Xml.XmlReader)">
            <summary>
            Loads the visual state of the <see cref="T:Telerik.WinControls.UI.RadCommandBarElement"/> from a specified XmlReader.
            </summary>
            <param name="xmlReader">The XmlReader to read the visual state data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.CreateFloatingStrip(Telerik.WinControls.UI.CommandBarStripElement,Telerik.WinControls.UI.CommandBarRowElement,System.Drawing.Point)">
            <summary>
            Creates a floating form of a specified <c ref="CommandBarStripElement"/>.
            </summary>
            <param name="stripElement">The strip element of which the floating form should be created.</param>
            <param name="currentRow">The <c ref="CommandBarRowElement"/> that contains the strip element.</param>
            <param name="initialLocation">The initial location of the floating form.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.SaveLayoutCore">
            <summary>
            Creates an XmlDocument containing the current visual state data of the <see cref="T:Telerik.WinControls.UI.RadCommandBarElement"/>.
            </summary>
            <returns>The created document.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarElement.LoadLayoutCore(System.Xml.XmlDocument)">
            <summary>
            Restores the visual state of the <see cref="T:Telerik.WinControls.UI.RadCommandBarElement"/> from the specified XmlDocument.
            </summary>
            <param name="doc">The document containing the visual state data.</param>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBarElement.BeginDragging">
            <summary>
            Occurs before dragging is started.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBarElement.Dragging">
            <summary>
            Occurs when item is being dragged.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBarElement.EndDragging">
            <summary>
            Occurs when item is released and dragging is stopped.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBarElement.OrientationChanged">
            <summary>
            Occurs when Orientation property is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBarElement.OrientationChanging">
            <summary>
            Occurs before Orientation property is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBarElement.FloatingStripCreating">
            <summary>
            Occurs before a floating form is created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBarElement.FloatingStripDocking">
            <summary>
            Occurs before a floating strip is docked.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBarElement.FloatingStripCreated">
            <summary>
            Occurs when a floating strip is created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBarElement.FloatingStripDocked">
            <summary>
            Occurs when a floating strip is docked.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarElement.StripInfoHolder">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.CommandBarStripInfoHolder"/> object that provides information about strips owned by the <see cref="T:Telerik.WinControls.UI.RadCommandBarElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarElement.DragSize">
            <summary>
            Gets or sets the size in pixels when current strip is being Drag and Drop in next or previous row
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarElement.Orientation">
            <summary>
            Gets or sets the orientation of the <see cref="T:Telerik.WinControls.UI.RadCommandBarElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarElement.Rows">
            <summary>
            Gets the rows of the <see cref="T:Telerik.WinControls.UI.RadCommandBarElement"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.LoadCore">
            <summary>
            Allows inheritors to provide custom load logic.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.MapControls">
            <summary>
            Maps the controls.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.AddStandardItems">
            <summary>
            Adds the standard items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.DisposeManagedResources">
            <summary>
            Disposes the managed resources of this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.CreateFirstTopStripElementChildElements">
            <summary>
            Creates the first top strip element child elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.CreateSecondBottomStripElementChildElements">
            <summary>
            Creates the second bottom strip element child elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.AttachEvents">
            <summary>
            Attaches the events.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.DetachEvents">
            <summary>
            Unwires the buttons and text box events.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.OnNotifyPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
            <summary>
            Raises the standard .NET PropertyChanged event.
            </summary>
            <param name="e">The <see cref="T:System.ComponentModel.PropertyChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.FirstButton_Click(System.Object,System.EventArgs)">
            <summary>
            Handles the Click event of the FirstButton control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.PreviousButton_Click(System.Object,System.EventArgs)">
            <summary>
            Handles the Click event of the PreviousButton control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.NextButton_Click(System.Object,System.EventArgs)">
            <summary>
            Handles the Click event of the NextButton control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.LastButton_Click(System.Object,System.EventArgs)">
            <summary>
            Handles the Click event of the LastButton control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.currentNumberTextBox_KeyDown(System.Object,System.Windows.Forms.KeyEventArgs)">
            <summary>
            Handles the KeyDown event of the currentNumberTextBox control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.DeleteButton_Click(System.Object,System.EventArgs)">
            <summary>
            Handles the Click event of the DeleteButton control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.AddNewButton_Click(System.Object,System.EventArgs)">
            <summary>
            Handles the Click event of the AddNewButton control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.OnLoaded">
            <summary>
            Called when the element has been successfully loaded. That includes loading of all its children as well.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.Bind">
            <summary>
            Binds this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.UpdateVisibility">
            <summary>
            Updates the visibility.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.UpdateTextBox">
            <summary>
            Updates the text box.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.UpdateLabelText">
            <summary>
            Updates the label text.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBindingNavigatorElement.UpdateAddNewButtonVisibility">
            <summary>
            Updates the add new button visibility.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.CommandBarRowElement">
            <summary>
            Gets the command bar row element.
            </summary>
            <value>The command bar row element.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.FirstTopStripElement">
            <summary>
            Gets the first top strip element.
            </summary>
            <value>The first top strip element.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.FirstButton">
            <summary>
            Gets the first button.
            </summary>
            <value>The first button.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.PreviousButton">
            <summary>
            Gets the previous button.
            </summary>
            <value>The previous button.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.CurrentNumberTextBox">
            <summary>
            Gets the current number text box.
            </summary>
            <value>The current number text box.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.PageLabel">
            <summary>
            Gets the page label.
            </summary>
            <value>The page label.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.NextButton">
            <summary>
            Gets the next button.
            </summary>
            <value>The next button.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.LastButton">
            <summary>
            Gets the last button.
            </summary>
            <value>The last button.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.SecondBottomStripElement">
            <summary>
            Gets the second bottom strip element.
            </summary>
            <value>The second bottom strip element.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.AddNewButton">
            <summary>
            Gets the add new button.
            </summary>
            <value>The add new button.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.DeleteButton">
            <summary>
            Gets the delete button.
            </summary>
            <value>The delete button.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.BindingSource">
            <summary>
            Gets or sets the binding source.
            </summary>
            <value>The binding source.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.ThemeEffectiveType">
            <summary>
            Gets the type of the theme effective.
            </summary>
            <value>The type of the theme effective.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.MoveFirstItemButtonImage">
            <summary>
            Gets or sets the image of the button that navigates to the first item.
            </summary>
            <value>The first item button image.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.MovePreviousItemButtonImage">
            <summary>
            Gets or sets the image of the button that navigates to the previous item.
            </summary>
            <value>The previous item button image.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.MoveNextItemButtonImage">
            <summary>
            Gets or sets the image of the button that navigates next item.
            </summary>
            <value>The next item button image.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.MoveLastItemButtonImage">
            <summary>
            Gets or sets the image of the button that navigates to the last item.
            </summary>
            <value>The last item button image.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.AddNewButtonImage">
            <summary>
            Gets or sets the image of the button that adds new item.
            </summary>
            <value>The add new button image.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.DeleteButtonImage">
            <summary>
            Gets or sets the image of the button that deletes the current item.
            </summary>
            <value>The delete button image.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.CountItemFormat">
            <summary>
            Gets or sets the count item format.
            </summary>
            <value>The count item format.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBindingNavigatorElement.AutoHandleAddNew">
            <summary>
            Gets or sets a value indicating whether the control will handle internally the creation of new items.
            </summary>
            <value><c>true</c> if adding new items is handled by the binding navigator; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Telerik.WinControls.UI.NullValueCheckMode">
            <summary>
            Enumerate the which part will be included when checking for NullValue.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.NullValueCheckMode.Date">
            <summary>
            Only Date 
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.NullValueCheckMode.Time">
            <summary>
            Only Time
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.NullValueCheckMode.DateTime">
            <summary>
            Both
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadArrowButtonElement">
            <summary>
            Represents an arrow button element. Each telerik control has a 
            corresponding tree of RadElements; the RadArrowButtonElement can be nested 
            in other telerik controls. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadArrowButtonElement.RadArrowButtonDefaultSize">
            <summary>Gets the default size of the <see cref="T:Telerik.WinControls.UI.RadArrowButtonElement"/></summary>		
        </member>
        <member name="P:Telerik.WinControls.UI.RadArrowButtonElement.Direction">
            <summary>Gets or sets the 
            %arrow direction:Telerik.WinControls.Primitives.ArrowPrimitive.ArrowDirection%.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadArrowButtonElement.Border">
            <summary>Gets the BorderPrimitive object.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadArrowButtonElement.Fill">
            <summary>Gets the FillPrimitive object.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadArrowButtonElement.Arrow">
            <summary>Gets the ArrowPrimitive object.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadArrowButtonElement.OverflowMode">
            <summary>
            If set to true shows and OverflowPrimitive instead of an ArrowPrimitive.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadFormDesignerRibbonDialog">
            <summary>
            This class represents the dialog form shown to the user when they drop
            a RadRibbonBar control on a RadForm control in the Visual Studio designer.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormDesignerRibbonDialog.#ctor">
            <summary>
            Creates an instance of the RadFormDesignerRibbonDialog
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadFormDesignerRibbonDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormDesignerRibbonDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormDesignerRibbonDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.FormControlBehavior">
            <summary>
            This is a base class for a behavior that can be associated with a
            RadFormControlBase instance. The behavior defines the behavior and appearance of the form.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.FormControlBehavior.#ctor">
            <summary>
            Creates an instance of the RadFormBehaviorBase class.
            This instance has no Form associated with it.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.FormControlBehavior.#ctor(Telerik.WinControls.IComponentTreeHandler)">
            <summary>
            Creates an instance of the RadFormBehaviorBase class.
            </summary>
            <param name="targetTreeHandler">
            An implementation of the IComponentTreeHandler which
            this behavior applies to</param>
        </member>
        <member name="M:Telerik.WinControls.UI.FormControlBehavior.#ctor(Telerik.WinControls.IComponentTreeHandler,System.Boolean)">
            <summary>
            Creates an instance of the RadFormBehavior class.
            </summary>
            <param name="targetTreeHandler">
            An implementation of the IComponentTreeHandler which
            this behavior applies to</param>
            <param name="handleCreateChildItems"/>
        </member>
        <member name="M:Telerik.WinControls.UI.FormControlBehavior.OnFormAssociated">
            <summary>
            Occurs when a form is associated with the behavior.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.FormControlBehavior.FormElement">
            <summary>
            Gets the RadElement instance that represents the root element
            containing the hierarchy that builds the visual appearance of the form.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.FormControlBehavior.HandlesCreateChildItems">
            <summary>
            Determines whether the CreateChildItems call is 
            routed to the handler of the behavior.
            Used by the RadFormControlBase class.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.FormControlBehavior.BorderWidth">
            <summary>
            Gets the width of the form border
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.FormControlBehavior.CaptionHeight">
            <summary>
            Gets the height of the caption that is drawn
            by the behavior.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.FormControlBehavior.ClientMargin">
            <summary>
            Gets the margin that describes the size and posizition
            of the client area.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.FormImageBorderPrimitive">
            <summary>
            A class that represents a border for a Form which is built by images.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.FormImageBorderPrimitive.BorderWidth">
            <summary>
            Gets a Padding object that represents
            the left, top, right and bottom width of the border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.FormImageBorderPrimitive.TopLeftEnd">
            <summary>
            Gets or sets the left Image which represents the
            transition between the image border and the
            title bar element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.FormImageBorderPrimitive.TopRightEnd">
            <summary>
            Gets or sets the right Image which represents the
            transition between the image border and the
            title bar element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.FormImageBorderPrimitive.LeftTexture">
            <summary>
            Gets or sets the texture for the left image border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.FormImageBorderPrimitive.BottomTexture">
            <summary>
            Gets or sets the texture for the bottom image border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.FormImageBorderPrimitive.RightTexture">
            <summary>
            Gets or sets the texture for the right image border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.FormImageBorderPrimitive.BottomLeftCorner">
            <summary>
            Gets or sets the image for the bottom left border corner.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.FormImageBorderPrimitive.BottomRightCorner">
            <summary>
            Gets or sets the image for the bottom right border corner.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.FormRootElement">
            <summary>
            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.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.FormRootElement.#ctor(Telerik.WinControls.UI.RadFormControlBase)">
            <summary>
            Creates an instance of the FormRootElement class.
            </summary>
            <param name="control">The RadFormControlBase which is owner of this root element</param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadFormBehavior">
            <summary>
            A standard behavior for RadForm.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ThemedFormBehavior">
            <summary>
            This class represents a base class for all behaviors that
            modify the non-client area of the form and enable custom painting
            in it.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ThemedFormBehavior.#ctor">
            <summary>
            Creates an instance of the ThemedFormBehavior class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ThemedFormBehavior.#ctor(Telerik.WinControls.IComponentTreeHandler)">
            <summary>
            Creates an instance of the RadFormBehavior class.
            </summary>
            <param name="treeHandler">An IComponentTreeHandler instance.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ThemedFormBehavior.#ctor(Telerik.WinControls.IComponentTreeHandler,System.Boolean)">
            <summary>
            Creates an instance of the RadFormBehavior class.
            </summary>
            <param name="treeHandler">An IComponentTreeHandler instance.</param>
            <param name="shouldCreateChildren">A flag that determines whether the CreateChildItems
            call is rerouted to the behavior.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ThemedFormBehavior.GetMappedWindowPoint(System.Drawing.Point)">
            <summary>
            This method transforms screen coordinates
            into local coordinates.
            </summary>
            <param name="screenPoint">The screen point to transform.</param>
            <returns>The transformed point. If the handle of the associated Form is
            not created, the method returns the input.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ThemedFormBehavior.GetMaximumFormHeightAccordingToCurrentScreen">
            <summary>
            This method returns the maximum available height according
            to the current position of the form in multi-monitor setup.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ThemedFormBehavior.OnWindowStateChanged(System.Int32,System.Int32)">
            <summary>
            Fires when the window state of the form is changed. Uses the SIZE_* values
            to define the window states.
            </summary>
            <param name="currentFormState">The old window state of the form.</param>
            <param name="newFormState">The new window state of the form</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ThemedFormBehavior.RefreshNC">
            <summary>
            Immediately refreshes the whole non-client area of the form
            which this behavior is associated with.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ThemedFormBehavior.InvalidateNC(System.Drawing.Rectangle)">
            <summary>
            Invalidates the specified bounds in the non-client area
            of the form this behavior is associated with.
            </summary>
            <param name="bounds"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.ThemedFormBehavior.OnGetMinMaxInfo(Telerik.WinControls.UI.MinMaxInfo)">
            <summary>
            This event is fired when the WM_GETMINMAXINFO message is sent to the form.
            </summary>
            <param name="minMaxInfo">Contains information about the position, maximum/minimum size of the form etc.
            Can be modified to adjust the settings applied to the form.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ThemedFormBehavior.OnNCPaint(System.Drawing.Graphics)">
            <summary>
            This event is fired when the WM_NCPAINT message is sent to the form.
            </summary>
            <param name="graphics">The NC Graphics.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ThemedFormBehavior.PaintElement(Telerik.WinControls.Paint.IGraphics,System.Drawing.Rectangle,Telerik.WinControls.VisualElement)">
            <summary>
            Paints an element on a specified graphics.
            </summary>
            <param name="graphics">The Graphics object to paint on.</param>
            <param name="clipRectangle">The clipping rectangle.</param>
            <param name="element">The element to paint.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.IsMaximized">
            <summary>
            Gets a bool value that determines whether the Form's window state is maximized.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.IsMinimized">
            <summary>
            Gets a bool value that determines whether the Form's window state is minimized.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.IsNormal">
            <summary>
            Gets a boolean value that determines whether the Form's window state is normal.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.CurrentFormState">
            <summary>
            Gets an integer value that determines the current Form state:
            Possible values come from the SIZE_RESTORED, SIZE_MAXIMIZED, SIZE_MINIMIZED  win32 constants.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.IsMdiChildMaximized">
            <summary>
            Gets a boolean value showing whether a MDI child form is maximized.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.FormMdiClient">
            <summary>
            Gets the MdiClient control of the Form.
            Returns null if the Form is not MdiContainer.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.IsMenuInForm">
            <summary>
            Gets a boolean value determining whether there is a Menu in the Form.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.MaximizedMDIChild">
            <summary>
            Gets the maximized MDI child if any.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.TopResizeFrame">
            <summary>
            This rectangle represents the top sizing frame of a window.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.TopLeftResizeFrame">
            <summary>
            This rectangle represents the topleft sizing corner of a window.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.LeftResizeFrame">
            <summary>
            This rectangle represents the left sizing frame of a window.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.BottomLeftResizeFrame">
            <summary>
            This rectangle represents the bottomleft sizing corner of a window.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.BottomResizeFrame">
            <summary>
            This rectangle represents the bottom sizing frame of a window.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.BottomRightResizeFrame">
            <summary>
            This rectangle represents the bottomright sizing corner of a window.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.RightResizeFrame">
            <summary>
            This rectangle represents the right sizing frame of a window.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.TopRightResizeFrame">
            <summary>
            This rectangle represents the topright sizing corner of a window.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.CaptionFrame">
            <summary>
            This rectangle represents the caption frame of a window.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.LeftBorderFrame">
            <summary>
            This rectangle represents the left border frame of a window.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.BottomBorderFrame">
            <summary>
            This rectangle represents the bottom border frame of a window.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.RightBorderFrame">
            <summary>
            This rectangle represents the right border frame of a window.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.ClientFrame">
            <summary>
            This rectangle represents the client rectangle of a window.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.MenuBounds">
            <summary>
            Gets the rectangle that contains the menu of the form.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.SystemButtonsBounds">
            <summary>
            Gets the rectangle that contains the system buttons of the form.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.IconBounds">
            <summary>
            Gets the rectangle that contains the form's icon.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.CaptionTextBounds">
            <summary>
            Gets the rectangle that contains the form's caption text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.AllowTheming">
            <summary>
            Gets or sets a bool value indiciating
            whether the behavior applies NC theming 
            to the form.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.CurrentFormParams">
            <summary>
            Gets the current form CreateParams settings.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ThemedFormBehavior.Form">
            <summary>
            Gets or sets the form associated with this behavior.
            Used only in design-time.
            IMPORTANT: This property can be assigned only one time.
            An InvalidaOperationException is thrown when the property
            is assigned more than once.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormBehavior.#ctor">
            <summary>
            Creates an instance of the RadFormBehavior class.
            This instance has no Form associated with it.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormBehavior.#ctor(Telerik.WinControls.IComponentTreeHandler)">
            <summary>
            Creates an instance of the RadFormBehavior class.
            </summary>
            <param name="treeHandler">An IComponentTreeHandler instance.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormBehavior.#ctor(Telerik.WinControls.IComponentTreeHandler,System.Boolean)">
            <summary>
            Creates an instance of the RadFormBehavior class.
            </summary>
            <param name="treeHandler">An IComponentTreeHandler instance.</param>
            <param name="shouldCreateChildren">A flag that determines whether the CreateChildItems
            call is rerouted to the behavior.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormBehavior.SynchronizeVerticalScrollbarState">
            <summary>
            Calculates the bounding rectangle of the vertical scrollbar.
            </summary>
            <returns>An instance of the Rectangle struct that represents
            the position and the size of the vertical scrollbar</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormBehavior.SynchronizeHorizontalScrollbarState">
            <summary>
            Calculates the bounding rectangle of the horizontal scrollbar.
            </summary>
            <returns>An instance of the Rectangle struct that represents
            the position and the size of the horizontal scrollbar.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormBehavior.SynchronizeVerticalScrollbarValues">
            <summary>
            This method synchronizes the values of the standard vertical scrollbar
            with the RadScrollBarElement in the Form's element hierarchy.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormBehavior.SynchronizeHorizontalScrollbarValues">
            <summary>
            This method synchronizes the values of the standard horizontal scrollbar
            with the RadScrollBarElement in the Form's element hierarchy.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormBehavior.GetDynamicCaptionHeight">
            <summary>
            Gets the Caption Height according to the Styles applied and
            the current state of the form.
            </summary>
            <returns>A value representing the height of the caption.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormBehavior.GetWindowRealNCMargin">
            <summary>
            Gets a Padding object which represents the window NC margin according
            to the currently set styles.
            </summary>
            <returns>The form NC margin.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormBehavior.CalculateDynamicClientMargin">
            <summary>
            Calculates the client margin based on the current form and form element settings
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormBehavior.NCFromClientCoordinates(System.Drawing.Point)">
            <summary>
            This method translates a point which is in client coordinates
            to a point in NC coordinates. Used when the Form has captured the mouse
            and NC mouse events have to be processed.
            </summary>
            <param name="clientCoordinates">A point in client coordinates.</param>
            <returns>The point in NC coordinates.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormBehavior.OnFormAssociated">
            <summary>
            Fires when a Form has been associated with the behavior.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormBehavior.AdjustFormForThemingState">
            <summary>
            This method adjusts the Element tree according
            to the current AllowTheming property value.
            If AllowTheming is true, the Element tree is painted,
            otherwise not.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormBehavior.AdjustFormElementForFormState(System.Nullable{System.Int32})">
            <summary>
            Changes the visibility of the separate items within the RadFormElement's element tree
            according to the current Form state.
            </summary>
            <param name="formState">The state of the Form as it comes from the WM_SIZE message</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadFormBehavior.AdjustFormElementForCurrentStyles">
            <summary>
            This method adjusts the FormElement according to the styles currently applied to the Form.
            For example, the MinimizeButton, MaximizeButton and CloseButton in the Title Bar are enabled/disabled
            according to whether the corresponding window style is applied.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormBehavior.ScrollbarSizingGripBounds">
            <summary>
            Gets the bounding rectangle of the sizing grip that appears
            when both scrollbars are visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormBehavior.HorizontalScrollbarBounds">
            <summary>
            Gets the bounding rectangle of the horizontal scrollbar.
            Returns an empty rectangle if the scrollbar is not visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormBehavior.VerticalScrollbarBounds">
            <summary>
            Gets the bounding rectangle of the vertical scrollbar.
            Returns an empty rectangle if the scrollbar is not visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormBehavior.AllowTheming">
            <summary>
            Gets or sets a boolean value indicating
            whether the behavior paints in the NC area of the
            Form when OS is Vista or later and Composition is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormBehavior.CaptionHeight">
            <summary>
            Gets the Caption Height of the Form.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormBehavior.BorderWidth">
            <summary>
            Gets the Border width of the Form.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormBehavior.ClientMargin">
            <summary>
            Gets the margin that determines the position and size of the client
            area of the Form.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WndProcInvoker">
            <summary>
            A Delegate which is used for invoking the base implementation of WndProc of this form.
            </summary>
            <param name="m"></param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadFormElement">
            <summary>
            This is the class that represents the element hierarchy which
            is painted in the non-client area of a RadForm.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormElement.IsFormActive">
            <summary>
            Gets or sets a boolean value to determine whether the form
            should appear as active or inactive.
            Usign this property, you can override the default theme styles
            which define different appearance of the form when in active/inactive state.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormElement.ScrollBarsFormSizingGrip">
            <summary>
            Gets the square element that appears at the end of the horizontal 
            scrollbar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormElement.BorderWidth">
            <summary>
            Gets the composed width of the border
            built on the width of the line and image borders.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormElement.MdiControlStrip">
            <summary>
            Gets the MdiControlStrip item that should appear
            below the title bar when a MDI child is maximized.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormElement.Border">
            <summary>
            Gets the BorderPrimitive of the RadFormElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormElement.ImageBorder">
            <summary>
            Gets the FormImageBorderPrimitive of the RadFormElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormElement.TitleBar">
            <summary>
            Gets the RadFormTitleBarElement of the RadFormElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormElement.HorizontalScrollbar">
            <summary>
            Gets the horizontal scrollbar element of the form element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormElement.VerticalScrollbar">
            <summary>
            Gets the vertical scrollbar element of the form element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormMdiControlStripItem.Fill">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.Primitives.FillPrimitive"/>
            class that represents the fill of the MDI strip.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormMdiControlStripItem.MinimizeButton">
            <summary>
            Gets the Minimize button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormMdiControlStripItem.MaximizeButton">
            <summary>
            Gets the Maximize button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormMdiControlStripItem.CloseButton">
            <summary>
            Gets the Close button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadFormMdiControlStripItem.MaximizedMdiIcon">
            <summary>
            Gets the ImagePrimitive representing the Icon
            of the currently maximized MDI child.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRibbonForm">
            <summary>
            This class represents a Form that hosts a RadRibbonBar control and extends the behavior
            of a standard form by providing Office 2007 form-like appearance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonForm.RibbonBar">
            <summary>
            Gets the RadRibbonBar control associated with this form.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonForm.AllowAero">
            <summary>
            Gets or sets a boolean value that determines 
            whether Vista Aero effects are enabled.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonFormBehavior.#ctor">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.RadRibbonFormBehavior"/> class.        
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonFormBehavior.#ctor(Telerik.WinControls.IComponentTreeHandler)">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.RadRibbonFormBehavior"/> class.
            <param name="treeHandler">The <see cref="T:Telerik.WinControls.IComponentTreeHandler"/> implementation
            which this behavior is associated with.</param>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonFormBehavior.#ctor(Telerik.WinControls.IComponentTreeHandler,System.Boolean)">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.RadRibbonFormBehavior"/> class.
            </summary>
            <param name="treeHandler">The associated <see cref="T:Telerik.WinControls.IComponentTreeHandler"/> implementation.</param>
            <param name="shouldHandleCreateChildItems">Determines whether the behavior
            handles the CreateChildItems call.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonFormBehavior.AdjustBehaviorForCompositionSate">
            <summary>
            This method adjusts the form's element tree according to the composition state
            of MS Windows. If Composition is enabled, the element tree is hidden and the glass
            effects of the form are visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonFormBehavior.CaptionHeight">
            <summary>
            Returns a zero for the caption height.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonFormBehavior.TopCompositionMargin">
            <summary>
            Gets an integer representing the top client margin of 
            the form when composition is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonFormBehavior.CompositionEffectsEnabled">
            <summary>
            Gets a boolean value indicating whether composition effects
            are enabled for the form.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonFormBehavior.CompositionEnabled">
            <summary>
            Gets a value indicating whether composition effects are enabled for the Operating System.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonFormBehavior.AllowTheming">
            <summary>
            Gets or sets value indicating wether the RadRibbonBar
            is drawn over the Aero glass under Vista or later 
            versions of Windows.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRibbonFormMainMenuStrip">
            <summary>
            This class serves as a dummy MenuStrip used by the RadRibbonFormBehavior
            to prevent the default MDI caption from being painted when a MDI child is maximized
            since the RadRibbonBar controls takes care to handle MDI children.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RibbonFormBorderPrimitive">
            <summary>
            A class that represents the Border Primitive used in the new RadRibbonForm.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonFormBorderPrimitive.BorderColor">
            <summary>
            Gets or sets the color of the form's first broder.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonFormBorderPrimitive.BorderColor1">
            <summary>
            Gets or sets the color of the form's second broder.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonFormBorderPrimitive.ShadowColor">
            <summary>
            Gets or sets the color of the form's client area shadow.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RibbonFormElement">
            <summary>
            This is the class that represents the element hierarchy which
            is painted in the non-client area of a RadForm.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonFormElement.Border">
            <summary>
            Gets the BorderPrimitive of the RadFormElement.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadFormTitleBarElement">
            <summary>
            	<para>Represents a title bar element. All logic and UI functionality
                is implemented in the RadFormTitleBarElement class.</para>
            	<para>You can use RadFormTitleBarElement events to substitute the title bar in a
                borderless application.</para>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadTitleBarElement">
            <summary>
            	<para>Represents a title bar element. The RadTitleBar class is a simple
                wrapper for the RadTitleBarElement class. The former acts to transfer events to and
                from its corresponding RadTitleBarElement instance. All logic and UI functionality
                is implemented in the RadTitleBarElement class.</para>
            	<para>You can use RadTitleBarElement events to substitute the title bar in a
                borderless application.</para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTitleBarElement.OnNotifyPropertyChanged(System.String)">
            <summary>
            Raises the PropertyChanged event
            </summary>
            <param name="propertyName">The name of the property</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTitleBarElement.AllowResize">
            <summary>
            Determines whether the parent form can be resized by dragging the title bar's edges.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTitleBarElement.CanManageOwnerForm">
            <summary>
            Determines whether the parent form can be moved by dragging the title bar.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTitleBarElement.Close">
            <summary>
            Fires when a close action is performed by the user (the close button is pressed
            or the system menu is pressed twice). The system menu is not visible by default. 
            Use the Visual Style Builder to set which elements are visible and to change their
            appearance.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTitleBarElement.Minimize">
            <summary>
            Fires when a minimize action is performed by the user
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTitleBarElement.MaximizeRestore">
            <summary>
            Fires when a maximize/restore action is performed by the user (maximizes button
            is pressed or the title bar is double clicked).
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTitleBarElement.ImageIcon">
            <summary>
            An Icon that represents the icon for the form.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewDefaultContextMenu">
            <summary>
            Represents the default context menu for a <see cref="T:Telerik.WinControls.UI.RadGanttView"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDefaultContextMenu.#ctor(Telerik.WinControls.UI.RadGanttViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewDefaultContextMenu"/> class.
            </summary>
            <param name="ganttViewElement">The RadGanttView element.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDefaultContextMenu.OnDropDownOpening(System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the DropDownOpening event.
            </summary>
            <param name="args">The event arguments</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDefaultContextMenu.AddMenuItemClicked(Telerik.WinControls.UI.GanttViewMenuItem)">
            <summary>
            Called when the Add menu item is clicked.
            </summary>
            <param name="item">The menu item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDefaultContextMenu.DeleteMenuItemClicked(Telerik.WinControls.UI.GanttViewMenuItem)">
            <summary>
            Called when the Delete menu item is clicked.
            </summary>
            <param name="item">The menu item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDefaultContextMenu.ProgressMenuItemClicked(Telerik.WinControls.UI.GanttViewMenuItem)">
            <summary>
            Called when one of the Progress menu items is clicked.
            </summary>
            <param name="item">The menu item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDefaultContextMenu.Dispose(System.Boolean)">
            <summary>
            Releases unmanaged and - optionally - managed resources.
            </summary>
            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDefaultContextMenu.GanttViewElement">
            <summary>
            Gets the gantt view element.
            </summary>
            <value>
            The gantt view element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDefaultContextMenu.AddMenuItem">
            <summary>
            Gets the add menu item.
            </summary>
            <value>
            The add menu item.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDefaultContextMenu.AddChildMenuItem">
            <summary>
            Gets the add child menu item.
            </summary>
            <value>
            The add child menu item.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDefaultContextMenu.AddSiblingMenuItem">
            <summary>
            Gets the add sibling menu item.
            </summary>
            <value>
            The add sibling menu item.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDefaultContextMenu.DeleteMenuItem">
            <summary>
            Gets the delete menu item.
            </summary>
            <value>
            The delete menu item.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDefaultContextMenu.ProgressMenuItem">
            <summary>
            Gets the progress menu item.
            </summary>
            <value>
            The progress menu item.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDefaultContextMenu.ShowProgress">
            <summary>
            Gets or sets a value indicating whether progress menu items should be shown.
            </summary>
            <value>
              <c>true</c> if progress menu items should be shown; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDefaultContextMenu.ProgressStep">
            <summary>
            Gets or sets the step by which the progress values will increment.
            </summary>
            <value>
            The progress step.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewMenuItem">
            <summary>
            Represents a menu item for the <see cref="T:Telerik.WinControls.UI.GanttViewDefaultContextMenu"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewMenuItem.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewMenuItem"/> class.
            </summary>
            <param name="command">The command.</param>
            <param name="text">The text.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewMenuItem.Command">
            <summary>
            Gets the command of this menu item.
            </summary>
            <value>
            The command.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewDataItemProvider">
            <summary>
            Represents an abstract class containing the methods needed to be implemented so one can populate a <see cref="T:Telerik.WinControls.UI.RadGanttView"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemProvider.#ctor(Telerik.WinControls.UI.RadGanttViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewDataItemProvider"/> class.
            </summary>
            <param name="gantt">The gantt.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemProvider.GetItems(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Gets the items.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemProvider.SetCurrent(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Sets the current.
            </summary>
            <param name="item">The GanttView data item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemProvider.Reset">
            <summary>
            Resets this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemProvider.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemProvider.SuspendUpdate">
            <summary>
            Suspends the update.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemProvider.ResumeUpdate">
            <summary>
            Resumes the update.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItemProvider.GanttView">
            <summary>
            Gets the Gantt view.
            </summary>
            <value>The Gantt view.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItemProvider.IsSuspended">
            <summary>
            Gets a value indicating whether this instance is suspended.
            </summary>
            <value>
            	<c>true</c> if this instance is suspended; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewRelationBinding">
            <summary>
            Represents a class that describes the relations used to extract data from a data source to populate a <see cref="T:Telerik.WinControls.UI.RadGanttView"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewRelationBinding.RelationName">
            <summary>
            Gets or sets the name of the relation.
            </summary>
            <value>The name of the relation.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewRelationBinding.DataSource">
            <summary>
            Gets or sets the data source.
            </summary>
            <value>The data source.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewRelationBinding.TaskDataMember">
            <summary>
            Gets or sets the tasks data member.
            </summary>
            <value>The data member.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewRelationBinding.LinkDataMember">
            <summary>
            Gets or sets the links data member.
            </summary>
            <value>The data member.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewRelationBinding.TitleMember">
            <summary>
            Gets or sets the title member.
            </summary>
            <value>The title member.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewRelationBinding.ParentMember">
            <summary>
            Gets or sets the parent member.
            </summary>
            <value>The parent member.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewRelationBinding.ChildMember">
            <summary>
            Gets or sets the child member.
            </summary>
            <value>The child member.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewRelationBinding.StartMember">
            <summary>
            Gets or sets the start member.
            </summary>
            <value>The start member.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewRelationBinding.EndMember">
            <summary>
            Gets or sets the end member.
            </summary>
            <value>The end member.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewRelationBinding.ProgressMember">
            <summary>
            Gets or sets the progress member.
            </summary>
            <value>The progress member.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewRelationBinding.LinkStartMember">
            <summary>
            Gets or sets the link start member.
            </summary>
            <value>The link start member.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewRelationBinding.LinkEndMember">
            <summary>
            Gets or sets the link end member.
            </summary>
            <value>The link end member.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewRelationBinding.LinkTypeMember">
            <summary>
            Gets or sets the link type member.
            </summary>
            <value>The link type member.</value>
        </member>
        <member name="T:Telerik.WinControls.UI.LinkTypeConverter">
            <summary>
            Represents the converter used to convert the type of the links from/to the data source format to/from the <see cref="T:Telerik.WinControls.UI.TasksLinkType"/> enumeration.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.LinkTypeConverter.ConvertToLinkType(System.Object)">
            <summary>
            Converts the given value to a <see cref="T:Telerik.WinControls.UI.TasksLinkType"/> instance.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.LinkTypeConverter.ConvertFromLinkType(Telerik.WinControls.UI.TasksLinkType)">
            <summary>
            Converts a <see cref="T:Telerik.WinControls.UI.TasksLinkType"/> instance to another type;
            </summary>
            <param name="linkType">Type of the link.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.LinkTypeConverter.GanttViewElement">
            <summary>
            Gets the gantt view element.
            </summary>
            <value>
            The gantt view element.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewDataItem">
            <summary>
            Represents the data item <see cref="T:Telerik.WinControls.UI.RadGanttView"/> uses to represent the data it is displaying.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItem.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewDataItem"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItem.SetBooleanProperty(System.String,System.Int32,System.Boolean)">
            <summary>
            Sets a boolean property.
            </summary>
            <param name="propertyName">Name of the property.</param>
            <param name="propertyKey">The property key.</param>
            <param name="value">The new value.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItem.NotifyExpandedChanged(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Notifies the <see cref="T:Telerik.WinControls.UI.RadGanttViewElement"/> that the expanded property of this item changed.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItem.OnNotifyPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
            <summary>
            Raises the standard .NET PropertyChanged event.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItem.Expand">
            <summary>
            Expands this item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItem.Update(Telerik.WinControls.UI.RadGanttViewElement.UpdateActions)">
            <summary>
            Performs an update with the specified update actions.
            </summary>
            <param name="updateActions">The update actions.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItem.UpdateParent">
            <summary>
            Updates the parent item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItem.SetDataBoundItem(System.Boolean,System.Object)">
            <summary>
            Sets the data bound item for this data item.
            </summary>
            <param name="dataBinding">if set to <c>true</c> the method assumes the data is set through data binding.</param>
            <param name="value">The value.</param>
            <exception cref="T:System.InvalidOperationException">DataBoundItem can not be set explicitly in bound mode.</exception>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItem.OnChildStartChanged(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Called when the Start property of a child item changes.
            </summary>
            <param name="child">The child item which Start changed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItem.OnChildEndChanged(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Called when the End property of a child item changes.
            </summary>
            <param name="child">The child item which End changed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItem.OnChildProgressChanged(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Called when the Progress property of a child item changes.
            </summary>
            <param name="child">The child item which Progress changed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItem.OnChildAdded(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Called when a child item is added.
            </summary>
            <param name="child">The child item that is added.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItem.OnChildRemoved(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Called when a child item is removed.
            </summary>
            <param name="child">The child item that is removed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItem.InvalidateStartAndEnd">
            <summary>
            Called when a child Start or End changes.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItem.InvalidateProgress">
            <summary>
            Called when a child progress changes.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.Title">
            <summary>
            Gets or sets the title.
            </summary>
            <value>
            The title.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.Start">
            <summary>
            Gets or sets the start.
            </summary>
            <value>
            The start.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.End">
            <summary>
            Gets or sets the end.
            </summary>
            <value>
            The end.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.Progress">
            <summary>
            Gets or sets the progress.
            </summary>
            <value>
            The progress.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.Visible">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Telerik.WinControls.UI.GanttViewDataItem"/> is visible.
            </summary>
            <value>
              <c>true</c> if visible; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.Tag">
            <summary>
            Gets or sets the tag.
            </summary>
            <value>
            The tag.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.Items">
            <summary>
            Gets the child items of this item.
            </summary>
            <value>
            The child items.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.Current">
            <summary>
            Gets or sets a value indicating whether this instance is current.
            </summary>
            <value>
            	<c>true</c> if this instance is current; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.Selected">
            <summary>
            Gets or sets a value indicating whether this instance is selected.
            </summary>
            <value>
            	<c>true</c> if this instance is selected; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.Enabled">
            <summary>
            Gets or sets a value indicating whether this instance is enabled.
            </summary>
            <value>
            	<c>true</c> if this instance is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.Level">
            <summary>
            Gets the hierarchy level of this task.
            </summary>
            <value>The level.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.Parent">
            <summary>
            Gets the parent of this data item.
            </summary>
            <value>The parent.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.Index">
            <summary>
            Gets the index of this item in its parent items collection.
            </summary>
            <value>The index.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.Expanded">
            <summary>
            Gets or sets a value indicating whether this item is expanded.
            </summary>
            <value>
            	<c>true</c> if this item is expanded; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.NextItem">
            <summary>
            Gets the next item.
            </summary>
            <value>The next item.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.PrevVisibleItem">
            <summary>
            Gets the prev visible item.
            </summary>
            <value>The prev visible item.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the item is read only.
            </summary>
            <value>
              <c>true</c> if the item is read only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.ContextMenu">
            <summary>
            Gets or sets the context menu associated to the item.
            </summary>
            <value>
            Returns an instance of <see cref="T:Telerik.WinControls.UI.RadDropDownMenu">RadDropDownMenu Class</see> that
            is associated with the node. The default value is null.
            </value>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeView.RadContextMenu">RadContextMenu Property (Telerik.WinControls.UI.RadTreeView)</seealso>
            <remarks>
            This property could be used to associate a custom menu and replace the ganttview's
            default. If the context menu is invoked by right-clicking an item, the ganttview's menu
            will not be shown and the context menu assigned to this item will be shown instead.
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.DataBoundItem">
            <summary>
            Gets the data bound item.
            </summary>
            <value>
            The data bound item.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItem.Item(Telerik.WinControls.UI.GanttViewTextViewColumn)">
            <summary>
            Gets or sets the value within the specified column of this item.
            </summary>
            <value>
            The value.
            </value>
            <param name="column">The column.</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewDataItemCollection">
            <summary>
            Represents an observable collection of <see cref="T:Telerik.WinControls.UI.GanttViewDataItem"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemCollection.#ctor(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewDataItemCollection"/> class.
            </summary>
            <param name="owner">The owner.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemCollection.Refresh">
            <summary>
            Refreshes this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemCollection.GetGanttViewDataItemEnumerator">
            <summary>
            Gets the gantt view data item enumerator.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemCollection.GetGanttViewDataItemEnumerator(System.Int32)">
            <summary>
            Gets the gantt view data item enumerator.
            </summary>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemCollection.GetGanttViewDataItemEnumerator(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Gets the gantt view data item enumerator.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemCollection.Update">
            <summary>
            Updates this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemCollection.UpdateView">
            <summary>
            Updates the view.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemCollection.InsertItem(System.Int32,Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Inserts the item at the specified index.
            </summary>
            <param name="index">The index.</param>
            <param name="item">The item.</param>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemCollection.SetItem(System.Int32,Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Sets the item at the specified index.
            </summary>
            <param name="index">The index.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemCollection.RemoveItem(System.Int32)">
            <summary>
            Removes the item at the specified index.
            </summary>
            <param name="index">The index.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemCollection.ClearItems">
            <summary>
            Removes all the items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemCollection.OnCollectionItemChanged(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Raises the NotifyCollectionChanged event.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemCollection.OnCollectionItemChanging(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Raises the NotifyCollectionChanging event.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemCollection.OnCollectionChanged(Telerik.WinControls.Data.NotifyCollectionChangedEventArgs)">
            <summary>
            Raises the <see cref="E:CollectionChanged"/> event.
            </summary>
            <param name="args">The <see cref="T:Telerik.WinControls.Data.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemCollection.SyncVersion">
            <summary>
            Syncs the version of this collection with the binding provider.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemCollection.ResetVersion">
            <summary>
            Resets the version of this collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItemCollection.Owner">
            <summary>
            Gets the owner.
            </summary>
            <value>The owner.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItemCollection.GanttViewElement">
            <summary>
            Gets the gantt view.
            </summary>
            <value>The tree view.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItemCollection.NeedsRefresh">
            <summary>
            Gets a value indicating whether the collection needs a refresh.
            </summary>
            <value>
              <c>true</c> if a refresh is needed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItemCollection.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value>
              <c>true</c> if this instance is empty; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemView.#ctor(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewDataItemView"/> class.
            </summary>
            <param name="owner">The owner.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemView.IndexOf(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Determines the index of a specific item.
            </summary>
            <param name="item">The object to locate.</param>
            <returns>
            The index of <paramref name="item" /> if found in the collection; otherwise, -1.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemView.Insert(System.Int32,Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Inserts an item to the collection at the specified index.
            </summary>
            <param name="index">The zero-based index at which <paramref name="item" /> should be inserted.</param>
            <param name="item">The object to insert into the collection.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemView.Add(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Adds the item to the collection.
            </summary>
            <param name="item">The object to add.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemView.RemoveAt(System.Int32)">
            <summary>
            Removes the item at the specified index.
            </summary>
            <param name="index">The zero-based index of the item to remove.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemView.Clear">
            <summary>
            Removes all items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemView.Contains(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Determines whether the collection contains a specific value.
            </summary>
            <param name="item">The object to locate.</param>
            <returns>
            true if <paramref name="item" /> is found; otherwise, false.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemView.CopyTo(Telerik.WinControls.UI.GanttViewDataItem[],System.Int32)">
            <summary>
            Copies all items to the given array.
            </summary>
            <param name="array">The array.</param>
            <param name="arrayIndex">Index of the array.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemView.Remove(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Removes the first occurrence of a specific object.
            </summary>
            <param name="item">The object to remove.</param>
            <returns>
            true if <paramref name="item" /> was successfully removed; otherwise, false.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemView.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>
            An IEnumerator that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemView.GetGanttViewDataItemEnumerator">
            <summary>
            Gets the gantt view data item enumerator.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemView.GetGanttViewDataItemEnumerator(System.Int32)">
            <summary>
            Gets the gantt view data item enumerator.
            </summary>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemView.GetGanttViewDataItemEnumerator(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Gets the gantt view data item enumerator.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemView.Update">
            <summary>
            Updates this instance.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataItemView.UpdateView">
            <summary>
            Updates the view.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItemView.Item(System.Int32)">
            <summary>
            Gets or sets the element at the specified index.
            </summary>
            <param name="index">The index.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItemView.Count">
            <summary>
            Gets the number of elements contained in this collection.
            </summary>
            <returns>
            The number of elements contained in this collection.
              </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItemView.IsReadOnly">
            <summary>
            Gets a value indicating whether ththis collection is read-only.
            </summary>
            <returns>true if this collection is read-only; otherwise, false.
              </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItemView.IsAttached">
            <summary>
            Gets a value indicating whether this instance is attached.
            </summary>
            <value>
            <c>true</c> if this instance is attached; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataItemView.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value>
              <c>true</c> if this instance is empty; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewLinkDataItem">
            <summary>
            Represents a data item used by <see cref="T:Telerik.WinControls.UI.RadGanttView"/> to store links.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewLinkDataItem.OnNotifyPropertyChanged(System.String)">
            <summary>
            Raises the <see cref="E:NotifyPropertyChanged" /> event.
            </summary>
            <param name="name">The name of the property that changed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewLinkDataItem.OnNotifyPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
            <summary>
            Raises the <see cref="E:NotifyPropertyChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:System.ComponentModel.PropertyChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewLinkDataItem.SetDataBoundItem(System.Boolean,System.Object)">
            <summary>
            Sets the data bound item for this link.
            </summary>
            <param name="dataBinding">if set to <c>true</c> the method assumes the value is set through data binding.</param>
            <param name="value">The value.</param>
            <exception cref="T:System.InvalidOperationException">DataBoundItem can not be set explicitly in bound mode.</exception>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewLinkDataItem.StartItem">
            <summary>
            Gets or sets the start item for this link.
            </summary>
            <value>
            The start item.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewLinkDataItem.EndItem">
            <summary>
            Gets or sets the end item for this link.
            </summary>
            <value>
            The end item.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewLinkDataItem.LinkType">
            <summary>
            Gets or sets the type of this link.
            </summary>
            <value>
            The type of the link.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewLinkDataItem.DataBoundItem">
            <summary>
            Gets the data bound item of this link.
            </summary>
            <value>
            The data bound item.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewLinkDataItem.Lines">
            <summary>
            Gets the points wehre this link will be drawn.
            </summary>
            <value>
            The lines.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewLinkDataItem.GanttViewElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadGanttViewElement"/> that owns this link.
            </summary>
            <value>
            The gantt view element.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.GanttViewLinkDataItem.PropertyChanged">
            <summary>
            Occurs when a property value changes.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewLinkDataItemCollection">
            <summary>
            Represents an observable collection of <see cref="T:Telerik.WinControls.UI.GanttViewLinkDataItem"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewLinkDataItemCollection.#ctor(Telerik.WinControls.UI.RadGanttViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewLinkDataItemCollection"/> class.
            </summary>
            <param name="ganttViewElement">The gantt view element.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewLinkDataItemCollection.Refresh">
            <summary>
            Refreshes this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewLinkDataItemCollection.SyncVersion">
            <summary>
            Syncs the version of this instance with the binding provider.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewLinkDataItemCollection.ResetVersion">
            <summary>
            Resets the version of this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewLinkDataItemCollection.InsertItem(System.Int32,Telerik.WinControls.UI.GanttViewLinkDataItem)">
            <summary>
            Inserts the item at the specified index.
            </summary>
            <param name="index">The index.</param>
            <param name="item">The item.</param>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewLinkDataItemCollection.SetItem(System.Int32,Telerik.WinControls.UI.GanttViewLinkDataItem)">
            <summary>
            Sets the item at the specified index.
            </summary>
            <param name="index">The index.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewLinkDataItemCollection.RemoveItem(System.Int32)">
            <summary>
            Removes the item at the specified index.
            </summary>
            <param name="index">The index.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewLinkDataItemCollection.ClearItems">
            <summary>
            Removes all the items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewLinkDataItemCollection.OnCollectionChanged(Telerik.WinControls.Data.NotifyCollectionChangedEventArgs)">
            <summary>
            Raises the <see cref="E:CollectionChanged"/> event.
            </summary>
            <param name="args">The <see cref="T:Telerik.WinControls.Data.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewLinkDataItemCollection.GanttViewElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadGanttViewElement"/> that owns this collection.
            </summary>
            <value>
            The gantt view element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewLinkDataItemCollection.NeedsRefresh">
            <summary>
            Gets a value indicating whether this instance needs refresh.
            </summary>
            <value>
              <c>true</c> if a refresh is needed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTextViewColumn">
            <summary>
            Represents a column shown in <see cref="T:Telerik.WinControls.UI.RadGanttView"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumn.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewColumn"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumn.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewColumn"/> class.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumn.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewColumn"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="headerText">The header text.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumn.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewColumn"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="headerText">The header text.</param>
            <param name="fieldName">Name of the field.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumn.OnNotifyPropertyChanged(System.String)">
            <summary>
            Fires the PropertyChanged event.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumn.UpdateWidth">
            <summary>
            Updates the width.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewColumn.Name">
            <summary>
            Gets or sets the name of the column.
            </summary>
            <value>
            The name.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewColumn.DataType">
            <summary>
            Gets or sets a value indicating the type of the data this column is displaying.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewColumn.Tag">
            <summary>
            Gets or sets the tag of the column.
            </summary>
            <value>
            The tag.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewColumn.HeaderText">
            <summary>
            Gets or sets the header text of the column.
            </summary>
            <value>
            The header text.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewColumn.FieldName">
            <summary>
            Gets or sets the name of the field used to populate this column
            </summary>
            <value>
            The name of the field.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewColumn.FormatString">
            <summary>
            Gets or sets the format string.
            </summary>
            <value>
            The format string.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewColumn.Visible">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Telerik.WinControls.UI.GanttViewTextViewColumn"/> is visible.
            </summary>
            <value>
              <c>true</c> if visible; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewColumn.Current">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Telerik.WinControls.UI.GanttViewTextViewColumn"/> is current.
            </summary>
            <value>
              <c>true</c> if current; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewColumn.Owner">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadGanttViewElement"/> that is the owner of this column.
            </summary>
            <value>
            The owner.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewColumn.Width">
            <summary>
            Gets or sets the width of the column.
            </summary>
            <value>
            The width.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewColumn.IsDataBound">
            <summary>
            Gets a value indicating whether this instance is data bound.
            </summary>
            <value>
            <c>true</c> if this instance is data bound; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewColumn.Accessor">
            <summary>
            Gets or sets the accessor of the column.
            </summary>
            <value>
            The accessor.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.GanttViewTextViewColumn.PropertyChanged">
            <summary>
            Occurs when a property value changes.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTextViewColumnCollection">
            <summary>
            Represents an observable collection of <see cref="T:Telerik.WinControls.UI.GanttViewTextViewColumn"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnCollection.#ctor(Telerik.WinControls.UI.RadGanttViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewColumnCollection"/> class.
            </summary>
            <param name="owner">The owner.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnCollection.Add(System.String)">
            <summary>
            Adds a column with the specified name.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnCollection.Add(System.String,System.String)">
            <summary>
            Adds a column with the the specified name and header text.
            </summary>
            <param name="name">The name.</param>
            <param name="headerText">The header text.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnCollection.Remove(System.String)">
            <summary>
            Removes a column with the specified column name.
            </summary>
            <param name="columnName">Name of the column.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnCollection.Contains(System.String)">
            <summary>
            Determines whether the collection contains a column with the specified column name.
            </summary>
            <param name="columnName">Name of the column.</param>
            <returns>
              <c>true</c> if a column with the specified name is contained in the collection; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnCollection.IndexOf(System.String)">
            <summary>
            Gets the index of the column with the specified name or -1 if the column is not found.
            </summary>
            <param name="columnName">Name of the column.</param>
            <returns>The index of the column if found otherwise returns -1.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnCollection.AddRange(Telerik.WinControls.UI.GanttViewTextViewColumn[])">
            <summary>
            Adds the specified collection of columns to the collection.
            </summary>
            <param name="columns">The columns.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnCollection.AddRange(Telerik.WinControls.UI.GanttViewTextViewColumnCollection)">
            <summary>
            Adds the specified collection of columns to the collection.
            </summary>
            <param name="columns">The columns.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnCollection.Rename(System.String,System.String)">
            <summary>
            Renames the column with the specified name with the new name.
            </summary>
            <param name="name">The name.</param>
            <param name="newName">The new name.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnCollection.SetUniqueName(Telerik.WinControls.UI.GanttViewTextViewColumn)">
            <summary>
            Sets a unique name name to the column.
            </summary>
            <param name="column">The column.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnCollection.GetUniqueName(System.String)">
            <summary>
             Gets a unique name for a column of the collection.
            </summary>
            <param name="baseName">A base name to use.</param>
            <returns>the unique name for the collection.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnCollection.InsertItem(System.Int32,Telerik.WinControls.UI.GanttViewTextViewColumn,System.Action{Telerik.WinControls.UI.GanttViewTextViewColumn})">
            <summary>
            Inserts the item.
            </summary>
            <param name="index">The index.</param>
            <param name="column">The column.</param>
            <param name="approvedAction">The approved action.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnCollection.RemoveItem(System.Int32)">
            <summary>
            Removes the item.
            </summary>
            <param name="index">The index.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnCollection.ClearItems">
            <summary>
            Clears the items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnCollection.OnCollectionChanged(Telerik.WinControls.Data.NotifyCollectionChangedEventArgs)">
            <summary>
            Raises the <see cref="E:CollectionChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.Data.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewColumnCollection.Owner">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadGanttViewElement"/> that owns this collection.
            </summary>
            <value>
            The owner.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewColumnCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewColumn"/> with the specified column name.
            </summary>
            <value>
            The <see cref="T:Telerik.WinControls.UI.GanttViewTextViewColumn"/>.
            </value>
            <param name="columnName">Name of the column.</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.TimeRange">
            <summary>
            Defines the type of range the timeline of a <see cref="T:Telerik.WinControls.UI.RadGanttView"/> will be displayed in.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TimeRange.Week">
            <summary>
            Weeks view
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TimeRange.Month">
            <summary>
            Months view
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TimeRange.Year">
            <summary>
            Years view
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TimeRange.YearHalves">
            <summary>
            Years view with half years for the sub items.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TimeRange.YearQuarters">
            <summary>
            Years view with quarters for the sub items.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TimeRange.Day">
            <summary>
            Days view
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TimeRange.DayHalfHours">
            <summary>
            Days view with half hours for the sub items.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TimeRange.DayQuarterHours">
            <summary>
            Days view with quarter hours for the sub items.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TimeRange.Hour">
            <summary>
            Hours view.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TimeRange.Custom">
            <summary>
            When this value is set the user is responsible for providing the items for the gantt timeline view.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TasksLinkType">
            <summary>
            Defines the type of the link a <see cref="T:Telerik.WinControls.UI.GanttViewLinkDataItem"/>  represents.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TasksLinkType.FinishToFinish">
            <summary>
            A finish to finish link.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TasksLinkType.FinishToStart">
            <summary>
            A finish to start link.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TasksLinkType.StartToFinish">
            <summary>
            A start to finish link.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TasksLinkType.StartToStart">
            <summary>
            A start to start link.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewBeginEditModes">
            <summary>
            Defines when <see cref="T:Telerik.WinControls.UI.RadGanttView"/> will enter edit mode.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.GanttViewBeginEditModes.BeginEditOnClick">
            <summary>
            Edit mode will begin on every click.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.GanttViewBeginEditModes.BeginEditOnSecondClick">
            <summary>
            Edit mode will begin on second click.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CreateGanttDataItemEventArgs">
            <summary>
            Represents the event arguments for the CreateDataItem event of RadGanttView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CreateGanttDataItemEventArgs.Item">
            <summary>
            Gets or sets the data item.
            </summary>
            <value>
            The data item.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.CreateGanttLinkDataItemEventArgs">
            <summary>
            Represents the event arguments for the CreateLinkDataItem event of RadGanttView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CreateGanttLinkDataItemEventArgs.LinkDataItem">
            <summary>
            Gets or sets the link data item.
            </summary>
            <value>
            The link data item.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewHeaderCellElementCreatingEventArgs">
            <summary>
            Represents the event arguments for the HeaderCellElementCreating event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewHeaderCellElementCreatingEventArgs.#ctor(Telerik.WinControls.UI.GanttViewTextViewHeaderCellElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewHeaderCellElementCreatingEventArgs"/> class.
            </summary>
            <param name="cellElement">The cell element.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewHeaderCellElementCreatingEventArgs.CellElement">
            <summary>
            Gets or sets the cell element.
            </summary>
            <value>
            The cell element.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineItemElementCreatingEventArgs.#ctor(Telerik.WinControls.UI.GanttViewTimelineDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTimelineItemElementCreatingEventArgs"/> class.
            </summary>
            <param name="item">The data item.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTimelineItemElementCreatingEventArgs.Item">
            <summary>
            Gets the data item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTimelineItemElementCreatingEventArgs.ItemElement">
            <summary>
            Gets or sets the item element.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadGanttViewLinkEventArgs">
            <summary>
            Represents the event arguments for a link event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewLinkEventArgs.#ctor(Telerik.WinControls.UI.GanttViewLinkDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadGanttViewLinkEventArgs"/> class.
            </summary>
            <param name="link">The link.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewLinkEventArgs.Link">
            <summary>
            Gets the link.
            </summary>
            <value>
            The link.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewContextMenuOpeningEventArgs">
            <summary>
            Represents the event arguments of the ContextMenuOpening event of <see cref="T:Telerik.WinControls.UI.RadGanttView"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadGanttViewCancelEventArgs">
            <summary>
            Represents the event arguments for a cancelable item event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewCancelEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadGanttViewCancelEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewCancelEventArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>
            The item.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewContextMenuOpeningEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem,Telerik.WinControls.UI.RadContextMenu)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewContextMenuOpeningEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="menu">The menu.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewContextMenuOpeningEventArgs.Menu">
            <summary>
            Gets or sets the menu.
            </summary>
            <value>
            The menu.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewDataCellElementCreatingEventArgs">
            <summary>
            Represents the event arguments for the DataCellElementCreating event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDataCellElementCreatingEventArgs.#ctor(Telerik.WinControls.UI.GanttViewTextViewCellElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewDataCellElementCreatingEventArgs"/> class.
            </summary>
            <param name="cellElement">The cell element.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDataCellElementCreatingEventArgs.CellElement">
            <summary>
            Gets or sets the cell element.
            </summary>
            <value>
            The cell element.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewEditorRequiredEventArgs">
            <summary>
            Represents the event arguments for the EditorRequired event of RadGanttView.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadGanttViewEventArgs">
            <summary>
            Represents the event arguments for an item event raised by RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadGanttViewEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewEventArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>
            The item.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewEditorRequiredEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem,Telerik.WinControls.UI.GanttViewTextViewColumn,System.Type)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewEditorRequiredEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="column">The column.</param>
            <param name="editorType">Type of the editor.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewEditorRequiredEventArgs.Column">
            <summary>
            Gets the current column of the item.
            </summary>
            <value>
            The column.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewEditorRequiredEventArgs.Editor">
            <summary>
            Gets or sets the editor that will be used for editing.
            </summary>
            <value>
            The editor.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewEditorRequiredEventArgs.EditorType">
            <summary>
            Gets or sets the type of the editor.
            </summary>
            <value>
            The type of the editor.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewExpandedChangedEventArgs">
            <summary>
            Represents the event arguments for the ExpandedChanged event of RadGanttView.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewExpandedChangingEventArgs">
            <summary>
            Represents the event arguments for the ExpandedChanging event of RadGanttView.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewGraphicalViewItemFormattingEventArgs">
            <summary>
            Represents the event arguments for the GraphicalViewItemFormatting event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewItemFormattingEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem,Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewItemFormattingEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="itemElement">The item element.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewItemFormattingEventArgs.ItemElement">
            <summary>
            Gets the item element.
            </summary>
            <value>
            The item element.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewItemAddedEventArgs">
            <summary>
            Represents the event arguments for the ItemAdded event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewItemAddedEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewItemAddedEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewItemAddingEventArgs">
            <summary>
            Represents the event arguments for the ItemAdding event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewItemAddingEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewItemAddingEventArgs"/> class.
            </summary>
            <param name="item">The data item.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewItemChildIdNeededEventArgs">
            <summary>
            Represents the event arguments for the ItemChildIdNeeded event of <see cref="T:Telerik.WinControls.UI.RadGanttView"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewItemChildIdNeededEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewItemChildIdNeededEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewItemChildIdNeededEventArgs.ChildId">
            <summary>
            Gets or sets the child id that will be used to identify the item.
            </summary>
            <value>
            The child id.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewItemDataBoundEventArgs">
            <summary>
            Represents the event arguments for the ItemDataBound event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewItemDataBoundEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewItemDataBoundEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewItemDataErrorEventArgs">
            <summary>
            Represents the event arguments for the ItemDataError event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewItemDataErrorEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem,System.String,System.Object[])">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewItemDataErrorEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="errorText">The error text.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewItemDataErrorEventArgs.ErrorText">
            <summary>
            Gets the error text.
            </summary>
            <value>
            The error text.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewItemDataErrorEventArgs.Context">
            <summary>
            Gets the context of the error.
            </summary>
            <value>
            The context.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewItemEditedEventArgs">
            <summary>
            Represents the event arguments for the ItemEdited event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewItemEditedEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem,Telerik.WinControls.UI.IInputEditor,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewItemEditedEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="editor">The editor.</param>
            <param name="commit">if set to <c>true</c> [commit].</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewItemEditedEventArgs.Commit">
            <summary>
            Gets a value indicating whether the edit operation will be committed.
            </summary>
            <value>
              <c>true</c> if commit; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewItemEditedEventArgs.Editor">
            <summary>
            Gets the editor.
            </summary>
            <value>
            The editor.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewItemEditingEventArgs">
            <summary>
            Represents the event arguments for the ItemEditing event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewItemEditingEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem,Telerik.WinControls.UI.GanttViewTextViewColumn,Telerik.WinControls.UI.IInputEditor)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewItemEditingEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="column">The column.</param>
            <param name="editor">The editor.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewItemEditingEventArgs.Column">
            <summary>
            Gets the column.
            </summary>
            <value>
            The column.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewItemEditingEventArgs.Editor">
            <summary>
            Gets the editor.
            </summary>
            <value>
            The editor.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewItemEditorInitializedEventArgs">
            <summary>
            Represents the event arguments for the EditorInitialized event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewItemEditorInitializedEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem,Telerik.WinControls.UI.IInputEditor)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewItemEditorInitializedEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="editor">The editor.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewItemEditorInitializedEventArgs.Editor">
            <summary>
            Gets the editor.
            </summary>
            <value>
            The editor.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewItemElementCreatingEventArgs">
            <summary>
            Represents the event arguments for the ItemElementCreating event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewItemElementCreatingEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem,Telerik.WinControls.UI.GanttViewBaseViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewItemElementCreatingEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="viewElement">The view element.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewItemElementCreatingEventArgs.ViewElement">
            <summary>
            Gets the view element.
            </summary>
            <value>
            The view element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewItemElementCreatingEventArgs.ItemElement">
            <summary>
            Gets or sets the item element.
            </summary>
            <value>
            The item element.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewItemPaintEventArgs">
            <summary>
            Represents the event arguments of the ItemPaint event of <see cref="T:Telerik.WinControls.UI.RadGanttView"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewItemPaintEventArgs.#ctor(Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement,System.Drawing.Graphics)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewItemPaintEventArgs"/> class.
            </summary>
            <param name="element">The element.</param>
            <param name="graphics">The graphics.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewItemPaintEventArgs.Element">
            <summary>
            Gets the element which is painted.
            </summary>
            <value>
            The element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewItemPaintEventArgs.Graphics">
            <summary>
            Gets the graphics object used for drawing.
            </summary>
            <value>
            The graphics.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewItemRemovedEventArgs">
            <summary>
            Represents the event arguments for the ItemRemoved event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewItemRemovedEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewItemRemovedEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewItemValidatedEventArgs">
            <summary>
            Represents the event arguments for the ItemValidated event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewItemValidatedEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem,Telerik.WinControls.UI.GanttViewTextViewColumn)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewItemValidatedEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="column">The column.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewItemValidatedEventArgs.Column">
            <summary>
            Gets the column.
            </summary>
            <value>
            The column.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewItemValidatingEventArgs">
            <summary>
            Represents the event arguments for the ItemValidating event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewItemValidatingEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem,Telerik.WinControls.UI.GanttViewTextViewColumn,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewItemValidatingEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="column">The column.</param>
            <param name="newValue">The new value.</param>
            <param name="oldValue">The old value.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewItemValidatingEventArgs.Column">
            <summary>
            Gets the column.
            </summary>
            <value>
            The column.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewItemValidatingEventArgs.NewValue">
            <summary>
            Gets the new value.
            </summary>
            <value>
            The new value.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewItemValidatingEventArgs.OldValue">
            <summary>
            Gets the old value.
            </summary>
            <value>
            The old value.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewLinkAddedEventArgs">
            <summary>
            Represents the event arguments for the LinkAdded event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewLinkAddedEventArgs.#ctor(Telerik.WinControls.UI.GanttViewLinkDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewLinkAddedEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewLinkAddingEventArgs">
            <summary>
            Represents the even arguments for the LinkAdding event of RadGanttView.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadGanttViewLinkCancelEventArgs">
            <summary>
            Represents the event arguments for a cancelable link event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewLinkCancelEventArgs.#ctor(Telerik.WinControls.UI.GanttViewLinkDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadGanttViewLinkCancelEventArgs"/> class.
            </summary>
            <param name="link">The link.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewLinkCancelEventArgs.Link">
            <summary>
            Gets the link.
            </summary>
            <value>
            The link.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewLinkAddingEventArgs.#ctor(Telerik.WinControls.UI.GanttViewLinkDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewLinkAddingEventArgs"/> class.
            </summary>
            <param name="link">The link data item.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewLinkDataBoundEventArgs">
            <summary>
            Represents the event arguments for the LinkDataBound event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewLinkDataBoundEventArgs.#ctor(Telerik.WinControls.UI.GanttViewLinkDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewLinkDataBoundEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewLinkDataErrorEventArgs">
            <summary>
            Represents the event arguments for the LinkDataError event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewLinkDataErrorEventArgs.#ctor(Telerik.WinControls.UI.GanttViewLinkDataItem,System.String,System.Object[])">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewLinkDataErrorEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="errorText">The error text.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewLinkDataErrorEventArgs.ErrorText">
            <summary>
            Gets the error text.
            </summary>
            <value>
            The error text.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewLinkDataErrorEventArgs.Context">
            <summary>
            Gets the context of the error.
            </summary>
            <value>
            The context.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewLinkRemovedEventArgs">
            <summary>
            Represents the event arguments for the LinkRemoved event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewLinkRemovedEventArgs.#ctor(Telerik.WinControls.UI.GanttViewLinkDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewLinkRemovedEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewSelectedItemChangedEventArgs">
            <summary>
            Represents the event arguments for the SelectedItemChanged event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewSelectedItemChangedEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewSelectedItemChangedEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewSelectedItemChangingEventArgs">
            <summary>
            Represents the event arguments for the SelectedItemChanging event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewSelectedItemChangingEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewSelectedItemChangingEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTextViewCellFormattingEventArgs">
            <summary>
            Represents the event arguments for the CellFormatting event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellFormattingEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem,Telerik.WinControls.UI.GanttViewTextViewCellElement,Telerik.WinControls.UI.GanttViewTextViewColumn)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewCellFormattingEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="cellElement">The cell element.</param>
            <param name="column">The column.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewCellFormattingEventArgs.Column">
            <summary>
            Gets the column.
            </summary>
            <value>
            The column.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewCellFormattingEventArgs.CellElement">
            <summary>
            Gets the cell element.
            </summary>
            <value>
            The cell element.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTextViewItemFormattingEventArgs">
            <summary>
            Represents the event arguments for the ItemFormatting event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewItemFormattingEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem,Telerik.WinControls.UI.GanttViewTextItemElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewItemFormattingEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="itemElement">The item element.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewItemFormattingEventArgs.ItemElement">
            <summary>
            Gets the item element.
            </summary>
            <value>
            The item element.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTimelineItemFormattingEventArgs">
            <summary>
            Represents the event arguments for the TimelineItemFormatting event of RadGanttView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineItemFormattingEventArgs.#ctor(Telerik.WinControls.UI.GanttViewTimelineDataItem,Telerik.WinControls.UI.GanttViewTimelineItemElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTimelineItemFormattingEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="itemElement">The item element.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTimelineItemFormattingEventArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>
            The item.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTimelineItemFormattingEventArgs.ItemElement">
            <summary>
            Gets the item element.
            </summary>
            <value>
            The item element.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewPrintSettingsControl.LocalizeStrings">
            <summary>
            Localizes the strings in the control by using the current <see cref="T:Telerik.WinControls.UI.PrintDialogsLocalizationProvider"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewPrintSettingsControl.LoadPrintSettings(Telerik.WinControls.UI.GanttViewPrintSettings)">
            <summary>
            Loads the <see cref="T:Telerik.WinControls.UI.GanttViewPrintSettings"/> from the printed <see cref="T:Telerik.WinControls.UI.RadGanttView"/> into the dialog
            </summary>
            <param name="printSettings">The print settings.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewPrintSettingsControl.LoadGeneralPrintSettings(Telerik.WinControls.UI.GanttViewPrintSettings)">
            <summary>
            Loads the <see cref="T:Telerik.WinControls.UI.GanttViewPrintSettings"/> into the dialog.
            </summary>
            <param name="printSettings">The print settings.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewPrintSettingsControl.ApplyPrintSettings">
            <summary>
            Saves all settings form the dialog.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.GanttViewPrintSettingsControl.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewPrintSettingsControl.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewPrintSettingsControl.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewPrintSettingsControl.PrintSettings">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.GanttViewPrintSettings"/> settings edited in the dialog.
            </summary>
            <value>
            The print settings.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.RadGanttView">
            <summary>
            Displays a hierarchical collection of task items along with the relations between them. Each item is represented by a <see cref="T:Telerik.WinControls.UI.GanttViewDataItem"/> and each link is represented by a <see cref="T:Telerik.WinControls.UI.GanttViewLinkDataItem"/>. 
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.CreateChildItems(Telerik.WinControls.RadElement)">
            <summary>
            Creates the child items.
            </summary>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.CreateGanttViewElement">
            <summary>
            Creates the <see cref="T:Telerik.WinControls.UI.RadGanttViewElement"/>.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.IsInputKey(System.Windows.Forms.Keys)">
            <summary>
            Determines whether the pressed key is input key.
            </summary>
            <param name="keyData">The key data.</param>
            <returns>
              <c>true</c> if the pressed key is an input key; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.BeginUpdate">
            <summary>
            Disables all notifications in the RadGanttView
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.EndUpdate">
            <summary>
            Ends the update.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.OnPrintElementFormatting(Telerik.WinControls.UI.GanttViewPrintElementFormattingEventArgs)">
            <summary>
            Raises the <see cref="E:PrintElementFormatting"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewPrintElementFormattingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.OnPrintElementPaint(Telerik.WinControls.UI.GanttViewPrintElementPaintEventArgs)">
            <summary>
            Raises the <see cref="E:PrintElementPaint"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewPrintElementPaintEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.OnBindingContextChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:BindingContextChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Raises the <see cref="E:MouseDown"/> event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Raises the <see cref="E:MouseMove"/> event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Raises the <see cref="E:MouseUp"/> event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.OnMouseClick(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Raises the <see cref="E:System.Windows.Forms.Control.MouseClick" /> event.
            </summary>
            <param name="e">An <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Raises the <see cref="E:System.Windows.Forms.Control.MouseDoubleClick" /> event.
            </summary>
            <param name="e">An <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.OnMouseEnter(System.EventArgs)">
            <summary>
            Raises the <see cref="E:MouseEnter"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.OnMouseLeave(System.EventArgs)">
            <summary>
            Raises the <see cref="E:MouseLeave"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Raises the <see cref="E:MouseWheel"/> event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.OnMouseHover(System.EventArgs)">
            <summary>
            Raises the <see cref="E:MouseHover"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Raises the <see cref="E:KeyDown"/> event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
            <summary>
            Raises the <see cref="E:KeyPress"/> event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyPressEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Raises the <see cref="E:KeyUp"/> event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.ProcessDialogKey(System.Windows.Forms.Keys)">
            <summary>
            Processes a dialog key.
            </summary>
            <param name="keyData">One of the <see cref="T:System.Windows.Forms.Keys" /> values that represents the key to process.</param>
            <returns>
            true if the key was processed by the control; otherwise, false.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.WndProc(System.Windows.Forms.Message@)">
            <summary>
            Handles windows messages.
            </summary>
            <param name="m">The message.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.WmContextMenu(System.Windows.Forms.Message@)">
            <summary>
            Hanles the windows message for showing the context menu.
            </summary>
            <param name="m">The m.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.Print">
            <summary>
            Directly prints the <see cref="T:Telerik.WinControls.UI.RadGanttView"/> to the default printer.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.Print(System.Boolean)">
            <summary>
            Directly prints the <see cref="T:Telerik.WinControls.UI.RadGanttView"/> to the default printer or shows printer settings and then prints the <see cref="T:Telerik.WinControls.UI.RadGanttView"/>.
            </summary>
            <param name="showPrinterSettings">Indicates whether printer settings dialog should be shown.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.Print(System.Boolean,Telerik.WinControls.UI.RadPrintDocument)">
            <summary>
            Directly prints the <see cref="T:Telerik.WinControls.UI.RadGanttView"/> to the default printer or shows printer settings and then prints the <see cref="T:Telerik.WinControls.UI.RadGanttView"/>.
            </summary>
            <param name="showPrinterSettings">Indicates whether printer settings dialog should be shown.</param>
            <param name="document">As instance of <see cref="T:Telerik.WinControls.UI.RadPrintDocument"/> used to control the print process.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.PrintPreview">
            <summary>
            Shows a <see cref="T:Telerik.WinControls.UI.RadPrintPreviewDialog"/> for editing the <see cref="T:Telerik.WinControls.UI.RadGanttView"/> print settings.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.PrintPreview(Telerik.WinControls.UI.RadPrintDocument)">
            <summary>
            Shows a <see cref="T:Telerik.WinControls.UI.RadPrintPreviewDialog"/> for editing the <see cref="T:Telerik.WinControls.UI.RadGanttView"/> print settings.
            </summary>
            <param name="document">As instance of <see cref="T:Telerik.WinControls.UI.RadPrintDocument"/> used to control the print process.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.BeginPrint(Telerik.WinControls.UI.RadPrintDocument,System.Drawing.Printing.PrintEventArgs)">
            <summary>
            Called when the printing begins.
            </summary>
            <param name="sender">The <c ref="RadPrintDocument" /> that has initiated the printing.</param>
            <param name="args">The event args.</param>
            <returns>
            The number of pages that will be printed.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.EndPrint(Telerik.WinControls.UI.RadPrintDocument,System.Drawing.Printing.PrintEventArgs)">
            <summary>
            Called when the printing ends.
            </summary>
            <param name="sender">The <c ref="RadPrintDocument" /> that has initiated the printing.</param>
            <param name="args">The event args.</param>
            <returns>
            false if the printing was canceled
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.PrintPage(System.Int32,Telerik.WinControls.UI.RadPrintDocument,System.Drawing.Printing.PrintPageEventArgs)">
            <summary>
            Prints the page with the specified number.
            </summary>
            <param name="pageNumber">The number of the current page.</param>
            <param name="sender">The <c ref="RadPrintDocument" /> that has initiated the printing.</param>
            <param name="args">The event args.</param>
            <returns>
            true if there are more pages, false otherwise
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.GetSettingsDialog(Telerik.WinControls.UI.RadPrintDocument)">
            <summary>
            Gets a print settings dialog that is specific for the printable object.
            </summary>
            <param name="document">The <c ref="RadPrintDocument" /> that has initiated the printing.</param>
            <returns>
            The dialog.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.DrawCurrentPage(System.Drawing.Graphics,System.Int32)">
            <summary>
            Draws the current page by slicing a portion of the big bitmap.
            </summary>
            <param name="g">The graphics object.</param>
            <param name="printedPage">The printed page.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.DrawTextViewAndGraphicalViewToBitmap(System.Drawing.Bitmap)">
            <summary>
            Draws the grid portion of the gantt view and the graphical view to the big bitmap.
            </summary>
            <param name="bmp">The BMP.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.DrawTextViewCellsAndTasksToBitmap(System.Drawing.Graphics)">
            <summary>
            Draws the grid cells and graphical tasks to the bitmap.
            </summary>
            <param name="g">The graphics.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.DrawLinksToBitmap(System.Drawing.Graphics)">
            <summary>
            Draws the links to the bitmap.
            </summary>
            <param name="g">The g.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.DrawHeaderAndTimelineViewToBitmap(System.Drawing.Bitmap)">
            <summary>
            Draws the header and the timeline view items to bitmap.
            </summary>
            <param name="bmp">The BMP.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.DrawTimelineItemsToBitmap(System.Drawing.Graphics)">
            <summary>
            Draws the timeline items to bitmap.
            </summary>
            <param name="g">The g.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.DrawHeaderCellsToBitmap(System.Drawing.Graphics)">
            <summary>
            Draws the header cells to bitmap.
            </summary>
            <param name="g">The g.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.PrintGanttViewElement(System.Drawing.Graphics,Telerik.WinControls.UI.GanttViewPrintElementContext,System.Drawing.RectangleF,System.String,System.Object)">
            <summary>
            Prints a gantt view element to the graphics object.
            </summary>
            <param name="g">The g.</param>
            <param name="context">The context.</param>
            <param name="rect">The rect.</param>
            <param name="text">The text.</param>
            <param name="dataItem">The data item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.GetElementShape(Telerik.WinControls.UI.GanttViewPrintElementContext,System.Drawing.RectangleF)">
            <summary>
            Gets the shape of an element based on the print context and the provided rectangle.
            </summary>
            <param name="context">The context.</param>
            <param name="rect">The rect.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.GetPrintElement(Telerik.WinControls.UI.GanttViewPrintElementContext)">
            <summary>
            Gets an initialized print element based on the provided context.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.GetPrintRectangle(Telerik.WinControls.UI.GanttViewDataItem,System.Int32)">
            <summary>
            Returns a rectangle representing the coordinates where an object should be positioned or drawn for the given item and time frame.
            </summary>
            <param name="item">The item that will be printed.</param>
            <param name="index">The index of the item in a flat representation of the items hierarchy.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.GetLinkLines(Telerik.WinControls.UI.GanttViewLinkDataItem,System.Int32,System.Int32)">
            <summary>
            Gets the link lines for the given link.
            </summary>
            <param name="link">The link.</param>
            <param name="startItemIndex">The index of the link start item in a flat representation of the items hierarchy.</param>
            <param name="endItemIndex">The index of the link end item in a flat representation of the items hierarchy.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.GetStartToStartLines(Telerik.WinControls.UI.GanttViewLinkDataItem,System.Int32,System.Int32)">
            <summary>
            Gets the start to start lines for the given link.
            </summary>
            <param name="link">The link.</param>
            <param name="startItemIndex">The index of the link start item in a flat representation of the items hierarchy.</param>
            <param name="endItemIndex">The index of the link end item in a flat representation of the items hierarchy.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.GetStartToFinishLines(Telerik.WinControls.UI.GanttViewLinkDataItem,System.Int32,System.Int32)">
            <summary>
            Gets the start to finish lines for the given link.
            </summary>
            <param name="link">The link.</param>
            <param name="startItemIndex">The index of the link start item in a flat representation of the items hierarchy.</param>
            <param name="endItemIndex">The index of the link end item in a flat representation of the items hierarchy.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.GetFinishToStartLines(Telerik.WinControls.UI.GanttViewLinkDataItem,System.Int32,System.Int32)">
            <summary>
            Gets the finish to start lines for the given link.
            </summary>
            <param name="link">The link.</param>
            <param name="startItemIndex">The index of the link start item in a flat representation of the items hierarchy.</param>
            <param name="endItemIndex">The index of the link end item in a flat representation of the items hierarchy.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttView.GetFinishToFinishLines(Telerik.WinControls.UI.GanttViewLinkDataItem,System.Int32,System.Int32)">
            <summary>
            Gets the finish to finish lines for the given link.
            </summary>
            <param name="link">The link.</param>
            <param name="startItemIndex">The index of the link start item in a flat representation of the items hierarchy.</param>
            <param name="endItemIndex">The index of the link end item in a flat representation of the items hierarchy.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.GanttViewElement">
            <summary>
            Gets the gantt view element.
            </summary>
            <value>
            The gantt view element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.Links">
            <summary>
            Gets the collection of links.
            </summary>
            <value>
            The links.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.Items">
            <summary>
            Gets the collection of task items.
            </summary>
            <value>
            The task items.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.Columns">
            <summary>
            Gets the collection of columns shown in the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewElement"/>.
            </summary>
            <value>
            The columns.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.Ratio">
            <summary>
            Gets or sets the ratio between the text view and the graphical view.
            </summary>
            <value>
            The ratio.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.ItemHeight">
            <summary>
            Gets or sets the height of the items.
            </summary>
            <value>
            The height of the item.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.HeaderHeight">
            <summary>
            Gets or sets the height of the header row and the timeline container.
            </summary>
            <value>
            The height of the header.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.SplitterWidth">
            <summary>
            Gets or sets the width of the splitter.
            </summary>
            <value>
            The width of the splitter.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.IsEditing">
            <summary>
            Gets a value indicating whether this instance is in edit mode.
            </summary>
            <value>
            <c>true</c> if this instance is in edit mode; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.AllowSummaryEditing">
            <summary>
            Gets or sets a value indicating whether summary items are editable by the user or their value is auto-calculated from their sub items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.GanttViewBehavior">
            <summary>
            Gets or sets the gantt view behavior.
            </summary>
            <value>
            The gantt view behavior.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.DragDropService">
            <summary>
            Gets or sets the drag drop service.
            </summary>
            <value>
            The drag drop service.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.LinkTypeConverter">
            <summary>
            Gets or sets a link type converter that will be used to convert values coming from the data source to <see cref="T:Telerik.WinControls.UI.TasksLinkType"/> and vice versa.
            </summary>
            <value>
            The link type converter.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.SelectedItem">
            <summary>
            Gets or sets the selected item.
            </summary>
            <value>The selected item.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.CurrentColumn">
            <summary>
            Gets or sets the current column.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.IsDataBound">
            <summary>
            Gets a value indicating whether this instance is data bound.
            </summary>
            <value>
            <c>true</c> if this instance is data bound; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.DataSource">
            <summary>
            Gets or sets the data source that the <see cref="T:Telerik.WinControls.UI.RadGanttView"/> is displaying data for.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.TaskDataMember">
            <summary>
            Gets or sets the name of the list or table in the data source from which the <see cref="T:Telerik.WinControls.UI.RadGanttViewElement"/> will extract tasks data. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.ParentMember">
            <summary>
            Gets or sets a property name which will be used to define a relation of the data items. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.ChildMember">
            <summary>
            Gets or sets a property name which will be used to define a relation of the data items. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.TitleMember">
            <summary>
            Gets or sets a property name which will be used to extract the title of the data items. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.StartMember">
            <summary>
            Gets or sets a property name which will be used to extract the start of the data items. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.EndMember">
            <summary>
            Gets or sets a property name which will be used to extract the end of the data items. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.ProgressMember">
            <summary>
            Gets or sets a property name which will be used to extract the Progress of the data items. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.LinkDataMember">
            <summary>
            Gets or sets the name of the list or table in the data source from which the <see cref="T:Telerik.WinControls.UI.RadGanttViewElement"/> will extract links data. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.LinkStartMember">
            <summary>
            Gets or sets a property name which will be used to extract links start item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.LinkEndMember">
            <summary>
            Gets or sets a property name which will be used to extract the links end item. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.LinkTypeMember">
            <summary>
            Gets or sets a property name which will be used to extract the link type of the data items. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.IsInDesignMode">
            <summary>
            Gets or  a value indicating whether the control is in design mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.EnableCustomPainting">
            <summary>
            Gets or sets a value indicating whether custom painting is enabled.
            </summary>
            <value>
            <c>true</c> if custom painting is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.DefaultSize">
            <summary>
            Gets the default size of the control.
            </summary>
            <returns>
            The default <see cref="T:System.Drawing.Size" /> of the control.
              </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.RadContextMenu">
            <summary>
            Gets or sets the context menu associated with the control.
            </summary>
            <returns>
            A <see cref="T:System.Windows.Forms.ContextMenu" /> that represents the context menu associated with the control.
              </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.ShowTimelineTodayIndicator">
            <summary>
            Gets or sets a value indicating whether to show the timeline today indicator.
            </summary>
            <value>
            <c>true</c> if the timeline today indicator is visible; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.ShowTodayIndicator">
            <summary>
            Gets or sets a value indicating whether to show the today indicator.
            </summary>
            <value>
              <c>true</c> if the today indicator is visible; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.DataProvider">
            <summary>
            Gets or sets a <see cref="T:Telerik.WinControls.UI.IGanttViewDataProvider"/> instance, which enables integration with other controls.
            </summary>
            <value>
            The data provider.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.PrintSettings">
            <summary>
            Gets or sets a <see cref="T:Telerik.WinControls.UI.GanttViewPrintSettings"/> instance, which hold the default print settings.
            </summary>
            <value>
            The print settings.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttView.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the gantt view is read only.
            </summary>
            <value>
              <c>true</c> if the gantt view is read only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.ItemChildIdNeeded">
            <summary>
            Occurs when an item needs an id for storing in data sources.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.ItemPaint">
            <summary>
            Occurs when an item is painted. Allows custom painting over the item. EnableCustomPainting must be set to true for this event to be fired.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.ContextMenuOpening">
            <summary>
            Occurs when a context menu is about to be opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.CreateDataItem">
            <summary>
            Occurs when a new data item is created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.CreateLinkDataItem">
            <summary>
            Occurs when a new link data item is created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.ItemAdding">
            <summary>
            Occurs before an <see cref="T:Telerik.WinControls.UI.GanttViewDataItem"/> is added to the Items collection.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.LinkAdding">
            <summary>
            Occurs before an <see cref="T:Telerik.WinControls.UI.GanttViewLinkDataItem"/> is added to the Links collection.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.ItemDataError">
            <summary>
            Occurs when there is an error in the data layer of RadGanttView related to data operations with Item objects.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.LinkDataError">
            <summary>
            Occurs when there is an error in the data layer of RadGanttView related to data operations with Link objects.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.SelectedItemChanging">
            <summary>
            Occurs when the selected item is about to be changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.SelectedItemChanged">
            <summary>
            Occurs when selected item has been changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.ItemExpandedChanging">
            <summary>
            Occurs when an item is about to be expanded or collapsed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.ItemExpandedChanged">
            <summary>
            Occurs after an item is expanded or collapsed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.ItemDataBound">
            <summary>
            Occurs when an item is data bound.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.ItemAdded">
            <summary>
            Occurs when a new item is added to the Items collection.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.ItemRemoved">
            <summary>
            Occurs when an item removed from the Items collection.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.LinkDataBound">
            <summary>
            Occurs when a link is data bound.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.LinkAdded">
            <summary>
            Occurs when a new link added to the Links collection.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.LinkRemoved">
            <summary>
            Occurs when a link is removed from the Links collection.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.HeaderCellElementCreating">
            <summary>
            Occurs when a new header cell element needs to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.DataCellElementCreating">
            <summary>
            Occurs when a new data cell element needs to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.TextViewCellFormatting">
            <summary>
            Occurs when the content of a cell needs to be formatted for display.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.TextViewItemFormatting">
            <summary>
            Occurs when an item in the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewElement"/> state changes and it needs to be formatted.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.TimelineItemFormatting">
            <summary>
            Occurs when the state of a timeline item changes and it needs to be formatted.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.GraphicalViewItemFormatting">
            <summary>
            Occurs when the state of an item in the <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/> changes and it needs to be formatted.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.GraphicalViewLinkItemFormatting">
            <summary>
            Occurs when the state of a link item in the <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/> changes and it needs to be formatted.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.ItemElementCreating">
            <summary>
            Occurs when an item element needs to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.TimelineItemElementCreating">
            <summary>
            Occurs when a timeline item element needs to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.PrintElementFormatting">
            <summary>
            Occurs when an element will be printed. Allows formatting of the element.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttView.PrintElementPaint">
            <summary>
            Occurs after an element is printed. Allows for custom painting over the element.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.InitializeFields">
            <summary>
            Initializes the fields.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.CreateChildElements">
            <summary>
            Called by the element when constructed. Allows inheritors to build the element tree.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadGanttViewElement"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.CreateTextViewElement(Telerik.WinControls.UI.RadGanttViewElement)">
            <summary>
            Creates the the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewElement"/>.
            </summary>
            <param name="ganttView">The gantt view.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.CreateViewsSplitterElement">
            <summary>
            Creates the <see cref="T:Telerik.WinControls.UI.GanttViewViewsSplitterElement"/>.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.CreateGraphicalViewElement(Telerik.WinControls.UI.RadGanttViewElement)">
            <summary>
            Creates the <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/>.
            </summary>
            <param name="ganttView">The gantt view.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.Update(Telerik.WinControls.UI.RadGanttViewElement.UpdateActions)">
            <summary>
            Performs an update according the specified update action.
            </summary>
            <param name="updateAction">The update action.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.Update(Telerik.WinControls.UI.RadGanttViewElement.UpdateActions,Telerik.WinControls.UI.GanttViewLinkDataItem[])">
            <summary>
            Performs an update according the specified update action.
            </summary>
            <param name="updateAction">The update action.</param>
            <param name="items">The items.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.Update(Telerik.WinControls.UI.RadGanttViewElement.UpdateActions,Telerik.WinControls.UI.GanttViewDataItem[])">
            <summary>
            Updates the visual items in the gantt view
            </summary>
            <param name="updateAction">Indicates the update action</param>
            <param name="items">Array representing the items which should be updated</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.UpdateOnExpandedChanged(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Updates the instance when an item expanded state changes.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.UpdateScrollersOnAdd(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Updates the scrollers on add.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.UpdateScrollers(Telerik.WinControls.UI.GanttViewDataItem,Telerik.WinControls.UI.RadGanttViewElement.UpdateActions)">
            <summary>
            Updates the scrollers.
            </summary>
            <param name="skipItem">The skip item.</param>
            <param name="updateAction">The update action.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.SynchronizeItemElements">
            <summary>
            Synchronizes all item elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.CreateNewTask">
            <summary>
            Creates a new task.
            </summary>
            <returns>A new <see cref="T:Telerik.WinControls.UI.GanttViewDataItem"/></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.CreateNewLink">
            <summary>
            Creates a new link.
            </summary>
            <returns>A new <see cref="T:Telerik.WinControls.UI.GanttViewLinkDataItem"/></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.BeginUpdate">
            <summary>
            Begins an update.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.EndUpdate">
            <summary>
            Ends an update.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.EndUpdate(System.Boolean,Telerik.WinControls.UI.RadGanttViewElement.UpdateActions)">
            <summary>
            Ends the update.
            </summary>
            <param name="performUpdate">Tells the view whether an update is required or not.</param>
            <param name="action">Indicates the update action</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.ProcessSelection(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Processes the item for selection.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.ProcessCurrentItem(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Processes the item as current.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.EnsureVisible(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Ensures that the specified item is visible within the gantt view element, scrolling the contents of the element if necessary.
            </summary>
            <param name="item">The item to scroll into view</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.EnsureItemVisibleVertical(Telerik.WinControls.UI.GanttViewDataItem,Telerik.WinControls.UI.GanttViewBaseItemElement)">
            <summary>
            Ensures the item is visible vertically.
            </summary>
            <param name="item">The item.</param>
            <param name="itemElement">The item element.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.EnsureItemVisibleVerticalCore(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Ensures the item visible vertically.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.BringIntoView(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Ensures that the specified item is visible within the gantt view element, scrolling the contents of the element if necessary. 
            This method expands parent items when necessary.
            </summary>
            <param name="item">The item to bring into view</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.ClearSelection">
            <summary>
            Clears the selection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.BeginEdit">
            <summary>
            Puts the current item in edit mode.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.EndEdit">
            <summary>
             Commits any changes and ends the edit operation on the current item.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.CancelEdit">
            <summary>
            Close the currently active editor and discard changes.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.EndEditCore(System.Boolean)">
            <summary>
            Ends the editing of an item and commits or discards the changes.
            </summary>
            <param name="commitChanges">Determines if the changes are commited [true] or discarded [false].</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.GetEditorType(Telerik.WinControls.UI.GanttViewDataItem,Telerik.WinControls.UI.GanttViewTextViewColumn)">
            <summary>
            Gets the type of the editor to be used for editing the given item and column.
            </summary>
            <param name="item">The item.</param>
            <param name="column">The column.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.IsNumericType(System.Type)">
            <summary>
            Determines whether the given type is a numeric type.
            </summary>
            <param name="type">The type to check.</param>
            <returns>
              <c>true</c> if the type is numeric; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.GetEditor(System.Type)">
            <summary>
            Gets an editor based on its type.
            </summary>
            <param name="editorType">Type of the editor.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Raises the <see cref="E:MouseDown"/> event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Raises the <see cref="E:MouseMove"/> event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Raises the <see cref="E:MouseUp"/> event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnLoaded">
            <summary>
            Called when the element has been successfully loaded. That includes loading of all its children as well.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnItemChildIdNeeded(Telerik.WinControls.UI.GanttViewItemChildIdNeededEventArgs)">
            <summary>
            Raises the <see cref="E:ItemChildIdNeeded"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewItemChildIdNeededEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnItemPaint(Telerik.WinControls.UI.GanttViewItemPaintEventArgs)">
            <summary>
            Raises the <see cref="E:ItemPaint"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewItemPaintEventArgs"/> instance containing the event data.</param>
            <exception cref="T:System.NotImplementedException"></exception>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnContextMenuOpening(Telerik.WinControls.UI.GanttViewContextMenuOpeningEventArgs)">
            <summary>
            Raises the <see cref="E:ContextMenuOpening"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewContextMenuOpeningEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnBindingContextChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:BindingContextChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnCreateDataItem(Telerik.WinControls.UI.CreateGanttDataItemEventArgs)">
            <summary>
            Raises the <see cref="E:CreateDataItem"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.CreateGanttDataItemEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnCreateLinkDataItem(Telerik.WinControls.UI.CreateGanttLinkDataItemEventArgs)">
            <summary>
            Raises the <see cref="E:CreateLinkDataItem"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.CreateGanttLinkDataItemEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnItemAdding(Telerik.WinControls.UI.GanttViewItemAddingEventArgs)">
            <summary>
            Raises the <see cref="E:ItemAdding"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewItemAddingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnLinkAdding(Telerik.WinControls.UI.GanttViewLinkAddingEventArgs)">
            <summary>
            Raises the <see cref="E:LinkAdding"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewLinkAddingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnItemDataError(Telerik.WinControls.UI.GanttViewItemDataErrorEventArgs)">
            <summary>
            Raises the <see cref="E:ItemDataError"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewItemDataErrorEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnLinkDataError(Telerik.WinControls.UI.GanttViewLinkDataErrorEventArgs)">
            <summary>
            Raises the <see cref="E:LinkDataError"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewLinkDataErrorEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnSelectedItemChanging(Telerik.WinControls.UI.GanttViewSelectedItemChangingEventArgs)">
            <summary>
            Raises the <see cref="E:SelectedItemChanging"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewSelectedItemChangingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnSelectedItemChanged(Telerik.WinControls.UI.GanttViewSelectedItemChangedEventArgs)">
            <summary>
            Raises the <see cref="E:SelectedItemChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewSelectedItemChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnSelectedItemChanged(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Called when [selected item changed].
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnItemExpandedChanging(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Called when an item expanded is changing.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnItemExpandedChanging(Telerik.WinControls.UI.GanttViewExpandedChangingEventArgs)">
            <summary>
            Raises the <see cref="E:ItemExpandedChanging"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewExpandedChangingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnItemExpandedChanged(Telerik.WinControls.UI.GanttViewExpandedChangedEventArgs)">
            <summary>
            Raises the <see cref="E:ItemExpandedChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewExpandedChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnItemDataBound(Telerik.WinControls.UI.GanttViewItemDataBoundEventArgs)">
            <summary>
            Raises the <see cref="E:ItemDataBound"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewItemDataBoundEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnItemAdded(Telerik.WinControls.UI.GanttViewItemAddedEventArgs)">
            <summary>
            Raises the <see cref="E:ItemAdded"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewItemAddedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnItemRemoved(Telerik.WinControls.UI.GanttViewItemRemovedEventArgs)">
            <summary>
            Raises the <see cref="E:ItemRemoved"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewItemRemovedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnLinkDataBound(Telerik.WinControls.UI.GanttViewLinkDataBoundEventArgs)">
            <summary>
            Raises the <see cref="E:LinkDataBound"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewLinkDataBoundEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnLinkAdded(Telerik.WinControls.UI.GanttViewLinkAddedEventArgs)">
            <summary>
            Raises the <see cref="E:LinkAdded"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewLinkAddedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnLinkRemoved(Telerik.WinControls.UI.GanttViewLinkRemovedEventArgs)">
            <summary>
            Raises the <see cref="E:LinkRemoved"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewLinkRemovedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnHeaderCellCreating(Telerik.WinControls.UI.GanttViewHeaderCellElementCreatingEventArgs)">
            <summary>
            Raises the <see cref="E:HeaderCellCreating"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewHeaderCellElementCreatingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnDataCellCreating(Telerik.WinControls.UI.GanttViewDataCellElementCreatingEventArgs)">
            <summary>
            Raises the <see cref="E:DataCellCreating"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewDataCellElementCreatingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnTextViewCellFormatting(Telerik.WinControls.UI.GanttViewTextViewCellFormattingEventArgs)">
            <summary>
            Raises the <see cref="E:TextViewCellFormatting"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewTextViewCellFormattingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnTextViewItemFormatting(Telerik.WinControls.UI.GanttViewTextViewItemFormattingEventArgs)">
            <summary>
            Raises the <see cref="E:TextViewItemFormatting"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewTextViewItemFormattingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnTimelineItemFormatting(Telerik.WinControls.UI.GanttViewTimelineItemFormattingEventArgs)">
            <summary>
            Raises the <see cref="E:TimelineItemFormatting"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewTimelineItemFormattingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnGraphicalViewItemFormatting(Telerik.WinControls.UI.GanttViewGraphicalViewItemFormattingEventArgs)">
            <summary>
            Raises the <see cref="E:GraphicalViewItemFormatting"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewItemFormattingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnGraphicalViewLinkItemFormatting(Telerik.WinControls.UI.GanttViewLinkItemFormattingEventArgs)">
            <summary>
            Raises the <see cref="E:GraphicalViewLinkItemFormatting"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewLinkItemFormattingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnItemElementCreating(Telerik.WinControls.UI.GanttViewItemElementCreatingEventArgs)">
            <summary>
            Raises the <see cref="E:ItemElementCreating"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewItemElementCreatingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnTimelineItemElementCreating(Telerik.WinControls.UI.GanttViewTimelineItemElementCreatingEventArgs)">
            <summary>
            Raises the <see cref="E:TimelineItemElementCreating"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewTimelineItemElementCreatingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnEditorRequired(Telerik.WinControls.UI.GanttViewEditorRequiredEventArgs)">
            <summary>
            Raises the <see cref="E:EditorRequired"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewEditorRequiredEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnItemEditing(Telerik.WinControls.UI.GanttViewItemEditingEventArgs)">
            <summary>
            Raises the <see cref="E:Editing"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewItemEditingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnEditorInitialized(Telerik.WinControls.UI.GanttViewItemEditorInitializedEventArgs)">
            <summary>
            Raises the <see cref="E:EditorInitialized"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewItemEditorInitializedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnItemValidating(Telerik.WinControls.UI.GanttViewItemValidatingEventArgs)">
            <summary>
            Raises the <see cref="E:ItemValidating"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewItemValidatingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnItemValidated(Telerik.WinControls.UI.GanttViewItemValidatedEventArgs)">
            <summary>
            Raises the <see cref="E:ItemValidated"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewItemValidatedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnItemEdited(Telerik.WinControls.UI.GanttViewItemEditedEventArgs)">
            <summary>
            Raises the <see cref="E:ItemEdited"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewItemEditedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnRootCreated(System.EventArgs)">
            <summary>
            Raises the <see cref="E:RootCreated"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.OnPropertyChanged(Telerik.WinControls.RadPropertyChangedEventArgs)">
            <summary>
            Raises the <see cref="E:PropertyChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.RadPropertyChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.ProcessMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Processes mouse down.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.ProcessMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Processes mouse move.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.ProcessMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Processes mouse up.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.ProcessMouseClick(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Processes mouse click.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.ProcessDoubleClick(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Processes double click.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.ProcessMouseEnter(System.EventArgs)">
            <summary>
            Processes mouse enter.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.ProcessMouseLeave(System.EventArgs)">
            <summary>
            Processes mouse leave.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.ProcessMouseWheel(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Processes mouse wheel.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.ProcessMouseHover(System.EventArgs)">
            <summary>
            Processes mouse hover.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.ProcessKeyDown(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Processes key down.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.ProcessKeyPress(System.Windows.Forms.KeyPressEventArgs)">
            <summary>
            Processes key press.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyPressEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGanttViewElement.ProcessKeyUp(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Processes key up.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.AllowSummaryEditing">
            <summary>
            Gets or sets a value indicating whether summary items are editable by the user or their value is auto-calculated from their sub items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.HasLinks">
            <summary>
            Gets a value indicating whether the inks collection is populated.
            </summary>
            <value>
              <c>true</c> if this instance has links; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.Links">
            <summary>
            Gets the collection of links.
            </summary>
            <value>
            The links.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.Items">
            <summary>
            Gets the collection of task items.
            </summary>
            <value>
            The task items.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.TextViewElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewElement"/>.
            </summary>
            <value>
            The text view element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.GraphicalViewElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/>.
            </summary>
            <value>
            The graphical view element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.SplitterElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.GanttViewViewsSplitterElement"/>.
            </summary>
            <value>
            The splitter element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.Columns">
            <summary>
            Gets the columns shown in the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewElement"/>.
            </summary>
            <value>
            The columns.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.Root">
            <summary>
            Gets the root item for the gantt view hierarchye.
            </summary>
            <value>
            The root.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.EnableCustomPainting">
            <summary>
            Gets or sets a value indicating whether custom painting is enabled.
            </summary>
            <value>
            <c>true</c> if custom painting is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.Ratio">
            <summary>
            Gets or sets the ratio between the text view and the graphical view.
            </summary>
            <value>
            The ratio.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.MinimumColumnWidth">
            <summary>
            Gets or sets the minimum width of a column.
            </summary>
            <value>
            The minimum width of a column.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.ItemHeight">
            <summary>
            Gets or sets the height of the items.
            </summary>
            <value>
            The height of the item.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.ItemSpacing">
            <summary>
            Gets or sets the item spacing.
            </summary>
            <value>
            The item spacing.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.HeaderHeight">
            <summary>
            Gets or sets the height of the header row and the timeline container.
            </summary>
            <value>
            The height of the header.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.MinimumLinkLength">
            <summary>
            Gets or sets the minimum length of the link.
            </summary>
            <value>
            The minimum length of the link.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.SplitterWidth">
            <summary>
            Gets or sets the width of the splitter.
            </summary>
            <value>
            The width of the splitter.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.MinimumTaskWidth">
            <summary>
            Gets or sets the minimum width of a task when resizing it with the mouse. The size is in pixels and is for the current zoom.
            </summary>
            <value>
            The minimum width of the task.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the gantt view is read only.
            </summary>
            <value>
              <c>true</c> if the gantt view is read only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.IsEditing">
            <summary>
            Gets a value indicating whether this instance is in edit mode.
            </summary>
            <value>
            <c>true</c> if this instance is in edit mode; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.ActiveEditor">
            <summary>
            Gets the active editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.BeginEditMode">
            <summary>
            Gets or sets the begin edit mode.
            </summary>
            <value>
            The begin edit mode.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.DragDropService">
            <summary>
            Gets or sets the drag drop service.
            </summary>
            <value>
            The drag drop service.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.GanttViewBehavior">
            <summary>
            Gets or sets the gantt view behavior.
            </summary>
            <value>
            The gantt view behavior.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.ScrollBehavior">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.ScrollServiceBehavior"/> that is responsible for kinetic scrolling.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.EnableKineticScrolling">
            <summary>
            Gets or sets a value indicating whether the kinetic scrolling function is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.LinkTypeConverter">
            <summary>
            Gets or sets a link type converter that will be used to convert values coming from the data source to <see cref="T:Telerik.WinControls.UI.TasksLinkType"/> and vice versa.
            </summary>
            <value>
            The link type converter.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.SelectedItem">
            <summary>
            Gets or sets the selected item.
            </summary>
            <value>The selected item.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.CurrentColumn">
            <summary>
            Gets or sets the current column.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.FilterDescriptors">
            <summary>
            Gets the filter descriptors.
            </summary>
            <value>The filter descriptors.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.Comparer">
            <summary>
            Gets or sets the default sort Comparer for RadGanttView. The default comparer compares the items according to their start time.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.IsDataBound">
            <summary>
            Gets a value indicating whether this instance is data bound.
            </summary>
            <value>
            <c>true</c> if this instance is data bound; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.DataSource">
            <summary>
            Gets or sets the data source that the <see cref="T:Telerik.WinControls.UI.RadGanttView"/> is displaying data for.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.TaskDataMember">
            <summary>
            Gets or sets the name of the list or table in the data source from which the <see cref="T:Telerik.WinControls.UI.RadGanttViewElement"/> will extract tasks data. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.ParentMember">
            <summary>
            Gets or sets a property name which will be used to define a relation of the data items. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.ChildMember">
            <summary>
            Gets or sets a property name which will be used to define a relation of the data items. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.TitleMember">
            <summary>
            Gets or sets a property name which will be used to extract the title of the data items. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.StartMember">
            <summary>
            Gets or sets a property name which will be used to extract the start of the data items. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.EndMember">
            <summary>
            Gets or sets a property name which will be used to extract the end of the data items. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.ProgressMember">
            <summary>
            Gets or sets a property name which will be used to extract the Progress of the data items. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.LinkDataMember">
            <summary>
            Gets or sets the name of the list or table in the data source from which the <see cref="T:Telerik.WinControls.UI.RadGanttViewElement"/> will extract links data. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.LinkStartMember">
            <summary>
            Gets or sets a property name which will be used to extract links start item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.LinkEndMember">
            <summary>
            Gets or sets a property name which will be used to extract the links end item. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.LinkTypeMember">
            <summary>
            Gets or sets a property name which will be used to extract the link type of the data items. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.BindingProvider">
            <summary>
            Gets the binding provider.
            </summary>
            <value>
            The binding provider.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.DataItemProvider">
            <summary>
            Gets the data item provider.
            </summary>
            <value>
            The data item provider.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.DisableEnsureItemVisibleHorizontal">
            <summary>
            Gets or sets a value indicating whether to disable ensure item visible horizontal.
            </summary>
            <value>
            <c>true</c> if ensure item visible horizontal is disabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.IsInDesignMode">
            <summary>
            Gets or  a value indicating whether the control is in design mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.AllowDefaultContextMenu">
            <summary>
            Gets or sets a value indicating whether the default context menu may be shown.
            </summary>
            <value>
            <c>true</c> if the default context menu may be shown; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.ContextMenu">
            <summary>
            Gets or sets the context menu.
            </summary>
            <value>The context menu.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.ShowTimelineTodayIndicator">
            <summary>
            Gets or sets a value indicating whether to show the timeline today indicator.
            </summary>
            <value>
            <c>true</c> if the timeline today indicator is visible; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.ShowTodayIndicator">
            <summary>
            Gets or sets a value indicating whether to show the today indicator.
            </summary>
            <value>
              <c>true</c> if the today indicator is visible; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGanttViewElement.BindingContext">
            <summary>
            Gets or sets the BindingContext for the object.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.ItemChildIdNeeded">
            <summary>
            Occurs when an item needs an id for storing in data sources.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.ItemPaint">
            <summary>
            Occurs when an item is painted. Allows custom painting over the item. EnableCustomPainting must be set to true for this event to be fired.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.ContextMenuOpening">
            <summary>
            Occurs when a context menu is about to be opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.BindingContextChanged">
            <summary>
            Occurs when the binding context is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.CreateDataItem">
            <summary>
            Occurs when a new data item is created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.CreateLinkDataItem">
            <summary>
            Occurs when a new link data item is created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.ItemAdding">
            <summary>
            Occurs before an <see cref="T:Telerik.WinControls.UI.GanttViewDataItem"/> is added to the Items collection.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.LinkAdding">
            <summary>
            Occurs before an <see cref="T:Telerik.WinControls.UI.GanttViewLinkDataItem"/> is added to the Links collection.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.ItemDataError">
            <summary>
            Fired when there is an error in the data layer of RadGanttView related to data operations with Item objects.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.LinkDataError">
            <summary>
            Fired when there is an error in the data layer of RadGanttView related to data operations with Link objects.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.SelectedItemChanging">
            <summary>
            Occurs when the selected item is about to be changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.SelectedItemChanged">
            <summary>
            Occurs when selected item has been changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.ItemExpandedChanging">
            <summary>
            Occurs when an item is about to be expanded or collapsed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.ItemExpandedChanged">
            <summary>
            Occurs after an item is expanded or collapsed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.ItemDataBound">
            <summary>
            Occurs when an item is data bound.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.ItemAdded">
            <summary>
            Occurs when a new item is added to the Items collection.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.ItemRemoved">
            <summary>
            Occurs when an item removed from the Items collection.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.LinkDataBound">
            <summary>
            Occurs when a link is data bound.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.LinkAdded">
            <summary>
            Occurs when a new link added to the Links collection.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.LinkRemoved">
            <summary>
            Occurs when a link is removed from the Links collection.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.HeaderCellElementCreating">
            <summary>
            Occurs when a new header cell element needs to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.DataCellElementCreating">
            <summary>
            Occurs when a new data cell element needs to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.TextViewCellFormatting">
            <summary>
            Occurs when the content of a cell needs to be formatted for display.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.TextViewItemFormatting">
            <summary>
            Occurs when the state of an item in the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewElement"/> changes and it needs to be formatted.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.TimelineItemFormatting">
            <summary>
            Occurs when the state of a timeline item changes and it needs to be formatted.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.GraphicalViewItemFormatting">
            <summary>
            Occurs when the state of an item in the <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/> changes and it needs to be formatted.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.GraphicalViewLinkItemFormatting">
            <summary>
            Occurs when the state of a link item in the <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/> changes and it needs to be formatted.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.ItemElementCreating">
            <summary>
            Occurs when an item element needs to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.TimelineItemElementCreating">
            <summary>
            Occurs when a timeline item element needs to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.EditorRequired">
            <summary>
            Occurs when an editor is required to edit a cell the text view.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.ItemEditing">
            <summary>
            Occurs when an cell is about to be edited.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.EditorInitialized">
            <summary>
            Occurs when an editor has been initialized.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.ItemValidating">
            <summary>
            Occurs when an item validating is edited and needs to be validated.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.ItemValidated">
            <summary>
            Occurs when an item is validated.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.ItemEdited">
            <summary>
            Occurs when an item has been edited.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGanttViewElement.RootCreated">
            <summary>
            Occurs when the root item is created.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttGraphicalViewBaseTaskElementStateManager">
            <summary>
            Represents a state manager used to define the states of an element for the theming mechanism.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadGanttViewBaseStateManager">
            <summary>
            Represents a state manager used to define the states of an element for the theming mechanism.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseTaskElementStateManager.CreateSpecificStates">
            <summary>
            Creates the specific states.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseTaskElementStateManager.CreateStateManager">
            <summary>
            Creates the state manager.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewBaseItemElementStateManager">
            <summary>
            Represents a state manager used to define the states of an element for the theming mechanism.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewBaseItemElementStateManager.CreateSpecificStates">
            <summary>
            Creates the specific states.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewBaseItemElementStateManager.CreateStateManager">
            <summary>
            Creates the state manager.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTextViewCellElementStateManager">
            <summary>
            Represents a state manager used to define the states of an element for the theming mechanism.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElementStateManager.CreateSpecificStates">
            <summary>
            Creates the specific states.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTraverser">
            <summary>
            Represents a traverser which can traverse the hierarchical data structure of the data displayed by a <see cref="T:Telerik.WinControls.UI.RadGanttView"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ITraverser`1">
            <summary>
            Represents traverser class that enumerates items.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="M:Telerik.WinControls.UI.ITraverser`1.MovePrevious">
            <summary>
            Moves the previous.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ITraverser`1.MoveToEnd">
            <summary>
            Moves to end.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.ITraverser`1.Position">
            <summary>
            Gets or sets the position.
            </summary>
            <value>
            The position.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTraverser.#ctor(Telerik.WinControls.UI.RadGanttViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTraverser"/> class.
            </summary>
            <param name="owner">The owner.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTraverser.OnTraversing(Telerik.WinControls.UI.GanttViewTraversingEventArgs)">
            <summary>
            Raises the <see cref="E:Traversing"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.GanttViewTraversingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTraverser.OnTraversing">
            <summary>
            Raises the <see cref="E:Traversing" /> event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTraverser.MovePrevious">
            <summary>
            Moves to the previous.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTraverser.MoveToEnd">
            <summary>
            Moves to the last item.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTraverser.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTraverser.MoveNext">
            <summary>
            Advances the enumerator to the next element of the collection.
            </summary>
            <returns>
            true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTraverser.Reset">
            <summary>
            Sets the enumerator to its initial position, which is before the first element in the collection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTraverser.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTraverser.MoveTo(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Moves to the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTraverser.MoveNextCore">
            <summary>
            Moves to the next item.
            </summary>
            <returns>true if the move was successful; otherwise false</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTraverser.MovePreviousCore">
            <summary>
            Moves to the previous item.
            </summary>
            <returns>true if the move was successfull; otherwise false</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTraverser.GetLastVisibleItem(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Gets the last visible item in the given parent children.
            </summary>
            <param name="parent">The parent.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTraverser.TraverseAllItems">
            <summary>
            Gets or sets a value indicating whether the traverser will go through an item's children no matter if it is expanded or not.
            </summary>
            <value>
              <c>true</c> if traversing all items; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.GanttViewTraverser.Traversing">
            <summary>
            Occurs when the traverser moves.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTraverser.Position">
            <summary>
            Gets or sets the position.
            </summary>
            <value>
            The position.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTraverser.Current">
            <summary>
            Gets the element in the collection at the current position of the enumerator.
            </summary>
            <returns>
            The element in the collection at the current position of the enumerator.
              </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTraverser.System#Collections#IEnumerator#Current">
            <summary>
            Gets the element in the collection at the current position of the enumerator.
            </summary>
            <returns>
            The element in the collection at the current position of the enumerator.
              </returns>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTraversingEventHandler">
            <summary>
            Represents the method that will handle events in <see cref="T:Telerik.WinControls.UI.GanttViewTraverser"/>.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTraversingEventArgs">
            <summary>
            Represents the event arguments for the Traversing event of a <see cref="T:Telerik.WinControls.UI.GanttViewTraverser"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTraversingEventArgs.#ctor(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTraversingEventArgs"/> class.
            </summary>
            <param name="item">The content.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTraversingEventArgs.Process">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Telerik.WinControls.UI.GanttViewDataItem"/> instance to be processed by <see cref="T:Telerik.WinControls.UI.GanttViewTraverser"/>.
            </summary>
            <value><c>true</c> if GanttViewRowInfo is processed otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTraversingEventArgs.Item">
            <summary>
            Gets the row.
            </summary>
            <value>The row.</value>
        </member>
        <member name="T:Telerik.WinControls.UI.BaseGanttViewBehavior">
            <summary>
            Represents a class that is responsible for handling all the input for a <see cref="T:Telerik.WinControls.UI.RadGanttView"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewBehavior.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.BaseGanttViewBehavior"/> class.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewBaseItemElement">
            <summary>
            Represents the base item element for the graphical and text view elements of <see cref="T:Telerik.WinControls.UI.RadGanttView"/>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewVisualElement">
            <summary>
            Represents the base visual item for all elements in <see cref="T:Telerik.WinControls.UI.RadGanttView"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewBaseItemElement.#cctor">
            <summary>
            Initializes the <see cref="T:Telerik.WinControls.UI.GanttViewBaseItemElement"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewBaseItemElement.Attach(Telerik.WinControls.UI.GanttViewDataItem,System.Object)">
            <summary>
            Attaches the specified data to the element.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewBaseItemElement.Detach">
            <summary>
            Detaches this instance from the data it has been previously attached to.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewBaseItemElement.Synchronize">
            <summary>
            Synchronizes this instance with its data item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewBaseItemElement.IsCompatible(Telerik.WinControls.UI.GanttViewDataItem,System.Object)">
            <summary>
            Determines whether the specified data is compatible with this element.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns>
              <c>true</c> if the specified data is compatible; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewBaseItemElement.Data">
            <summary>
            Gets the data item of this element.
            </summary>
            <value>
            The data.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewBaseItemElement.Selected">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Telerik.WinControls.UI.GanttViewBaseItemElement"/> is selected.
            </summary>
            <value>
              <c>true</c> if selected; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewBaseItemElement.Current">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Telerik.WinControls.UI.GanttViewBaseItemElement"/> is current.
            </summary>
            <value>
              <c>true</c> if current; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewBaseViewElement">
            <summary>
            Represents the base view element for the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewElement"/> and <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewBaseViewElement.#ctor(Telerik.WinControls.UI.RadGanttViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewBaseViewElement"/> class.
            </summary>
            <param name="ganttView">The gantt view.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewBaseViewElement.CreateElementProvider">
            <summary>
            Creates the element provider for the items of this view element.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewBaseViewElement.GanttViewElement">
            <summary>
            Gets the gantt view element that parents this instance.
            </summary>
            <value>
            The gantt view element.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewDragDropService">
            <summary>
            Represents the class that handles the drag drop operations in <see cref="T:Telerik.WinControls.UI.RadGanttView"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDragDropService.#ctor(Telerik.WinControls.UI.RadGanttViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewDragDropService"/> class.
            </summary>
            <param name="owner">The owner.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDragDropService.PrepareContext">
            <summary>
            Prepares the context for the drag drop operation.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDragDropService.OnStarting(Telerik.WinControls.RadServiceStartingEventArgs)">
            <summary>
            Notifies that a start request has occured. Cancelable.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDragDropService.HandleMouseMove(System.Drawing.Point)">
            <summary>
            Handles the mouse move.
            </summary>
            <param name="mousePos">The mouse pos.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDragDropService.OnPreviewDragOver(Telerik.WinControls.RadDragOverEventArgs)">
            <summary>
            Raises the <see cref="E:PreviewDragOver"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.RadDragOverEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDragDropService.OnPreviewDragDrop(Telerik.WinControls.RadDropEventArgs)">
            <summary>
            Raises the <see cref="E:PreviewDragDrop"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.RadDropEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDragDropService.OnStopping(Telerik.WinControls.RadServiceStoppingEventArgs)">
            <summary>
            Notifies that a stop request has occured. Cancelable.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewDragDropService.OnStopped">
            <summary>
            Notifies that a running operation has stopped.
            Allows inheritors to perform some additional logic upon stop.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDragDropService.Location">
            <summary>
            Location from where Drag is started
            </summary>    
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewDragDropService.Owner">
            <summary>
            Gets or sets the owner.
            </summary>
            <value>
            The owner.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewViewsSplitterElement">
            <summary>
            Represents the element used as a separator between the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewElement"/> and <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewViewsSplitterElement.InitializeFields">
            <summary>
            Initializes the fields.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewViewsSplitterElement.OnMouseEnter(System.EventArgs)">
            <summary>
            Raises the <see cref="E:MouseEnter"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewViewsSplitterElement.OnMouseLeave(System.EventArgs)">
            <summary>
            Raises the <see cref="E:MouseLeave"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewVirtualizedElementProvider">
            <summary>
            Represetns the element provider used by the virtualized view elements for creating visual item elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewVirtualizedElementProvider.#ctor(Telerik.WinControls.UI.GanttViewBaseViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewVirtualizedElementProvider"/> class.
            </summary>
            <param name="owner">The owner.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewVirtualizedElementProvider.CreateElement(Telerik.WinControls.UI.GanttViewDataItem,System.Object)">
            <summary>
            Creates an element for the given data opbecj in the given context.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewVirtualizedElementProvider.GetElementSize(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Gets the size of the element based on the given data item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewVirtualizedElementProvider.OnItemElementCreating(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Called when a new item element is created.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement">
            <summary>
            Represents the base item element for all items inside the <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement.InitializeFields">
            <summary>
            Initializes the fields.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement.CreateChildElements">
            <summary>
            Called by the element when constructed. Allows inheritors to build the element tree.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement.#ctor(Telerik.WinControls.UI.GanttViewGraphicalViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement"/> class.
            </summary>
            <param name="graphicalViewElement">The graphical view element.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement.CreateTaskElement">
            <summary>
            Creates the task element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement.CreateLeftHandleElement">
            <summary>
            Creates the left handle element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement.CreateRightHandleElement">
            <summary>
            Creates the right handle element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement.PaintChildren(Telerik.WinControls.Paint.IGraphics,System.Drawing.Rectangle,System.Single,System.Drawing.SizeF,System.Boolean)">
            <summary>
            Paints the children.
            </summary>
            <param name="graphics">The graphics.</param>
            <param name="clipRectange">The clip rectangle.</param>
            <param name="angle">The angle.</param>
            <param name="scale">The scale.</param>
            <param name="useRelativeTransformation">if set to <c>true</c> [use relative transformation].</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement.Attach(Telerik.WinControls.UI.GanttViewDataItem,System.Object)">
            <summary>
            Attaches the specified data.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement.Detach">
            <summary>
            Detaches this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement.Synchronize">
            <summary>
            Synchronizes this instance with its data item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement.OnPropertyChanged(Telerik.WinControls.RadPropertyChangedEventArgs)">
            <summary>
            Raises the <see cref="E:PropertyChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.RadPropertyChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement.GraphicalViewElement">
            <summary>
            Gets the graphical view element.
            </summary>
            <value>
            The graphical view element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement.TaskElement">
            <summary>
            Gets the task element.
            </summary>
            <value>
            The task element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement.LeftLinkHandleElement">
            <summary>
            Gets the left link handle element.
            </summary>
            <value>
            The left link handle element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttGraphicalViewBaseItemElement.RightLinkHandleElement">
            <summary>
            Gets the right link handle element.
            </summary>
            <value>
            The right link handle element.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttGraphicalViewBaseTaskElement">
            <summary>
            Represents a base class for all task elements in a <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseTaskElement.InitializeFields">
            <summary>
            Initializes the fields.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseTaskElement.#cctor">
            <summary>
            Initializes the <see cref="T:Telerik.WinControls.UI.GanttGraphicalViewBaseTaskElement"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseTaskElement.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Raises the <see cref="E:MouseMove"/> event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseTaskElement.OnMouseLeave(System.EventArgs)">
            <summary>
            Raises the <see cref="E:MouseLeave"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseTaskElement.CanDragCore(System.Drawing.Point)">
            <summary>
            Determines whether the element may be dragged.
            </summary>
            <param name="dragStartPoint"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttGraphicalViewBaseTaskElement.CanBeResized">
            <summary>
            Determines whether this instance can be resized.
            </summary>
            <returns>
              <c>true</c> if this instance can be resized; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttGraphicalViewBaseTaskElement.IsMouseOverStartResizeRectangle">
            <summary>
            Gets or sets a value indicating whether the mouse is over the left area where resize could start.
            </summary>
            <value>
            <c>true</c> if this instance is mouse over start resize rectangle; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttGraphicalViewBaseTaskElement.IsMouseOverEndResizeRectangle">
            <summary>
            Gets or sets a value indicating whether the mouse is over the right area where resize could start.
            </summary>
            <value>
            <c>true</c> if this instance is mouse over end resize rectangle; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement">
            <summary>
            Represents the element which displays the graphical part of a <see cref="T:Telerik.WinControls.UI.RadGanttView"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.InitializeFields">
            <summary>
            Initializes the fields.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.CreateChildElements">
            <summary>
            Creates the child elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.#ctor(Telerik.WinControls.UI.RadGanttViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/> class.
            </summary>
            <param name="ganttView">The gantt view.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.DisposeManagedResources">
            <summary>
            Disposes the managed resources.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.UpdateTimelineDataItems">
            <summary>
            Updates the timeline data items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.BuildTimelineDataItems">
            <summary>
            Builds the timeline elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.ApplyOffset(System.Collections.Generic.List{System.Drawing.Point})">
            <summary>
            Applies the scroll offset to the link lines.
            </summary>
            <param name="lines">The lines.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.ShouldDrawLink(Telerik.WinControls.UI.GanttViewLinkDataItem,System.Drawing.Point[])">
            <summary>
            Determines whether the given link should be drawn.
            </summary>
            <param name="link">The link.</param>
            <param name="linkLines">The link lines.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.CalculateLinkLines">
            <summary>
            Calculates the link lines for all links.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.CalculateLinkLines(Telerik.WinControls.UI.GanttViewDataItem)">
            <summary>
            Calculates the link lines for all links connected to the given item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.CalculateLinkLines(Telerik.WinControls.UI.GanttViewLinkDataItem,System.Nullable{System.Drawing.Point})">
            <summary>
            Calculates the link lines for the given link and optional point when a new link is being created.
            </summary>
            <param name="link">The link.</param>
            <param name="endPoint">The end point.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.CalculateStartToStartLines(Telerik.WinControls.UI.GanttViewLinkDataItem,System.Nullable{System.Drawing.Point})">
            <summary>
            Calculates the start to start lines for the given link and optional point when a new link is being created.
            </summary>
            <param name="link">The link.</param>
            <param name="endPoint">The end point.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.CalculateStartToFinishLines(Telerik.WinControls.UI.GanttViewLinkDataItem,System.Nullable{System.Drawing.Point})">
            <summary>
            Calculates the start to finish lines for the given link and optional point when a new link is being created.
            </summary>
            <param name="link">The link.</param>
            <param name="endPoint">The end point.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.CalculateFinishToStartLines(Telerik.WinControls.UI.GanttViewLinkDataItem,System.Nullable{System.Drawing.Point})">
            <summary>
            Calculates the finish to start lines for the given link and optional point when a new link is being created.
            </summary>
            <param name="link">The link.</param>
            <param name="endPoint">The end point.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.CalculateFinishToFinishLines(Telerik.WinControls.UI.GanttViewLinkDataItem,System.Nullable{System.Drawing.Point})">
            <summary>
            Calculates the finish to finish lines for the given link and optional point when a new link is being created.
            </summary>
            <param name="link">The link.</param>
            <param name="endPoint">The end point.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.PopulateFlatTasksCollection">
            <summary>
            Populates the flat tasks collection which is used for positioning links.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.LineIntersectsRect(System.Drawing.Point,System.Drawing.Point,System.Drawing.Rectangle)">
            <summary>
            Returns a value indicating whether a line represented with two points intersects the given rectangle.
            </summary>
            <param name="p1">The begin point of the line.</param>
            <param name="p2">The end point of the line.</param>
            <param name="r">The rectangle.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.LineIntersectsLine(System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point)">
            <summary>
            Returns a value indicating whether two lines intersect.
            </summary>
            <param name="l1p1">The begin point of the first line.</param>
            <param name="l1p2">The end point of the first line</param>
            <param name="l2p1">The begin point of the second line.</param>
            <param name="l2p2">The end point of the second line.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.Update(Telerik.WinControls.UI.RadGanttViewElement.UpdateActions)">
            <summary>
            Updates the specified update action.
            </summary>
            <param name="updateAction">The update action.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.UpdateScrollers(Telerik.WinControls.UI.RadGanttViewElement.UpdateActions)">
            <summary>
            Updates the scrollers.
            </summary>
            <param name="updateAction">The update action.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.SynchronizeItemElements">
            <summary>
            Synchronizes the item elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.UpdateInnerState">
            <summary>
            Updates the inner state.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.UpdateTimelineZoom">
            <summary>
            Updates the timeline zoom.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.UpdateTextViewScroller">
            <summary>
            Updates the text view scroller when the scroll bar is moved.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.OnOnePixelTimeChanged(System.Boolean)">
            <summary>
            Called when the OnePixelTime property is assigned a new value.
            </summary>
            <param name="zoomin">Indicated whether the change results in a zoom-in or zoom-out.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.GetDrawRectangle(Telerik.WinControls.UI.GanttViewDataItem,System.DateTime)">
            <summary>
            Returns a rectangle with zero width representing the coordinates where an object should be positioned or drawn for the given item and time.
            </summary>
            <param name="item">The item .</param>
            <param name="datetime">The datetime.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.GetDrawRectangle(Telerik.WinControls.UI.GanttViewDataItem,System.DateTime,System.DateTime)">
            <summary>
            Returns a rectangle representing the coordinates where an object should be positioned or drawn for the given item and time frame.
            </summary>
            <param name="item">The item.</param>
            <param name="start">The start.</param>
            <param name="end">The end.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.GetDrawRectangle(Telerik.WinControls.UI.GanttViewDataItem,System.DateTime,System.DateTime,System.Boolean)">
            <summary>
            Returns a rectangle representing the coordinates where an object should be positioned or drawn for the given item and time frame.
            </summary>
            <param name="item">The item.</param>
            <param name="start">The start.</param>
            <param name="end">The end.</param>
            <param name="addScrollOffset">if set to <c>true</c> the horizontal scroll bar offset is taken into account.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.GetDrawRectangle(Telerik.WinControls.UI.GanttViewDataItem,System.DateTime,System.DateTime,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Returns a rectangle representing the coordinates where an object should be positioned or drawn for the given item and time frame.
            </summary>
            <param name="item">The item.</param>
            <param name="start">The start.</param>
            <param name="end">The end.</param>
            <param name="addHScrollOffset">if set to <c>true</c> the horizontal scroll bar offset is taken into account.</param>
            <param name="addVScrollOffset">if set to <c>true</c> the vertical scroll bar offset is taken into account.</param>
            <param name="addHeaderHeight">if set to <c>true</c> the header header height is added to the y coordinate of the result.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.ScrollTo(System.DateTime)">
            <summary>
            Scrolls the graphical view to the given date. The date is placed in the middle of the view.
            </summary>
            <param name="dateTime">The date to scroll to.</param>
            <returns>true if the scroll operation was successful otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.PaintChildren(Telerik.WinControls.Paint.IGraphics,System.Drawing.Rectangle,System.Single,System.Drawing.SizeF,System.Boolean)">
            <summary>
            Paints the children.
            </summary>
            <param name="graphics">The graphics.</param>
            <param name="clipRectange">The clip rectangle.</param>
            <param name="angle">The angle.</param>
            <param name="scale">The scale.</param>
            <param name="useRelativeTransformation">if set to <c>true</c> [use relative transformation].</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.DrawLinkLines(Telerik.WinControls.Paint.IGraphics)">
            <summary>
            Draws the link lines.
            </summary>
            <param name="graphics">The graphics.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewGraphicalViewElement.OnNotifyPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
            <summary>
            Raises the standard .NET PropertyChanged event.
            </summary>
            <param name="e"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewElement.HorizontalScrollBarElement">
            <summary>
            Gets the horizontal scroll bar element.
            </summary>
            <value>
            The horizontal scroll bar element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewElement.ShowTodayIndicator">
            <summary>
            Gets or sets a value indicating whether to show the today indicator.
            </summary>
            <value>
              <c>true</c> if the today indicator is visible; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewElement.TodayIndicatorElement">
            <summary>
            Gets the today indicator element.
            </summary>
            <value>
            The today indicator element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewElement.ShowTimelineTodayIndicator">
            <summary>
            Gets or sets a value indicating whether to show the timeline today indicator.
            </summary>
            <value>
            <c>true</c> if the timeline today indicator is visible; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewElement.TimelineTodayIndicatorElement">
            <summary>
            Gets the timeline today indicator element.
            </summary>
            <value>
            The timeline today indicator element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewElement.TimelineScroller">
            <summary>
            Gets the timeline scroller.
            </summary>
            <value>
            The timeline scroller.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewElement.TimelineContainer">
            <summary>
            Gets the timeline container.
            </summary>
            <value>
            The timeline container.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewElement.TimelineItems">
            <summary>
            Gets the timeline items.
            </summary>
            <value>
            The timeline items.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewElement.TimelineBehavior">
            <summary>
            Gets or sets the behavior which handles the perations related to the gantt view timeline items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewElement.TimelineStart">
            <summary>
            Gets or sets the timeline start date.
            </summary>
            <value>
            The timeline start.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewElement.TimelineEnd">
            <summary>
            Gets or sets the timeline end date.
            </summary>
            <value>
            The timeline end.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewElement.TimelineRange">
            <summary>
            Gets or sets the type of the timeline range.
            </summary>
            <value>
            The timeline range.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewElement.AutomaticTimelineTimeRange">
            <summary>
            Gets or sets a value indicating whether the TimeRange of the gantt view will be handled by the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewElement.OnePixelTime">
            <summary>
            Gets or sets how much time a single pixel represents.
            </summary>
            <value>
            The one pixel time.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewElement.LinksColor">
            <summary>
            Gets or sets the color of the links.
            </summary>
            <value>
            The color of the links.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewElement.LinksHandlesSize">
            <summary>
            Gets or sets the size of the links handles.
            </summary>
            <value>
            The size of the links handles.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewElement.NewLink">
            <summary>
            Gets or sets the new link instance. This is not null when a new link is being created.
            </summary>
            <value>
            The new link.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewGraphicalViewElement.IsCreatingLink">
            <summary>
            Gets or sets a value indicating whether a new link is being created.
            </summary>
            <value>
            <c>true</c> if a new link is being created; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewMilestoneElement">
            <summary>
            Represents a milestone element in a <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewMilestoneElement.InitializeFields">
            <summary>
            Initializes the fields.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewMilestoneElement.CanBeResized">
            <summary>
            Determines whether this instance can be resized.
            </summary>
            <returns>
              <c>true</c> if this instance can be resized; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewMilestoneItemElement">
            <summary>
            Represents an element that displayes a milestone item in a <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewMilestoneItemElement.#ctor(Telerik.WinControls.UI.GanttViewGraphicalViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewMilestoneItemElement"/> class.
            </summary>
            <param name="owner">The owner.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewMilestoneItemElement.CreateTaskElement">
            <summary>
            Creates the task element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewMilestoneItemElement.IsCompatible(Telerik.WinControls.UI.GanttViewDataItem,System.Object)">
            <summary>
            Determines whether the specified data is compatible.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns>
              <c>true</c> if the specified data is compatible; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewSummaryElement">
            <summary>
            Represents a summary element in a <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewSummaryElement.CreateChildElements">
            <summary>
            Called by the element when constructed. Allows inheritors to build the element tree.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewSummaryElement.CreateProgressIndicatorElement">
            <summary>
            Creates the progress indicator element.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewSummaryElement.ProgressIndicatorElement">
            <summary>
            Gets the element used for indicating the progress of the summary element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewSummaryElement.LeftElement">
            <summary>
            Gets the left edge element of the summary element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewSummaryElement.RightElement">
            <summary>
            Gets the right edge element of the summary element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewSummaryElement.MiddleElement">
            <summary>
            Gets the element thats between the two edges of the summary element.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewSummaryItemElement">
            <summary>
            Represents an element that displays a summary item in a <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewSummaryItemElement.#ctor(Telerik.WinControls.UI.GanttViewGraphicalViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewSummaryItemElement"/> class.
            </summary>
            <param name="owner">The owner.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewSummaryItemElement.CreateTaskElement">
            <summary>
            Creates the task element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewSummaryItemElement.IsCompatible(Telerik.WinControls.UI.GanttViewDataItem,System.Object)">
            <summary>
            Determines whether the specified data is compatible.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns>
              <c>true</c> if the specified data is compatible; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTaskElement">
            <summary>
            Represents a task element in a <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTaskElement.InitializeFields">
            <summary>
            Initializes the fields.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTaskElement.CreateChildElements">
            <summary>
            Called by the element when constructed. Allows inheritors to build the element tree.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTaskElement.CreateProgressIndicatorElement">
            <summary>
            Creates the progress indicator element.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTaskElement.ProgressIndicatorElement">
            <summary>
            Gets the progress indicator element.
            </summary>
            <value>
            The progress indicator element.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTaskItemElement">
            <summary>
            
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTaskLinkHandleElement">
            <summary>
            Represents an element that displayes a task item in a <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTaskLinkHandleElement.InitializeFields">
            <summary>
            Initializes the fields.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTaskLinkHandleElement.OnMouseEnter(System.EventArgs)">
            <summary>
            Raises the <see cref="E:MouseEnter"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTaskLinkHandleElement.OnMouseLeave(System.EventArgs)">
            <summary>
            Raises the <see cref="E:MouseLeave"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.SummaryProgressIndicatorElement">
            <summary>
            Represents an element that visualizes the progress of a summary.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TaskProgressIndicatorElement">
            <summary>
            Represents an element that visualizes the progress of a task.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.BuildTimelineDataItems(Telerik.WinControls.UI.TimeRange)">
            <summary>
            Gets a list of <see cref="T:Telerik.WinControls.UI.GanttViewTimelineDataItem"/>s that will be shown in the timeline.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.BuildTimelineDataItemsForWeekRange">
            <summary>
            Returns a list of <see cref="T:Telerik.WinControls.UI.GanttViewTimelineDataItem"/>s for week range.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.BuildTimelineDataItemsForMonthRange">
            <summary>
            Returns a list of <see cref="T:Telerik.WinControls.UI.GanttViewTimelineDataItem"/>s for month range.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.BuildTimelineDataItemsForYearRange">
            <summary>
            Returns a list of <see cref="T:Telerik.WinControls.UI.GanttViewTimelineDataItem"/>s for year range.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.BuildTimelineDataItemsForYearHalvesRange">
            <summary>
            Returns a list of <see cref="T:Telerik.WinControls.UI.GanttViewTimelineDataItem"/>s for year range with half years for the sub-items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.BuildTimelineDataItemsForYearQuartersRange">
            <summary>
            Returns a list of <see cref="T:Telerik.WinControls.UI.GanttViewTimelineDataItem"/>s for year range with quarter years for the sub-items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.BuildTimelineDataItemsForDayRange">
            <summary>
            Returns a list of <see cref="T:Telerik.WinControls.UI.GanttViewTimelineDataItem"/>s for day range.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.BuildTimelineDataItemsForDayHalfHoursRange">
            <summary>
            Returns a list of <see cref="T:Telerik.WinControls.UI.GanttViewTimelineDataItem"/>s for day range with half hours for the sub-items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.BuildTimelineDataItemsForDayQuarterHoursRange">
            <summary>
            Returns a list of <see cref="T:Telerik.WinControls.UI.GanttViewTimelineDataItem"/>s for da range with quarter hours for the sub-items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.BuildTimelineDataItemsForHourRange">
            <summary>
            Returns a list of <see cref="T:Telerik.WinControls.UI.GanttViewTimelineDataItem"/>s for hour range.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.WeekNumber(System.DateTime)">
            <summary>
            Gets the week number for the given date using <a href="http://en.wikipedia.org/wiki/ISO_8601#Week_dates">ISO8601</a> stadard.
            </summary>
            <param name="date">The date.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.GetTimelineTopElementText(Telerik.WinControls.UI.GanttViewTimelineDataItem)">
            <summary>
            Gets the time line top element text.
            </summary>
            <param name="item">The item to get text for.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.GetTimelineBottomElementText(Telerik.WinControls.UI.GanttViewTimelineDataItem,System.Int32)">
            <summary>
            Gets the timeline lower element text for the specified index.
            </summary>
            <param name="item">The timeline item.</param>
            <param name="index">The index of the lower element.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.GetTimelineCellInfoForItem(Telerik.WinControls.UI.GanttViewTimelineDataItem,Telerik.WinControls.UI.TimeRange)">
            <summary>
            Gets the number of cells and optionally a start index to be displayed for the given timeline data item and time range.
            </summary>
            <param name="item">The data item for which the cell info is calculated.</param>
            <param name="timeRange">The time range for which the cell info is calculated.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.GetTimelineCellInfoForWeekRange(Telerik.WinControls.UI.GanttViewTimelineDataItem)">
            <summary>
            Returns the number of cells and optionally a start index to be displayed for the given timeline data item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.GetTimelineCellInfoForMonthRange(Telerik.WinControls.UI.GanttViewTimelineDataItem)">
            <summary>
            Returns the number of cells and optionally a start index to be displayed for the given timeline data item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.GetTimelineCellInfoForYearRange(Telerik.WinControls.UI.GanttViewTimelineDataItem)">
            <summary>
            Returns the number of cells and optionally a start index to be displayed for the given timeline data item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.GetTimelineCellInfoForYearHalvesRange(Telerik.WinControls.UI.GanttViewTimelineDataItem)">
            <summary>
            Returns the number of cells and optionally a start index to be displayed for the given timeline data item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.GetTimelineCellInfoForYearQuartersRange(Telerik.WinControls.UI.GanttViewTimelineDataItem)">
            <summary>
            Returns the number of cells and optionally a start index to be displayed for the given timeline data item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.GetTimelineCellInfoForDayRange(Telerik.WinControls.UI.GanttViewTimelineDataItem)">
            <summary>
            Returns the number of cells and optionally a start index to be displayed for the given timeline data item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.GetTimelineCellInfoForDayHalfHoursRange(Telerik.WinControls.UI.GanttViewTimelineDataItem)">
            <summary>
            Returns the number of cells and optionally a start index to be displayed for the given timeline data item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.GetTimelineCellInfoForDayQuarterHoursRange(Telerik.WinControls.UI.GanttViewTimelineDataItem)">
            <summary>
            Returns the number of cells and optionally a start index to be displayed for the given timeline data item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.GetTimelineCellInfoForHourRange(Telerik.WinControls.UI.GanttViewTimelineDataItem)">
            <summary>
            Returns the number of cells and optionally a start index to be displayed for the given timeline data item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.CreateElement">
            <summary>
            Creates the element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.FillRangesMinWidths">
            <summary>
            Fills the RangesMinWidths property (dictionary) with the minimum width for each <see cref="T:Telerik.WinControls.UI.TimeRange"/>. These values are used when AutomaticTimelineTimeRange is se to true.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.GetAutoTimeRange(Telerik.WinControls.UI.TimeRange,System.Boolean)">
            <summary>
            Gets a new time range based on the current state of the <see cref="T:Telerik.WinControls.UI.RadGanttView"/>. If no change is needed returns the value of the input range.
            </summary>
            <param name="currentRange">The current <see cref="T:Telerik.WinControls.UI.TimeRange"/>.</param>
            <param name="zoomIn">Indicates whether a zoom-in or a zoom-out operation is performed.</param>
            <returns>A value of the <see cref="T:Telerik.WinControls.UI.TimeRange"/> enumeration. If no change is needed returns the input range.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.GraphicalViewElement">
            <summary>
            Gets the gantt graphical view this behavior is associated with.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.TimelineUpperItemFormat">
            <summary>
            Gets or sets the format for the upper row items of the timeline.
            </summary>
            <value>
            The timeline upper item format.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.TimelineLowerItemFormat">
            <summary>
            Gets or sets the format for the lower row items of the timeline.
            </summary>
            <value>
            The timeline lower item format.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.AdjustedTimelineEnd">
            <summary>
            Gets a value which enlarges the timeline end so only whole cells would be displayed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.AdjustedTimelineStart">
            <summary>
            Gets a value which enlarges the timeline start so only whole cells would be displayed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseGanttViewTimelineBehavior.RangesMinWidths">
            <summary>
            Gets a dictionary where the key is a time ranges and the value is the minimum width for a single item in the timeline view for that time range.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttTimelineCellsInfo.NumberOfcells">
            <summary>
            Gets or sets the number of cells to be added.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttTimelineCellsInfo.StartIndex">
            <summary>
            Gets or sets a value indicating the first cell index. The value is optional.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTimelineCellElement">
            <summary>
            Represents an element displayed in the timeline of a <see cref="T:Telerik.WinControls.UI.RadGanttView"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineCellElement.InitializeFields">
            <summary>
            Initializes the fields.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineCellElement.#ctor(Telerik.WinControls.UI.GanttViewGraphicalViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTimelineCellElement"/> class.
            </summary>
            <param name="element">The element.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTimelineContainer">
            <summary>
            Represents a virtualized stack container that shows the items in the timeline of a <see cref="T:Telerik.WinControls.UI.RadGanttView"/>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.VirtualizedStackContainer`1">
            <summary>
            
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="T:Telerik.WinControls.UI.BaseVirtualizedContainer`1">
            <summary>
            
            </summary>
            <typeparam name="T">Type of the ViewElement</typeparam>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedContainer`1.UpdateItems">
            <summary>
            Updates the items' layout
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedContainer`1.BeginMeasure(System.Drawing.SizeF)">
            <summary>
            Begins the measure.
            </summary>
            <param name="availableSize">Size of the available.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedContainer`1.EndMeasure">
            <summary>
            Ends the measure.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedContainer`1.IsItemVisible(`0)">
            <summary>
            Determines whether the specified item is visible.
            </summary>
            <param name="data">The item.</param>
            <returns>
              <c>true</c> if item is visible; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedContainer`1.GetElementContext">
            <summary>
            Gets the element context.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedContainer`1.RemoveElement(System.Int32)">
            <summary>
            Removes the element.
            </summary>
            <param name="position">The position.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedContainer`1.InsertElement(System.Int32,Telerik.WinControls.UI.IVirtualizedElement{`0},`0)">
            <summary>
            Inserts the element.
            </summary>
            <param name="position">The position.</param>
            <param name="element">The element.</param>
            <param name="data">The data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedContainer`1.FindCompatibleElement(System.Int32,`0)">
            <summary>
            Finds the compatible element.
            </summary>
            <param name="position">The position.</param>
            <param name="data">The data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseVirtualizedContainer`1.UpdateElement(System.Int32,`0)">
            <summary>
            Updates the element at concrete position
            </summary>
            <param name="position">The position.</param>
            <param name="data">The data.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseVirtualizedContainer`1.ElementProvider">
            <summary>
            Gets or sets the associated element provider.
            </summary>
            <value>
            The element provider.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseVirtualizedContainer`1.DataProvider">
            <summary>
            Gets or sets the associated data provider.
            </summary>
            <value>
            The data provider.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseVirtualizedContainer`1.DataProviderIsEmpty">
            <summary>
            Gets a value indicating whether the data provider is empty.
            </summary>
            <value>
            <c>true</c> if data provider is empty; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.VirtualizedStackContainer`1.MeasureElementCore(Telerik.WinControls.RadElement,System.Drawing.SizeF)">
            <summary>
            Measures the element core.
            </summary>
            <param name="element">The element.</param>
            <param name="availableSize">Size of the available.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.VirtualizedStackContainer`1.ArrangeElementCore(Telerik.WinControls.RadElement,System.Drawing.SizeF,System.Drawing.RectangleF)">
            <summary>
            Arranges the element core.
            </summary>
            <param name="element">The element.</param>
            <param name="finalSize">The final size.</param>
            <param name="arrangeRect">The arrange rect.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.VirtualizedStackContainer`1.ItemSpacing">
            <summary>
            Gets or sets the item spacing.
            </summary>
            <value>
            The item spacing.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.VirtualizedStackContainer`1.Orientation">
            <summary>
            Gets or sets the items orientation.
            </summary>
            <value>
            The orientation.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.VirtualizedStackContainer`1.FitElementsToSize">
            <summary>
            Gets or sets a value indicating whether the elements fit to size.
            </summary>
            <value>
              <c>true</c> if [fit elements to size]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.VirtualizedStackContainer`1.ScrollOffset">
            <summary>
            Gets or sets the scroll offset.
            </summary>
            <value>
            The scroll offset.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineContainer.InitializeFields">
            <summary>
            Initializes the fields.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineContainer.#ctor(Telerik.WinControls.UI.GanttViewGraphicalViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTimelineContainer"/> class.
            </summary>
            <param name="owner">The owner.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTimelineContainer.Owner">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/> that is the owner of this container.
            </summary>
            <value>
            The owner.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTimelineDataItem">
            <summary>
            Represents a data item for a <see cref="T:Telerik.WinControls.UI.RadGanttView"/> timeline.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineDataItem.#ctor(System.DateTime,System.DateTime,Telerik.WinControls.UI.TimeRange,System.TimeSpan)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTimelineDataItem"/> class.
            </summary>
            <param name="start">The start.</param>
            <param name="end">The end.</param>
            <param name="range">The range.</param>
            <param name="onePixelTime">The one pixel time.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTimelineDataItem.Start">
            <summary>
            Gets or sets the start date for the item.
            </summary>
            <value>
            The start.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTimelineDataItem.End">
            <summary>
            Gets or sets the end date for the item.
            </summary>
            <value>
            The end.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTimelineDataItem.Range">
            <summary>
            Gets or sets the range.
            </summary>
            <value>
            The range.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTimelineDataItem.OnePixelTime">
            <summary>
            Gets or sets how much time a single pixel represents.
            </summary>
            <value>
            The one pixel time.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTimelineDataItem.Width">
            <summary>
            Gets the width of this item.
            </summary>
            <value>
            The width.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTimelineElementProvider">
            <summary>
            Represents the provider that creates elements for the timeline of a <see cref="T:Telerik.WinControls.UI.RadGanttView"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineElementProvider.#ctor(Telerik.WinControls.UI.GanttViewGraphicalViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTimelineElementProvider"/> class.
            </summary>
            <param name="owner">The owner.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineElementProvider.CreateElement(Telerik.WinControls.UI.GanttViewTimelineDataItem,System.Object)">
            <summary>
            Creates a new element.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineElementProvider.GetElementSize(Telerik.WinControls.UI.GanttViewTimelineDataItem)">
            <summary>
            Gets the size of the element for a given item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineElementProvider.OnItemElementCreating(Telerik.WinControls.UI.GanttViewTimelineDataItem)">
            <summary>
            Called when a new item element is created.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTimelineElementProvider.Owner">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.GanttViewGraphicalViewElement"/> that is the owner of this provider.
            </summary>
            <value>
            The owner.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTimelineItemBottomStackElement">
            <summary>
            Represents the stack container in the lower half of a timeline item.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTimelineItemElement">
            <summary>
            Represents an element that is used in a <see cref="T:Telerik.WinControls.UI.RadGanttView"/> timeline.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineItemElement.CreateChildElements">
            <summary>
            Called by the element when constructed. Allows inheritors to build the element tree.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineItemElement.CreateTimelineItemTopElement">
            <summary>
            Creates the timeline item top element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineItemElement.CreateTimelineItemBottomStackElement">
            <summary>
            Creates the timeline item bottom stack element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineItemElement.#ctor(Telerik.WinControls.UI.GanttViewTimelineDataItem,Telerik.WinControls.UI.GanttViewGraphicalViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTimelineItemElement"/> class.
            </summary>
            <param name="data">The data.</param>
            <param name="graphicalViewElement">The graphical view element.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineItemElement.CalculateItems">
            <summary>
            Calculates the items that will be displayed in the timeline.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineItemElement.Attach(Telerik.WinControls.UI.GanttViewTimelineDataItem,System.Object)">
            <summary>
            Called when the displayed data is changed.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineItemElement.Detach">
            <summary>
            Detaches this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineItemElement.Synchronize">
            <summary>
            Synchronizes this instance with its data item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineItemElement.IsCompatible(Telerik.WinControls.UI.GanttViewTimelineDataItem,System.Object)">
            <summary>
            Determines whether the specified data is compatible with this element.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns>
              <c>true</c> if the specified data is compatible; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTimelineItemElement.GraphicalViewElement">
            <summary>
            Gets the graphical view element that parents this element.
            </summary>
            <value>
            The graphical view element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTimelineItemElement.TopElement">
            <summary>
            Gets the top element.
            </summary>
            <value>
            The top element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTimelineItemElement.BottomElement">
            <summary>
            Gets the bottom stack element.
            </summary>
            <value>
            The bottom element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTimelineItemElement.Data">
            <summary>
            Gets the data item for this element.
            </summary>
            <value>
            The data.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTimelineItemTopElement">
            <summary>
            Represents the top portion of a <see cref="T:Telerik.WinControls.UI.GanttViewTimelineItemElement"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTimelineScroller">
            <summary>
            Represents the bottom portion of a <see cref="T:Telerik.WinControls.UI.GanttViewTimelineItemElement"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ItemScroller`1">
            <summary>
            Represent item scroller
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.OnToolTipTextNeeded(System.Object,Telerik.WinControls.ToolTipTextNeededEventArgs)">
            <summary>
            Called when tool tip text is needed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.ToolTipTextNeededEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.OnScrollerUpdated(System.EventArgs)">
            <summary>
            Raises the <see cref="E:ScrollerUpdated"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.Dispose(System.Boolean)">
            <summary>
            Releases unmanaged and - optionally - managed resources.
            </summary>
            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.ScrollToItem(`0)">
            <summary>
            Scrolls to item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.ScrollToItem(`0,System.Boolean)">
            <summary>
            Scrolls to item.
            </summary>
            <param name="item">The item.</param>
            <param name="checkScrollVisibility">if set to <c>true</c> scroll visibility is checked before processing scrolling.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.ScrollToBegin">
            <summary>
            Scrolls to begin.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.ScrollToEnd">
            <summary>
            Scrolls to end.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.ScrollTo(System.Int32)">
            <summary>
            Scrolls to specified position.
            </summary>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.ScrollDown(System.Int32)">
            <summary>
            Scrolls down to specified position.
            </summary>
            <param name="step">The step.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.GetScrollHeight(`0)">
            <summary>
            Gets the height of the scroll.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.ScrollUp(System.Int32)">
            <summary>
            Scrolls up.
            </summary>
            <param name="step">The step.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.UpdateOnScroll(System.Windows.Forms.ScrollEventArgs)">
            <summary>
            Updates the on scroll.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.ScrollEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.UpdateScrollRange">
            <summary>
            Updates the scroll range.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.UpdateScrollValue">
            <summary>
            Updates the scroll value.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.UpdateScrollRange(System.Int32,System.Boolean)">
            <summary>
            Updates the scroll range with concrete range.
            </summary>
            <param name="width">The width.</param>
            <param name="updateScrollValue">if set to <c>true</c> [update scroll value].</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.UpdateScrollStep">
            <summary>
            Updates the scroll step.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.SetScrollBarVisibility">
            <summary>
            Sets the scroll bar visibility.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.ShowToolTip">
            <summary>
            Shows scroller's tool tip
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.GetToolTipText">
            <summary>
            Determines the ToolTip text
            </summary>
            <returns>
            Returns the ToolTip's text
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.GetCurrentItemIndex">
            <summary>
            Determines the traverser's current item index
            </summary>
            <returns>
            The Index of the current item
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScroller`1.HideToolTip">
            <summary>
            Hides scroller's tooltip
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemScroller`1.AllowHiddenScrolling">
            <summary>
            When set to true, allows the scroller to scroll through the items
            when the scrollbar is not visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemScroller`1.MaxItemWidth">
            <summary>
            Gets the max width of item.
            </summary>
            <value>
            The width of the max item.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemScroller`1.ScrollState">
            <summary>
            Gets or sets the state of the scroll.
            </summary>
            <value>
            The state of the scroll.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemScroller`1.Traverser">
            <summary>
            Gets or sets the associated traverser.
            </summary>
            <value>
            The traverser.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemScroller`1.Scrollbar">
            <summary>
            Gets or sets the associated scrollbar.
            </summary>
            <value>
            The scrollbar.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemScroller`1.ElementProvider">
            <summary>
            Gets or sets the element provider.
            </summary>
            <value>
            The element provider.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemScroller`1.ScrollMode">
            <summary>
            Gets or sets the scroll mode.
            </summary>
            <value>
            The scroll mode.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemScroller`1.ClientSize">
            <summary>
            Gets or sets the client size.
            </summary>
            <value>
            The size of the client.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemScroller`1.ItemHeight">
            <summary>
            Gets or sets the item height.
            </summary>
            <value>
            The height of the item.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemScroller`1.ItemSpacing">
            <summary>
            Gets or sets the item spacing.
            </summary>
            <value>
            The item spacing.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemScroller`1.ScrollOffset">
            <summary>
            Gets or sets the scroll offset.
            </summary>
            <value>
            The scroll offset.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemScroller`1.Position">
            <summary>
            Gets the position.
            </summary>
            <value>
            The position.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemScroller`1.ToolTip">
            <summary>
            Gets or sets the tool tip.
            </summary>
            <value>
            The tool tip.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemScroller`1.AsynchronousScrolling">
            <summary>
            Gets or sets a value indicating whether scrolling is asynchronous.
            </summary>
            <value>
            <c>true</c> if [asynchronous scrolling]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.ItemScroller`1.ScrollerUpdated">
            <summary>
            Occurs when the scroller is updated.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.ItemScroller`1.ToolTipTextNeeded">
            <summary>
            Occurs when tool tip text is needed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTimelineScroller.UpdateScrollRange">
            <summary>
            Updates the scroll range.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttCellSelfReferenceLayout">
            <summary>
            Represents the layout for the expander element of each row in a <see cref="T:Telerik.WinControls.UI.RadGanttView"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttCellSelfReferenceLayout.#ctor(Telerik.WinControls.UI.GanttViewTextItemElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttCellSelfReferenceLayout"/> class.
            </summary>
            <param name="itemElement">The item element.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttCellSelfReferenceLayout.CreateCellElements(Telerik.WinControls.UI.GanttViewTextViewCellElement)">
            <summary>
            Creates the self-referencing cell's elements.
            </summary>
            <param name="cell">The cell element.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttCellSelfReferenceLayout.DisposeManagedResources">
            <summary>
            Disposes all MANAGED resources - such as Bitmaps, GDI+ objects, etc.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttCellSelfReferenceLayout.DisposeIndetns">
            <summary>
            Disposes the link elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttCellSelfReferenceLayout.UpdateExpander">
            <summary>
            Updates the associated instance of expander primitive
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttCellSelfReferenceLayout.UpdateLinks">
            <summary>
            Updates the indent items
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttCellSelfReferenceLayout.BindRowProperties">
            <summary>
            Binds the row properties.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttCellSelfReferenceLayout.UnbindRowProperties">
            <summary>
            Unbinds the row properties.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttCellSelfReferenceLayout.DataItem">
            <summary>
            Gets the data item assiciated with the layout
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttCellSelfReferenceLayout.ItemElement">
            <summary>
            Gets the item element assiciated with the layout
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttCellSelfReferenceLayout.Expander">
            <summary>
             Gets the expander element assiciated with the layout
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttCellSelfReferenceLayout.StackLayoutElement">
            <summary>
            Gets the stack layout element.
            </summary>
            <value>The stack layout element.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttCellSelfReferenceLayout.Cell">
            <summary>
            Gets the cell element.
            </summary>
            <value>The cell element.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttCellSelfReferenceLayout.Indent">
            <summary>
            Gets the witdh of the hierarchy indent.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttCellSelfReferenceLayout.IndentCount">
            <summary>
            Gets a value that indicates the indents count
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttCellSelfReferenceLayout.Indents">
            <summary>
            Gets a collection that contains all indents
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttCellSelfReferenceStackElement">
            <summary>
            Represents a stack element which holds the expander element, the indent element(s) and the cell.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttIndentCellElement">
            <summary>
            Represents an element that is used for displaying indentation in a <see cref="T:Telerik.WinControls.UI.RadGanttView"/> item element.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttIndentCellElement.#ctor(Telerik.WinControls.UI.GanttViewTextItemElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttIndentCellElement"/> class.
            </summary>
            <param name="itemElement">The item element.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttIndentCellElement.ItemElement">
            <summary>
            Gets the item element.
            </summary>
            <value>
            The item element.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTextItemElement">
            <summary>
            Represents an item element of a <see cref="T:Telerik.WinControls.UI.RadGanttView"/> text part.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextItemElement.InitializeFields">
            <summary>
            Initializes the fields.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextItemElement.CreateChildElements">
            <summary>
            Called by the element when constructed. Allows inheritors to build the element tree.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextItemElement.#ctor(Telerik.WinControls.UI.GanttViewTextViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTextItemElement"/> class.
            </summary>
            <param name="textView">The text view.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextItemElement.CreateColumnContainer">
            <summary>
            Creates the column container.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextItemElement.CreateElementProvider">
            <summary>
            Creates the element provider.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextItemElement.Attach(Telerik.WinControls.UI.GanttViewDataItem,System.Object)">
            <summary>
            Attaches the specified data.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextItemElement.Detach">
            <summary>
            Detaches this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextItemElement.Synchronize">
            <summary>
            Synchronizes this instance and all cells.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextItemElement.DisposeSelfReferenceLayout">
            <summary>
            Disposes the self reference layout.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextItemElement.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextItemElement.UpdateInfo">
            <summary>
            Updates the info of each cell.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextItemElement.GetCellElement(Telerik.WinControls.UI.GanttViewTextViewColumn)">
            <summary>
            Gets the cell element for the given column.
            </summary>
            <param name="column">The column.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextItemElement.IsExpanded">
            <summary>
            Gets or sets a value indicating whether this instance is expanded.
            </summary>
            <value>
            <c>true</c> if this instance is expanded; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextItemElement.CellContainer">
            <summary>
            Gets the cell container.
            </summary>
            <value>
            The cell container.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextItemElement.SelfReferenceLayout">
            <summary>
            Gets the self reference layout.
            </summary>
            <value>
            The self reference layout.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextItemElement.TextView">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewElement"/>.
            </summary>
            <value>
            The text view.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTextViewCellElement">
            <summary>
            Represents the element for a cell in a <see cref="T:Telerik.WinControls.UI.RadGanttView"/> text part.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElement.InitializeFields">
            <summary>
            Initializes the fields.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElement.#cctor">
            <summary>
            Initializes the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewCellElement"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElement.#ctor(Telerik.WinControls.UI.GanttViewTextItemElement,Telerik.WinControls.UI.GanttViewTextViewColumn)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewCellElement"/> class.
            </summary>
            <param name="owner">The owner.</param>
            <param name="column">The column.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElement.DisposeManagedResources">
            <summary>
            Disposes the managed resources.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElement.Attach(Telerik.WinControls.UI.GanttViewTextViewColumn,System.Object)">
            <summary>
            Attaches the specified data.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElement.Detach">
            <summary>
            Detaches this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElement.Synchronize">
            <summary>
            Synchronizes this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElement.IsNumericType(System.Type)">
            <summary>
            Gets a value indicating whether the type specified is a numeric type.
            </summary>
            <param name="type">The type to check.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElement.IsCompatible(Telerik.WinControls.UI.GanttViewTextViewColumn,System.Object)">
            <summary>
            Determines whether the specified data is compatible.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns>
              <c>true</c> if the specified data is compatible; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElement.UpdateInfo">
            <summary>
            Updates the info.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElement.UpdateCore">
            <summary>
            Updates the core.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElement.UpdateSelfReferenceLayout">
            <summary>
            Updates the self reference layout.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElement.ArrangeSelfReferencePanel(System.Drawing.SizeF,System.Drawing.RectangleF@)">
            <summary>
            Arranges the self reference panel.
            </summary>
            <param name="finalSize">The final size.</param>
            <param name="clientRect">The client rect.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElement.AddEditor(Telerik.WinControls.UI.IInputEditor)">
            <summary>
            Adds the editor.
            </summary>
            <param name="editor">The editor.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElement.RemoveEditor(Telerik.WinControls.UI.IInputEditor)">
            <summary>
            Removes the editor.
            </summary>
            <param name="editor">The editor.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElement.GetEditorElement(Telerik.WinControls.UI.IValueEditor)">
            <summary>
            Gets the editor element.
            </summary>
            <param name="editor">The editor.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewCellElement.Data">
            <summary>
            Gets the column of this cell.
            </summary>
            <value>
            The data.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewCellElement.Column">
            <summary>
            Gets the column.
            </summary>
            <value>
            The column.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewCellElement.Owner">
            <summary>
            Gets the owner of this cell.
            </summary>
            <value>
            The owner.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewCellElement.DataItem">
            <summary>
            Gets the data item.
            </summary>
            <value>
            The data item.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewCellElement.SelfReferenceLayout">
            <summary>
            Gets the self reference layout.
            </summary>
            <value>
            The self reference layout.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewCellElement.Expander">
            <summary>
            Gets the expander.
            </summary>
            <value>
            The expander.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewCellElement.IsFirstCell">
            <summary>
            Gets a value indicating whether this instance is first cell.
            </summary>
            <value>
            <c>true</c> if this instance is first cell; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewCellElement.IsLastCell">
            <summary>
            Gets a value indicating whether this instance is last cell.
            </summary>
            <value>
            <c>true</c> if this instance is last cell; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewCellElement.CanUpdateInfo">
            <summary>
            Gets a value indicating whether this instance can update info.
            </summary>
            <value>
            <c>true</c> if this instance can update info; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewCellElement.IsInEditMode">
            <summary>
            Gets a value indicating whether this instance is in edit mode.
            </summary>
            <value>
            <c>true</c> if this instance is in edit mode; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewCellElement.Editor">
            <summary>
            Gets the editor.
            </summary>
            <value>
            The editor.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTextViewCellElementProvider">
            <summary>
            Privedes cell elements for the item elements of <see cref="T:Telerik.WinControls.UI.GanttViewTextItemElement"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElementProvider.#ctor(Telerik.WinControls.UI.GanttViewTextItemElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewCellElementProvider"/> class.
            </summary>
            <param name="owner">The owner.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElementProvider.CreateElement(Telerik.WinControls.UI.GanttViewTextViewColumn,System.Object)">
            <summary>
            Creates a new element for the given data and context.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewCellElementProvider.GetElementSize(Telerik.WinControls.UI.GanttViewTextViewColumn)">
            <summary>
            Gets the size of the element.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewCellElementProvider.Owner">
            <summary>
            Gets the owner.
            </summary>
            <value>
            The owner.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTextViewColumnContainer">
            <summary>
            Represents a container in which columns can be displayed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnContainer.InitializeFields">
            <summary>
            Initializes the fields.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnContainer.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewColumnContainer"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnContainer.#ctor(Telerik.WinControls.UI.GanttViewTextViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewColumnContainer"/> class.
            </summary>
            <param name="owner">The owner.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewColumnContainer.Owner">
            <summary>
            Gets or sets the owner.
            </summary>
            <value>
            The owner.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewColumnContainer.ScrollColumns">
            <summary>
            Gets or sets a value indicating whether [scroll columns].
            </summary>
            <value>
              <c>true</c> if [scroll columns]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTextViewColumnScroller">
            <summary>
            Represetns a scroller for the <see cref="T:Telerik.WinControls.UI.RadGanttView"/> columns.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTextViewColumnTraverser">
            <summary>
            Represents a traverser which can traverse the columns of a <see cref="T:Telerik.WinControls.UI.RadGanttView"/>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ItemsTraverser`1">
            <summary>
            Represents a traverser that enumerates <see cref="T:System.Collections.IList"/> collection.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemsTraverser`1.#ctor(System.Collections.Generic.IList{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.ItemsTraverser`1"/> class.
            </summary>
            <param name="collection">The collection.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemsTraverser`1.MoveNext">
            <summary>
            Advances the enumerator to the next element of the collection.
            </summary>
            <returns>
            true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemsTraverser`1.Reset">
            <summary>
            Sets the enumerator to its initial position, which is before the first element in the collection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemsTraverser`1.MovePrevious">
            <summary>
            Moves the previous.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemsTraverser`1.MoveToEnd">
            <summary>
            Moves to end.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemsTraverser`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemsTraverser`1.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemsTraverser`1.OnItemsNavigating(`0)">
            <summary>
            Called when items are navigated.
            </summary>
            <param name="current">The current.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemsTraverser`1.MoveNextCore">
            <summary>
            Moves the next core.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemsTraverser`1.MovePreviousCore">
            <summary>
            Moves the previous core.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemsTraverser`1.Collection">
            <summary>
            Gets or sets the collection.
            </summary>
            <value>
            The collection.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemsTraverser`1.System#Collections#IEnumerator#Current">
            <summary>
            Gets the element in the collection at the current position of the enumerator.
            </summary>
            <returns>
            The element in the collection at the current position of the enumerator.
              </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemsTraverser`1.Current">
            <summary>
            Gets the element in the collection at the current position of the enumerator.
            </summary>
            <returns>
            The element in the collection at the current position of the enumerator.
              </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemsTraverser`1.Position">
            <summary>
            Gets or sets the position.
            </summary>
            <value>
            The position.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.ItemsTraverser`1.ItemsNavigating">
            <summary>
            Occurs when items are navigated.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnTraverser.#ctor(System.Collections.Generic.IList{Telerik.WinControls.UI.GanttViewTextViewColumn})">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewColumnTraverser"/> class.
            </summary>
            <param name="columns">The columns.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewColumnTraverser.OnItemsNavigating(Telerik.WinControls.UI.GanttViewTextViewColumn)">
            <summary>
            Called when [items navigating].
            </summary>
            <param name="current">The current.</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTextViewElement">
            <summary>
            Represents the element that displayes the grid part of a <see cref="T:Telerik.WinControls.UI.RadGanttView"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewElement.CreateChildElements">
            <summary>
            Creates the child elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewElement.#ctor(Telerik.WinControls.UI.RadGanttViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewElement"/> class.
            </summary>
            <param name="ganttView">The gantt view.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewElement.GetFirstVisibleColumn">
            <summary>
            Gets the first visible column.
            </summary>
            <returns>The first visible column. If there are no visible columns returns null.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewElement.GetLastVisibleColumn">
            <summary>
            Gets the last visible column.
            </summary>
            <returns>The first visible column. If there are no visible columns returns null.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewElement.ColumnsCollectionChanged(Telerik.WinControls.Data.NotifyCollectionChangedEventArgs)">
            <summary>
            Columnses the collection changed.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.Data.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewElement.Update(Telerik.WinControls.UI.RadGanttViewElement.UpdateActions)">
            <summary>
            Updates the specified update action.
            </summary>
            <param name="updateAction">The update action.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewElement.SynchronizeItemElements">
            <summary>
            Synchronizes the item elements.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewElement.FirstVisibleColumn">
            <summary>
            Gets the first visible column.
            </summary>
            <value>
            The first visible column.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewElement.LastVisibleColumn">
            <summary>
            Gets the last visible column.
            </summary>
            <value>
            The last visible column.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewElement.ColumnContainer">
            <summary>
            Gets the column container.
            </summary>
            <value>
            The column container.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewElement.ColumnScroller">
            <summary>
            Gets the column scroller.
            </summary>
            <value>
            The column scroller.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewElement.Columns">
            <summary>
            Gets the columns.
            </summary>
            <value>
            The columns.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewElement.Indent">
            <summary>
            Gets or sets the indent of the hierarchy rows.
            </summary>
            <value>
            The indent.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTextViewHeaderCellElement">
            <summary>
            Represents a header cell element of a column in a <see cref="T:Telerik.WinControls.UI.RadGanttView"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewHeaderCellElement.#ctor(Telerik.WinControls.UI.GanttViewTextItemElement,Telerik.WinControls.UI.GanttViewTextViewColumn)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewHeaderCellElement"/> class.
            </summary>
            <param name="owner">The owner.</param>
            <param name="column">The column.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewHeaderCellElement.Synchronize">
            <summary>
            Synchronizes this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewHeaderCellElement.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Raises the <see cref="E:MouseMove"/> event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewHeaderCellElement.OnMouseLeave(System.EventArgs)">
            <summary>
            Raises the <see cref="E:MouseLeave"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewHeaderCellElement.CanBeResized">
            <summary>
            Determines whether this instance [can be resized].
            </summary>
            <returns>
              <c>true</c> if this instance [can be resized]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewHeaderCellElement.AddEditor(Telerik.WinControls.UI.IInputEditor)">
            <summary>
            Adds the editor.
            </summary>
            <param name="editor">The editor.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewHeaderCellElement.RemoveEditor(Telerik.WinControls.UI.IInputEditor)">
            <summary>
            Removes the editor.
            </summary>
            <param name="editor">The editor.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewHeaderCellElement.IsMouseOverResizeRectangle">
            <summary>
            Gets or sets a value indicating whether this instance is mouse over resize rectangle.
            </summary>
            <value>
            <c>true</c> if this instance is mouse over resize rectangle; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTextViewHeaderCellElementProvider">
            <summary>
            Privedes header cell elements for the item elements of <see cref="T:Telerik.WinControls.UI.GanttViewTextItemElement"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewHeaderCellElementProvider.CreateElement(Telerik.WinControls.UI.GanttViewTextViewColumn,System.Object)">
            <summary>
            Creates a new element for the given data and context.
            </summary>
            <param name="data">The data.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewHeaderCellElementProvider.GetElementSize(Telerik.WinControls.UI.GanttViewTextViewColumn)">
            <summary>
            Gets the size of the element.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.GanttViewTextViewItemExpanderItem">
            <summary>
            Represents the expander item of a row in a <see cref="T:Telerik.WinControls.UI.RadGanttView"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ExpanderItem">
            <summary>
            Represents an expander that is drawn in expander cells
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ExpanderItem.ExpandedChangedEvent">
            <summary>
            This event fires when the expanded state is changed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ExpanderItem.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.ExpanderItem"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ExpanderItem.PaintFill(Telerik.WinControls.Paint.IGraphics,System.Drawing.Rectangle)">
            <summary>
            Paints the sign's fill
            </summary>
            <param name="g">The IGraphics to use for painting the sign's fill</param>
            <param name="rect">Rectangle containing sign bounds</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ExpanderItem.PaintBorder(Telerik.WinControls.Paint.IGraphics,System.Drawing.Rectangle)">
            <summary>
            Paint the sign's border
            </summary>
            <param name="g">The IGraphics to use for painting the sign's border</param>
            <param name="signBorder">Rectangle containing sign bounds</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ExpanderItem.PaintSign(Telerik.WinControls.Paint.IGraphics,System.Drawing.Rectangle)">
            <summary>
            Paints the sign
            </summary>
            <param name="g">The IGraphics to use fo painting the sign</param>
            <param name="signRect">Rectangle containing sign bounds</param>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.SignPadding">
            <summary>
             Gets or sets the padding sizes of the sign.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.SignWidth">
            <summary>
            Gets or sets the width of the sign.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.SignBorderWidth">
            <summary>
            Gets or sets the border width of the sign.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.SignBorderPadding">
            <summary>
            Gets or sets the padding sizes of the border around the sign.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.DrawSignBorder">
            <summary>
            Gets or sets a value indicating that the sign's border must be drawn
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.DrawSignFill">
            <summary>
            Gets or sets a value indicating that the sign's fill must be drawn
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.SignBorderColor">
            <summary>
            Gets or sets the sign's border color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.SignBackColor">
            <summary>
            Gets or sets sign's back color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.SignBackColor2">
            <summary>
            Gets or sets sign's second back color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.SignBackColor3">
            <summary>
            Gets or sets sign's third back color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.SignBackColor4">
            <summary>
            Gets or sets sign's fourth back color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.SignNumberOfColors">
            <summary>
            Gets or sets the number of colors used for drawing sign's background
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.SignGradientStyle">
            <summary>
            Gets or sets the gradient style of sign's background
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.SignGradientAngle">
            <summary>
            Gets or sets the gradient angle of sign's background
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.SignGradientPercentage">
            <summary>
            Gets or sets the gradient percentage of sign's background
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.SignGradientPercentage2">
            <summary>
            Gets or sets the second gradient percentage of sign's background
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.SignStyle">
            <summary>
            Gets or sets the sign's style
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.SquareSignSize">
            <summary>
            Gets or sets a value indicating that the sign must maintain square size
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.SignSize">
            <summary>
            Gets or sets the sign's size
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.Expanded">
            <summary>
            Gets or sets a value indicating whether the sign is in expanded or collapsed state
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.SignImage">
            <summary>
            Gets or sets the sign image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.LinkOrientation">
            <summary>
            Gets or sets a value detemining the link lines that be rendered around the expander sign
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.LinkLineStyle">
            <summary>
            Gets or sets a value determining the style of the link lines
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpanderItem.LinkLineColor">
            <summary>
            Gets or sets a value determining the color of the link lines
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ExpanderItem.LinkLineOrientation">
            <summary>
            Defines a lines that will be render around the primitive
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GanttViewTextViewItemExpanderItem.#ctor(Telerik.WinControls.UI.GanttViewTextItemElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.GanttViewTextViewItemExpanderItem"/> class.
            </summary>
            <param name="itemElement">The item element.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewItemExpanderItem.Expanded">
            <summary>
            Gets or sets a value indicating whether the sign is in expanded or collapsed state
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GanttViewTextViewItemExpanderItem.ItemElement">
            <summary>
            Gets the item element.
            </summary>
            <value>
            The item element.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.RadListControl">
            <summary>
            This class represents data in a list layout similar to the ListBox control provided by Microsoft.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListControl.#cctor">
            <summary>
            Initializes all event key objects and performs other static initialization.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListControl.WireEvents">
            <summary>
            Subscribes to the relevant events of the underlaying RadListElement.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListControl.UnwireEvents">
            <summary>
            Unsubscribes from the relevant events of the underlaying RadListElement.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListControl.FindItemExact(System.String,System.Boolean)">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadListElement.FindItemExact(System.String,System.Boolean)" filter=""/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListControl.Rebind">
            <summary>
            Forces re-evaluation of the current data source (if any).
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListControl.BeginUpdate">
            <summary>
            Suspends internal notifications and processing in order to improve performance.
            This method is cumulative, that is, if BeginUpdate is called N times, EndUpdate must also be called N times.
            Calling BeginUpdate will cause the ItemsChanged event to stop firing until EndUpdate is called.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListControl.EndUpdate">
            <summary>
            Resumes the internal notifications and processing previously suspended by BeginUpdate.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListControl.DeferRefresh">
            <summary>
            Defers the refresh.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListControl.SelectAll">
            <summary>
            Selects all items if the SelectionMode allows it.
            This method throws an InvalidOperationException if SelectionMode is One or None.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListControl.SelectRange(System.Int32,System.Int32)">
            <summary>
            Clears the currently selected items and selects all items in the closed range [startIndex, endIndex].
            </summary>
            <param name="startIndex">The first index at which to start selecting items.</param>
            <param name="endIndex">The index of one item past the last one to be selected.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListControl.ScrollToItem(Telerik.WinControls.UI.RadListDataItem)">
            <summary>
            Scrolls to the provided item so that the item will appear at the top of the view if it is before the currently visible items
            and at the bottom of the view if it is after the currently visible items.
            </summary>
            <param name="item">The item to scroll to.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListControl.FindString(System.String)">
            <summary>
            Searches for an item related to the specified string. The relation is described by the object assigned to FindStringComparer property.
            By default this relation is the System.String.StartsWith().
            This method starts searching from the beginning of the items.
            </summary>
            <param name="s">The string with which every item will be compared.</param>
            <returns>The index of the found item or -1 if no item is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListControl.FindString(System.String,System.Int32)">
            <summary>
            Searches for an item related to the specified string. The relation is described by the object assigned to FindStringComparer property.
            By default this relation is the System.String.StartsWith().
            This method starts searching from the specified index. If the algorithm reaches the end of the Items collection it wraps to the beginning
            and continues until one before the provided index.
            </summary>
            <param name="s">The string with which every item will be compared.</param>
            <param name="startIndex">The index from which to start searching.</param>
            <returns>The index of the found item or -1 if no item is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListControl.FindStringExact(System.String)">
            <summary>
            Searches for an item in the same manner as FindString() but matches an item only if its text is exactly equal to the provided string.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListControl.FindStringExact(System.String,System.Int32)">
            <summary>
            Searches for an item in the same manner as FindString() but matches an item only if its text is exactly equal to the provided string.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListControl.FindStringNonWrapping(System.String)">
            <summary>
            Searches for an item in the same manner as FindString() but does not start from the beginning when the end of the Items collection
            is reached.
            </summary>
            <param name="s">The string that will be used to search for an item.</param>
            <returns>The index of the found item or -1 if no item is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListControl.FindStringNonWrapping(System.String,System.Int32)">
            <summary>
            Searches for an item in the same manner as FindString() but does not start from the beginning when the end of the Items collection
            is reached.
            </summary>
            <param name="s">The string that will be used to search for an item.</param>
            <param name="startIndex">The index from which to start searching.</param>
            <returns>The index of the found item or -1 if no item is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListControl.OnDataBindingComplete(System.Object,Telerik.WinControls.UI.ListBindingCompleteEventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadListControl.DataBindingComplete"/> event.
            </summary>
            <param name="sender"></param>
            <param name="e">An <see cref="T:Telerik.WinControls.UI.ListBindingCompleteEventArgs"/> instance that contains the event data.</param>
            <seealso cref="E:Telerik.WinControls.UI.RadListControl.DataBindingComplete"/>
            <seealso cref="T:Telerik.WinControls.UI.ListBindingCompleteEventArgs"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.EnableAlternatingItemColor">
            <summary>
            Gets or sets a value indicating whether alternating item color is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.EnableKineticScrolling">
            <summary>
            Gets or sets a value indicating whether the kinetic scrolling function is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.ShowGroups">
            <summary>
            Indicates whether the items should be displayed in groups.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.Groups">
            <summary>
            Gets the collection of groups that items are grouped into
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.CaseSensitiveSort">
            <summary>
            Gets or sets a value that indicates whether text case will be taken into account when sorting.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.KeyboardSearchResetInterval">
            <summary>
            Gets or sets a value that specifies how long the user must wait before searching with the keyboard is reset.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.KeyboardSearchEnabled">
            <summary>
            Gets or sets a value that determines whether the user can search for an item by typing characters when RadListControl is focused.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.ListElement">
            <summary>
            The ListElement responsible for the majority of the control logic. The RadListControl is a wrapper of the RadListElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.Items">
            <summary>
            Gets the Items collection. Items can not be modified in data bound mode, and a DataSource can not be assigned while there
            are items in this collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.SelectedItems">
            <summary>
            Provides a read only interface to the selected items. In order to select an item, use its Selected property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.SelectionMode">
            <summary>
            Gets or sets the SelectionMode of RadListControl. This property has a similar effect to the SelectionMode of the
            standard Microsoft ListBox control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.SelectedValue">
            <summary>
            Gets or sets the SelectedValue. A linear search is performed to find a data item that has the same value
            in its Value property and SelectedItem and SelectedIndex are updated to it and its index respectively.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.ActiveItem">
            <summary>
            Gets or sets the active item. The Active item is relevant only in MultiSimple SelectionMode or MultiExtended in combination with
            the control keyboard key.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.SelectedItem">
            <summary>
            Gets or sets the currently selected item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.SelectedIndex">
            <summary>
            Gets or sets the currently selected index.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.DataSource">
            <summary>
            Gets or sets an object which will provide the data to be visualized as a list.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.DisplayMember">
            <summary>
            Gets or sets a property name which will be used to extract a string value from the data items in order to provide
            a meaningful display value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.ValueMember">
            <summary>
            Gets or sets a property name which will be used to extract a value from the data items. The value of the property with
            this name will be available via the Value property of every RadListDataItem in the Items collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.DescriptionTextMember">
            <summary>
            Gets or sets a property name which will be used to extract a text for description text from the data items. The value of the property with
            this name will be available via the Value property of every RadListDataItem in the Items collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.SortStyle">
            <summary>
            Gets or sets the sort style.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.ScrollMode">
            <summary>
            Gets or set the scroll mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.FormatString">
            <summary>
            Gets or sets a format string which will be used for visual formatting of the items text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.FormattingEnabled">
            <summary>
            Gets or sets a value that indicates whether the FormatString and FormatInfo properties will be used to format
            the items text. Setting this property to false may improve performance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.AutoSizeItems">
            <summary>
            Gets or sets a value that indicates whether items will be sized according to
            their content. If this property is true the user can set the Height property of each
            individual RadListDataItem in the Items collection in order to override the automatic
            sizing.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.Filter">
            <summary>
            Gets or sets a predicate which filters which items can be visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.FilterExpression">
            <summary>
            Gets or sets a filter expression which determines which items will be visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.IsFilterActive">
            <summary>
            Gets a value indicating whether there is a Filter or FilterExpression set.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.FindStringComparer">
            <summary>
            Gets or sets an object that implements IFindStringComparer.
            The value of this property is used in the FindString() method when searching for an item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.ItemTextComparisonMode">
            <summary>
            Gets or sets a value that determines whether the FindString() method searches via the text property
            set by the user or by the text provided by the data binding logic, that is, by DisplayMember. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.SuspendItemsChangeEvents">
            <summary>
            Gets or sets a value that indicates if this RadListControl will stop firing the ItemsChanging and ItemsChanged events.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListControl.SuspendSelectionEvents">
            <summary>
            Gets or sets a value that determines whether to stop the selection events from firing. These are SelectedIndexChanged,
            SelectedIndexChanging and SelectedValueChanged.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListControl.DataBindingComplete">
            <summary>
            Fires after data binding operation has finished.
            </summary>
            <filterpriority>1</filterpriority>
            <seealso cref="P:Telerik.WinControls.UI.RadListControl.DataSource"/>
            <seealso cref="T:Telerik.WinControls.UI.ListBindingCompleteEventHandler"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListControl.SelectedIndexChanged">
            <summary>
            This event fires when the selected index property changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListControl.SelectedIndexChanging">
            <summary>
            This event fires before SelectedIndex changes. This event allows the operation to be cancelled.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListControl.SelectedValueChanged">
            <summary>
            This event fires only if the SelectedValue has really changed. For example it will not fire if the previously selected item
            has the same value as the newly selected item.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListControl.ItemDataBinding">
            <summary>
            This event fires before a RadListDataItem is data bound. This happens
            when the DataSource property is assigned and the event fires for every item provided by the data source.
            This event allows a custom RadListDataItem to be provided by the user.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListControl.ItemDataBound">
            <summary>
            This event fires after a RadListDataItem is data bound. This happens
            when the DataSource property is assigned and the event is fired for every item provided by the data source.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListControl.CreatingVisualListItem">
            <summary>
            This event allows the user to create custom visual items.
            It is fired initially for all the visible items and when the control is resized afterwards.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListControl.SortStyleChanged">
            <summary>
            This event fires when the SortStyle property changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListControl.VisualItemFormatting">
            <summary>
            The VisualItemFormatting event fires whenever a property of a visible data item changes
            and whenever a visual item is associated with a new data item. During scrolling for example.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListControl.SelectedItemsChanged">
            <summary>
            This event fires when the SelectedItems collection changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListControl.SelectedItemsChanging">
            <summary>
            This event fires before the SelectedItems collection changes.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CheckBoxesAlignment">
            <summary>
            Defines the alignment of checkbox within a <see cref="T:Telerik.WinControls.UI.BaseListViewVisualItem"/>.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.CheckBoxesAlignment.Near">
            <summary>
            Checkbox is aligned next to the near edge.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.CheckBoxesAlignment.Center">
            <summary>
            Checkbox is centered within the layout.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.CheckBoxesAlignment.Far">
            <summary>
            Checkbox is aligned next to the far edge.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ListViewBestFitColumnMode">
            <summary>
            Defines values for specifying how the width of a column is adjusted.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ListViewBestFitColumnMode.None">
            <summary>
            The column width does not automatically adjust.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ListViewBestFitColumnMode.HeaderCells">
            <summary>
            The column width adjusts to fit the contents of the header cell.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ListViewBestFitColumnMode.DataCells">
            <summary>
            The column width adjusts to fit the contents of the data cells.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ListViewBestFitColumnMode.AllCells">
            <summary>
            The column width adjusts to fit the contents of all cells
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ListViewBestFitHelper">
            <summary>
            A helper class that process best fitting of columns
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitHelper.#ctor(Telerik.WinControls.UI.DetailListViewElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.ListViewBestFitHelper"/> class.
            </summary>
            <param name="detailListView">The detail list view.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitHelper.BestFitColumn(Telerik.WinControls.UI.ListViewDetailColumn)">
            <summary>
            Performs best fit for specified column
            </summary>
            <param name="column">An instance of <see cref="T:Telerik.WinControls.UI.ListViewDetailColumn"/> that will be best fitted</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitHelper.BestFitColumns">
            <summary>
            Performs best fit for all columns
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitHelper.BestFitColumns(Telerik.WinControls.UI.ListViewBestFitColumnMode)">
            <summary>
            Bests the fit columns.
            </summary>
            <param name="mode">The mode.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitHelper.ProcessRequests">
            <summary>
            Process all best fit column requests
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitHelper.BestFitColumnsCore(System.Nullable{Telerik.WinControls.UI.ListViewBestFitColumnMode})">
            <summary>
            Performs best fit for all columns
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitHelper.BestFitColumnCore(Telerik.WinControls.UI.ListViewDetailColumn,Telerik.WinControls.UI.ListViewBestFitColumnMode)">
            <summary>
            Performs best fit for specified column
            </summary>
            <param name="column">An instance of <see cref="T:Telerik.WinControls.UI.ListViewDetailColumn"/> that will be best fitted</param>
            <param name="mode">The mode.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitHelper.CanBestFitItem(Telerik.WinControls.UI.ListViewDataItem)">
            <summary>
            Determines whether the instance of <see cref="T:Telerik.WinControls.UI.ListViewDataItem"/> can be best fitted.
            </summary>
            <param name="item">The item.</param>
            <returns>
            	<c>true</c> if the instance of <see cref="T:Telerik.WinControls.UI.ListViewDataItem"/> can be best fitted ; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitHelper.GetCellDesiredWidth(Telerik.WinControls.UI.DetailListViewCellElement)">
            <summary>
            Gets the desired cell's width
            </summary>
            <param name="cell">An instance of <see cref="T:Telerik.WinControls.UI.DetailListViewCellElement"/></param>
            <returns>Returns the desired cell's with</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitHelper.SetColumnWidth(Telerik.WinControls.UI.ListViewDetailColumn,System.Single)">
            <summary>
            Sets <see cref="T:Telerik.WinControls.UI.ListViewDetailColumn"/>'s width
            </summary>
            <param name="column">An instance of <see cref="T:Telerik.WinControls.UI.ListViewDetailColumn"/>.</param>
            <param name="desiredWidth">The desired width</param>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewBestFitHelper.DetailListView">
            <summary>
            Gets the table element.
            </summary>
            <value>The table element.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewBestFitHelper.BestFitQueue">
            <summary>
            Gets the best fit requests.
            </summary>
            <value>The best fit requests.</value>
        </member>
        <member name="F:Telerik.WinControls.UI.ListViewBestFitQueue.BestFitAllColumns">
            <summary>
            Best Fit All Columns Request
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitQueue.EnqueueBestFitColumns">
            <summary>
            Requests the best fit columns.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitQueue.EnqueueBestFitColumns(Telerik.WinControls.UI.ListViewBestFitColumnMode)">
            <summary>
            Enqueues the best fit columns.
            </summary>
            <param name="mode">The mode.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitQueue.EnqueueBestFitColumn(Telerik.WinControls.UI.ListViewDetailColumn)">
            <summary>
            Requests the best fit column.
            </summary>
            <param name="column">The column.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitQueue.Dequeue">
            <summary>
            Removes and returns the object at the beginning of the queue
            </summary>
            <returns>Returns BestFitRequest</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitQueue.Dequeue(Telerik.WinControls.UI.ListViewDetailColumn)">
            <summary>
            Dequeues the specified column's request from the queue
            </summary>
            <param name="column">The column's request that should be removed</param>
            <returns>Returns BestFitReques</returns>
        </member>
        <member name="T:Telerik.WinControls.UI.ListViewBestFitQueue.BestFitOperation">
            <summary>
            Represents BestFitRequest type
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ListViewBestFitQueue.BestFitOperation.BestFitColumn">
            <summary>
            BestFit Operation for specified column
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ListViewBestFitQueue.BestFitOperation.BestFitAllColumns">
            <summary>
            BestFit Operation for all columns
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ListViewBestFitQueue.ListViewBestFitRequest">
            <summary>
            Represent best fit request
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitQueue.ListViewBestFitRequest.#ctor(Telerik.WinControls.UI.ListViewBestFitQueue.BestFitOperation,Telerik.WinControls.UI.ListViewDetailColumn)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.ListViewBestFitQueue.ListViewBestFitRequest"/> class.
            </summary>
            <param name="operation">The operation.</param>
            <param name="column">The column.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitQueue.ListViewBestFitRequest.#ctor(Telerik.WinControls.UI.ListViewBestFitQueue.BestFitOperation)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.ListViewBestFitQueue.ListViewBestFitRequest"/> class.
            </summary>
            <param name="operation">The operation.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitQueue.ListViewBestFitRequest.#ctor(Telerik.WinControls.UI.ListViewBestFitQueue.BestFitOperation,Telerik.WinControls.UI.ListViewBestFitColumnMode)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.ListViewBestFitQueue.ListViewBestFitRequest"/> class.
            </summary>
            <param name="operation">The operation.</param>
            <param name="mode">The mode.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitQueue.ListViewBestFitRequest.Equals(Telerik.WinControls.UI.ListViewBestFitQueue.ListViewBestFitRequest)">
            <summary>
            Compares the current instance to the specified request.
            </summary>
            <param name="request">The request.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewBestFitQueue.ListViewBestFitRequest.GetHashCode">
            <summary>
            Returns a hash code for this instance.
            </summary>
            <returns>
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. 
            </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewBestFitQueue.ListViewBestFitRequest.Operation">
            <summary>
            Gets the operation.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewBestFitQueue.ListViewBestFitRequest.AutoSizeMode">
            <summary>
            Gets the auto size mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewBestFitQueue.ListViewBestFitRequest.Column">
            <summary>
            Gets the column.
            </summary>
            <value>The column.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewEditorEventArgs.ActiveEditor">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.IInputEditor"/> related with the page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewEditorEventArgs.Value">
            <summary>
            Gets the editor value.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.DiamondShape.CreatePath(System.Drawing.Rectangle)">
            <summary>
            Creates Star like shape. Overrides CreatePath method in the base class
            ElementShape.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.HeartShape.CreatePath(System.Drawing.Rectangle)">
            <summary>
            Creates Heart like shape. Overrides CreatePath method in the base class
            ElementShape.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRating.#ctor">
            <summary>
            Initializes a new instance of the RadRating class
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRating.CreateChildItems(Telerik.WinControls.RadElement)">
            <summary>
            CreateChildItems
            </summary>
            <param name="parent"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRating.DefaultSize">
            <summary>
            Set the default control size.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRating.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRating.Direction">
            <summary>
            Gets or sets the direction of rating element paint (Standard, Reversed).
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRating.Orientation">
            <summary>
            Gets or sets the orientation of the rating control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRating.SelectionMode">
            <summary>
            Gets or sets the selection mode of the rating control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRating.Items">
            <summary>
            Gets the rating items collection.
            </summary>
            <value>
            The items.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRating.Value">
            <summary>
            Gets or sets the average value of rating element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRating.Minimum">
            <summary>
            Gets or sets the minimum value of rating element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRating.Maximum">
            <summary>
            Gets or sets the maximum value of rating element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRating.Caption">
            <summary>
            Gets or sets the text of the Caption label.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRating.Subcaption">
            <summary>
            Gets or sets the text of the Sub Caption label.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRating.Description">
            <summary>
            Gets or sets the text of the description label.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRating.RatingElement">
            <summary>
            Gets the instance of RadRatingElement wrapped by this control. RadRatingElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadRatingControl.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRating.ReadOnly">
            <summary>
            Gets or sets whether the rating is ReadOnly. 
            The Value of the element can still be set in ReadOnly mode, nothing else.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRating.ValueChanged">
            <summary>
            Occurs before the value of the RatingElement is changed.        
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRating.ValueChanging">
            <summary>
            Occurs when the value is being changed. Cancelable event.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.Items">
            <summary>
            Gets the rating items collection.
            </summary>
            <value>
            The items.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.Caption">
            <summary>
            Gets or sets the text of the Caption label.
            </summary>
            <value>
            The caption.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.SubCaption">
            <summary>
            Gets or sets the text of the Sub Caption label.
            </summary>
            <value>
            The sub caption.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.CaptionElement">
            <summary>
            Gets the caption element.
            </summary>
            <value>
            The caption element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.SubCaptionElement">
            <summary>
            Gets the sub caption element.
            </summary>
            <value>
            The sub caption element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.DescriptionElement">
            <summary>
            Gets the description element.
            </summary>
            <value>
            The description element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.ElementsLayout">
            <summary>
            Gets the elements layout.
            </summary>
            <value>
            The elements layout.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.ToolTipFormatString">
            <summary>
            Gets or sets the tool tip format string.
            </summary>
            <value>
            The tool tip format string.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.SelectedValue">
            <summary>
            Gets or sets the selected value.
            </summary>
            <value>
            The selected value.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.CurrentValue">
            <summary>
            Gets or sets the current value.
            </summary>
            <value>
            The current value.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.HoverValue">
            <summary>
            Gets or sets the hover value.
            </summary>
            <value>
            The hover value.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.ShouldPaintHover">
            <summary>
            Gets or sets whether the Hover layer should be applied.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.Value">
            <summary>
            Gets or sets the value of the rating.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.Minimum">
            <summary>
            Gets or sets the minimum value of rating element.
            </summary>
            <value>
            The minimum.
            </value>
            <exception cref="T:System.ArgumentException">The Minimum should be lower than the Maximum</exception>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.Maximum">
            <summary>
            Gets or sets the maximum value of rating element.
            </summary>
            <value>
            The maximum.
            </value>
            <exception cref="T:System.ArgumentException">The Maximum should be bigger than the Minimum</exception>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.ElementOrientation">
            <summary>
            Gets or sets the orientation of the rating control (Horizontal, Vertical). 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.SelectionMode">
            <summary>
            Gets or sets the selection mode of the rating control (full item, half item, precise selection). 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the element is read-only. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.Description">
            <summary>
            Gets or sets the text of the description label. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.Direction">
            <summary>
            GGets or sets the direction of rating element paint (Standard, Reversed).
            </summary>
            <value>
            The direction.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.ToolTipPrecision">
            <summary>
            Gets or sets the tool tip precision.
            </summary>
            <value>
            The tool tip precision.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.PercentageRounding">
            <summary>
            Gets or sets the percentage rounding.
            </summary>
            <value>
            The percentage rounding.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.ToolTipOffset">
            <summary>
            Gets or sets the tool tip offset.
            </summary>
            <value>
            The tool tip offset.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRatingElement.ToolTipDuration">
            <summary>
            Gets or sets the duration of the tool tip.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRatingElement.ValueChanged">
            <summary>
            Occurs before the value of the RatingElement is changed.        
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRatingElement.ValueChanging">
            <summary>
            Occurs when the value is being changed. Cancelable event.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRatingStateManager">
            <summary>
            Represents a state manager for <see cref="T:Telerik.WinControls.UI.RadRating"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRatingStateManager.CreateSpecificStates">
            <summary>
            Creates the specific states.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRatingStateManager.CreateStateManager">
            <summary>
            Creates the state manager.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.StarShape.CreatePath(System.Drawing.Rectangle)">
            <summary>
            Creates Star like shape. Overrides CreatePath method in the base class
            ElementShape.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadTokenizedTextItem">
            <summary>
            Represents a logical data item that contains the tokenzied text and its value
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTokenizedTextItem.#ctor(System.String,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadTokenizedTextItem"/> class.
            </summary>
            <param name="text">The text.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTokenizedTextItem.CompareTo(Telerik.WinControls.UI.RadTokenizedTextItem)">
            <summary>
            Compares the current object with another object of the same type.
            </summary>
            <param name="other">An object to compare with this object.</param>
            <returns>
            A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other"/> parameter.Zero This object is equal to <paramref name="other"/>. Greater than zero This object is greater than <paramref name="other"/>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTokenizedTextItem.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents this instance.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents this instance.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTokenizedTextItem.OnPropertyChanged(System.String)">
            <summary>
            Raises the <see cref="E:PropertyChanged"/> event.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTokenizedTextItem.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
            <summary>
            Raises the <see cref="E:PropertyChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:System.ComponentModel.PropertyChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTokenizedTextItem.Text">
            <summary>
            Gets the text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTokenizedTextItem.Value">
            <summary>
            Gets the value.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTokenizedTextItem.PropertyChanged">
            <summary>
            Occurs when a property value changes.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadTokenizedTextItemCollection">
            <summary>
            Represents a collection of <see cref="T:Telerik.WinControls.UI.RadTokenizedTextItem"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTokenizedTextItemCollection.#ctor(Telerik.WinControls.UI.RadAutoCompleteBoxElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadTokenizedTextItemCollection"/> class.
            </summary>
            <param name="textBox">The text box.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTokenizedTextItemCollection.#ctor(Telerik.WinControls.UI.RadAutoCompleteBoxElement,System.Collections.Generic.IList{Telerik.WinControls.UI.RadTokenizedTextItem})">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadTokenizedTextItemCollection"/> class.
            </summary>
            <param name="textBox">The text box.</param>
            <param name="list">The list.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTokenizedTextItemCollection.OnCollectionChanged(Telerik.WinControls.Data.NotifyCollectionChangedEventArgs)">
            <summary>
            Raises the <see cref="E:CollectionChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.Data.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTokenizedTextItemCollection.Find(System.String)">
            <summary>
            Finds the specified text in the collection
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTokenizedTextItemCollection.FinAll(System.String)">
            <summary>
            Fins all tokenized item that contains this text.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTokenizedTextItemCollection.OnListElementItemsChanging(Telerik.WinControls.Data.NotifyCollectionChangingEventArgs)">
            <summary>
            Raises the <see cref="E:ListElementItemsChanging"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.Data.NotifyCollectionChangingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTokenizedTextItemCollection.OnViewElementChildrenChanged(Telerik.WinControls.ChildrenChangedEventArgs)">
            <summary>
            Raises the <see cref="E:ViewElementChildrenChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.ChildrenChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTokenizedTextItemCollection.OnContentElementTextChanging(Telerik.WinControls.TextChangingEventArgs)">
            <summary>
            Raises the <see cref="E:ContentElementTextChanging"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.TextChangingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTokenizedTextItemCollection.CollectionChanged">
            <summary>
            Occurs when the collection is changed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TokenValidatingEventHandler">
            <summary>
            Represents the method that handles validation of tokens in <see cref="T:Telerik.WinControls.UI.RadAutoCompleteBoxElement"/>
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.TokenValidatingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.TokenValidatingEventArgs">
            <summary>
            An event arguments of <see cref="T:Telerik.WinControls.UI.TokenValidatingEventHandler"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TokenValidatingEventArgs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TokenValidatingEventArgs"/> class.
            </summary>
            <param name="text">The text.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TokenValidatingEventArgs.#ctor(System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TokenValidatingEventArgs"/> class.
            </summary>
            <param name="text">The text.</param>
            <param name="isValidToken">if set to <c>true</c> [is valid token].</param>
        </member>
        <member name="P:Telerik.WinControls.UI.TokenValidatingEventArgs.Text">
            <summary>
            Gets the text of the token.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TokenValidatingEventArgs.IsValidToken">
            <summary>
            Gets or sets a value indicating whether the text is valid token.
            </summary>
            <value>
            	<c>true</c> if the text is token; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.RadTextBoxControlAccessibleObject">
            <summary>
            The AccessibleObject of <see cref="T:Telerik.WinControls.UI.RadTextBoxControl"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControlAccessibleObject.#ctor(Telerik.WinControls.UI.RadTextBoxControl)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadTextBoxControlAccessibleObject"/> class.
            </summary>
            <param name="textBoxControl">The text box control.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControlAccessibleObject.TextBox">
            <summary>
            Gets the associated text box.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadAutoCompleteDropDownClosedEventArgs">
            <summary>
            Represents a close event arguments when <see cref="T:Telerik.WinControls.UI.RadTextBoxAutoCompleteDropDown"/> closed
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPopupClosedEventArgs">
            <summary>
            Represents event data of the RadPopupClosed event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupClosedEventArgs.#ctor(Telerik.WinControls.UI.RadPopupCloseReason)">
            <summary>
            Initializes a new instance of the RadPopupClosedEventArgs class using 
            the closing reason.
            </summary>
            <param name="CloseReason">
             closing reason 
            </param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadAutoCompleteDropDownClosedEventArgs.#ctor(Telerik.WinControls.UI.RadPopupCloseReason,System.EventArgs)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadAutoCompleteDropDownClosedEventArgs"/> class.
            </summary>
            <param name="reason">The reason.</param>
            <param name="inputArguments">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadAutoCompleteDropDownClosedEventArgs.InputArguments">
            <summary>
            Gets the input arguments.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBlockFormattingEventHandler">
            <summary>
            Represents the method that is called when <see cref="T:Telerik.WinControls.UI.ITextBlock"/> is formatted.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.TextBlockFormattingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBlockFormattingEventArgs">
            <summary>
            An event arguments of <see cref="T:Telerik.WinControls.UI.TextBlockFormattingEventHandler"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBlockFormattingEventArgs.#ctor(Telerik.WinControls.UI.ITextBlock)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TextBlockFormattingEventArgs"/> class.
            </summary>
            <param name="textBlock">The text block.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBlockFormattingEventArgs.TextBlock">
            <summary>
            Gets the text block to be formatted
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBlockXComparer">
            <summary>
            X-coordinate comparer of <see cref="T:Telerik.WinControls.UI.ITextBlock"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBlockXComparer.#ctor(System.Single)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TextBlockXComparer"/> class.
            </summary>
            <param name="xCoordinate">The x coordinate.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBlockXComparer.Compare(System.Object,System.Object)">
            <summary>
            Compares the specified x value.
            </summary>
            <param name="xValue">The x value.</param>
            <param name="yValue">The y value.</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.EditOperation">
            <summary>
            Edit operation in <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/>
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.EditOperation.InsertText">
            <summary>
            Insert text operation
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.EditOperation.ReplaceText">
            <summary>
            Replace text operation
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.EditOperation.DeleteText">
            <summary>
            Delete text operation
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadTextBoxAutoCompleteDropDown">
            <summary>
            The autocomplete drop down of <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxAutoCompleteDropDown.#ctor(Telerik.WinControls.UI.RadTextBoxControlElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadTextBoxAutoCompleteDropDown"/> class.
            </summary>
            <param name="owner">The owner.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxAutoCompleteDropDown.TextBox">
            <summary>
            Gets the associated text box.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxAutoCompleteDropDown.ListElement">
            <summary>
            Gets the associated list element.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TokenizedTextBlockElement">
            <summary>
            Represents a tokenized text block in <see cref="T:Telerik.WinControls.UI.TokenizedTextBlockElement"/>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ITextBlock">
            <summary>
            Represents a single word in <see cref="T:Telerik.WinControls.UI.TextBoxWrapPanel"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBlock.GetRectangleFromCharacterIndex(System.Int32,System.Boolean)">
            <summary>
            Gets a rectangle of character by index.
            </summary>
            <param name="index">The index.</param>
            <param name="trailEdge">if set to <c>true</c> [trail edge].</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBlock.GetCharacterIndexFromX(System.Single)">
            <summary>
            Gets the character index at X-position.
            </summary>
            <param name="x">The x.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBlock.Measure(System.Drawing.SizeF)">
            <summary>
            Measures the textblock available size.
            </summary>
            <param name="availableSize">Size of the available.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBlock.Arrange(System.Drawing.RectangleF)">
            <summary>
            Arranges the textblock final rectangle.
            </summary>
            <param name="finalRectangle">The final rectangle.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.ITextBlock.Index">
            <summary>
            Gets or sets the index of the block
            </summary>
            <value>
            The index.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ITextBlock.Offset">
            <summary>
            Gets or sets the block according to the previous one
            </summary>
            <value>
            The offset.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ITextBlock.Length">
            <summary>
            Gets the length of the word. It can be different than the exact text length.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ITextBlock.Text">
            <summary>
            Gets or sets the block's text
            </summary>
            <value>
            The text.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ITextBlock.DesiredSize">
            <summary>
            Gets the desired size of the block
            </summary>
            <value>
            The size of the desired.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ITextBlock.ControlBoundingRectangle">
            <summary>
            Gets the control bounding rectangle.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TokenizedTextBlockElement.#cctor">
            <summary>
            Initializes the <see cref="T:Telerik.WinControls.UI.TokenizedTextBlockElement"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TokenizedTextBlockElement.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TokenizedTextBlockElement"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TokenizedTextBlockElement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TokenizedTextBlockElement"/> class.
            </summary>
            <param name="text">The text.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TokenizedTextBlockElement.CreateTokenizedTextItem(System.String,System.Object)">
            <summary>
            Creates the tokenized text item.
            </summary>
            <param name="text">The text.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TokenizedTextBlockElement.CreateContentElement">
            <summary>
            Creates the text content element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TokenizedTextBlockElement.CreateRemoveButton">
            <summary>
            Creates the remove button element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TokenizedTextBlockElement.OnRemoveButtonClick">
            <summary>
            Called when the remove button is clicked.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TokenizedTextBlockElement.GetRectangleFromCharacterIndex(System.Int32,System.Boolean)">
            <summary>
            Gets a rectangle of character by index.
            </summary>
            <param name="index">The index.</param>
            <param name="trailEdge">if set to <c>true</c> [trail edge].</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TokenizedTextBlockElement.GetCharacterIndexFromX(System.Single)">
            <summary>
            Gets the character index at X-position.
            </summary>
            <param name="x">The x.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.TokenizedTextBlockElement.Item">
            <summary>
            Gets the associated tokenized text item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TokenizedTextBlockElement.ContentElement">
            <summary>
            Gets the content element that contains the text
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TokenizedTextBlockElement.RemoveButton">
            <summary>
            Gets the remove button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TokenizedTextBlockElement.AllowRemove">
            <summary>
            Gets or sets a value indicating whether the block can be remove by clicking the Remove button.
            </summary>
            <value>
              <c>true</c> if [allow remove]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TokenizedTextBlockElement.Telerik#WinControls#UI#ITextBlock#Text">
            <summary>
            Gets or sets the text associated with this item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TokenizedTextBlockElement.Telerik#WinControls#UI#ITextBlock#Index">
            <summary>
            Gets or sets the index of the block
            </summary>
            <value>
            The index.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TokenizedTextBlockElement.Telerik#WinControls#UI#ITextBlock#Offset">
            <summary>
            Gets a value indicating the offset.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TokenizedTextBlockElement.Telerik#WinControls#UI#ITextBlock#Length">
            <summary>
            Gets the length of the word. It can be different than the exact text length.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.AutoCompleteBoxViewElement">
            <summary>
            An view port element of <see cref="T:Telerik.WinControls.UI.RadAutoCompleteBoxElement"/>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBoxViewElement">
            <summary>
            An editable and selectable <see cref="T:Telerik.WinControls.UI.TextBoxWrapPanel"/>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBoxWrapPanel">
            <summary>
            The wrap layout of <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TextBoxWrapPanel"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.OnTextBlockFormatting(Telerik.WinControls.UI.ITextBlock)">
            <summary>
            Called when text block is formatting.
            </summary>
            <param name="textBlock">The text block.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.OnTextBlockFormatting(Telerik.WinControls.UI.TextBlockFormattingEventArgs)">
            <summary>
            Raises the <see cref="E:TextBlockFormatting"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.TextBlockFormattingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.OnPropertyChanging(System.String,System.Object,System.Object)">
            <summary>
            Called when a property is changing.
            </summary>
            <param name="propertyName">Name of the property.</param>
            <param name="oldValue">The old value.</param>
            <param name="newValue">The new value.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.OnPropertyChanging(Telerik.WinControls.Interfaces.PropertyChangingEventArgsEx)">
            <summary>
            Raises the <see cref="E:PropertyChanging"/> event.
            </summary>
            <param name="e">The <see cref="T:System.ComponentModel.PropertyChangingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.OnCreateTextBlock(Telerik.WinControls.UI.CreateTextBlockEventArgs)">
            <summary>
            Raises the <see cref="E:CreateTextBlock"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.CreateTextBlockEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.NotifyTextChanging(System.Int32,System.Int32,System.String,System.String,Telerik.WinControls.UI.TextBoxChangeAction)">
            <summary>
            Notifies the text changing.
            </summary>
            <param name="startPosition">The start position.</param>
            <param name="length">The length.</param>
            <param name="oldText">The old text.</param>
            <param name="newText">The new text.</param>
            <param name="action">The action.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.NotifyTextChanged(System.String,System.Int32,Telerik.WinControls.UI.TextBoxChangeAction)">
            <summary>
            Notifies the text changed.
            </summary>
            <param name="text">The text.</param>
            <param name="caretPosition">The caret position.</param>
            <param name="action">The action.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.InvalidateLayout">
            <summary>
            Performs measurement and arrangement of child elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.ClampDesiredSize(System.Drawing.SizeF,System.Drawing.SizeF)">
            <summary>
            Clamps the desired size in the valid available size bounds.
            </summary>
            <param name="desiredSize">The available size.</param>
            <param name="availableSize">The desired size.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.MergeAndMeasureBlock(Telerik.WinControls.UI.ITextBlock,System.Drawing.SizeF)">
            <summary>
            Merge and measure block.
            </summary>
            <param name="textBlock">The text block.</param>
            <param name="availableSize">The available size.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.MeasureWrap(System.Drawing.SizeF,System.Int32,System.Drawing.SizeF@,System.Int32@,System.Int32@)">
            <summary>
            Measures and perfroms wrapping for blocks in WordWrap mode
            </summary>
            <param name="availableSize">The available size.</param>
            <param name="blockIndex">Index of the current block.</param>
            <param name="desiredSize">Document desired size.</param>
            <param name="currentLineIndex">Index of the current line.</param>
            <param name="offset">The current block offset.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.AddLineDesiredSize(Telerik.WinControls.UI.LineInfo,System.Drawing.SizeF@)">
            <summary>
            Adds the desired size of the line to document desired size.
            </summary>
            <param name="line">The line.</param>
            <param name="desiredSize">Size of the desired.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.AddBlockDesiredSize(System.Drawing.SizeF,Telerik.WinControls.UI.LineInfo)">
            <summary>
            Adds the desired size of the block to desired size of line.
            </summary>
            <param name="blockDesiredSize">Size of the block desired.</param>
            <param name="line">The line.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.GetBaselineOffset(Telerik.WinControls.UI.LineInfo,Telerik.WinControls.UI.ITextBlock)">
            <summary>
            Gets the baseline offset.
            </summary>
            <param name="line">The line.</param>
            <param name="textBlock">The text block.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.AreSplittedBlock(Telerik.WinControls.UI.ITextBlock,Telerik.WinControls.UI.ITextBlock)">
            <summary>
            Checks that tow block are splitted block
            </summary>
            <param name="firstBlock">The first block.</param>
            <param name="secondBlock">The second block.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.GetNextBlock(System.Int32)">
            <summary>
            Gets the next block for this index
            </summary>
            <param name="index">The index.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.GetPreviousBlock(System.Int32)">
            <summary>
            Gets the previous block for this index
            </summary>
            <param name="index">The index.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.HasText">
            <summary>
            Determines whether this panel has text.
            </summary>
            <returns>
              <c>true</c> if this panel has text; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.GetLineInfo(System.Int32)">
            <summary>
            Gets the line info by its index
            </summary>
            <param name="lineIndex">Index of the line.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.CreateBlock(System.String,System.Type)">
            <summary>
            Creates the block for concrete <see cref="T:System.Type"/> and <see cref="T:System.String"/> instance.
            </summary>
            <param name="text">The text</param>
            <param name="type">The type.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.Clear">
            <summary>
            Clears the presented text
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.GetTextRange(Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.TextPosition)">
            <summary>
            Gets the text between start and end position
            </summary>
            <param name="startPosition">The start position.</param>
            <param name="endPosition">The end position.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.GetBlockText(Telerik.WinControls.UI.ITextBlock,System.Int32,System.Int32)">
            <summary>
            Gets the block's text.
            </summary>
            <param name="block">The block.</param>
            <param name="start">The start.</param>
            <param name="length">The length.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.BinarySearchTextBlockByXCoordinate(Telerik.WinControls.UI.LineInfo,System.Single)">
            <summary>
            Search a text block by X coordinate.
            </summary>
            <param name="line">The line.</param>
            <param name="x">The x.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.BinarySearchTextBlockByOffset(Telerik.WinControls.UI.LineInfo,System.Int32)">
            <summary>
            Search a text block by offset.
            </summary>
            <param name="line">The line.</param>
            <param name="offset">The offset.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.BinarySearch(Telerik.WinControls.UI.LineInfo,System.Collections.IComparer)">
            <summary>
            Search a line by using concrete comparer
            </summary>
            <param name="line">The line.</param>
            <param name="comparer">The comparer.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.IsSpecialText(System.String)">
            <summary>
            Determines whether the text is tab, whitespace, line feed or carriage return symbol.
            </summary>
            <param name="text">The text.</param>
            <returns>
              <c>true</c> if [is special text] [the specified text]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.ContainsNewLine(System.String)">
            <summary>
            Determines whether the text contains a new line
            </summary>
            <param name="text">The text</param>
            <returns>
                <c>true</c> if [contains new line] [the specified text]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.IsWhitespace(System.String)">
            <summary>
            Determines whether the specified text is whitespace.
            </summary>
            <param name="text">The text.</param>
            <returns>
              <c>true</c> if the specified text is whitespace; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.IsTab(System.String)">
            <summary>
            Determines whether the specified text is tab.
            </summary>
            <param name="text">The text.</param>
            <returns>
              <c>true</c> if the specified text is tab; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.IsTabOrWhitespace(System.String)">
            <summary>
            Determines whether the text is tab or whitespace.
            </summary>
            <param name="text">The text.</param>
            <returns>
              <c>true</c> if the text is tab or whitespace; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.IsLineFeed(System.String)">
            <summary>
            Determines whether the text is line feed symbol.
            </summary>
            <param name="text">The text.</param>
            <returns>
              <c>true</c> if the text is line feed symbol; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxWrapPanel.IsCarriageReturn(System.String)">
            <summary>
            Determines whether the text is carriage return symbol.
            </summary>
            <param name="text">The text.</param>
            <returns>
              <c>true</c> if the text is carriage return symbol; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxWrapPanel.ViewportBounds">
            <summary>
            Gets the bounds of the Viewport
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxWrapPanel.LineSpacing">
            <summary>
            Gets or sets the spacing between lines when the <see cref="T:Telerik.WinControls.UI.TextBoxWrapPanel"/> is in multiline mode.
            </summary>
            <value>
            The line spacing.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxWrapPanel.Lines">
            <summary>
            Gets the logical lines of <see cref="T:Telerik.WinControls.UI.TextBoxWrapPanel"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxWrapPanel.TextLength">
            <summary>
            Gets the length of the text.
            </summary>
            <value>
            The length of the text.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxWrapPanel.TextAlign">
            <summary>
            Gets or sets how the text is horizontally aligned in the element.
            </summary>
            <value>The horizontal text alignment.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxWrapPanel.WordWrap">
            <summary>
            Gets or sets a value indicating whether [word wrap].
            </summary>
            <value>
              <c>true</c> if [word wrap]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxWrapPanel.Multiline">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Telerik.WinControls.UI.TextBoxWrapPanel"/> is multiline.
            </summary>
            <value>
              <c>true</c> if multiline; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.TextBoxWrapPanel.TextBlockFormatting">
            <summary>
            Occurs when text block is formatting.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.TextBoxWrapPanel.PropertyChanging">
            <summary>
            Occurs when a property value is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.TextBoxWrapPanel.CreateTextBlock">
            <summary>
            Occurs when an instance of <see cref="T:Telerik.WinControls.UI.ITextBlock"/> is created
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxViewElement.BeginEditUpdate">
            <summary>
            Suspends notifcations when text is editing.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxViewElement.EndEditUpdate">
            <summary>
            Resumes notifcations when text is editing.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxViewElement.EndEditUpdate(System.Boolean,System.String,System.Int32,Telerik.WinControls.UI.TextBoxChangeAction)">
            <summary>
            Resumes notifcations when text is editing.
            </summary>
            <param name="notify">if set to <c>true</c> the <see cref="E:TextChanged"/> event is fired.</param>
            <param name="newText">The new text.</param>
            <param name="caretPosition">The caret position.</param>
            <param name="action">The action.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxViewElement.PointToAbsolute(System.Drawing.PointF)">
            <summary>
            Convert point to absolute point according to the current scroll offset
            </summary>
            <param name="pointF">The point.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxViewElement.GetLocation(Telerik.WinControls.UI.TextPosition)">
            <summary>
            Gets the location of <see cref="T:Telerik.WinControls.UI.TextPosition"/> instance
            </summary>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxViewElement.Delete(Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.TextPosition)">
            <summary>
            Deletes the text range
            </summary>
            <param name="startPosition">The start position.</param>
            <param name="endPosition">The end position.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxViewElement.Insert(Telerik.WinControls.UI.TextPosition,System.String)">
            <summary>
            Inserts the specified text in concerte position.
            </summary>
            <param name="startPosition">The position.</param>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxViewElement.Replace(Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.TextPosition,System.String)">
            <summary>
            Replaces the text ranged with a new text
            </summary>
            <param name="startPosition">The start position.</param>
            <param name="endPosition">The end position.</param>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxViewElement.ReplaceOverride(Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.TextPosition,System.String)">
            <summary>
            Replaces the text ranged with a new text
            </summary>
            <param name="startPosition">The start position.</param>
            <param name="endPosition">The end position.</param>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxViewElement.ReplaceTextRange(Telerik.WinControls.UI.ITextBlock,System.Int32,System.Int32,System.String)">
            <summary>
            Replaces the text range in <see cref="T:Telerik.WinControls.UI.ITextBlock"/>
            </summary>
            <param name="targetBlock">The target block.</param>
            <param name="startCharPosition">The start char position.</param>
            <param name="endCharPosition">The end char position.</param>
            <param name="text">The text.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxViewElement.ReplaceSpecialTextBlock(Telerik.WinControls.UI.ITextBlock,System.Int32,System.Int32,System.String)">
            <summary>
            Replaces the text range in concrete special <see cref="T:Telerik.WinControls.UI.ITextBlock"/>
            </summary>
            <param name="targetBlock">The target block.</param>
            <param name="startCharPosition">The start char position.</param>
            <param name="endCharPosition">The end char position.</param>
            <param name="text">The text.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxViewElement.ReplaceTextBlock(Telerik.WinControls.UI.ITextBlock,System.Int32,System.Int32,System.String)">
            <summary>
            Replaces the text range in concrete non-special <see cref="T:Telerik.WinControls.UI.ITextBlock"/>
            </summary>
            <param name="targetBlock">The target block.</param>
            <param name="startCharPosition">The start char position.</param>
            <param name="endCharPosition">The end char position.</param>
            <param name="text">The text.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxViewElement.UseSystemPasswordChar">
            <summary>
            Gets or sets a value indicating whether the text in view
            should appear as the default password character.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxViewElement.PasswordChar">
            <summary>
            Gets or sets the character used to mask characters of a password in a single-line
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxViewElement.IsReadOnly">
            <summary>
            Gets or sets a value indicating whether text in the text box is read-only.
            </summary>
            <value>
            	<c>true</c> if this is in read only mode; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxViewElement.VScroller">
            <summary>
            Gets or sets the scroller for Vertical Scrollbar
            </summary>
            <value>
            The Vertical Scroller
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxViewElement.HScroller">
            <summary>
            Gets or sets the scroller for Horizontal Scrollbar
            </summary>
            <value>
            The Horizontal Scroller
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxViewElement.SelectionPrimitive">
            <summary>
            Gets or sets the selection primitive that renders the selection
            </summary>
            <value>
            The selection primitive.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxViewElement.ScrollOffset">
            <summary>
            Gets or sets the scroll offset.
            </summary>
            <value>
            The scroll offset.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxViewElement.IsEditing">
            <summary>
            Gets a value indicating whether this textbox is editing mode.
            </summary>
            <value>
            	<c>true</c> if this textbox is editing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.AutoCompleteBoxViewElement.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.AutoCompleteBoxViewElement"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.AutoCompleteBoxViewElement.IsDelimiter(Telerik.WinControls.UI.ITextBlock)">
            <summary>
            Determines whether the specified text block is delimiter.
            </summary>
            <param name="textBlock">The text block.</param>
            <returns>
              <c>true</c> if the specified text block is delimiter; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.AutoCompleteBoxViewElement.RemoveEditableBlockRange(Telerik.WinControls.UI.ITextBlock,System.Int32,System.String@)">
            <summary>
            Removes range of the editable block.
            </summary>
            <param name="tailBlock">The block.</param>
            <param name="startCharPosition">The start char position.</param>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.AutoCompleteBoxViewElement.OnTokenValidating(Telerik.WinControls.UI.TokenValidatingEventArgs)">
            <summary>
            Raises the <see cref="E:TokenValidating"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.TokenValidatingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.AutoCompleteBoxViewElement.OnTokenValidating(System.String)">
            <summary>
            Raises the <see cref="E:TokenValidating"/> event.
            </summary>
            <param name="tokenText">The token text.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.AutoCompleteBoxViewElement.Delimiter">
            <summary>
            Gets or sets the delimiter used to tokenize the text
            </summary>
            <value>
            The delimiter.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.AutoCompleteBoxViewElement.ShowRemoveButton">
            <summary>
            Gets or sets a value indicating whether the remove button of <see cref="T:Telerik.WinControls.UI.TokenizedTextBlockElement"/> should appear.
            Notice that the text box should not be in read only mode
            </summary>
            <value>
              <c>true</c> if [show remove button]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.AutoCompleteBoxViewElement.MinLineHeight">
            <summary>
            Gets or sets the height of the min line.
            </summary>
            <value>
            The height of the min line.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.AutoCompleteBoxViewElement.TokenValidating">
            <summary>
            Occurs when text is validating as token
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.AutoCompleteBoxInputHandler">
            <summary>
            Represents a <see cref="T:Telerik.WinControls.UI.RadAutoCompleteBoxElement"/> keyboard and mouse input handler
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBoxInputHandler">
            <summary>
            Represents a <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/> keyboard and mouse input handler
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ITextBoxInputHandler">
            <summary>
            Represents a <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/> keyboard and mouse input handler
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxInputHandler.ProcessKeyDown(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Processes the key down.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxInputHandler.ProcessKeyUp(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Processes the key up.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxInputHandler.ProcessKeyPress(System.Windows.Forms.KeyPressEventArgs)">
            <summary>
            Processes the key press.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyPressEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxInputHandler.ProcessMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Processes the mouse down.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxInputHandler.ProcessMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Processes the mouse up.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxInputHandler.ProcessMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Processes the mouse move.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxInputHandler.ProcessMouseWheel(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Processes the mouse wheel.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxInputHandler.ProcessDoubleClick(System.EventArgs)">
            <summary>
            Processes the double click.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxInputHandler.ProcessMouseLeave(System.EventArgs)">
            <summary>
            Processes the mouse leave.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxInputHandler.PrcessMouseEnter(System.EventArgs)">
            <summary>
            Prcesses the mouse enter.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.#ctor(Telerik.WinControls.UI.RadTextBoxControlElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TextBoxInputHandler"/> class.
            </summary>
            <param name="textBoxElement">The text box element.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ShouldHandleMouseInput(System.Drawing.Point)">
            <summary>
            Determines whether the mouse input should be handled
            </summary>
            <param name="mousePosition">The mouse position.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Processes the mouse down.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Processes the mouse up.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Processes the mouse move.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessMouseLeave(System.EventArgs)">
            <summary>
            Processes the mouse leave.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.PrcessMouseEnter(System.EventArgs)">
            <summary>
            Prcesses the mouse enter.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessMouseSelection(System.Drawing.Point)">
            <summary>
            Processes the mouse selection.
            </summary>
            <param name="location">The location.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.SetCurrentCursor(System.Drawing.Point)">
            <summary>
            Sets the current cursor position
            </summary>
            <param name="location">The location.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessMouseWheel(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Processes the mouse wheel.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessContextMenu(System.Drawing.Point)">
            <summary>
            Processes the context menu.
            </summary>
            <param name="location">The location.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessDoubleClick(System.EventArgs)">
            <summary>
            Processes the double click.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessKeyDown(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Processes the key down.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessDelete(System.Boolean)">
            <summary>
            Processes delete of <see cref="T:Telerik.WinControls.UI.ITextBlock"/>
            </summary>
            <param name="moveNext">if set to <c>true</c> [move next].</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessSelectAll">
            <summary>
            Processes the select of all  <see cref="T:Telerik.WinControls.UI.ITextBlock"/>
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessCopy">
            <summary>
            Processes the copy operation of  <see cref="T:Telerik.WinControls.UI.ITextBlock"/>
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessPaste">
            <summary>
            Processes the paste operation of text
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessCut">
            <summary>
            Processes the cut.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessTabKey(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Processes the tab key.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.SelectNextControl(System.Boolean)">
            <summary>
            Selects the next or previous control.
            </summary>
            <param name="forward">if set to <c>true</c> [forward].</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessNavigationKey(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Processes the navigation key.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessListNavigation(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Processes the list navigation.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessEnterKey(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Processes the enter key.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessPageKey(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Processes the page key.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessKeyPress(System.Windows.Forms.KeyPressEventArgs)">
            <summary>
            Processes the key press.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyPressEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessInsert(System.String)">
            <summary>
            Processes the insert.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxInputHandler.ProcessKeyUp(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Processes the key up.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.AutoCompleteBoxInputHandler.#ctor(Telerik.WinControls.UI.RadAutoCompleteBoxElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.AutoCompleteBoxInputHandler"/> class.
            </summary>
            <param name="textBoxElement">The text box element.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.AutoCompleteBoxInputHandler.GetTextBlockAtPoint(System.Drawing.Point)">
            <summary>
            Gets the text block at point.
            </summary>
            <param name="location">The location.</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.AutoCompleteTextNavigator">
            <summary>
            Represent a navigator in <see cref="T:Telerik.WinControls.UI.RadAutoCompleteBoxElement"/>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBoxNavigator">
            <summary>
            Represent a navigator in <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ITextBoxNavigator">
            <summary>
            Represent a navigator in <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxNavigator.SuspendNotifications">
            <summary>
            Suspends the notifications.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxNavigator.ResumeNotifications">
            <summary>
            Resumes the notifications.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxNavigator.Navigate(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Navigates by specified keys.
            </summary>
            <param name="keys">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxNavigator.SaveSelection">
            <summary>
            Saves the current selection position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxNavigator.RestoreSelection">
            <summary>
            Restores the saved selection position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxNavigator.ScrollToCaret">
            <summary>
            Scrolls to caret position.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxNavigator.Select(Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.TextPosition)">
            <summary>
            Selects the specified range.
            </summary>
            <param name="start">The start.</param>
            <param name="end">The end.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxNavigator.GetPositionFromPoint(System.Drawing.PointF)">
            <summary>
            Gets the position from point.
            </summary>
            <param name="point">The point.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxNavigator.GetPositionFromOffset(System.Int32)">
            <summary>
            Gets the position from offset.
            </summary>
            <param name="offset">The offset.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxNavigator.GetPreviousPosition(Telerik.WinControls.UI.TextPosition)">
            <summary>
            Gets the previous position.
            </summary>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ITextBoxNavigator.GetNextPosition(Telerik.WinControls.UI.TextPosition)">
            <summary>
            Gets the next position.
            </summary>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.ITextBoxNavigator.SelectionStart">
            <summary>
            Gets or sets the selection start.
            </summary>
            <value>
            The selection start.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ITextBoxNavigator.SelectionEnd">
            <summary>
            Gets or sets the selection end.
            </summary>
            <value>
            The selection end.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ITextBoxNavigator.CaretPosition">
            <summary>
            Gets or sets the caret position.
            </summary>
            <value>
            The caret position.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ITextBoxNavigator.SelectionLength">
            <summary>
            Gets the length of the selection.
            </summary>
            <value>
            The length of the selection.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.ITextBoxNavigator.SelectionChanging">
            <summary>
            Occurs when selection is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.ITextBoxNavigator.SelectionChanged">
            <summary>
            Occurs when selection is changed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.#ctor(Telerik.WinControls.UI.RadTextBoxControlElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TextBoxNavigator"/> class.
            </summary>
            <param name="textBoxElement">The text box element.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.OnSelectionChanging(Telerik.WinControls.UI.SelectionChangingEventArgs)">
            <summary>
            Raises the <see cref="E:SelectionChanging"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.SelectionChangingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.OnSelectionChanged(Telerik.WinControls.UI.SelectionChangedEventArgs)">
            <summary>
            Raises the <see cref="E:SelectionChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.SelectionChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.SaveSelection">
            <summary>
            Saves the current selection position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.RestoreSelection">
            <summary>
            Restores the saved selection position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.SuspendNotifications">
            <summary>
            Suspends the notifications.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.ResumeNotifications">
            <summary>
            Resumes the notifications.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.GetPositionFromOffset(System.Int32)">
            <summary>
            Gets the position from offset.
            </summary>
            <param name="offset">The offset.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.GetPositionFromPoint(System.Drawing.PointF)">
            <summary>
            Gets the position from point.
            </summary>
            <param name="point">The point.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.GetTextPositionFromLine(Telerik.WinControls.UI.LineInfo,System.Single)">
            <summary>
            Gets the text position from line.
            </summary>
            <param name="line">The line.</param>
            <param name="x">The x.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.ScrollToCaret">
            <summary>
            Scrolls to caret position.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.Navigate(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Navigates by specified keys.
            </summary>
            <param name="keys">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance containing the event data.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.NavigateAtLine(System.Windows.Forms.KeyEventArgs,Telerik.WinControls.UI.TextPosition)">
            <summary>
            Navigates at line.
            </summary>
            <param name="keys">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance containing the event data.</param>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.GetPreviousPosition(Telerik.WinControls.UI.TextPosition)">
            <summary>
            Gets the previous position.
            </summary>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.GetPreviousPositionCore(Telerik.WinControls.UI.TextPosition)">
            <summary>
            Gets the previous position resursively.
            </summary>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.GetNextPosition(Telerik.WinControls.UI.TextPosition)">
            <summary>
            Gets the next position.
            </summary>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.GetNextPositionCore(Telerik.WinControls.UI.TextPosition)">
            <summary>
            Gets the next position recursively.
            </summary>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.NavigateToLine(System.Windows.Forms.KeyEventArgs,Telerik.WinControls.UI.TextPosition)">
            <summary>
            Navigates to line.
            </summary>
            <param name="keys">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance containing the event data.</param>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.Select(Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.TextPosition)">
            <summary>
            Selects the specified range.
            </summary>
            <param name="start">The start.</param>
            <param name="end">The end.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.SelectOverride(System.Boolean)">
            <summary>
            Selects the override.
            </summary>
            <param name="notify">if set to <c>true</c> [notify].</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxNavigator.SetCaretPosition">
            <summary>
            Sets the caret position.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxNavigator.TextBoxElement">
            <summary>
            Gets the associated text box element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxNavigator.SelectionStart">
            <summary>
            Gets or sets the selection start.
            </summary>
            <value>
            The selection start.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxNavigator.SelectionEnd">
            <summary>
            Gets or sets the selection end.
            </summary>
            <value>
            The selection end.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxNavigator.SelectionLength">
            <summary>
            Gets the length of the selection.
            </summary>
            <value>
            The length of the selection.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxNavigator.CaretPosition">
            <summary>
            Gets or sets the caret position.
            </summary>
            <value>
            The caret position.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.TextBoxNavigator.SelectionChanging">
            <summary>
            Occurs when selection is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.TextBoxNavigator.SelectionChanged">
            <summary>
            Occurs when selection is changed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.AutoCompleteTextNavigator.#ctor(Telerik.WinControls.UI.RadAutoCompleteBoxElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.AutoCompleteTextNavigator"/> class.
            </summary>
            <param name="owner">The owner.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.AutoCompleteTextNavigator.GetEditablePosition(Telerik.WinControls.UI.TextPosition,System.Boolean)">
            <summary>
            Gets the editable position.
            </summary>
            <param name="position">The position.</param>
            <param name="next">if set to <c>true</c> [next].</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.RadAutoCompleteBox">
            <summary>
            Represents a text box control that tokenized a text by specified delimiter
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadTextBoxControl">
            <summary>
            Enables the user to enter text, and provides multiline editing
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControl.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadTextBoxControl"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControl.CreateTextBoxElement">
            <summary>
            Creates the associated text box element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControl.AppendText(System.String)">
            <summary>
            Appends text to the current text of a text box.
            </summary>
            <param name="text">The text.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControl.Clear">
            <summary>
            Clears all text from the text box element.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControl.DeselectAll">
            <summary>
            Specifies that the value of the SelectionLength property is zero so that no characters are selected in the element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControl.ScrollToCaret">
            <summary>
            Scrolls the contents of the control to the current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControl.Select(System.Int32,System.Int32)">
            <summary>
            Selects a range of text in the text box.
            </summary>
            <param name="start">The selection start</param>
            <param name="length">The selection length</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControl.SelectAll">
            <summary>
            Selects all text in the text box.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControl.Cut">
            <summary>
            Moves the current selection in the text box to the Clipboard.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControl.Copy">
            <summary>
            Copies the current selection in the text box to the Clipboard. 
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControl.Paste">
            <summary>
            Replaces the current selection in the text box with the contents of the Clipboard.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControl.Insert(System.String)">
            <summary>
            Inserts the specified text to the textbox
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControl.Delete">
            <summary>
            Deletes the text at current position
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControl.Delete(System.Boolean)">
            <summary>
            Deletes the text at the next current position
            </summary>
            <param name="nextCharacter">if set to <c>true</c> deletes next character.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxControl.OnTextChanging(Telerik.WinControls.TextChangingEventArgs)">
            <summary>
            Raises the <see cref="E:TextChanging"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.TextChangingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.DropDownMaxSize">
            <summary>
            Gets or sets the size of the drop down max.
            </summary>
            <value>
            The size of the drop down max.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.DropDownMinSize">
            <summary>
            Gets or sets the size of the drop down min.
            </summary>
            <value>
            The size of the drop down min.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.MaxDropDownItemCount">
            <summary>
            Gets or sets the max count of visible items in auto-complete drop down
            </summary>
            <value>
            The max drop down item count.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.TextBoxElement">
            <summary>
            Gets the associated text box element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.ListElement">
            <summary>
            Gets the auto-complete list element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.AutoCompleteMode">
            <summary>
            Gets or sets an option that controls how automatic completion works for the TextBox.
            </summary>
            <value>
            The auto complete mode.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.UseSystemPasswordChar">
            <summary>
            Gets or sets a value indicating whether the text in view
            should appear as the default password character.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.PasswordChar">
            <summary>
            Gets or sets the character used to mask characters of a password in a single-line
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.VerticalScrollBarState">
            <summary>
            Gets or sets when the vertical scroll bar should appear in a multiline TextBox.
            </summary>
            <value>
            The state of the vertical scroll bar.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.HorizontalScrollBarState">
            <summary>
            Gets or sets when the horizontal scroll bar should appear in a multiline TextBox.
            </summary>
            <value>
            The state of the horizontal scroll bar.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.AutoCompleteDisplayMember">
            <summary>
            Gets or sets the auto complete display member.
            </summary>
            <value>
            The auto complete display member.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.AutoCompleteDataSource">
            <summary>
            Gets or sets a value specifying the source of complete items used for automatic completion.
            </summary>
            <value>
            The auto complete data source.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.AutoCompleteItems">
            <summary>
            Gets a value specifiying the complete items used for automatic completion.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.HideSelection">
            <summary>
            Gets or sets a value indicating whether the selected text in the text box control remains highlighted when the element loses focus.
            </summary>
            <value>
              <c>true</c> if [hide selection]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.CaretIndex">
            <summary>
            Gets or sets the caret position.
            </summary>
            <value>
            The index of the caret.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.SelectionStart">
            <summary>
            Gets or sets the starting point of text selected in the text box.
            </summary>
            <value>
            The selection start.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.SelectionLength">
            <summary>
            Gets or sets the number of characters selected in the text box.
            </summary>
            <value>
            The length of the selection.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.TextLength">
            <summary>
            Gets the length of text in the element.
            </summary>
            <value>
            The length of the text.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.MaxLength">
            <summary>
            Gets or sets the maximum number of characters the user can type or paste into the text box element.
            </summary>
            <value>
            The length of the max.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.Text">
            <summary>
            Gets or sets the current text in the text box element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.NullText">
            <summary>
            Gets or sets the prompt text that is displayed when the text box contains no text.
            </summary>
            <value>
            The null text.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.NullTextColor">
            <summary>
            Gets or sets the color of the null text.
            </summary>
            <value>
            The color of the null text.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.TextAlign">
            <summary>
            Gets or sets how the text is horizontally aligned in the element.
            </summary>
            <value>The horizontal text alignment.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.Lines">
            <summary>
            Gets or sets the lines of text in a text box control.
            </summary>
            <value>
            The lines.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.SelectedText">
            <summary>
            Gets or sets a value indicating the currently selected text in the text box.
            </summary>
            <value>
            The selected text.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.AcceptsTab">
            <summary>
            Gets or sets a value indicating whether pressing the TAB key in a multiline text box element types a TAB character in the element instead of moving the focus to the next element in the tab order.
            </summary>
            <value>
              <c>true</c> if [accepts tab]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.AcceptsReturn">
            <summary>
            Gets or sets a value indicating whether pressing ENTER in a multiline TextBox control creates a new line of text in the control or activates the default button for the form.
            </summary>
            <value>
              <c>true</c> if [accepts return]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.Multiline">
            <summary>
            Gets or sets a value indicating whether this is a multiline text box.
            </summary>
            <value>
              <c>true</c> if multiline; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.WordWrap">
            <summary>
            Indicates whether a multiline text box control automatically wraps words to the beginning of the next line when necessary.
            </summary>
            <value>
              <c>true</c> if [word wrap]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.SelectionColor">
            <summary>
            Gets or sets the color of the selection.
            </summary>
            <value>
            The color of the selection.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.SelectionOpacity">
            <summary>
            Gets or sets the selection opacity.
            </summary>
            <value>
            The selection opacity.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.CharacterCasing">
            <summary>
            Gets or sets whether the TextBox control modifies the case of characters as they are typed.
            </summary>
            <value>
            The character casing.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.IsReadOnly">
            <summary>
            Gets or sets a value indicating whether text in the text box is read-only.
            </summary>
            <value>
            	<c>true</c> if this is in read only mode; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.IsReadOnlyCaretVisible">
            <summary>
            Gets or sets a value indicating whether the caret is visible in read only mode.
            </summary>
            <value>
            	<c>true</c> if the caret is visible; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxControl.RadContextMenu">
            <summary>
            Gets or sets the shortcut menu associated with the control.
            </summary>
            <value></value>
            <returns>
            A <see cref="T:Telerik.WinControls.UI"/> that represents the shortcut menu associated with the control.
            </returns>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxControl.SelectionChanging">
            <summary>
            Occurs when text selection is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxControl.SelectionChanged">
            <summary>
            Occurs when text selection is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxControl.TextChanging">
            <summary>
            Occurs when the text is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxControl.TextBlockFormatting">
            <summary>
            Occurs when text block is formatting.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxControl.CreateTextBlock">
            <summary>
            Occurs when an instance of <see cref="T:Telerik.WinControls.UI.ITextBlock"/> is created
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxControl.ContextMenuOpening">
            <summary>
            Occurs when opening the context menu.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxControl.IMECompositionStarted">
            <summary>
            Fired when the Input Method Editor starts the composition.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxControl.IMECompositionEnded">
            <summary>
            Fired when the Input Method Editor completes the composition.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxControl.IMECompositionResult">
            <summary>
            Fired when the Input Method Editor has a result ready. For languages like Korean
            this might happen before the composition has ended.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadAutoCompleteBox.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadAutoCompleteBox"/> class.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadAutoCompleteBox.AutoCompleteTextBoxElement">
            <summary>
            Gets the associated auto complete text box element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadAutoCompleteBox.Delimiter">
            <summary>
            Gets or sets the delimiter used to tokenize the text.
            </summary>
            <value>
            The delimiter.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadAutoCompleteBox.ShowRemoveButton">
            <summary>
            Gets or sets a value indicating whether the remove button of <see cref="T:Telerik.WinControls.UI.TokenizedTextBlockElement"/> should appear.
            Notice that the text box should not be in read only mode
            </summary>
            <value>
              <c>true</c> if [show remove button]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadAutoCompleteBox.Items">
            <summary>
            Gets the tokenized items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadAutoCompleteBox.AutoCompleteMode">
            <summary>
            Gets or sets an option that controls how automatic completion works for the TextBox.
            </summary>
            <value>
            The auto complete mode.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadAutoCompleteBox.AutoCompleteValueMember">
            <summary>
            Gets or sets a property name which will be used to extract a value from the data items 
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadAutoCompleteBox.TokenValidating">
            <summary>
            Occurs when text is validating as token
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBrowseEditorElement.#ctor">
            <summary>
            Creates a new instance of the <see cref="T:Telerik.WinControls.UI.RadBrowseEditorElement"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBrowseEditorElement.OnValueChanged(System.EventArgs)">
            <summary>
            Fires right after the editor value is changed.
            </summary>
            <param name="e">The event arguments.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBrowseEditorElement.OnValueChanging(Telerik.WinControls.UI.ValueChangingEventArgs)">
            <summary>
            Fires right before the editor value is changed.
            </summary>
            <param name="e">The event arguments.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBrowseEditorElement.OnDialogClosed(Telerik.WinControls.UI.DialogClosedEventArgs)">
            <summary>
            Fires after the dialog is closed.
            </summary>
            <param name="e">The event arguments.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBrowseEditorElement.OnBrowseButtonClick(System.EventArgs)">
            <summary>
            Fires when the <see cref="T:Telerik.WinControls.UI.BrowseEditorButton"/> is clicked.
            </summary>
            <param name="e">The event arguments.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBrowseEditorElement.SetEditorValue(System.String)">
            <summary>
            Sets the value of the editor.
            </summary>
            <param name="newValue">The new value to set.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBrowseEditorElement.CreateOpenFileDialog">
            <summary>
            Creates the <see cref="T:System.Windows.Forms.OpenFileDialog"/> that will be opened when the browse button is clicked.
            </summary>
            <returns>A <see cref="T:System.Windows.Forms.OpenFileDialog"/>.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBrowseEditorElement.CreateFolderBrowserDialog">
            <summary>
            Creates the <see cref="T:System.Windows.Forms.FolderBrowserDialog"/> that will be opened when the browse button is clicked.
            </summary>
            <returns>A <see cref="T:System.Windows.Forms.FolderBrowserDialog"/>.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBrowseEditorElement.CreateSaveFileDialog">
            <summary>
            Creates the <see cref="T:System.Windows.Forms.SaveFileDialog"/> that will be opened when the browse button is clicked.
            </summary>
            <returns>A <see cref="T:System.Windows.Forms.SaveFileDialog"/>.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadBrowseEditorElement.CreateDialogButtonElement">
            <summary>
            Creates the <see cref="T:Telerik.WinControls.UI.BrowseEditorButton"/> that will be placed in the browse editor and will be used to open 
            the <see cref="P:Telerik.WinControls.UI.RadBrowseEditorElement.Dialog"/>.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBrowseEditorElement.Value">
            <summary>
            Gets the value of the editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBrowseEditorElement.DialogType">
            <summary>
            Gets or sets the type of dialog to be opened when the browse button is pressed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBrowseEditorElement.BrowseButton">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadButtonElement"/> that opens the <see cref="P:Telerik.WinControls.UI.RadBrowseEditorElement.Dialog"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBrowseEditorElement.Dialog">
            <summary>
            Gets the <see cref="P:Telerik.WinControls.UI.RadBrowseEditorElement.Dialog"/> that will open upon pressing the browse button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBrowseEditorElement.ReadOnly">
            <summary>
            Determines if users can input text directly into the text field.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadBrowseEditorElement.DialogClosed">
            <summary>
            Fires after the dialog window is closed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadBrowseEditorElement.ValueChanging">
            <summary>
            Fires right before the value is changed. Cancelable event.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadBrowseEditorElement.ValueChanged">
            <summary>
            Fires after the editor value is changed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadBrowseEditor">
            <summary>
                Represents a browser control box. The RadBrowseEditor class is a simple wrapper for the
                <see cref="T:Telerik.WinControls.UI.RadBrowseEditorElement">RadBrowseEditorElement</see> class. The RadBrowseEditor acts
                to transfer events to and from its corresponding
                <see cref="T:Telerik.WinControls.UI.RadBrowseEditorElement">RadBrowseEditorElement</see>. The
                <see cref="T:Telerik.WinControls.UI.RadBrowseEditorElement">RadBrowseEditorElement</see> which is essentially the
                RadBrowseEditor control may be nested in other telerik controls.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBrowseEditor.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBrowseEditor.BrowseElement">
            <summary>
            Gets the RadBrowseEditorElement of this control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBrowseEditor.Dialog">
            <summary>
            Gets the OpenFileDialog of this control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBrowseEditor.DialogType">
            <summary>
            Gets or sets the type of dialog to be opened when the browse button is pressed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBrowseEditor.Value">
            <summary>
            Gets or sets the value of the editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBrowseEditor.ReadOnly">
            <summary>
            Determines if users can input text directly into the text field..
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadBrowseEditor.DialogClosed">
            <summary>
            Fires after the dialog window is closed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadBrowseEditor.ValueChanging">
            <summary>
            Fires right before the value is changed
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadBrowseEditor.ValueChanged">
            <summary>
            Fires after the editor value is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadBrowseEditor.ReadOnlyChanged">
            <summary>
            Fires when the ReadOnly property value is changed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadClock.#ctor">
            <summary>
            Creates a <see cref="T:Telerik.WinControls.UI.RadCalculatorDropDown">RadTimePicker</see> instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadClock.ShowSystemTime">
            <summary>
            Determines whether the Clock will show the system time.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadClock.Offset">
            <summary>
            Determines whether the Clock will show the system time.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadClock.AutoSize">
            <summary>
            Determines whether control's height will be determined automatically, depending on the current Font.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadClock.ClockElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadClockElement">RadTimePickerElement</see> which encapsulates the UI representation and functionality of the control.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridUITypeEditorElement.DropEditor">
            <summary>
            Shows the UITypeEditor
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridUITypeEditorElement.OnEditorButtonClick">
            <summary>
            Occurs when the button of the editor is clicked.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridUITypeEditorElement.ShouldCloseEditor(System.Object,System.Object)">
            <summary>
            Determines if the editor should be closed after the value has been changed.
            </summary>
            <param name="oldValue">The current value of the editor.</param>
            <param name="newValue">The new value of the editor.</param>
            <returns>True if editor should be closed other wise false.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridUITypeEditorElement.SelectTextBox">
            <summary>
            Selects the whole text inside the editor tex box.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridUITypeEditorElement.Validate">
            <summary>
            Validates if the text input in the text box is a valid value for the edited item
            </summary>
            <returns>True if the value is valid otherwise false.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.OpenFileDialogOpeningEventArgs.OpenFileDialog">
            <summary>
            Gets the <see cref="P:Telerik.WinControls.UI.OpenFileDialogOpeningEventArgs.OpenFileDialog"/> that is opening.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridDropDownListEditor.LoopValuesOnDoubleClick">
            <summary>
            Gets or sets a value indicating whether the editor will loop through its values when double clicked.
            </summary>
            <value>
            <c>true</c> if the editor will loop through its values when double clicked; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.EditorRequiredEventArgs">
            <summary>
            Provides information about the type of the editor required by the 
            GridTableViewManager when instantiating the requested type of column.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.EditorRequiredEventArgs.#ctor">
            <summary>
            Initializes <see cref="T:Telerik.WinControls.UI.EditorRequiredEventArgs"/> with editor type defined.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.EditorRequiredEventArgs.#ctor(System.Type)">
            <summary>
            Initializes <see cref="T:Telerik.WinControls.UI.EditorRequiredEventArgs"/> setting the required editor type.
            </summary>
            <param name="editorType">The type of the editor required.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.EditorRequiredEventArgs.#ctor(System.Type,Telerik.WinControls.UI.IInputEditor)">
            <summary>
            Initializes <see cref="T:Telerik.WinControls.UI.EditorRequiredEventArgs"/> setting the required editor type.
            The IInputEditor property is initialized by GridViewEditManager prior to event call, 
            if default implementation is available.
            </summary>
            <param name="editorType">The type of the editor required.</param>
            <param name="defaultEditor">IInputEditor instance if available.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.EditorRequiredEventArgs.EditorType">
            <summary>
            Gets the type of the editor required by the edited control if no default editor is available.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.EditorRequiredEventArgs.Editor">
            <summary>
            Gets the ICellEditor instance if created outside the GridViewEditorManager.
            Also if a default editor is provided by the RadGridView, it is available for post-initialization 
            or substitution.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ValueChangingEventArgs">
            <summary>
            Provides information about the new value that is edited inside the active 
            cell editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ValueChangingEventArgs.NewValue">
            <summary>
            Gets the new value that is edited by the active editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ValueChangingEventArgs.OldValue">
            <summary>
            Gets the new value that is edited by the active editor.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridDefaultContextMenu.SetSortItemsVisibility">
            <summary>
            Sets the visibility of the sort/group items depending on whether the functionality is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridDefaultContextMenu.ExpandCollapseMenuItem">
            <summary>
            Gets the Expand/Collapse menu item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridDefaultContextMenu.EditMenuItem">
            <summary>
            Gets the Edit menu item
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridDefaultContextMenu.ResetMenuItem">
            <summary>
            Gets the Reset menu item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridDefaultContextMenu.SortMenuItem">
            <summary>
            Gets the Sort menu item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridDefaultContextMenu.ShowDescriptionMenuItem">
            <summary>
            Gets the Show description menu item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridDefaultContextMenu.ShowToolbarMenuItem">
            <summary>
            Gets the Show toolbar menu item.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.MultiObjectPropertyDescriptor">
            <summary>
            Represents a property descriptor for <see cref="T:Telerik.WinControls.UI.MultiObjectCollection"/> properties.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectPropertyDescriptor.#ctor(Telerik.WinControls.UI.MultiObjectCollection,System.ComponentModel.PropertyDescriptor)">
            <summary>
            Creates a new instance of the <see cref="T:Telerik.WinControls.UI.MultiObjectPropertyDescriptor"/> class.
            </summary>
            <param name="objects">The collection of objects whose properties will be exposed.</param>
            <param name="originalProperty">The original property descriptor.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectPropertyDescriptor.CanResetValue(System.Object)">
            <summary>
            Gets a value indicating whether a property cam be reseted.
            </summary>
            <returns>Always returns true.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectPropertyDescriptor.GetValue(System.Object)">
            <summary>
            Gets a common value of all objects or returns null if object's values differ.
            </summary>
            <returns>Returns a common value or null</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectPropertyDescriptor.ResetValue(System.Object)">
            <summary>
            Resets the values of all objects for this property.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectPropertyDescriptor.SetValue(System.Object,System.Object)">
            <summary>
            Sets a value to all objects.
            <param name="component"></param>
            <param name="value">The value to set.</param>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectPropertyDescriptor.ShouldSerializeValue(System.Object)">
            <summary>
            Gets a value indicating whether value should be serialized.
            </summary>
            <returns>Always returns true.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.MultiObjectPropertyDescriptor.ComponentType">
            <summary>
            Returns the type of component this property descriptor is for.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.MultiObjectPropertyDescriptor.IsReadOnly">
            <summary>
            Gets a value indicating whether this property is read only. Always returns false.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.MultiObjectPropertyDescriptor.PropertyType">
            <summary>
            Returns the type of the property.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.MultiObjectTypeDescriptionProvider">
            <summary>
            Represents a <see cref="T:System.ComponentModel.TypeDescriptionProvider"/> for the <see cref="T:Telerik.WinControls.UI.MultiObjectTypeDescriptor"/> 
            used in the <see cref="T:Telerik.WinControls.UI.MultiObjectCollection"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectTypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)">
            <summary>
            Returns an instance of the <see cref="T:Telerik.WinControls.UI.MultiObjectTypeDescriptor"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.MultiObjectTypeDescriptor">
            <summary>
            Represents a <see cref="T:System.ComponentModel.CustomTypeDescriptor"/> for the <see cref="T:Telerik.WinControls.UI.MultiObjectCollection"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectTypeDescriptor.#ctor(Telerik.WinControls.UI.MultiObjectCollection)">
            <summary>
            Creates a new instance of the <see cref="T:Telerik.WinControls.UI.MultiObjectTypeDescriptor"/>.
            </summary>
            <param name="objects">The collection of objects.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectTypeDescriptor.GetProperties">
            <summary>
            Returns a <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> with the common properties of the objects in the 
            <see cref="T:Telerik.WinControls.UI.MultiObjectCollection"/>.
            </summary>
            <returns>The common properties of the objects in the <see cref="T:Telerik.WinControls.UI.MultiObjectCollection"/>.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectTypeDescriptor.GetProperties(System.Attribute[])">
            <summary>
            Returns a <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> with the common properties of the objects in the 
            <see cref="T:Telerik.WinControls.UI.MultiObjectCollection"/> to which the specified attributes have been applied.
            </summary>
            <param name="attributes">The attributes by which to filter the properties.</param>
            <returns>The common properties of the objects in the <see cref="T:Telerik.WinControls.UI.MultiObjectCollection"/>.</returns>
        </member>
        <member name="T:Telerik.WinControls.UI.MultiObjectCollection">
            <summary>
            Represents a collection of objects. It can be used in a property grid to edit the common properties of the objects.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectCollection.#ctor">
            <summary>
            Creates a new empty <see cref="T:Telerik.WinControls.UI.MultiObjectCollection"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectCollection.#ctor(System.Object[])">
            <summary>
            Creates a new <see cref="T:Telerik.WinControls.UI.MultiObjectCollection"/> with the specified objects.
            </summary>
            <param name="objects">The objects to fill the collection with.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectCollection.IndexOf(System.Object)">
            <summary>
            Gets the index of a given object.
            </summary>
            <param name="item">The object to look for.</param>
            <returns>The index of the object or -1 if the object is not present in the collection.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectCollection.Insert(System.Int32,System.Object)">
            <summary>
            Inserts an object in the given index.
            </summary>
            <param name="index">The index to insert on.</param>
            <param name="item">The object to insert.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectCollection.RemoveAt(System.Int32)">
            <summary>
            Removes an object from the specified index.
            </summary>
            <param name="index">The index to remove from.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectCollection.Add(System.Object)">
            <summary>
            Adds an object to the collection.
            </summary>
            <param name="item">The object to add.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectCollection.Clear">
            <summary>
            Clears the entire collection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectCollection.Contains(System.Object)">
            <summary>
            Checks whether the collection contains the given object.
            </summary>
            <param name="item">The object to check for.</param>
            <returns>True if the object is present in the collection, otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectCollection.CopyTo(System.Object[],System.Int32)">
            <summary>
            Copies the objects from the collection to a specified array starting at the given index.
            </summary>
            <param name="array">The destination array.</param>
            <param name="arrayIndex">The index to start at in the destination array.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiObjectCollection.Remove(System.Object)">
            <summary>
            Removes a specified object from the collection.
            </summary>
            <param name="item">The object to remove.</param>
            <returns>True if the object was removed otherwise false.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.MultiObjectCollection.Item(System.Int32)">
            <summary>
            Gets or sets the object on the specified index.
            </summary>
            <param name="index">The index of the object</param>
        </member>
        <member name="P:Telerik.WinControls.UI.MultiObjectCollection.Count">
            <summary>
            Gets the number of items currently in the collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.MultiObjectCollection.IsReadOnly">
            <summary>
            Gets a value indicating whether the collection si read only. Always returns false.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyStoreItem.#ctor(System.Type,System.String,System.Object)">
            <summary>
            Creates a new instance of the <see cref="T:Telerik.WinControls.UI.PropertyStoreItem"/> which can be added to a <see cref="T:Telerik.WinControls.UI.RadPropertyStore"/>.
            </summary>
            <param name="propertyType">The type of the item.</param>
            <param name="propertyName">The name to be displayed for the item.</param>
            <param name="value">The initial value for the item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyStoreItem.#ctor(System.Type,System.String,System.Object,System.String)">
            <summary>
            Creates a new instance of the <see cref="T:Telerik.WinControls.UI.PropertyStoreItem"/> which can be added to a <see cref="T:Telerik.WinControls.UI.RadPropertyStore"/>.
            </summary>
            <param name="propertyType">The type of the item.</param>
            <param name="propertyName">The name to be displayed for the item.</param>
            <param name="value">The initial value for the item.</param>
            <param name="description">The description to be displayed for the item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyStoreItem.#ctor(System.Type,System.String,System.Object,System.String,System.String)">
            <summary>
            Creates a new instance of the <see cref="T:Telerik.WinControls.UI.PropertyStoreItem"/> which can be added to a <see cref="T:Telerik.WinControls.UI.RadPropertyStore"/>.
            </summary>
            <param name="propertyType">The type of the item.</param>
            <param name="propertyName">The name to be displayed for the item.</param>
            <param name="value">The initial value for the item.</param>
            <param name="description">The description to be displayed for the item.</param>
            <param name="category">The category the item would be grouped in.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyStoreItem.#ctor(System.Type,System.String,System.Object,System.String,System.String,System.Boolean)">
            <summary>
            Creates a new instance of the <see cref="T:Telerik.WinControls.UI.PropertyStoreItem"/> which can be added to a <see cref="T:Telerik.WinControls.UI.RadPropertyStore"/>.
            </summary>
            <param name="propertyType">The type of the item.</param>
            <param name="propertyName">The name to be displayed for the item.</param>
            <param name="value">The initial value for the item.</param>
            <param name="description">The description to be displayed for the item.</param>
            <param name="category">The category the item would be grouped in.</param>
            <param name="readOnly">Determines if the property would be editable.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyStoreItem.ResetValue">
            <summary>
            Resets the value to the initial state.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyStoreItem.OnNotifyPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
            <summary>
            Called when the PropertyChanged event is fired.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyStoreItem.PropertyType">
            <summary>
            Gets or sets the Type of the property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyStoreItem.PropertyName">
            <summary>
            Gets or sets the name that would be displayed in the RadPropertyGrid
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyStoreItem.Value">
            <summary>
            Gets or sets the value of the item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyStoreItem.Description">
            <summary>
            Gets or sets the description to be displayed in the RadPropertyGrid for this item.
            Same as setting a <see cref="T:System.ComponentModel.DescriptionAttribute"/> to a property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyStoreItem.ReadOnly">
            <summary>
            Gets or sets a value indication whether this property item would be read only in the RadPropertyGrid.
            Same as setting a <see cref="T:System.ComponentModel.ReadOnlyAttribute"/> to a property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyStoreItem.Category">
            <summary>
            Gets or sets the category of this item.
            Same as setting a <see cref="T:System.ComponentModel.CategoryAttribute"/> to a property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyStoreItem.Label">
            <summary>
            Gets or sets the text to be displayed instead of the property name.
            Same as setting a <see cref="T:System.ComponentModel.DisplayNameAttribute"/> to a property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyStoreItem.Attributes">
            <summary>
            Gets or sets a collection of attributes to be applied to the item in the property grid.
            If an attribute covered by property of the <see cref="T:Telerik.WinControls.UI.PropertyStoreItem"/> is added the 
            attribute in this collection will be ignored. <see cref="T:System.ComponentModel.ReadOnlyAttribute"/> will always be ignored.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyStoreItem.Owner">
            <summary>
            Gets or sets the <see cref="T:Telerik.WinControls.UI.RadPropertyStore"/> that contains this item.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyStoreItem.PropertyChanged">
            <summary>
            Occurs when any of the <see cref="T:Telerik.WinControls.UI.PropertyStoreItem"/> properties is changed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.PropertyStorePropertyDescriptor">
            <summary>
            A descriptor for the <see cref="T:Telerik.WinControls.UI.PropertyStoreItem"/> used in the <see cref="T:Telerik.WinControls.UI.RadPropertyStore"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyStorePropertyDescriptor.#ctor(Telerik.WinControls.UI.PropertyStoreItem)">
            <summary>
            Creates a new instance of the <see cref="T:Telerik.WinControls.UI.PropertyStorePropertyDescriptor"/>.
            </summary>
            <param name="item">The item this descriptor would represent.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyStorePropertyDescriptor.CanResetValue(System.Object)">
            <summary>
            Returns a value indicating if Reset can be performed for this item.
            </summary>
            <returns>Always returns true.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyStorePropertyDescriptor.ResetValue(System.Object)">
            <summary>
            Resets the value of the current item to its initial value.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyStorePropertyDescriptor.GetValue(System.Object)">
            <summary>
            Gets the value of the current item.
            </summary>
            <returns>The value of the item.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyStorePropertyDescriptor.SetValue(System.Object,System.Object)">
            <summary>
            Sets a new value to the current item.
            <param name="component"></param>
            <param name="value">The value to be set to the current item.</param>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyStorePropertyDescriptor.ShouldSerializeValue(System.Object)">
            <summary>
            Gets a value indicating whether the value should be serialized.
            </summary>
            <returns>Always returns true.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyStorePropertyDescriptor.ComponentType">
            <summary>
            Gets the type of component this descriptor is used for.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyStorePropertyDescriptor.IsReadOnly">
            <summary>
            Gets a value indicating whether the currene item is read only.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyStorePropertyDescriptor.PropertyType">
            <summary>
            Gets the type of the current item.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.PropertyStoreTypeDescriptionProvider">
            <summary>
            Type descriptor provider for the <see cref="T:Telerik.WinControls.UI.RadPropertyStore"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyStoreTypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)">
            <summary>
            Gets a type descriptor for the given instance.
            </summary>
            <param name="objectType"></param>
            <param name="instance">The instance to get a type descriptor for.</param>
            <returns>The type descriptor.</returns>
        </member>
        <member name="T:Telerik.WinControls.UI.PropertyStoreTypeDescriptor">
            <summary>
            Custom type descriptor for the <see cref="T:Telerik.WinControls.UI.RadPropertyStore"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyStoreTypeDescriptor.#ctor(Telerik.WinControls.UI.RadPropertyStore)">
            <summary>
            Creates a new instace of the <see cref="T:Telerik.WinControls.UI.PropertyStoreTypeDescriptor"/>
            </summary>
            <param name="store">The <see cref="T:Telerik.WinControls.UI.RadPropertyStore"/> this descriptor is used for.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyStoreTypeDescriptor.GetProperties">
            <summary>
            Returns a collection of property descriptors corresponding to the items in the current <see cref="T:Telerik.WinControls.UI.RadPropertyStore"/>.
            </summary>
            <returns>A collection of <see cref="T:Telerik.WinControls.UI.PropertyStorePropertyDescriptor"/>.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyStoreTypeDescriptor.GetProperties(System.Attribute[])">
            <summary>
            Returns a collection of property descriptors corresponding to the items in the current <see cref="T:Telerik.WinControls.UI.RadPropertyStore"/>.
            </summary>
            <returns>A collection of <see cref="T:Telerik.WinControls.UI.PropertyStorePropertyDescriptor"/>.</returns>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPropertyStore">
            <summary>
            Collection of items which can be set as a property grid selected object. 
            It's items would be displayed in the property grid as properties of an object.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyStore.#ctor">
            <summary>
            Creates a new instace of the <see cref="T:Telerik.WinControls.UI.RadPropertyStore"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyStore.Add(Telerik.WinControls.UI.PropertyStoreItem)">
            <summary>
            Adds an item to the collection.
            </summary>
            <param name="item">The item to add.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyStore.Add(System.Type,System.String,System.Object)">
            <summary>
            Adds an item to the collection.
            </summary>
            <param name="propertyType">Type of the item.</param>
            <param name="propertyName">Name to be displayed in the RadPropertyGrid.</param>
            <param name="value">Value for the item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyStore.AddRange(System.Collections.Generic.IEnumerable{Telerik.WinControls.UI.PropertyStoreItem})">
            <summary>
            Adds a collection of items to this collection.
            </summary>
            <param name="items">The collection of items to add.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyStore.Insert(System.Int32,Telerik.WinControls.UI.PropertyStoreItem)">
            <summary>
            Inserts the item on the specified index.
            </summary>
            <param name="index">The index to insert on.</param>
            <param name="item">The item to insert.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyStore.IndexOf(Telerik.WinControls.UI.PropertyStoreItem)">
            <summary>
            Gets the index of the item.
            </summary>
            <param name="item">The item which index to return</param>
            <returns>The index of the item if found and -1 if item is not in the collection.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyStore.Contains(Telerik.WinControls.UI.PropertyStoreItem)">
            <summary>
            Checks whether a specific item is present in the collection.
            </summary>
            <param name="item">The item to check.</param>
            <returns>True if the item is contained in the collection otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyStore.Remove(Telerik.WinControls.UI.PropertyStoreItem)">
            <summary>
            Removes the specified item form the collection.
            </summary>
            <param name="item">The item to remove from the collection.</param>
            <returns>True if the removal was successful otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyStore.Remove(System.String)">
            <summary>
            Removes the item with the specified name form the collection.
            </summary>
            <param name="propertyName">The name of the item to remove.</param>
            <returns>True if the removal was successfull otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyStore.RemoveAt(System.Int32)">
            <summary>
            Removes an item from the specified index.
            </summary>
            <param name="index">The index to remove on.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyStore.Clear">
            <summary>
            Clears the entire collection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyStore.CopyTo(Telerik.WinControls.UI.PropertyStoreItem[],System.Int32)">
            <summary>
            Copies the items of the collection to the specified array starting from the provided index.
            </summary>
            <param name="array">The destination array.</param>
            <param name="arrayIndex">The index in the destination array.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyStore.GetEnumerator">
            <summary>
            Gets the generic enumerator for this collection.
            </summary>
            <returns>The generic enumerator.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyStore.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the enumerator for this collection.
            </summary>
            <returns>The enumerator.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyStore.Count">
            <summary>
            Gets the number of items in the collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyStore.IsReadOnly">
            <summary>
            Gets a value indicating whether the collection is read only.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyStore.Item(System.Int32)">
            <summary>
            Gets or sets the item at the specified index.
            </summary>
            <param name="index">The index.</param>
            <returns>The item on the specified index.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyStore.Item(System.String)">
            <summary>
            Gets or sets the item with the specified name.
            </summary>
            <param name="propertyName">The property name.</param>
            <returns>Returns the item if its present in the collection otherwise returns null</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemElementBase.IsSelected">
            <summary>
            Gets a value indicating whether the item is selected.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemElementBase.IsExpanded">
            <summary>
            Gets a value indicating whether the item is expanded.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemElementBase.IsControlFocused">
            <summary>
            Gets a value indicating whether the control contains the focus.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemElementBase.PropertyTableElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.PropertyGridTableElement"/> that is parent to this item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItemElement.IsInResizeLocation(System.Drawing.Point)">
            <summary>
            Gets a value indicating whether a given point is in a location where resize should be initialized when the left mouse button is pressed.
            </summary>
            <param name="location">The point to check for.</param>
            <returns>true if point is in location for resize otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItemElement.Attach(Telerik.WinControls.UI.PropertyGridItemBase,System.Object)">
            <summary>
            Attaches a logical item to this visual element.
            </summary>
            <param name="data">The logical item.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItemElement.Detach">
            <summary>
            Detaches the currently attached logical item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItemElement.Synchronize">
            <summary>
            Syncronizes changes with other elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridItemElement.IsCompatible(Telerik.WinControls.UI.PropertyGridItemBase,System.Object)">
            <summary>
            Determines if a logical item is compatible with this visual element.
            </summary>
            <param name="data">The logical item to be checked for compatibility.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemElement.IsChildItem">
            <summary>
            Gets or sets a value indicating whether this item has a parent or not.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemElement.IsModified">
            <summary>
            Gets or sets a value indicating whether this item has changed its value or not.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemElement.IsReadOnly">
            <summary>
            Gets or sets a value indicating whether this property can be edited.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemElement.HeaderElement">
            <summary>
            Gets the header element of the <see cref="T:Telerik.WinControls.UI.PropertyGridItemElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemElement.IndentElement">
            <summary>
            Gets the property grid item indent element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemElement.ExpanderElement">
            <summary>
            Gets the property grid item expander element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemElement.TextElement">
            <summary>
            Gets the property grid item text element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemElement.ValueElement">
            <summary>
            Gets the property grid item value element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridItemElement.Data">
            <summary>
            Gets the logical item attached to this visual element.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridCheckBoxItemElement.Synchronize">
            <summary>
            Syncronizes changes with other elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridCheckBoxItemElement.IsCompatible(Telerik.WinControls.UI.PropertyGridItemBase,System.Object)">
            <summary>
            Determines if a logical item is compatible with this visual element.
            </summary>
            <param name="data">The logical item to be checked for compatibility.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridCheckBoxItemElement.CheckBoxElement">
            <summary>
            Gets the property grid item check box element
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridColorItemElement.IsCompatible(Telerik.WinControls.UI.PropertyGridItemBase,System.Object)">
            <summary>
            Determines if a logical item is compatible with this visual element.
            </summary>
            <param name="data">The logical item to be checked for compatibility.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridColorItemElement.Synchronize">
            <summary>
            Syncronizes changes with other elements.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadPropertyGridBeginEditModes.BeginEditOnClick">
            <summary>
            Editing begins when the cell receives focus.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadPropertyGridBeginEditModes.BeginEditOnSecondClick">
            <summary>
            Editing begins when a focused cell is clicked again.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadPropertyGridBeginEditModes.BeginEditProgrammatically">
            <summary>
            Editing begins only when the RadGridView.BeginEdit(System.Boolean) method is called.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadToggleButtonElement">
            <summary>
            	<para>Represents a toggle button element. The toggle button supports two or three
                states depending on the IsThreeState property.</para>
            	<para>
                    The <see cref="T:Telerik.WinControls.UI.RadToggleButton">RadToggleButton</see> class is a simple wrapper
                    for the RadToggleButtonElement class. All UI and logic functionality is
                    implemented in the RadToggleButtonElement class. The
                    <see cref="T:Telerik.WinControls.UI.RadToggleButton">RadToggleButton</see> acts to transfer events to
                    and from its corresponding RadToggleButtonElement instance. The latter can be
                    nested in other telerik controls.
                </para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadToggleButtonElement.#cctor">
            <summary>Initializes a new instance of the RadToggleButtonElement class.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadToggleButtonElement.OnToggleStateChanging(Telerik.WinControls.UI.StateChangingEventArgs)">
            <summary>
            Raises the StateChanging event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadToggleButtonElement.OnCheckStateChanging(Telerik.WinControls.UI.CheckStateChangingEventArgs)">
            <summary>
            Raises the CheckStateChanging event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadToggleButtonElement.OnToggleStateChanged(Telerik.WinControls.UI.StateChangedEventArgs)">
            <summary>
            Raises the StateChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadToggleButtonElement.OnCheckStateChanged(System.EventArgs)">
            <summary>
            Raises the StateChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadToggleButtonElement.OnIsCheckedChanged(System.EventArgs)">
            <summary>
            Raises the IsCheckedChanged event.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadToggleButtonElement.ToggleStateChanging">
            <summary>
            Occurs before the elements's state changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadToggleButtonElement.ToggleStateChanged">
            <summary>
            Occurs when the elements's state changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadToggleButtonElement.CheckStateChanging">
            <summary>
            Occurs before the elements's check state changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadToggleButtonElement.CheckStateChanged">
            <summary>
            Occurs when the elements's check state changes.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadToggleButtonElement.CheckState">
            <summary>
                Gets or sets the <see cref="T:System.Windows.Forms.CheckState"> CheckState
                </see>. CheckState enumeration defines the following values: Unchecked, Checked, and Indeterminate.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadToggleButtonElement.ToggleState">
            <summary>
                Gets or sets the <see cref="T:Telerik.WinControls.Enumerations.ToggleState">toggle
                state</see>. Toggle state enumeration defines the following values: Off,
                Indeterminate, and On.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadToggleButtonElement.IsChecked">
            <summary>Gets or sets a value indicating whether the button is checked.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadToggleButtonElement.IsThreeState">
            <summary>
            Gets or sets a value indicating whether the toggle button has three or two
            states.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadToggleButtonElement.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the toggle button element is read only.
            </summary>
            <value>
              <c>true</c> if the toggle button element is read only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridToolbarElement.ExecuteSearch">
            <summary>
            Executes a search with the current state of the filter.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridToolbarElement.SyncronizeToggleButtons">
            <summary>
            Syncronizes the default toggle buttons in the <see cref="T:Telerik.WinControls.UI.PropertyGridToolbarElement"/> 
            with the PropertySort property of the <see cref="P:Telerik.WinControls.UI.PropertyGridToolbarElement.PropertyGridElement"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridToolbarElement.OnToggleButtonToggleStateChanged(Telerik.WinControls.UI.RadToggleButtonElement,Telerik.WinControls.UI.StateChangedEventArgs)">
            <summary>
            Executed when one of the toggle buttons <see cref="T:Telerik.WinControls.Enumerations.ToggleState"/> changes.
            </summary>
            <param name="button">The button that triggered the event.</param>
            <param name="args">The event arguments.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridToolbarElement.PropertyGridElement">
            <summary>
            Gets the parent <see cref="P:Telerik.WinControls.UI.PropertyGridToolbarElement.PropertyGridElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridToolbarElement.CategorizedToggleButton">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadToggleButtonElement"/> that enables CategorizedAlphabetical view in the <see cref="T:Telerik.WinControls.UI.RadPropertyGrid"/>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridToolbarElement.AlphabeticalToggleButton">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadToggleButtonElement"/> that enables Alphabetical view in the <see cref="T:Telerik.WinControls.UI.RadPropertyGrid"/>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridToolbarElement.SearchTextBoxElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadTextBoxElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridToolbarElement.FilterPropertyName">
            <summary>
            Gets or sets the property name by which the search will be performed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridToolbarElement.FilterOperator">
            <summary>
            Gets or sets the filter operator which will be used for the search.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridToolbarElement.FilterValue">
            <summary>
            Gets or sets the value by which the search will be performed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridSplitElement.BeginResize(System.Int32)">
            <summary>
            Begins the resize of the description element.
            </summary>
            <param name="offset">The offset used to resize the description element.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridSplitElement.PropertyTableElement">
            <summary>
            Gets the <see cref="P:Telerik.WinControls.UI.PropertyGridSplitElement.PropertyTableElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridSplitElement.SizeGripElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.PropertyGridSizeGripElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridSplitElement.HelpElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.PropertyGridHelpElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridSplitElement.HelpElementHeight">
            <summary>
            Gets or sets the height of the <see cref="T:Telerik.WinControls.UI.PropertyGridHelpElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridSplitElement.HelpVisible">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Telerik.WinControls.UI.PropertyGridHelpElement"/> is visible.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridElement.BestFit">
            <summary>
            Uses a mechanism to maximize the visible strings in both columns of RadPropertyGrid.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridElement.BestFit(Telerik.WinControls.UI.PropertyGridBestFitMode)">
            <summary>
            Best fits the column(s) of RadPropertyGrid using the given mode.
            </summary>
            <param name="mode">The mode that determines the mechanism used for best fitting.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridElement.ExpandAllGridItems">
            <summary>
            Expands all the categories in the <see cref="T:Telerik.WinControls.UI.PropertyGridElement"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridElement.CollapseAllGridItems">
            <summary>
            Collapses all the categories in the <see cref="T:Telerik.WinControls.UI.PropertyGridElement"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridElement.ResetSelectedProperty">
            <summary>
            Resets the selected property to its default value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridElement.SplitElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.PropertyGridSplitElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridElement.PropertyTableElement">
            <summary>
            Gets the <see cref="P:Telerik.WinControls.UI.PropertyGridElement.PropertyTableElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridElement.ToolbarElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.PropertyGridToolbarElement"/>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridElement.ToolbarVisible">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Telerik.WinControls.UI.PropertyGridToolbarElement"/> should be visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridElement.EnableSorting">
            <summary>
            Gets or sets a value indicating whether sorting is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridElement.EnableGrouping">
            <summary>
            Gets or sets a value indicating whether grouping is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridElement.EnableFiltering">
            <summary>
            Gets or sets a value indicating whether filtering is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridElement.EnableCustomGrouping">
            <summary>
            Gets or sets a value indicating whether the data can be grouped programatically. 
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPropertyGrid">
            <summary>
            Displays the properties of an object in a grid with two columns with a property name in the first column and value in the second.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyGrid.BestFit">
            <summary>
            Uses a mechanism to maximize the visible strings in both columns of RadPropertyGrid.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyGrid.BestFit(Telerik.WinControls.UI.PropertyGridBestFitMode)">
            <summary>
            Best fits the column(s) of RadPropertyGrid using the given mode.
            </summary>
            <param name="mode">The mode that determines the mechanism used for best fitting.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyGrid.ExpandAllGridItems">
            <summary>
            Expands all the categories in the <see cref="T:Telerik.WinControls.UI.RadPropertyGrid"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyGrid.CollapseAllGridItems">
            <summary>
            Collapses all the categories in the <see cref="T:Telerik.WinControls.UI.RadPropertyGrid"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyGrid.ResetSelectedProperty">
            <summary>
            Resets the selected property to its default value.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyGrid.BeginEdit">
            <summary>
            Puts the current item in edit mode.
            </summary>
            <returns>true if successfull.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyGrid.EndEdit">
            <summary>
             Commits any changes and ends the edit operation on the current item.
            </summary>
            <returns>true if successfull.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPropertyGrid.CancelEdit">
            <summary>
            Close the currently active editor and discard changes.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.EnableKineticScrolling">
            <summary>
            Gets or sets a value indicating whether the kinetic scrolling function is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.EnableCustomGrouping">
            <summary>
            Gets or sets a value indicating whether the data can be grouped programatically. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.IsEditing">
            <summary>
            Gets a value indicating whether there are currently open editors.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the user is allowed to edit the values of the properties.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.ActiveEditor">
            <summary>
            Gets the active editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.BeginEditMode">
            <summary>
            Gets or sets a value indicating how user begins editing a cell.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.AutoExpandGroups">
            <summary>
            Gets or sets a value indicating whether the groups will be expanded or collapsed upon creation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.RadContextMenu">
            <summary>
            Gets or sets the shortcut menu associated with the control.
            </summary>
            <value></value>
            <returns>
            A <see cref="T:Telerik.WinControls.UI.RadContextMenu"/> that represents the shortcut menu associated with the control.
            </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.AllowDefaultContextMenu">
            <summary>
            Gets or sets a value indicating whether the default context menu is enabled.
            </summary>
            <value>The default value is false.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.KeyboardSearchEnabled">
            <summary>
            Gets or sets a value that determines whether the user can navigate to an item by typing when RadPropertyGrid is focused.
             </summary>
            <value>The default value is false.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.KeyboardSearchResetInterval">
            <summary>
            Gets or sets a value that specifies how long the user must wait before searching with the keyboard is reset.
             </summary>
            <value>The default value is 300.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.FindStringComparer">
            <summary>
            Gets or sets the string comparer used by the keyboard navigation functionality.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.SelectedGridItem">
            <summary>
            Gets or sets the <see cref="T:Telerik.WinControls.UI.PropertyGridTableElement"/> selected item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.SelectedObject">
            <summary>
            Gets or sets the object which properties the <see cref="T:Telerik.WinControls.UI.RadPropertyGrid"/> is displaying.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.SelectedObjects">
            <summary>
            Gets or sets the objects which properties the <see cref="T:Telerik.WinControls.UI.RadPropertyGrid"/> is displaying.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.Items">
            <summary>
            Gets the Items collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.Groups">
            <summary>
            Gets the Groups collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.EnableGrouping">
            <summary>
            Gets or sets a value indicating whether grouping is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.EnableSorting">
            <summary>
            Gets or sets a value indicating whether sorting is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.EnableFiltering">
            <summary>
            Gets or sets a value indicating whether filtering is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.GroupDescriptors">
            <summary>
            Gets the group descriptors.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.FilterDescriptors">
            <summary>
            Gets the filter descriptors.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.SortDescriptors">
            <summary>
            Gets the sort descriptors.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.SortOrder">
            <summary>
            Gets or sets the sort order of items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.PropertySort">
            <summary>
            Gets or sets the mode in which the properties will be displayed in the <see cref="T:Telerik.WinControls.UI.RadPropertyGrid"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.HelpVisible">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Telerik.WinControls.UI.PropertyGridHelpElement"/> is visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.HelpBarHeight">
            <summary>
            Gets or sets the height of the <see cref="T:Telerik.WinControls.UI.PropertyGridHelpElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.ToolbarVisible">
            <summary>
            Gets or sets a value indicating whether the search box of the <see cref="T:Telerik.WinControls.UI.RadPropertyGrid"/> should be visible
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.PropertyGridElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.PropertyGridTableElement"/> of this control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.ItemHeight">
            <summary>
            Gets or sets the height of the items.
            </summary>
            <value>The height of the item.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.ItemSpacing">
            <summary>
            Gets or sets the distance between items of the RadPropertyGridElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPropertyGrid.ItemIndent">
            <summary>
            Gets or sets the width of the indentation of subitems.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.SelectedObjectChanging">
            <summary>
            Occurs before the selected object is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.SelectedObjectChanged">
            <summary>
            Occurs after the selected object is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.SelectedGridItemChanging">
            <summary>
            Occurs before a property grid item is selected.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.SelectedGridItemChanged">
            <summary>
            Occurs after the property item is selected.
            <remarks>
            For more information about handling events, see also SelectedItemChanging.
            </remarks>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.ContextMenuOpening">
            <summary>
            Occurs when opening the context menu.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.CustomGrouping">
            <summary>
            Fires for custom grouping operation.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.ItemMouseDown">
            <summary>
            Occurs when the user presses a mouse button over a property grid item.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.ItemMouseMove">
            <summary>
            Occurs when the user moves the mouse in the area of a property grid item.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.ItemMouseClick">
            <summary>
             Occurs when a mouse button is clicked inside a <see cref="T:Telerik.WinControls.UI.PropertyGridItemElementBase"/>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.ItemMouseDoubleClick">
            <summary>
            Occurs when a mouse button is double clicked inside a <see cref="T:Telerik.WinControls.UI.PropertyGridItemElementBase"/>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.ItemExpandedChanging">
            <summary>
            Occurs before the value of the Expanded property of a property grid item is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.ItemExpandedChanged">
            <summary>
            Occurs after the value of the Expanded property of a property grid item is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.ItemFormatting">
            <summary>
            Occurs when the item changes its state and needs to be formatted.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.CreateItem">
            <summary>
            Occurs when a new item element is going to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.CreateItemElement">
            <summary>
            Occurs when a new item element is going to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.EditorRequired">
            <summary>
            Occurs when editor is required.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.Editing">
            <summary>
            Occurs when editing is started.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.EditorInitialized">
            <summary>
            Occurs when editor is initialized.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.Edited">
            <summary>
            Occurs when editing has been finished.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.PropertyValueChanging">
            <summary>
            Occurs when item's value is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.PropertyValueChanged">
            <summary>
            Occurs when a property value changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.PropertyValidating">
            <summary>
            Fires when a property value is validating.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.PropertyValidated">
            <summary>
            Fires when a peoperty has finished validating.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.ValueChanging">
            <summary>
            Fires before the value in an editor is being changed. The action can be canceled.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPropertyGrid.ValueChanged">
            <summary>
            Fires when the value of an editor changes.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTraverser.TraverseHirarchy">
            <summary>
            This property determines whether the traverser will traverse only via expanded items or through all items
            <value>true to traverse all items, false to traverse expanded items only</value>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.PropertyGridTraversingEventHandler">
            <summary>
            Represents the method that will handle events in <see cref="T:Telerik.WinControls.UI.PropertyGridTraverser"/>.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Telerik.WinControls.UI.PropertyGridTraversingEventArgs">
            <summary>
            Provides data for all events used in <see cref="T:Telerik.WinControls.UI.PropertyGridTraverser"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTraversingEventArgs.#ctor(Telerik.WinControls.UI.PropertyGridItemBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.PropertyGridTraversingEventArgs"/> class.
            </summary>
            <param name="item">The content.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTraversingEventArgs.Process">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Telerik.WinControls.UI.PropertyGridItemBase"/> instance to be processed by <see cref="T:Telerik.WinControls.UI.PropertyGridTraverser"/>.
            </summary>
            <value><c>true</c> if [process PropertyGridItemBase]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTraversingEventArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridHelpElement.TitleText">
            <summary>
            Gets or sets the text of the <see cref="T:Telerik.WinControls.UI.PropertyGridHelpElement"/> title.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridHelpElement.ContentText">
            <summary>
            Gets or sets the text of the <see cref="T:Telerik.WinControls.UI.PropertyGridHelpElement"/> content.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridHelpElement.HelpTitleElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.PropertyGridHelpTitleElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridHelpElement.HelpContentElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.PropertyGridHelpContentElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridHelpElement.HelpElementHeight">
            <summary>
            Gets or sets the height of the <see cref="T:Telerik.WinControls.UI.PropertyGridHelpElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridHelpElement.SplitElement">
            <summary>
            Gets the parent <see cref="T:Telerik.WinControls.UI.PropertyGridSplitElement"/> of this element.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridGroupElement.Attach(Telerik.WinControls.UI.PropertyGridItemBase,System.Object)">
            <summary>
            Attaches a logical item to this visual element.
            </summary>
            <param name="data">The logical item.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridGroupElement.Detach">
            <summary>
            Detaches the currently attached logical item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridGroupElement.Synchronize">
            <summary>
            Syncronizes changes with other elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridGroupElement.IsCompatible(Telerik.WinControls.UI.PropertyGridItemBase,System.Object)">
            <summary>
            Determines if a logical item is compatible with this visual element.
            </summary>
            <param name="data">The logical item to be checked for compatibility.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridGroupElement.ExpanderElement">
            <summary>
            Gets the property grid group item expander element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridGroupElement.TextElement">
            <summary>
            Gets the property grid group item text element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridGroupElement.Data">
            <summary>
            Gets the logical item currently attached to this visual element.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridValueElement.Synchronize">
            <summary>
            Syncronizes element with data item.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.BestFit">
            <summary>
            Uses a mechanism to maximize the visible strings in both columns of RadPropertyGrid.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.BestFit(Telerik.WinControls.UI.PropertyGridBestFitMode)">
            <summary>
            Best fits the column(s) of RadPropertyGrid using the given mode.
            </summary>
            <param name="mode">The mode that determines the mechanism used for best fitting.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.BeginUpdate">
            <summary>
            Begins the update.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.EndUpdate">
            <summary>
            Ends the update.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.EndUpdate(System.Boolean,Telerik.WinControls.UI.PropertyGridTableElement.UpdateActions)">
            <summary>
            Ends the update.
            </summary>
            <param name="performUpdate">Tells the view whether an update is required or not.</param>
            <param name="action">Indicates the update action</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.Update(Telerik.WinControls.UI.PropertyGridTableElement.UpdateActions)">
            <summary>
            Updates the visual items in the property grid
            </summary>
            <param name="updateAction">Indicated the update action</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.GetElementAt(System.Int32,System.Int32)">
            <summary>
            Gets the element at specified coordinates.
            </summary>
            <param name="x">The x coordinate.</param>
            <param name="y">The y coordinate.</param>
            <returns>An instance of <see cref="T:Telerik.WinControls.UI.PropertyGridItemBase"/> if successfull.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.EnsureVisible(Telerik.WinControls.UI.PropertyGridItemBase)">
            <summary>
            Ensures the item is visible within the RadPropertygridElement and scrolls the element if needed.
            </summary>
            <param name="item">The item to visualize.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.ScrollToItem(Telerik.WinControls.UI.PropertyGridItemBase)">
            <summary>
            Scrolls the scrollbar to bring the specified <see cref="T:Telerik.WinControls.UI.PropertyGridItemBase"/> into view.
            </summary>
            <param name="item">The item to visualize.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.GetElementContextMenu(Telerik.WinControls.UI.PropertyGridItemElementBase)">
            <summary>
            Initializes and returns the context menu associated with the specified <see cref="T:Telerik.WinControls.UI.PropertyGridItemElementBase"/>.
            </summary>
            <param name="element">The element.</param>
            <returns>An instance of <see cref="T:Telerik.WinControls.UI.RadContextMenu"/> if successfull.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.ResetColumnWidths">
            <summary>
            Makes the property grid columns even.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.SortSubItems">
            <summary>
            Sorts the sub items of all expanded items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.EnsureVisibleCore(Telerik.WinControls.UI.PropertyGridItemBase)">
            <summary>
            Ensures the item is visible within the RadPropertygridElement and scrolls the element if needed.
            </summary>
            <param name="item">The item to visualize.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.PerformPropertySort(System.Windows.Forms.PropertySort)">
            <summary>
            Performs the needed operations on the data layer when the <see cref="P:Telerik.WinControls.UI.PropertyGridTableElement.PropertySort"/> mode is changed.
            </summary>
            <param name="propertySort"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.GetSelectedObjectDefaultProperty">
            <summary>
            Gets the default property for the selected object
            </summary>
            <returns>The <see cref="T:Telerik.WinControls.UI.PropertyGridItem"/> that is the default property.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.UpdateScrollers(Telerik.WinControls.UI.PropertyGridTableElement.UpdateActions)">
            <summary>
            Updates the scroll bars visibility.
            <param name="updateAction">Specifies the action which caused the update.</param>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.SynchronizeVisualItems">
            <summary>
            Syncronizes all visual elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.GetFirstMatch(System.String,System.Collections.Generic.IList{Telerik.WinControls.UI.PropertyGridItem})">
            <summary>
            This method traverses through the visible items of RadPropetyGrid and returns an item matching the <paramref name="searchCriteria"/>.
            </summary>
            <param name="searchCriteria"></param>
            <param name="items"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.GetEditorTypeForItem(Telerik.WinControls.UI.PropertyGridItem)">
            <summary>
            Gets the type of editor used for a editing the given item.
            </summary>
            <param name="item">The item to get editor type for.</param>
            <returns>The type of the editor</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.BeginEdit">
            <summary>
            Puts the current item in edit mode.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.EndEdit">
            <summary>
             Commits any changes and ends the edit operation on the current item.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.CancelEdit">
            <summary>
            Close the currently active editor and discard changes.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.EndEditCore(System.Boolean)">
            <summary>
            Ends the editing of an item and commits or discards the changes.
            </summary>
            <param name="commitChanges">Determines if the changes are commited [true] or discarded [false].</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.GetEditor(System.Type)">
            <summary>
            Gets an editor depending on the type of the value to be edited.
            </summary>
            <param name="editorType">The type of the value.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.PropertyGridTableElement.IsItemEditable(Telerik.WinControls.UI.PropertyGridItem)">
            <summary>
            Returns a value indicating whether the <see cref="T:Telerik.WinControls.UI.PropertyGridItem"/> is editable
            </summary>
            <param name="item">The item to check.</param>
            <returns>True if item can be edited. Otherwise false.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.EnableCustomGrouping">
            <summary>
            Gets or sets a value indicating whether the data can be grouped programatically. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.UseCachedValues">
            <summary>
            Gets or sets a value indicating whether the values of the items should be invalidated the next time a grouping and/or sorting is performed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.ScrollBehavior">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.ScrollServiceBehavior"/> that is responsible for the kinetic scrolling option.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.EnableKineticScrolling">
            <summary>
            Gets or sets a value indicating whether the kinetic scrolling function is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.PropertyGridElement">
            <summary>
            Gets the <see cref="P:Telerik.WinControls.UI.PropertyGridTableElement.PropertyGridElement"/> that is a parent to this element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.ActiveEditor">
            <summary>
            Gets the active editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.PropertySort">
            <summary>
            Gets or sets the mode in which the properties will be displayed in the <see cref="T:Telerik.WinControls.UI.PropertyGridTableElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.MinimumColumnWidth">
            <summary>
            Gets or sets the minimum width columns can have.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.IsEditing">
            <summary>
            Gets a value indicating whether there are currently open editors.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the user is allowed to edit the values of the properties.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.OverrideBuiltInEditors">
            <summary>
            Gets or sets a value that indicates whether editors specified with an EditorAttribute will be used without considering built-in editors.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.ValueColumnWidth">
            <summary>
            Gets or sets the width of the "column" that holds the values.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.AutoExpandGroups">
            <summary>
            Gets or sets a value indicating whether the groups will be expanded or collapse upon creation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.GroupDescriptors">
            <summary>
            Gets the group descriptors.
            </summary>
            <value>The group descriptors.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.FilterDescriptors">
            <summary>
            Gets the filter descriptors.
            </summary>
            <value>The filter descriptors.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.SortDescriptors">
            <summary>
            Gets the sort descriptors.
            </summary>
            <value>The sort descriptors.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.SortOrder">
            <summary>
            Gets or sets the sort order of Nodes.
            </summary>
            <value>The sort order.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.ItemHeight">
            <summary>
            Gets or sets the height of the items.
            </summary>
            <value>The height of the item.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.ItemIndent">
            <summary>
            Gets or sets the width of the indentation of subitems.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.SelectedObject">
            <summary>
            Gets or sets the object which properties the RadPropertyGrid is displaying.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.SelectedObjects">
            <summary>
            Gets or sets the objects which properties the RadPropertyGrid is displaying.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.CollectionView">
            <summary>
            Gets the collection to which the RadPropertyGrid is bound to.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.SelectedGridItem">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.PropertyGridTableElement"/> selected item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.ContextMenu">
            <summary>
            Gets or sets the context menu.
            </summary>
            <value>The context menu.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.BeginEditMode">
            <summary>
            Gets or sets a value indicating how user begins editing a cell.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.ItemSpacing">
            <summary>
            Gets or sets the distance between property grid items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.KeyboardSearchEnabled">
            <summary>
            Gets or sets a value that determines whether the user can navigate to an item by typing when RadPropertyGrid is focused.
            The default value is false.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.KeyboardSearchResetInterval">
            <summary>
            Gets or sets a value that specifies how long the user must wait before searching with the keyboard is reset.
             The default value is 300.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.PropertyGridTableElement.FindStringComparer">
            <summary>
            Gets or sets an object that implements IFindStringComparer.
            The value of this property is used in the keyboard search functionality.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.CustomGrouping">
            <summary>
            Fires for custom grouping operation.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.SelectedObjectChanging">
            <summary>
            Occurs before the selected object is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.SelectedObjectChanged">
            <summary>
            Occurs after the property grid selected object has been changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.ItemFormatting">
            <summary>
            Occurs when <see cref="T:Telerik.WinControls.UI.PropertyGridItemElement"/> is formatting
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.ItemMouseDown">
            <summary>
            Occurs when a mouse button is pressed on the <see cref="T:Telerik.WinControls.UI.PropertyGridItemElement"/>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.ItemMouseClick">
            <summary>
            Occurs when a mouse button is clicked inside a <see cref="T:Telerik.WinControls.UI.PropertyGridItemElementBase"/>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.ItemMouseDoubleClick">
            <summary>
            Occurs when a mouse button is double clicked inside a <see cref="T:Telerik.WinControls.UI.PropertyGridItemElementBase"/>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.ItemMouseMove">
            <summary>
            Occurs when mouse moves over a <see cref="T:Telerik.WinControls.UI.PropertyGridItemElement"/>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.ItemExpandedChanging">
            <summary>
            Occurs when item is expanding.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.ItemExpandedChanged">
            <summary>
            Occurs when item has been expanded.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.SelectedGridItemChanging">
            <summary>
            Occurs when the selected item is changing
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.SelectedGridItemChanged">
            <summary>
            Occurs when selected item has been changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.EditorRequired">
            <summary>
            Occurs when editor is required.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.Editing">
            <summary>
            Occurs when editing is started.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.EditorInitialized">
            <summary>
            Occurs when editor is initialized.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.Edited">
            <summary>
            Occurs when editing has been finished.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.PropertyValueChanging">
            <summary>
            Occurs when item's value is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.PropertyValueChanged">
            <summary>
            Occurs when item's value has been changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.PropertyValidating">
            <summary>
            Fires when a property value is validating.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.PropertyValidated">
            <summary>
            Fires when a peoperty has finished validating.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.ValueChanging">
            <summary>
            Fires before the value in an editor is being changed. The action can be canceled.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.ValueChanged">
            <summary>
            Fires when the value of an editor changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.PropertyGridTableElement.BindingContextChanged">
            <summary>
            Occurs when [binding context changed].
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ToolbarTextBoxElement.SetSearchButonLocation">
            <summary>
            Docks the search button on the left or right side of the search text box depending on the RightToLeft state.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ToolbarTextBoxElement.SearchButton">
            <summary>
            Gets the search button.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCalculatorButton">
            <summary>
            Represents base class for button elements used in <see cref="T:Telerik.WinControls.UI.RadCalculatorContentElement">RadCalculatorContentElement</see>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalculatorButton.#ctor(System.String)">
            <summary>
            Creates new instance of <see cref="T:Telerik.WinControls.UI.RadCalculatorButton">RadCalculatorButton</see>.
            </summary>
            <param name="text">Button text.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCalculatorOperationButtonElement">
            <summary>
            Represents button element used in <see cref="T:Telerik.WinControls.UI.RadCalculatorContentElement">RadCalculatorContentElement</see>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalculatorOperationButtonElement.#ctor(System.String)">
            <summary>
            Creates new instance of <see cref="T:Telerik.WinControls.UI.RadCalculatorOperationButtonElement">RadCalculatorOperationButtonElement</see>.
            </summary>
            <param name="text">Button text.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCalculatorCommandButtonElement">
            <summary>
            Represents button element used in <see cref="T:Telerik.WinControls.UI.RadCalculatorContentElement">RadCalculatorContentElement</see>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalculatorCommandButtonElement.#ctor(System.String)">
            <summary>
            Creates new instance of <see cref="T:Telerik.WinControls.UI.RadCalculatorCommandButtonElement">RadCalculatorCommandButtonElement</see>.
            </summary>
            <param name="text">Button text.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCalculatorDeleteButtonElement">
            <summary>
            Represents button element used in <see cref="T:Telerik.WinControls.UI.RadCalculatorContentElement">RadCalculatorContentElement</see>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalculatorDeleteButtonElement.#ctor(System.String)">
            <summary>
            Creates new instance of <see cref="T:Telerik.WinControls.UI.RadCalculatorDeleteButtonElement">RadCalculatorDeleteButtonElement</see>.
            </summary>
            <param name="text">Button text.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCalculatorEqualsButtonElement">
            <summary>
            Represents button element used in <see cref="T:Telerik.WinControls.UI.RadCalculatorContentElement">RadCalculatorContentElement</see>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalculatorEqualsButtonElement.#ctor(System.String)">
            <summary>
            Creates new instance of <see cref="T:Telerik.WinControls.UI.RadCalculatorEqualsButtonElement">RadCalculatorEqualsButtonElement</see>.
            </summary>
            <param name="text">Button text.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCalculatorMemoryButtonElement">
            <summary>
            Represents button element used in <see cref="T:Telerik.WinControls.UI.RadCalculatorContentElement">RadCalculatorContentElement</see>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalculatorMemoryButtonElement.#ctor(System.String)">
            <summary>
            Creates new instance of <see cref="T:Telerik.WinControls.UI.RadCalculatorMemoryButtonElement">RadCalculatorMemoryButtonElement</see>.
            </summary>
            <param name="text">Button text.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCalculatorArrowButtonElement">
            <summary>
            Represents arrow button used in <see cref="T:Telerik.WinControls.UI.RadCalculatorDropDown">RadCalculatorDropDown</see>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCalculatorMemoryElement">
            <summary>
            Represents memory element used in <see cref="T:Telerik.WinControls.UI.RadCalculatorContentElement">RadCalculatorContentElement</see>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCalculatorDropDown">
            <summary>
            Represents a control with calculator functionality.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalculatorDropDown.#ctor">
            <summary>
            Creates a <see cref="T:Telerik.WinControls.UI.RadCalculatorDropDown">RadCalculatorDropDown</see> instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorDropDown.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorDropDown.CalculatorElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadCalculatorDropDownElement">RadCalculatorElement</see> which encapsulates the UI representation and functionality of the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorDropDown.Value">
            <summary>
            Gets or sets the calculator value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorDropDown.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the calculator drop down is read only.
            </summary>
            <value>
              <c>true</c> if the calculator drop down is read only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCalculatorDropDown.CalculatorValueChanging">
            <summary>
            Fires when the value of the calculator is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCalculatorDropDown.CalculatorValueChanged">
            <summary>
            Fires when the value of the calculator is changing.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCalculatorDigitButtonElement">
            <summary>
            Represents button element used in <see cref="T:Telerik.WinControls.UI.RadCalculatorContentElement">RadCalculatorContentElement</see>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalculatorDigitButtonElement.#ctor(System.String)">
            <summary>
            Creates new instance of <see cref="T:Telerik.WinControls.UI.RadCalculatorDigitButtonElement">RadCalculatorDigitButtonElement</see>.
            </summary>
            <param name="text">Button text.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCalculatorContentElement">
            <summary>
            Represents the content element of <see cref="T:Telerik.WinControls.UI.RadCalculatorDropDown">RadCalculatorDropDown</see>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalculatorContentElement.#ctor(Telerik.WinControls.UI.RadCalculatorDropDownElement)">
            <summary>
            Creates new instance of <see cref="T:Telerik.WinControls.UI.RadCalculatorContentElement">RadCalculatorContentElement</see>.
            </summary>
            <param name="editorElement"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.CalculatorElement">
            <summary>
            Gets the owner <see cref="T:Telerik.WinControls.UI.RadCalculatorDropDownElement">RadCalculatorElement</see>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.MemoryValue">
            <summary>
            Gets or sets the memory value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.GridLayout">
            <summary>
            Gets the grid layout.
            </summary>
            <value>
            The grid layout.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.ButtonAdd">
            <summary>
            Gets the button add.
            </summary>
            <value>
            The button add.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.ButtonSubstract">
            <summary>
            Gets the button substract.
            </summary>
            <value>
            The button substract.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.ButtonMultiply">
            <summary>
            Gets the button multiply.
            </summary>
            <value>
            The button multiply.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.ButtonDivide">
            <summary>
            Gets the button divide.
            </summary>
            <value>The button divide.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.ButtonSqrt">
            <summary>
            Gets the button SQRT.
            </summary>
            <value>The button SQRT.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.ButtonPercent">
            <summary>
            Gets the button percent.
            </summary>
            <value>The button percent.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.ButtonReciprocal">
            <summary>
            Gets the button reciprocal.
            </summary>
            <value>The button reciprocal.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.ButtonSign">
            <summary>
            Gets the button sign.
            </summary>
            <value>The button sign.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.ButtonEquals">
            <summary>
            Gets the button equals.
            </summary>
            <value>The button equals.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.ButtonC">
            <summary>
            Gets the button C.
            </summary>
            <value>The button C.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.ButtonCE">
            <summary>
            Gets the button CE.
            </summary>
            <value>The button CE.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.ButtonDelete">
            <summary>
            Gets the button delete.
            </summary>
            <value>The button delete.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.ButtonMplus">
            <summary>
            Gets the button mplus.
            </summary>
            <value>The button mplus.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.ButtonMminus">
            <summary>
            Gets the button mminus.
            </summary>
            <value>The button mminus.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.ButtonMS">
            <summary>
            Gets the button MS.
            </summary>
            <value>The button MS.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.ButtonMR">
            <summary>
            Gets the button MR.
            </summary>
            <value>The button MR.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.ButtonMC">
            <summary>
            Gets the button MC.
            </summary>
            <value>The button MC.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.Button0">
            <summary>
            Gets the button 0.
            </summary>
            <value>The button 0.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.Button1">
            <summary>
            Gets the button 1.
            </summary>
            <value>The button 1.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.Button2">
            <summary>
            Gets the button 2.
            </summary>
            <value>The button 2.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.Button3">
            <summary>
            Gets the button 3.
            </summary>
            <value>The button 3.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.Button4">
            <summary>
            Gets the button 4.
            </summary>
            <value>The button 4.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.Button5">
            <summary>
            Gets the button 5.
            </summary>
            <value>The button 5.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.Button6">
            <summary>
            Gets the button 6.
            </summary>
            <value>The button 6.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.Button7">
            <summary>
            Gets the button 7.
            </summary>
            <value>The button 7.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.Button8">
            <summary>
            Gets the button 8.
            </summary>
            <value>The button 8.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.Button9">
            <summary>
            Gets the button 9.
            </summary>
            <value>The button 9.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorContentElement.ButtonPoint">
            <summary>
            Gets the button point.
            </summary>
            <value>The button point.</value>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCalculatorContentElement.ArithmeticOperation">
            <summary>
            <see cref="T:Telerik.WinControls.UI.RadCalculatorDropDown">RadCalculatorDropDown</see> arithmetic operations.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCalculatorEditorContentElement">
            <summary>
            Represents the editor content element of <see cref="T:Telerik.WinControls.UI.RadCalculatorDropDown">RadCalculatorDropDown</see>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalculatorEditorContentElement.#ctor">
            <summary>
            Creates new instance of <see cref="T:Telerik.WinControls.UI.RadCalculatorEditorContentElement">RadCalculatorEditorContentElement</see>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCalculatorDropDownElement">
            <summary>
            Encapsulates the UI representation and functionality of <see cref="T:Telerik.WinControls.UI.RadCalculatorDropDown">RadCalculatorDropDown</see>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalculatorDropDownElement.OnCalculatorValueChanging(Telerik.WinControls.UI.ValueChangingEventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadCalculatorDropDownElement.CalculatorValueChanging"/> event.
            </summary>
            <param name="e">An instance of <see cref="T:Telerik.WinControls.UI.ValueChangingEventArgs"/> containing event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalculatorDropDownElement.OnCalculatorValueChanged">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadCalculatorDropDownElement.CalculatorValueChanged"/> event.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorDropDownElement.Value">
            <summary>
            Gets or sets the calculator value.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorDropDownElement.EditorContentElement">
            <summary>
            Gets or sets the editor content element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorDropDownElement.ArrowButton">
            <summary>
            Gets or sets the arrow button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorDropDownElement.Popup">
            <summary>
            Gets or sets the popup.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorDropDownElement.CalculatorContentElement">
            <summary>
            Gets the content element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorDropDownElement.MemoryElement">
            <summary>
            Gets the memory element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorDropDownElement.DefaultPopupWidth">
            <summary>
            Gets or sets the default popup width.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorDropDownElement.DefaultPopupHeight">
            <summary>
            Gets or sets the default popup height.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorDropDownElement.MinPopupWidth">
            <summary>
            Gets or sets the minimum popup width.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorDropDownElement.MinPopupHeight">
            <summary>
            Gets or sets the minimum popup height.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorDropDownElement.FillPrimitive">
            <summary>
            Gets RadCalculatorElement FillPrimitive
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorDropDownElement.BorderPrimitive">
            <summary>
            Gets the RadCalculatorElement BorderPrimitive
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalculatorDropDownElement.ReadOnly">
            <summary>
            Gets or sets a value indicating whether RadCalculatorDropDownElement is read only.
            </summary>
            <value>
              <c>true</c> if RadCalculatorDropDownElement is read only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCalculatorDropDownElement.CalculatorValueChanging">
            <summary>
            Fires when the value of the calculator is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCalculatorDropDownElement.CalculatorValueChanged">
            <summary>
            Fires when the value of the calculator is changing.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarNavigatedEventArgs.IsFastNavigation">
            <summary>
            Indicates whether the fast navigation buttons were used.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarNavigatedEventArgs.Direction">
            <summary>
            Gets the direction of the navigation.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.SelectionEventArgs">
            <summary>
            Arguments class used when the SelectionChanging event is fired.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.SelectionEventArgs.NewDates">
            <summary>
            Gets a refference to the Dates which will be selected         
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.SelectionEventArgs.Dates">
            <summary>
            Gets a refference to the SelectedDates collection, represented by the Telerik RadCalendar component
            that rise the SelectionChanging event.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.SelectionEventHandler">
            <summary>
            The public delegate for the SelectionChanging event.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RenderElementEventArgs">
            <summary>
            Arguments class used with the ElementRender event.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RenderElementEventArgs.Element">
            <summary>
            Gets a refference to the LightVisualElement object that represents visually the specified day to render.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RenderElementEventArgs.Day">
            <summary>
            Gets a refference to the RadCalendarDay logical object that represents the specified day to render.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RenderElementEventArgs.View">
            <summary>
            Gets a refference to the CalendarView object currently displayed by RadCalendar, 
            that contains the specified day to render.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RenderElementEventHandler">
            <summary>
            The public delegate for ElementRender event.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarNavigatingEventArgs.IsFastNavigation">
            <summary>
            Indicates whether the fast navigation buttons were used.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarNavigatingEventArgs.Direction">
            <summary>
            Gets the direction of the navigation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarNavigatingEventArgs.StartDate">
            <summary>
            Gets or sets the start date of the new view.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ViewChangingEventArgs">
            <summary>
            Arguments class used when the ViewChangingEvent event is fired.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ViewChangingEventArgs.View">
            <summary>
            Gets the  new CalendarView instance that will substitute the view currently displayed by RadCalendar.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ViewChangingEventHandler">
            <summary>
            The public delegate for the ViewChanging event.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCalendarDay">
            <summary>
            RadCalendarDay represents a object that maps date value to corresponding visual settings.
            Also the object implements Boolean properties that represent the nature of the selected date - 
            whether it is a weekend, disabled or selected in the context of the calendar. Mostly the values
            of those properties are set at runtime when a RadCalendarDay instance is constructed and passed
            to the DayRender event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalendarDay.SetToday(System.Boolean)">
            <summary>
            Sets whether RadCalendarDay object is associated with a DateTime equal to today's date.
            </summary>
            <param name="value">True if RadCalendarDay object is associated with today's date.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalendarDay.SetWeekend(System.Boolean)">
            <summary>
            Sets whether RadCalendarDay object is associated with a DateTime that represents a weekend day.
            </summary>
            <param name="value">True if RadCalendarDay object is associated with a DateTime that represents a weekend day.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalendarDay.IsRecurring(System.DateTime,System.Globalization.Calendar)">
            <summary>
            Checks whether RadCalendarDay object is associated with a DateTime that represents a recurring event.
            </summary>
            <param name="compareTime">the DateTime to compare.</param>
            <param name="processCalendar">the System.Globalization.Calendar object used to check whether the DateTime 
            represents a recurring event.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalendarDay.TruncateTimeComponent(System.DateTime)">
            <summary>
            Removes the time component of a DateTime object, thus leaving only the date part.
            </summary>
            <param name="value">the DateTime object to be processed.</param>
            <returns>the DateTime object containing only the date part of the original DateTime object.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalendarDay.CreateDay(System.DateTime)">
            <summary>
            
            </summary>
            <param name="date">the DateTime object associated with this particular RadCalendarDay.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalendarDay.CreateDay(System.DateTime,Telerik.WinControls.UI.CalendarDayCollection)">
            <summary>
            
            </summary>
            <param name="date">the DateTime object associated with this particular RadCalendarDay.</param>
            <param name="owner">the CalendarDayCollection that contains this particular RadCalendarDay.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalendarDay.OnNotifyPropertyChanged(System.String)">
            <summary>
            Raises the PropertyChanged event.
            </summary>
            <param name="propertyName">The name of the property.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalendarDay.OnNotifyPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
            <summary>
            Raises the PropertyChanged event.
            </summary>
            <param name="e">PropertyChangedEventArgs instance containing the name of the property.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarDay.Image">
            <summary>
            Gets or sets the image associated with a particular RadCalendarDay object.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarDay.TemplateItem">
            <summary>
            Gets or sets the template associated with a particular RadCalendarDay object. 
            The template must inherit from RadHostItem.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarDay.Date">
            <summary>
            Gets or sets the date represented by this RadCalendarDay.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarDay.Selectable">
            <summary>
             Gets or sets a value indicating whether the RadCalendarDay is qualified as available for selection. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarDay.Selected">
            <summary>
            Gets or sets a value indicating whether the RadCalendarDay is selected
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarDay.Disabled">
            <summary>
            Gets or sets a value indicating whether the RadCalendarDay is disabled
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarDay.IsToday">
            <summary>
            Gets or sets a value indicating whether the RadCalendarDay represents the current date.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarDay.Recurring">
            <summary>
            Gets or sets a value indicating whether the RadCalendarDay settings are repeated/recurring through out the valid
            date range displayed by the calendar.
            </summary>
            <remarks>
            The RecurringEvents enumeration determines which part of the date is handled (day or day and month).
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarDay.IsWeekend">
            <summary>
            Gets or sets a value indicating whether the RadCalendarDay is mapped to a date that represents a non working
            day/weekend.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarDay.ToolTip">
            <summary>
            Gets or sets the text displayed when the mouse pointer hovers over the calendar day.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarDay.Owner">
            <summary>
            The owner of RadCalendarDay object. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarDay.DirtyLayout">
            <summary>
            Used to handle all requests for layout invalidation through a single place
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarDay.DirtyPaint">
            <summary>
            Used to handle all requests for repainting through a single place
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCalendarDay.PropertyChanged">
            <summary>
            Occurs when when a property of an object changes change. 
            Calling the event is developer's responsibility.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CalendarDayCollection">
            <summary>
            Summary description for CalendarDayCollection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.Find(System.DateTime)">
            <summary>
            Finds the RadCalendarDay with specified key, optionally searching child days.
            </summary>
            <param name="key">The date bound to a particular RadCalendarDay object to search for.</param>
            <returns>An array of RadCalendarDay objects whose Date property matches the specified key.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.IndexOf(Telerik.WinControls.UI.RadCalendarDay)">
            <summary>
            Returns the index of the specified RadCalendarDay object in the collection.
            </summary>
            <param name="day">The RadCalendarDay object to locate in the collection.</param>
            <returns>The zero-based index of the item found in the CalendarDayCollection; otherwise, -1.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.AddRange(Telerik.WinControls.UI.CalendarDayCollection)">
            <summary>
            Adds an collection of previously created RadCalendarDay objects to the collection.
            </summary>
            <param name="days">An array of RadCalendarDay objects representing the views to add to the collection.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.Add(Telerik.WinControls.UI.RadCalendarDay)">
            <summary>
            Adds a previously created RadCalendarDay object to the end of the CalendarDayCollection.
            </summary>
            <param name="day">The RadCalendarDay object to add to the collection.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.Add(System.DateTime)">
            <summary>
            Adds a DateTime object to the end of the CalendarDayCollection.
            </summary>
            <param name="day">The DateTime object to add to the collection.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.AddRange(System.Collections.Generic.IEnumerable{System.DateTime})">
            <summary>
            Adds a collection of date time values to the collection.
            </summary>
            <param name="days">An IEnumerable of DateTime objects to add to the collection.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.GetEnumerator">
            <summary>
            Returns an enumerator that can be used to iterate through the RadCalendarDay collection.
            </summary>
            <returns>An IEnumerator that represents the RadCalendarDay collection.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.Insert(System.Int32,Telerik.WinControls.UI.RadCalendarDay)">
            <summary>
            Inserts an existing RadCalendarDay object into the CalendarDayCollection at the specified location.
            </summary>
            <param name="index">The indexed location within the collection to insert the RadCalendarDay object. </param>
            <param name="day">The RadCalendarDay object to insert into the collection.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.Remove(Telerik.WinControls.UI.RadCalendarDay)">
            <summary>
            Removes the specified RadCalendarDay object from the CalendarDayCollection.
            </summary>
            <param name="day">The RadCalendarDay object to remove.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that can be used to iterate through the RadCalendarDay collection.
            </summary>
            <returns>An IEnumerator that represents the RadCalendarDay collection.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.Clear">
            <summary>
            Removes all RadCalendarDay objects in the collection of CalendarDays.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.ToArray">
            <summary>
            Copies the elements of CalendarDayCollection to a new
            <see cref="T:System.Array"/> of <see cref="T:Telerik.WinControls.UI.RadCalendarDay"/> elements.
            </summary>
            <returns>A one-dimensional <see cref="T:System.Array"/> of <see cref="T:Telerik.WinControls.UI.RadCalendarDay"/>
            elements containing copies of the elements of the <see cref="T:Telerik.WinControls.UI.CalendarDayCollection"/>.</returns>
            <remarks>Please refer to <see cref="M:System.Collections.ArrayList.ToArray"/> for details.</remarks>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
            <summary>
            Copies the elements of the CalendarDayCollection to an Array, starting at a particular Array index.
            </summary>
            <param name="array">The one-dimensional Array that is the destination of the elements copied from CalendarDayCollection. 
            The Array must have zero-based indexing.</param>
            <param name="index">The zero-based index in array at which copying begins.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.System#Collections#IList#Add(System.Object)">
            <summary>
            Adds a RadCalendarDay object to the collection of CalendarDays.
            </summary>
            <param name="value">The RadCalendarDay object to add to the collection.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.System#Collections#IList#Clear">
            <summary>
            Removes all RadCalendarDay objects in the collection of CalendarDays.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.System#Collections#IList#Contains(System.Object)">
            <summary>
            Checks whether a specific RadCalendarDay object is in the collection of CalendarDays.
            </summary>
            <param name="value">The RadCalendarDay object to search.</param>
            <returns>True if the RadCalendarDay is found, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.System#Collections#IList#IndexOf(System.Object)">
            <summary>
            Returns a zero based index of a RadCalendarDay object depending on the passed index.
            </summary>
            <param name="value">The zero-based index, RadCalendarDay object or the date represented by  the searched RadCalendarDay object.</param>
            <returns>A zero based index of the RadCalendarDay object in the collection, or -1 if the RadCalendarDay object is not found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
            <summary>
            Adds a RadCalendarDay object in the collection at the specified index.
            </summary>
            <param name="index">The index after which the RadCalendarDay object is inserted.</param>
            <param name="value">The RadCalendarDay object to insert.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.System#Collections#IList#Remove(System.Object)">
            <summary>
            Deletes a RadCalendarDay object from the collection.
            </summary>
            <param name="value">The RadCalendarDay object to remove.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.System#Collections#IList#RemoveAt(System.Int32)">
            <summary>
            Deletes the RadCalendarDay object from the collection at the specified index.
            </summary>
            <param name="index">The index in collection at which the RadCalendarDay object will be deleted.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.Clone">
            <summary>
            Creates a new CalendarDayCollection object that is a copy of the current instance. 
            </summary>
            <returns>A new CalendarDayCollection object that is a copy of this instance.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarDayCollection.System#ICloneable#Clone">
            <summary>
            Creates a new object that is a copy of the current instance. 
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarDayCollection.System#Collections#ICollection#IsSynchronized">
            <summary>
            Gets a value indicating whether access to the CalendarDayCollection is synchronized (thread safe). 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarDayCollection.System#Collections#ICollection#SyncRoot">
            <summary>
            Gets an object that can be used to synchronize access to the CalendarDayCollection. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarDayCollection.System#Collections#IList#IsFixedSize">
            <summary>
            Gets a value indicating whether the CalendarDayCollection has a fixed size. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarDayCollection.System#Collections#IList#IsReadOnly">
            <summary>
            Gets a value indicating whether the CalendarDayCollection is read-only. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarDayCollection.System#Collections#IList#Item(System.Int32)">
            <summary>
            Gets or sets the RadCalendarDay at the specified indexed location in the collection.
            </summary>
            <param name="index">The indexed location of the RadCalendarDay in the collection.</param>
            <returns>The RadCalendarDay at the specified indexed location in the collection.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarDayCollection.Count">
            <summary>
            Gets the total number of RadCalendarDay objects in the collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarDayCollection.Item(System.Int32)">
            <summary>
            Gets or sets the RadCalendarDay at the specified indexed location in the collection.
            </summary>
            <param name="index">The indexed location of the RadCalendarDay in the collection.</param>
            <returns>The RadCalendarDay at the specified indexed location in the collection.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarDayCollection.Item(System.Object)">
            <summary>
            Gets or sets a RadCalendarDay object depending on the passed key.
            Only integer and string indexes are valid.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CalendarView">
            <summary>
            Summary description for CalendarView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.IsDateInView(System.DateTime)">
            <summary>
            Determines if a DateTime object belongs to the dates range managed by a particular CalendarView. 
            </summary>
            <param name="date">The DateTime object to be tested.</param>
            <returns>True if the DateTime object belongs to the dates range managed by a particular CalendarView; False otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.Select(System.DateTime)">
            <summary>
            Adds the specified date to the SelectedDates collection of RadCalendar.
            </summary>
            <param name="date"> The DateTime object to add.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.SelectRange(System.DateTime[])">
            <summary>
            Adds the specified range of dates to the SelectedDates collection of RadCalendar.
            </summary>
            <param name="dates">array of DateTime objects to add.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.SelectRange(System.DateTime,System.DateTime)">
            <summary>
            Adds the specified range of dates to the SelectedDates collection of RadCalendar.
            </summary>
            <param name="startDate">A System.DateTime that specifies the initial date to add to the SelectedDates collection.</param>
            <param name="endDate">A System.DateTime that specifies the end date to add to the SelectedDates collection.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.GetPreviousViewDate">
            <summary>
            Gets a DateTime object that is part of the date range handled by the previous calendar view.
            Used for traversal of the calendar.
            </summary>
            <returns>The DateTime object</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.GetNextViewDate">
            <summary>
            Gets a DateTime object that is part of the date range handled by the next calendar view.
            Used for traversal of the calendar.
            </summary>
            <returns>The DateTime object</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.AddViewPeriods(System.DateTime,System.Int32)">
            <summary>
            
            </summary>
            <param name="startDate"></param>
            <param name="periods"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.EnsureChildViews">
            <summary>
            Ensures that the child views collection is created.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.SetDateRange">
            <summary>
            Initializes properly the ViewStartDate, ViewEndDate, ViewRenderStartDate, ViewRenderEndDate properties
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.HandlePageDownKey(System.Windows.Forms.Keys)">
            <summary>
            handles the page down key.
            </summary>
            <param name="keys">The key data to be processed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.HandlePageUpKey(System.Windows.Forms.Keys)">
            <summary>
            handles the page up key.
            </summary>
            <param name="keys">The key data to be processed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.HandleDownKey(System.Windows.Forms.Keys)">
            <summary>
            handles the down arrow key.
            </summary>
            <param name="keys">The key data to be processed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.HandleUpKey(System.Windows.Forms.Keys)">
            <summary>
            handles the up arrow key.
            </summary>
            <param name="keys">The key data to be processed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.HandleEndKey(System.Windows.Forms.Keys)">
            <summary>
            handles the End key.
            </summary>
            <param name="keys">The key data to be processed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.HandleHomeKey(System.Windows.Forms.Keys)">
            <summary>
            handles the Home key.
            </summary>
            <param name="keys">The key data to be processed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.HandleLeftKey(System.Windows.Forms.Keys)">
            <summary>
            handles the left arrow key.
            </summary>
            <param name="keys">The key data to be processed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.HandleRightKey(System.Windows.Forms.Keys)">
            <summary>
            handles the right arrow key.
            </summary>
            <param name="keys">The key data to be processed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.ToggleSelection(System.Windows.Forms.Keys)">
            <summary>
            Toogles the date selection (Enter key).
            </summary>
            <param name="keys">The key data to be processed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.EnsureRenderSettings">
            <summary>
            Verifies CalendarView settings required for correct presentation of calendrical information.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.EffectiveVisibleDate">
            <summary>
            Returns the DateTime object that is used by the CalendarView to initialize.
            </summary>
            <returns>DateTime object that is used by the CalendarView to initialize.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.HandleKeyDown(System.Windows.Forms.Keys)">
            <summary>
            handles key events that require processing from CalendarView.
            </summary>
            <param name="keys">The key data to be processed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.CreateView(System.DateTime)">
            <summary>
            Creates a CalendarView object based on the logic implemented by the CalendarView instance 
            that implements the method.
            </summary>
            <param name="date">DateTime object that is used to create the CalendarView.</param>
            <returns>The created CalendarView object.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarView.OnNotifyPropertyChanged(System.String)">
            <summary>
            Raises the PropertyChanged event
            </summary>
            <param name="propertyName">The name of the property</param>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.Calendar">
            <summary>
            Gets the parent calendar that the current view is assigned to.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.Parent">
            <summary>
            Gets the parent tree node of the current tree node. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.Children">
            <summary>
            Gets the collection of nodes that are assigned to the tree view control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.Name">
            <summary>
            Gets or sets the name of the node.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.AllowToolTips">
            <summary>
            Gets or sets whether tool tips are displayed for this specific control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.CellToolTipFormat">
            <summary>Gets or sets the format string that is applied to the days cells tooltip.</summary>
            <remarks>
            	<para>The <i>property</i> should contain either a format specifier character or a
                custom format pattern. For more information, see the summary page for
                <strong>System.Globalization.DateTimeFormatInfo</strong>.</para>
            	<para>By default this <em>property</em> uses formatting string of
                '<font size="2"><strong>dddd, MMMM dd, yyyy</strong>'. Valid formats are all supported by the .NET
                Framework.</font></para>
            	<para><font size="2">Example:</font></para>
            	<ul class="noindent">
            		<li>"d" is the standard short date pattern.</li>
            		<li>"%d" returns the day of the month; "%d" is a custom pattern.</li>
            		<li>"d " returns the day of the month followed by a white-space character; "d "
                    is a custom pattern.</li>
            	</ul>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.Orientation">
            <summary>
            Gets or sets the orientation (rendering direction) of the calendar component.
            Default value is <strong>Horizontal</strong>.
            </summary>
            <remarks>
            	<list type="table">
            		<listheader>
            			<term>Member</term>
            			<description>Description</description>
            		</listheader>
            		<item>
            			<term><strong>Horizontal</strong></term>
            			<description>Renders the calendar data row after row.</description>
            		</item>
            		<item>
            			<term><strong>Vertical</strong></term>
            			<description>Renders the calendar data column after
                        column.</description>
            		</item>
            	</list>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.TitleAlign">
            <summary>
            	<para>Gets or sets the horizontal alignment of the view title.</para>
            	<para>The ContentAlignment enumeration is defined in
                <strong>System.Windows.Forms.VisualStyles</strong></para>
            </summary>
            <remarks>
            	<list type="table">
            		<listheader>
            			<term>
            				<para align="left">Member name</para>
            			</term>
            			<description>
            				<para align="left">Description</para>
            			</description>
            		</listheader>
            		<item>
            			<term>
            				<para align="left"><b>Center</b></para>
            			</term>
            			<description>The contents of a container are centered.</description>
            		</item>
            		<item>
            			<term><b>Left</b></term>
            			<description>The contents of a container are left justified.</description>
            		</item>
            		<item>
            			<term><b>Right</b></term>
            			<description>The contents of a container are right justified.</description>
            		</item>
            	</list>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.Visible">
            <summary>
            Gets or sets a value indicating whether the tree node is visible or partially visible. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.RootView">
            <summary>
            Gets the root parent node for this instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.IsRootView">
            <summary>
            Gets a value indicating whether the CalendarView is the top most view displayed by RadCalendar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.Level">
            <summary>
            Gets the zero-based depth of the tree node in the RadTreeView tree. 
            Returns -1 if the node is outside of a tree view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the calendar view is in read-only mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.ViewSelectorText">
            <summary>
            	<para>Gets or sets the text displayed for the complete
                <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a>
                selection element in the view selector cell.</para>
            </summary>
            <value>
            The text displayed for the <strong>CalendarView</strong> selection element in the
            selector cell. The default value is <b>""</b>.
            </value>
            <remarks>
            	<para>Use the <strong>ViewSelectorText</strong> property to provide custom text for
                the <strong>CalendarView</strong> complete selection element in the selector
                cell.</para>
            	<div>
            		<list type="table">
            			<item>
            				<term><img src="images/hs-tip.gif"/></term>
            				<description>
            					<para>This property does not automatically encode to HTML. You need
                                to convert special characters to the appropriate HTML value, unless
                                you want the characters to be treated as HTML. For example, to
                                explicitly display the greater than symbol (&gt;), you must use the
                                value <strong>&amp;gt;</strong>.</para>
            				</description>
            			</item>
            		</list>
            	</div>
            	<para>Because this property does not automatically encode to HTML, it is possible
                to specify an HTML tag for the <strong>ViewSelectorText</strong> property. For
                example, if you want to display an image for the next month navigation control, you
                can set this property to an expression that contains an
                <strong>&lt;img&gt;</strong> element.</para>
            	<para>This property applies only if the <strong>EnableViewSelector</strong>
                property is set to <strong>true</strong>.</para>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.RowHeaderText">
            <remarks>
            	<para>Use the <strong>RowHeaderText</strong> property to provide custom text for
                the <strong>CalendarView</strong> complete row header element.</para>
            	<div>
            		<list type="table">
            			<item>
            				<term><img src="images/hs-tip.gif"/></term>
            				<description>
            					<para>This property does not automatically encode to HTML. You need
                                to convert special characters to the appropriate HTML value, unless
                                you want the characters to be treated as HTML. For example, to
                                explicitly display the greater than symbol (&gt;), you must use the
                                value <strong>&amp;gt;</strong>.</para>
            				</description>
            			</item>
            		</list>
            	</div>
            	<para>Because this property does not automatically encode to HTML, it is possible
                to specify an HTML tag for the <strong>RowHeaderText</strong> property. For
                example, if you want to display an image for the next month navigation control, you
                can set this property to an expression that contains an
                <strong>&lt;img&gt;</strong> element.</para>
            	<para>This property applies only if the <strong>ShowRowsHeaders</strong>
                property is set to <strong>true</strong>.</para>
            </remarks>
            <value>
            The text displayed for the <strong>CalendarView</strong> header element. The default value is <b>""</b>.
            </value>
            <summary>
            Gets or sets the text displayed for the row header element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.ColumnHeaderText">
            <remarks>
            	<para>Use the <strong>ColumnHeaderText</strong> property to provide custom text
                for the <strong>CalendarView</strong> complete column header element.</para>
            	<div>
            		<list type="table">
            			<item>
            				<term><img src="images/hs-tip.gif"/></term>
            				<description>
            					<para>This property does not automatically encode to HTML. You need
                                to convert special characters to the appropriate HTML value, unless
                                you want the characters to be treated as HTML. For example, to
                                explicitly display the greater than symbol (&gt;), you must use the
                                value <strong>&amp;gt;</strong>.</para>
            				</description>
            			</item>
            		</list>
            	</div>
            	<para>Because this property does not automatically encode to HTML, it is possible
                to specify an HTML tag for the <strong>ColumnHeaderText</strong> property. For
                example, if you want to display an image for the next month navigation control, you
                can set this property to an expression that contains an
                <strong>&lt;img&gt;</strong> element.</para>
            	<para>This property applies only if the <strong>ShowColumnHeaders</strong>
                property is set to <strong>true</strong>.</para>
            </remarks>
            <value>
            The text displayed for the <strong>CalendarView</strong> column header element. The default value is <b>""</b>.
            </value>
            <summary>
            Gets or sets the text displayed for the column header element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.ColumnHeaderImage">
            <value>
            The image displayed for the <strong>CalendarView</strong> column header element in the
            header cells. The default value is <b>""</b>.
            </value>
            <summary>
            Gets or sets the image displayed for the column header element.
            </summary>
            <remarks>
            	<para>This property applies only if the <strong>ShowColumnHeaders</strong> property
                is set to <strong>true</strong>. If <strong>ColumnHeaderText</strong> is set too,
                its value is set as an alternative text to the image of the column header.</para>
            	<para>When using this property, the whole image URL is generated using also the
                value.</para>
            	<para>Example:</para>
            	<para><strong>ShowColumnHeaders</strong>="true"<br/>
            		<strong>ImagesBaseDir</strong> = "Img/"<br/>
            		<strong>ColumnHeaderImage</strong> = "selector.gif"<br/>
            		<strong>complete image URL</strong> : "Img/selector.gif"</para>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.RowHeaderImage">
            <value>
            The image displayed for the <strong>CalendarView</strong> row header element. The default value is <b>""</b>.
            </value>
            <summary>
            Gets or sets the image displayed for the row header element.
            </summary>
            <remarks>
            	<para>This property applies only if the <strong>ShowRowHeaders</strong> property is
                set to <strong>true</strong>. If <strong>RowHeaderText</strong> is set too, its
                value is set as an alternative text to the image of the row header.</para>
            	<para>When using this property, the whole image URL is generated using also the
                value.</para>
            	<para>Example:<br/>
            		<strong>ShowRowHeaders</strong> = "true"<br/>
            		<strong>ImagesBaseDir</strong> = "Img/"<br/>
            		<strong>RowHeaderImage</strong> = "selector.gif"<br/>
            		<strong>complete image URL</strong> : "Img/selector.gif"</para>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.CellMargin">
            <summary>
            Gets or sets the margin of the view cells
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.CellPadding">
            <summary>
            Gets or sets the margin of the view cells
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.ViewSelectorImage">
            <summary>
            	<para>Gets or sets the image displayed for the complete
                selection element in the view selector cell.</para>
            </summary>
            <value>
            The image displayed for the <strong>CalendarView</strong> selection element in
            the selector cell. The default value is <b>""</b>.
            </value>
            <remarks>
            	<para>When using this property, the whole image URL is generated using also the
                value.</para>
            	<para>Example:<br/>
            		<strong>ImagesBaseDir</strong> = "Img/"<br/>
            		<strong>ViewSelectorImage</strong> = "selector.gif"<br/>
            		<strong>complete image URL</strong> : "Img/selector.gif"</para>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.ShowOtherMonthsDays">
            <summary>
            Gets or sets whether the month matrix, when rendered will show days from other (previous or next)
            months or will render only blank cells.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.AllowFishEye">
            <summary>Gets or sets whether the fish eye functionality is enabled.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.ZoomFactor">
            <summary>Gets or sets the zooming factor of a cell which is handled by the fish eye functionality.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.MonthLayout">
             <summary>
             	<para>Gets or sets the predefined pairs of rows and columns, so that the product of
                 the two values is exactly 42, which guarantees valid calendar layout. It is applied
                 on a single view level to every
            </para>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.HeaderWidth">
            <summary>
            The Width applied to a Header
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.HeaderHeight">
            <summary>
            The Height applied to a Header
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.ShowSelector">
            <summary>Gets or sets whether a single CalendarView object will display a selector.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.MultiViewRows">
            <summary>
            Gets or sets the the count of rows to be displayed by a multi month
            <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.MultiViewColumns">
            <summary>
            Gets or sets the the count of columns to be displayed by a multi month
            <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.ShowHeader">
            <summary>Gets or sets whether a single CalendarView object will display a title row.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.TitleFormat">
            <summary>Gets or sets the format string used to format the text inside the header row.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.ShowColumnHeaders">
            <summary>Gets or sets whether a CalendarView object will display a header row.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.ShowRowHeaders">
            <summary>Gets or sets whether a CalendarView object will display a header column.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.AllowRowHeaderSelectors">
            <summary>
            Gets or sets whether row headers ( if displayed by a <strong>MonthView</strong> object)
            will act as row selectors.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.AllowColumnHeaderSelectors">
            <summary>
            Gets or sets whether column headers ( if displayed by a <strong>MonthView</strong> object)
            will act as column selectors.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.AllowViewSelector">
            <summary> 
            Gets or sets whether a selector for the entire <strong>CalendarView</strong> (
            <strong>MonthView</strong> ) will appear on the calendar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.IsMultipleView">
            <summary>
            Gets a value indicating whether the CalendarView has child views.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.ViewRenderStartDate">
            <summary>
            Gets the DateTime object that is the first date to be rendered by CalendarView.
            While ViewStartDate is the start date that is handled by a particular CalendarView instance,
            the ViewRenderStartDate might belong to a different (previous) CalendarView object.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.ViewRenderEndDate">
            <summary>
            Gets the DateTime object that is the last date to be rendered by CalendarView.
            While ViewEndDate is the start date that is handled by a particular CalendarView instance,
            the ViewRenderEndDate might belong to a different (next) CalendarView object.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.ViewStartDate">
            <summary>
            Gets or sets a DateTime value specifying the starting date for the period handled by a CalendarView instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.ViewEndDate">
            <summary>
            Gets or sets a DateTime value specifying the ending date for the period handled by a CalendarView instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.Bounds">
            <summary>
            Gets or sets the size and location of the tree node in pixels, relative to the parent layout.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.Rows">
            <summary>
            Gets or sets the the count of rows to be displayed by a CalendarView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.Columns">
            <summary>
            Gets or sets the the count of columns to be displayed by a CalendarView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.PreviousView">
            <summary>
            Gets the previous available view. Used for traversal of the calendar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.NextView">
            <summary>
            Gets the next available view. Used for traversal of the calendar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.CurrentCalendar">
            <summary>
            Gets the default <strong>System.Globalization.Calendar</strong> instance as
            specified by the default culture.
            </summary>
            <remarks>
            	<para>A calendar divides time into measures, such as weeks, months, and years. The
                number, length, and start of the divisions vary in each calendar.</para>
            	<para>Any moment in time can be represented as a set of numeric values using a
                particular calendar. For example, the last vernal equinox occurred at (0.0, 0, 46,
                8, 20, 3, 1999) in the Gregorian calendar. An implementation of <b>Calendar</b> can
                map any <strong>DateTime</strong> value to a similar set of numeric values, and
                <b>DateTime</b> can map such sets of numeric values to a textual representation
                using information from <b>Calendar</b> and <strong>DateTimeFormatInfo</strong>. The
                textual representation can be culture-sensitive (for example, "8:46 AM March 20th
                1999 AD" for the en-US culture) or culture-insensitive (for example,
                "1999-03-20T08:46:00" in ISO 8601 format).</para>
            	<para>A <b>Calendar</b> implementation can define one or more eras. The
                <b>Calendar</b> class identifies the eras as enumerated integers where the current
                era (<strong>CurrentEra</strong>) has the value 0.</para>
            	<para>In order to make up for the difference between the calendar year and the
                actual time that the earth rotates around the sun or the actual time that the moon
                rotates around the earth, a leap year has a different number of days than a
                standard calendar year. Each <b>Calendar</b> implementation defines leap years
                differently.</para>
            	<para>For consistency, the first unit in each interval (for example, the first
                month) is assigned the value 1.</para>
            	<para>The <strong>System.Globalization</strong> namespace includes the following
                <b>Calendar</b> implementations: <strong>GregorianCalendar</strong>,
                <strong>HebrewCalendar</strong>, <strong>HijriCalendar</strong>,
                <strong>JapaneseCalendar</strong>, <strong>JulianCalendar</strong>,
                <strong>KoreanCalendar</strong>, <strong>TaiwanCalendar</strong>, and
                <strong>ThaiBuddhistCalendar</strong>.</para>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.CellVerticalSpacing">
            <summary>
            Gets or sets the vertical spacing between the calendar cells
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarView.CellHorizontalSpacing">
            <summary>
            Gets or sets the horizontal spacing between the calendar cells
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CalendarView.PropertyChanged">
            <summary>
            Occurs when when a property of an object changes change. 
            Calling the event is developer's responsibility.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarViewCollection.UpdateOwnerShip(Telerik.WinControls.UI.CalendarView)">
            <summary>
            Updates correctly the visual appearance of RadCalendar. Updates the parential 
            dependencies (parent and Calendar properties) also.
            </summary>
            <param name="view">the CalendarView that will be updated</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarViewCollection.Find(System.String,System.Boolean)">
            <summary>
            Finds the calendar views with specified key, optionally searching child views.
            </summary>
            <param name="key">The name of the calendar view to search for.</param>
            <param name="searchAllChildren">true to search child views; otherwise, false.</param>
            <returns>An array of CalendarView objects whose Name property matches the specified key.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarViewCollection.IndexOf(Telerik.WinControls.UI.CalendarView)">
            <summary>
            Returns the index of the specified calendar view in the collection.
            </summary>
            <param name="view">The CalendarView to locate in the collection.</param>
            <returns>The zero-based index of the item found in the calendar view collection; otherwise, -1.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarViewCollection.AddRange(Telerik.WinControls.UI.CalendarViewCollection)">
            <summary>
            Adds an collection of previously created CalendarView objects to the collection.
            </summary>
            <param name="viewsCollection">An array of CalendarView objects representing the views to add to the collection.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarViewCollection.Add(Telerik.WinControls.UI.CalendarView)">
            <summary>
            Adds a previously created CalendarView object to the end of the CalendarViewCollection.
            </summary>
            <param name="view">The CalendarView object to add to the collection.</param>
            <returns>The zero-based index value of the CalendarView object added to the CalendarViewCollection.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarViewCollection.GetEnumerator">
            <summary>
            Returns an enumerator that can be used to iterate through the CalendarView collection.
            </summary>
            <returns>An IEnumerator that represents the CalendarView collection.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarViewCollection.Insert(System.Int32,Telerik.WinControls.UI.CalendarView)">
            <summary>
            Inserts an existing CalendarView object into the CalendarViewCollection at the specified location.
            </summary>
            <param name="index">The indexed location within the collection to insert the CalendarView object. </param>
            <param name="view">The CalendarView object to insert into the collection.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarViewCollection.Remove(Telerik.WinControls.UI.CalendarView)">
            <summary>
            Removes the specified CalendarView object from the CalendarViewCollection.
            </summary>
            <param name="view">The CalendarView object to remove.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarViewCollection.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that can be used to iterate through the CalendarView collection.
            </summary>
            <returns>An IEnumerator that represents the CalendarView collection.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarViewCollection.Clear">
            <summary>
            Removes all CalendarView objects from the collection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarViewCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
            <summary>
            Copies the elements of the CalendarViewCollection to an Array, starting at a particular Array index.
            </summary>
            <param name="array">The one-dimensional Array that is the destination of the elements copied from CalendarViewCollection. 
            The Array must have zero-based indexing.</param>
            <param name="index">The zero-based index in array at which copying begins.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarViewCollection.System#Collections#IList#Add(System.Object)">
            <summary>
            Adds a previously created CalendarView object to the end of the CalendarViewCollection.
            </summary>
            <param name="value">The CalendarView object to add to the collection.</param>
            <returns>The zero-based index value of the CalendarView object added to the CalendarViewCollection.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarViewCollection.System#Collections#IList#Clear">
            <summary>
            Removes all CalendarView objects from the collection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarViewCollection.System#Collections#IList#Contains(System.Object)">
            <summary>
            Determines whether the specified CalendarView object is a member of the collection.
            </summary>
            <param name="value">The CalendarView to locate in the collection.</param>
            <returns>true if the CalendarView is a member of the collection; otherwise, false.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarViewCollection.System#Collections#IList#IndexOf(System.Object)">
            <summary>
            Returns the index of the specified calendar view in the collection.
            </summary>
            <param name="value">The CalendarView to locate in the collection.</param>
            <returns>The zero-based index of the item found in the calendar view collection; otherwise, -1.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarViewCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
            <summary>
            Inserts an existing CalendarView object into the CalendarViewCollection at the specified location.
            </summary>
            <param name="index">The indexed location within the collection to insert the CalendarView object. </param>
            <param name="value">The CalendarView object to insert into the collection.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarViewCollection.System#Collections#IList#Remove(System.Object)">
            <summary>
            Removes the specified CalendarView object from the CalendarViewCollection.
            </summary>
            <param name="value">The CalendarView object to remove.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CalendarViewCollection.System#Collections#IList#RemoveAt(System.Int32)">
            <summary>
            Removes the element at the specified index of the CalendarViewCollection. 
            </summary>
            <param name="index">The zero-based index of the element to remove.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarViewCollection.Count">
            <summary>
            Gets the total number of CalendarView objects in the collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarViewCollection.Item(System.Int32)">
            <summary>
            Gets or sets the CalendarView at the specified indexed location in the collection.
            </summary>
            <param name="index">The indexed location of the CalendarView in the collection.</param>
            <returns>The CalendarView at the specified indexed location in the collection.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarViewCollection.Item(System.String)">
            <summary>
            Gets or sets by name the CalendarView instance in the collection.
            </summary>
            <param name="str">The name of the CalendarView in the collection.</param>
            <returns>The CalendarView with a specified name in the collection.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarViewCollection.System#Collections#ICollection#IsSynchronized">
            <summary>
            Gets a value indicating whether access to the CalendarViewCollection is synchronized (thread safe). 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarViewCollection.System#Collections#ICollection#SyncRoot">
            <summary>
            Gets an object that can be used to synchronize access to the CalendarViewCollection. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarViewCollection.System#Collections#IList#IsFixedSize">
            <summary>
            Gets a value indicating whether the CalendarViewCollection has a fixed size. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarViewCollection.System#Collections#IList#IsReadOnly">
            <summary>
            Gets a value indicating whether the CalendarViewCollection is read-only. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarViewCollection.System#Collections#IList#Item(System.Int32)">
            <summary>
            Gets or sets the CalendarView at the specified indexed location in the collection.
            </summary>
            <param name="index">The indexed location of the CalendarView in the collection.</param>
            <returns>The CalendarView at the specified indexed location in the collection.</returns>
        </member>
        <member name="T:Telerik.WinControls.UI.DayNameFormat">
            <summary>
            Specifies the display formats for the days of the week used as selectors by
            <strong>RadCalendar</strong>.You can specify whether the days of the week are displayed as
            the full name, short (abbreviated) name, first letter of the day, or first two letters of the day.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.DayNameFormat.Full">
            <summary>
            The days of the week displayed in full format. For example, <strong>Tuesday</strong>.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.DayNameFormat.Short">
            <summary>
            The days of the week displayed in abbreviated format. For example, <strong>Tues</strong>.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.DayNameFormat.FirstLetter">
            <summary>
            The days of the week displayed with just the first letter. For example, <strong>T</strong>.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.DayNameFormat.FirstTwoLetters">
            <summary>
            The days of the week displayed with just the first two letters. For example, <strong>Tu</strong>.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.DayNameFormat.Shortest">
            <summary>
            The shortest unique abbreviated day names associated with the current DateTimeFormatInfo object.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.FirstDayOfWeek">
            <summary>
            Indicates the first day of the week to use when calling date-related functions. 
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.FirstDayOfWeek.Sunday">
            <summary>
            Sunday
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.FirstDayOfWeek.Monday">
            <summary>
            Monday
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.FirstDayOfWeek.Tuesday">
            <summary>
            Tuesday
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.FirstDayOfWeek.Wednesday">
            <summary>
            Wednesday
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.FirstDayOfWeek.Thursday">
            <summary>
            Thursday
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.FirstDayOfWeek.Friday">
            <summary>
            Friday
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.FirstDayOfWeek.Saturday">
            <summary>
            Saturday
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.FirstDayOfWeek.Default">
            <summary>
            Handled by the current System.Globalization.Calendar object.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.MonthLayout">
            <summary>
            Summary description for MonthLayout.
            Layout_7columns_x_6rows  - horizontal layout
            Layout_14columns_x_3rows - horizontal layout     
            Layout_21columns_x_2rows - horizontal layout
            Layout_7rows_x_6columns  - vertical layout, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns.
            Layout_14rows_x_3columns - vertical layout, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns.
            Layout_21rows_x_2columns - vertical layout, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.MonthLayout.Layout_7columns_x_6rows">
            <summary>
            Allows the calendar to display the days in a 7  by 6 matrix.
            </summary>
            <value>1</value>
        </member>
        <member name="F:Telerik.WinControls.UI.MonthLayout.Layout_14columns_x_3rows">
            <summary>
            Alows the calendar to display the days in a 14 by 3 matrix.
            </summary>
            <value>2</value>
        </member>
        <member name="F:Telerik.WinControls.UI.MonthLayout.Layout_21columns_x_2rows">
            <summary>
            Allows the calendar to display the days in a 21 by 2 matrix.
            </summary>
            <value>4</value>
        </member>
        <member name="F:Telerik.WinControls.UI.MonthLayout.Layout_7rows_x_6columns">
            <summary>
            Allows the calendar to display the days in a 7  by 6 matrix, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns.
            </summary>
            <value>8</value>
        </member>
        <member name="F:Telerik.WinControls.UI.MonthLayout.Layout_14rows_x_3columns">
            <summary>
            Allows the calendar to display the days in a 14 by 3 matrix, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns.
            </summary>
            <value>16</value>
        </member>
        <member name="F:Telerik.WinControls.UI.MonthLayout.Layout_21rows_x_2columns">
            <summary>
            Allows the calendar to display the days in a 21 by 2 matrix, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns.
            </summary>
            <value>32</value>
        </member>
        <member name="T:Telerik.WinControls.UI.RecurringEvents">
            <summary>
            Summary description for RecurringEvents.
            DayInMonth - Only the day part of the date is taken into account. That gives the ability to serve events repeated every month on the same day.
            DayAndMonth - The month and the day part of the date is taken into account. That gives the ability to serve events repeated in a specific month on the same day.
            Today - gives the ability to control the visual appearace of today's date.
            None - Default value, means that the day in question is a single point event, no recurrences.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RecurringEvents.DayInMonth">
            <summary>
            Only the day part of the date is taken into account. That gives the ability to serve events repeated every month on the same day.
            </summary>
            <value>1</value>
        </member>
        <member name="F:Telerik.WinControls.UI.RecurringEvents.DayAndMonth">
            <summary>
            The month and the day part of the date are taken into account. That gives the ability to serve events repeated in a specific month on the same day.
            </summary>
            <value>2</value>
        </member>
        <member name="F:Telerik.WinControls.UI.RecurringEvents.Week">
            <summary>
            The week day is taken into account. That gives the ability to serve events repeated in a specific day of the week.
            </summary>
            <value>4</value>
        </member>
        <member name="F:Telerik.WinControls.UI.RecurringEvents.WeekAndMonth">
            <summary>
            The week day and the month are taken into account. That gives the ability to serve events repeated in a specific week day in a specific month.
            </summary>
            <value>8</value>
        </member>
        <member name="F:Telerik.WinControls.UI.RecurringEvents.Today">
            <summary>
             Gives the ability to control the visual appearace of today's date.
            </summary>
            <value>16</value>
        </member>
        <member name="F:Telerik.WinControls.UI.RecurringEvents.None">
            <summary>
            Default value, means that the day in question is a single point event, no recurrence.
            </summary>
            <value>32</value>
        </member>
        <member name="T:Telerik.WinControls.UI.MonthView">
            <summary>
            Summary description for CalendarView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.MonthView.GetDayHeaderString(System.Int32)">
            <summary>
            Gets the string representation for a particular day in the week.
            </summary>
            <param name="weekDay">Specifies the day of the week.</param>
            <returns>the string representation for the specified day.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.MonthView.GetToolTip(Telerik.WinControls.UI.RadCalendarDay)">
            <summary>
            Retrieves the ToolTip text associated with a particular RadCalendarDay object.
            </summary>
            <param name="calendarDay">RadCalendarDay object</param>
            <returns>The retrieved ToolTip text associated with a particular RadCalendarDay object</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.MonthView.GetSpecialDay(System.DateTime)">
            <summary>
            Gets the RadCalendarDay object associated with a particular DateTime object if any.
            </summary>
            <param name="processedDate">DateTime object to be tested.</param>
            <returns>The retrieved RadCalendarDay object.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.MonthView.GetMonthName(System.Int32,System.Boolean)">
            <summary>
            Gets the month name.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.MonthView.MonthsInView">
            <summary>
            Returns the number of months displayed by a particular MonthView (in this case 1).
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.MultiMonthView">
            <summary>
            Summary description for CalendarView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.MultiMonthView.InitializeFocusedViewPosition">
            <summary>
            Calculates the correct position of the CalendarView
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.IndexOf(System.DateTime)">
            <summary>
            Returns the index of the specified DateTime object in the collection.
            </summary>
            <param name="date">The DateTime object to locate in the collection.</param>
            <returns>The zero-based index of the item found in the DateTimeCollection; otherwise, -1.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.Add(System.DateTime)">
            <summary>
            Adds a previously created DateTime object to the end of the DateTimeCollection.
            </summary>
            <param name="date">The DateTime object to add to the collection.</param>
            <returns>The zero-based index value of the DateTime object added to the DateTimeCollection.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.GetEnumerator">
            <summary>
            Returns an enumerator that can be used to iterate through the DateTime collection.
            </summary>
            <returns>An IEnumerator that represents the DateTime collection.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.Insert(System.Int32,System.DateTime)">
            <summary>
            Inserts an existing DateTime object into the DateTimeCollection at the specified location.
            </summary>
            <param name="index">The indexed location within the collection to insert the DateTime object. </param>
            <param name="date">The DateTime object to insert into the collection.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.CanAdd(System.DateTime)">
            <summary>
            CanAdd method verify whether the date can be add to the collection.
            </summary>
            <param name="date">The DateTime object to insert into the collection.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.Remove(System.DateTime)">
            <summary>
            Removes the specified DateTime object from the DateTimeCollection.
            </summary>
            <param name="date">The DateTime object to remove.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.Clear">
            <summary>
            Removes all DateTime objects from the collection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.RemoveRange(System.Int32,System.Int32)">
            <summary>
            Removes a range of DateTime elements from the DateTimeCollection. 
            </summary>
            <param name="index">The zero-based starting index of the range of elements to remove.</param>
            <param name="count">The number of elements to remove.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.AddRange(System.DateTime[])">
            <summary>
            Adds an array of previously created DateTime objects to the collection.
            </summary>
            <param name="inputItems">An array of DateTime objects representing the dates to add to the collection.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.Contains(System.DateTime)">
            <summary>
            Determines whether the specified DateTime object is a member of the collection.
            </summary>
            <param name="value">The DateTime to locate in the collection.</param>
            <returns>true if the DateTime is a member of the collection; otherwise, false.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.ToArray">
            <summary>
            Copies the elements of the DateTime collection to a new DateTime array. 
            </summary>
            <returns> A DateTime array</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that can be used to iterate through the DateTime collection.
            </summary>
            <returns>An IEnumerator that represents the DateTime collection.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
            <summary>
            Copies the elements of the DateTimeCollection to an Array, starting at a particular Array index.
            </summary>
            <param name="array">The one-dimensional Array that is the destination of the elements copied from DateTimeCollection. 
            The Array must have zero-based indexing.</param>
            <param name="index">The zero-based index in array at which copying begins.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.System#Collections#IList#Add(System.Object)">
            <summary>
            Adds a previously created DateTime object to the end of the DateTimeCollection.
            </summary>
            <param name="value">The DateTime object to add to the collection.</param>
            <returns>The zero-based index value of the DateTime object added to the DateTimeCollection.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.System#Collections#IList#Clear">
            <summary>
            Removes all DateTime objects from the collection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.System#Collections#IList#Contains(System.Object)">
            <summary>
            Determines whether the specified DateTime object is a member of the collection.
            </summary>
            <param name="value">The DateTime to locate in the collection.</param>
            <returns>true if the DateTime is a member of the collection; otherwise, false.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.System#Collections#IList#IndexOf(System.Object)">
            <summary>
            Returns the index of the specified DateTime object in the collection.
            </summary>
            <param name="value">The  DateTime object to locate in the collection.</param>
            <returns>The zero-based index of the item found in the DateTimeCollection</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
            <summary>
            Inserts an existing DateTime object into the DateTimeCollection at the specified location.
            </summary>
            <param name="index">The indexed location within the collection to insert the DateTime object. </param>
            <param name="value">The DateTime object to insert into the collection.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.System#Collections#IList#Remove(System.Object)">
            <summary>
            Removes the specified DateTime object from the DateTimeCollection.
            </summary>
            <param name="value">The DateTime object to remove.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.System#Collections#IList#RemoveAt(System.Int32)">
            <summary>
            Removes the element at the specified index of the DateTimeCollection. 
            </summary>
            <param name="index">The zero-based index of the element to remove.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.Clone">
            <summary>
            Creates a new DateTimeCollection object that is a copy of the current instance. 
            </summary>
            <returns>A new DateTimeCollection object that is a copy of this instance.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.DateTimeCollection.System#ICloneable#Clone">
            <summary>
            Creates a new object that is a copy of the current instance. 
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.DateTimeCollection.Count">
            <summary>
            Gets the total number of DateTime objects in the collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DateTimeCollection.Item(System.Int32)">
            <summary>
            Gets or sets the DateTime at the specified indexed location in the collection.
            </summary>
            <param name="index">The indexed location of the DateTime in the collection.</param>
            <returns>The DateTime at the specified indexed location in the collection.</returns>        
        </member>
        <member name="P:Telerik.WinControls.UI.DateTimeCollection.System#Collections#ICollection#IsSynchronized">
            <summary>
            Gets a value indicating whether access to the DateTimeCollection is synchronized (thread safe). 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DateTimeCollection.System#Collections#ICollection#SyncRoot">
            <summary>
            Gets an object that can be used to synchronize access to the DateTimeCollection. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DateTimeCollection.System#Collections#IList#IsFixedSize">
            <summary>
            Gets a value indicating whether the DateTimeCollection has a fixed size. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DateTimeCollection.System#Collections#IList#IsReadOnly">
            <summary>
            Gets a value indicating whether the DateTimeCollection is read-only. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DateTimeCollection.System#Collections#IList#Item(System.Int32)">
            <summary>
            Gets or sets the DateTime at the specified indexed location in the collection.
            </summary>
            <param name="index">The indexed location of the DateTime in the collection.</param>
            <returns>The DateTime at the specified indexed location in the collection.</returns>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCalendar">
            <summary>
            The RadCalendar main class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalendar.OnSelectionChanging(Telerik.WinControls.UI.DateTimeCollection,System.Collections.Generic.List{System.DateTime})">
            <summary>
            Raises the SelectionChanging event.
            </summary>
            <param name="dates">A DateTimeCollection collection used by SelectionEventArgs.</param>
            <param name="newDates">A List with Dates which will be selected</param>
            <returns>SelectionEventArgs instance.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalendar.OnSelectionChanged">
            <summary>
            Raises the SelectionChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalendar.OnElementRender(Telerik.WinControls.UI.LightVisualElement,Telerik.WinControls.UI.RadCalendarDay,Telerik.WinControls.UI.CalendarView)">
            <summary>
            Raises the <em>ElementRender</em> event of the RadCalendar control and allows you to provide a custom 
            handler for the <em>ElementRender</em> event. 
            </summary>
            <param name="cell">A LightVisualElement object that contains information about the cell to render.</param>
            <param name="day">A RadCalendarDay that contains information about the day to render.</param>
            <param name="view">A CalendarView that contains the day to render.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalendar.OnViewChanging(Telerik.WinControls.UI.CalendarView)">
            <summary>
            Raises the ViewChanging event.
            </summary>
            <param name="view">A CalendarView collection used by ViewChangingEventArgs.</param>
            <returns>ViewChangingEventArgs instance.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalendar.OnViewChanged">
            <summary>
            Raises the ViewChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalendar.RemoveFocusedDate(System.Boolean)">
            <summary>
            Remove focused date and change the current view to today
            </summary>
            <param name="removeAlsoSelectedDate">Indicates that all selected dates will be cleared as well.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalendar.TruncateTimeComponent(System.DateTime)">
            <summary>
            Removes the time component of a DateTime object, thus leaving only the date part.
            </summary>
            <param name="date">the DateTime object to be processed.</param>
            <returns>the DateTime object containing only the date part of the original DateTime object.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalendar.EnsureDefaultView">
            <summary>
            Ensures that a valid CalendarView object is instantiated and used by RadCalendar as default view.
            </summary>
            <returns>The CalendarView object to be used as default view.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCalendar.InvalidateCalendar">
            <summary>
            Explicitely invalidates RadCalendar layout. Can be used when batch updates to calendar properties are made
            outside of the control that require control invalidation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.CurrentViewRow">
            <summary>
            Gets or sets the row in the multi-view table where the focused date is positioned.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.CurrentViewColumn">
            <summary>
            The column in the multi-view table where the focused date is positioned.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.CalendarElement">
            <summary>
            Gets the instance of RadCalendarElement wrapped by this control. RadCalendarElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadCalendar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.HeaderNavigationMode">
            <summary>
            Specifies the navigation mode that will be used when user click on header element.Zoom navigation mode is not supporting in MultipleView of RadCalendar
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCalendar.Navigating">
            <summary>
            Occurs when the view is about to be changed by the navigation elements.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCalendar.Navigated">
            <summary>
            Occurs when the view is changed by the navigation elements.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCalendar.SelectionChanging">
            <summary>
            <em>SlectionChanged</em> event is fired when a new date is added or removed from
            the SelectedDates collection.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCalendar.SelectionChanged">
            <summary>
            <em>SlectionChanged</em> event is fired when a new date is added or removed from the
            SelectedDates collection.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCalendar.ElementRender">
            <summary>
            <em>ElementRender</em> event is fired after the generation of every calendar cell
            object and just before it gets rendered. It is the last place where
            changes to the already constructed calendar cells can be made.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCalendar.ViewChanging">
            <summary>
            	<em>ViewChanging</em> event is fired when a navigation to a different date range is required.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCalendar.ViewChanged">
            <summary>
            	<em>ViewChanged</em> event is fired when a navigation to a different date
            range occurred. Generally this is done by using the normal navigation buttons.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.DayNameFormat">
            <summary>
            Specifies the display formats for the days of the week used as selectors by <strong>RadCalendar</strong>.
            </summary>
            <remarks>
            	<para>Use the <b>DayNameFormat</b> property to specify the name format for the days
                of the week. This property is set with one of the <strong>DayNameFormat</strong>
                enumeration values. You can specify whether the days of the week are displayed as
                the full name, short (abbreviated) name, first letter of the day, or first two
                letters of the day.</para>
            	<para>The <b>DayNameFormat</b> enumeration represents the display formats for the
                days of the week used as selectors by <strong>RadCalendar</strong>.</para>
            	<list type="table">
            		<listheader>
            			<term>Member name</term>
            			<description>Description</description>
            		</listheader>
            		<item>
            			<term><b>FirstLetter</b></term>
            			<description>The days of the week displayed with just the first letter. For
                        example, <strong>T</strong>.</description>
            		</item>
            		<item>
            			<term><b>FirstTwoLetters</b></term>
            			<description>The days of the week displayed with just the first two
                        letters. For example, <strong>Tu</strong>.</description>
            		</item>
            		<item>
            			<term><b>Full</b></term>
            			<description>The days of the week displayed in full format. For example,
                        <strong>Tuesday</strong>.</description>
            		</item>
            		<item>
            			<term><b>Short</b></term>
            			<description>The days of the week displayed in abbreviated format. For
                        example, <strong>Tues</strong>.</description>
            		</item>
            		<item>
            			<term><b>Shortest</b></term>
            			<description>The shortest unique abbreviated day names associated with the current DateTimeFormatInfo 
                        object.</description>
            		</item>
            	</list>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.DateTimeFormat">
            <summary>
            Gets or sets a <strong>DateTimeFormatInfo</strong> instance that defines the
            culturally appropriate format of displaying dates and times as specified by the default
            culture.
            </summary>
            <remarks>
            	<para>A <strong>DateTimeFormatInfo</strong> can be created only for the invariant
                culture or for specific cultures, not for neutral cultures.</para>
            	<para>The cultures are generally grouped into three sets: the invariant culture,
                the neutral cultures, and the specific cultures.</para>
            	<para>The invariant culture is culture-insensitive. You can specify the invariant
                culture by name using an empty string ("") or by its culture identifier 0x007F.
                <strong>InvariantCulture</strong> retrieves an instance of the invariant culture.
                It is associated with the English language but not with any country/region. It can
                be used in almost any method in the Globalization namespace that requires a
                culture. If a security decision depends on a string comparison or a case-change
                operation, use the <b>InvariantCulture</b> to ensure that the behavior will be
                consistent regardless of the culture settings of the system. However, the invariant
                culture must be used only by processes that require culture-independent results,
                such as system services; otherwise, it produces results that might be
                linguistically incorrect or culturally inappropriate.</para>
            	<para>A neutral culture is a culture that is associated with a language but not
                with a country/region. A specific culture is a culture that is associated with a
                language and a country/region. For example, "fr" is a neutral culture and "fr-FR"
                is a specific culture. Note that "zh-CHS" (Simplified Chinese) and "zh-CHT"
                (Traditional Chinese) are neutral cultures.</para>
            	<para>The user might choose to override some of the values associated with the
                current culture of Windows through Regional and Language Options (or Regional
                Options or Regional Settings) in Control Panel. For example, the user might choose
                to display the date in a different format or to use a currency other than the
                default for the culture.</para>
            	<para>If <strong>UseUserOverride</strong> is <b>true</b> and the specified culture
                matches the current culture of Windows, the <strong>CultureInfo</strong> uses those
                overrides, including user settings for the properties of the
                <b>DateTimeFormatInfo</b> instance returned by the <b>DateTimeFormat</b> property,
                the properties of the <strong>NumberFormatInfo</strong> instance returned by the
                <strong>NumberFormat</strong> property, and the properties of the
                <strong>CompareInfo</strong> instance returned by the <strong>CompareInfo</strong>
                property. If the user settings are incompatible with the culture associated with
                the <b>CultureInfo</b> (for example, if the selected calendar is not one of the
                <strong>OptionalCalendars</strong> ), the results of the methods and the values of
                the properties are undefined.<br/>
            		<br/>
            		<strong>Note:</strong> In this version of <strong>RadCalendar</strong> the
                <strong>NumberFormatInfo</strong> instance returned by the
                <strong>NumberFormat</strong> property is not taken into account.</para>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.Culture">
            <summary>
            	<para>Gets or sets the <strong>CultureInfo</strong> supported by this <strong>RadCalendar</strong> object.</para>
            	<para>Describes the names of the culture, the writing system, and
                the calendar used, as well as access to culture-specific objects that provide
                methods for common operations, such as formatting dates and sorting strings.</para>
            </summary>
            <remarks>
            	<para>The culture names follow the RFC 1766 standard in the format
                "&lt;languagecode2&gt;-&lt;country/regioncode2&gt;", where &lt;languagecode2&gt; is
                a lowercase two-letter code derived from ISO 639-1 and &lt;country/regioncode2&gt;
                is an uppercase two-letter code derived from ISO 3166. For example, U.S. English is
                "en-US". In cases where a two-letter language code is not available, the
                three-letter code derived from ISO 639-2 is used; for example, the three-letter
                code "div" is used for cultures that use the Dhivehi language. Some culture names
                have suffixes that specify the script; for example, "-Cyrl" specifies the Cyrillic
                script, "-Latn" specifies the Latin script.</para>
            	<para>The following predefined <b>CultureInfo</b> names and identifiers are
                accepted and used by this class and other classes in the System.Globalization
                namespace.</para>
            	<table cellspacing="0">
            		<tbody>
            			<tr valign="top">
            				<th width="32%">Culture Name</th>
            				<th width="34%">Culture Identifier</th>
            				<th width="34%">Language-Country/Region</th>
            			</tr>
            			<tr valign="top">
            				<td width="32%">"" (empty string)</td>
            				<td width="34%">0x007F</td>
            				<td width="34%">invariant culture</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">af</td>
            				<td width="34%">0x0036</td>
            				<td width="34%">Afrikaans</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">af-ZA</td>
            				<td width="34%">0x0436</td>
            				<td width="34%">Afrikaans - South Africa</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sq</td>
            				<td width="34%">0x001C</td>
            				<td width="34%">Albanian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sq-AL</td>
            				<td width="34%">0x041C</td>
            				<td width="34%">Albanian - Albania</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar</td>
            				<td width="34%">0x0001</td>
            				<td width="34%">Arabic</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-DZ</td>
            				<td width="34%">0x1401</td>
            				<td width="34%">Arabic - Algeria</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-BH</td>
            				<td width="34%">0x3C01</td>
            				<td width="34%">Arabic - Bahrain</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-EG</td>
            				<td width="34%">0x0C01</td>
            				<td width="34%">Arabic - Egypt</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-IQ</td>
            				<td width="34%">0x0801</td>
            				<td width="34%">Arabic - Iraq</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-JO</td>
            				<td width="34%">0x2C01</td>
            				<td width="34%">Arabic - Jordan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-KW</td>
            				<td width="34%">0x3401</td>
            				<td width="34%">Arabic - Kuwait</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-LB</td>
            				<td width="34%">0x3001</td>
            				<td width="34%">Arabic - Lebanon</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-LY</td>
            				<td width="34%">0x1001</td>
            				<td width="34%">Arabic - Libya</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-MA</td>
            				<td width="34%">0x1801</td>
            				<td width="34%">Arabic - Morocco</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-OM</td>
            				<td width="34%">0x2001</td>
            				<td width="34%">Arabic - Oman</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-QA</td>
            				<td width="34%">0x4001</td>
            				<td width="34%">Arabic - Qatar</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-SA</td>
            				<td width="34%">0x0401</td>
            				<td width="34%">Arabic - Saudi Arabia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-SY</td>
            				<td width="34%">0x2801</td>
            				<td width="34%">Arabic - Syria</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-TN</td>
            				<td width="34%">0x1C01</td>
            				<td width="34%">Arabic - Tunisia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-AE</td>
            				<td width="34%">0x3801</td>
            				<td width="34%">Arabic - United Arab Emirates</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ar-YE</td>
            				<td width="34%">0x2401</td>
            				<td width="34%">Arabic - Yemen</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">hy</td>
            				<td width="34%">0x002B</td>
            				<td width="34%">Armenian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">hy-AM</td>
            				<td width="34%">0x042B</td>
            				<td width="34%">Armenian - Armenia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">az</td>
            				<td width="34%">0x002C</td>
            				<td width="34%">Azeri</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">az-AZ-Cyrl</td>
            				<td width="34%">0x082C</td>
            				<td width="34%">Azeri (Cyrillic) - Azerbaijan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">az-AZ-Latn</td>
            				<td width="34%">0x042C</td>
            				<td width="34%">Azeri (Latin) - Azerbaijan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">eu</td>
            				<td width="34%">0x002D</td>
            				<td width="34%">Basque</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">eu-ES</td>
            				<td width="34%">0x042D</td>
            				<td width="34%">Basque - Basque</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">be</td>
            				<td width="34%">0x0023</td>
            				<td width="34%">Belarusian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">be-BY</td>
            				<td width="34%">0x0423</td>
            				<td width="34%">Belarusian - Belarus</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">bg</td>
            				<td width="34%">0x0002</td>
            				<td width="34%">Bulgarian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">bg-BG</td>
            				<td width="34%">0x0402</td>
            				<td width="34%">Bulgarian - Bulgaria</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ca</td>
            				<td width="34%">0x0003</td>
            				<td width="34%">Catalan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ca-ES</td>
            				<td width="34%">0x0403</td>
            				<td width="34%">Catalan - Catalan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">zh-HK</td>
            				<td width="34%">0x0C04</td>
            				<td width="34%">Chinese - Hong Kong SAR</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">zh-MO</td>
            				<td width="34%">0x1404</td>
            				<td width="34%">Chinese - Macau SAR</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">zh-CN</td>
            				<td width="34%">0x0804</td>
            				<td width="34%">Chinese - China</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">zh-CHS</td>
            				<td width="34%">0x0004</td>
            				<td width="34%">Chinese (Simplified)</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">zh-SG</td>
            				<td width="34%">0x1004</td>
            				<td width="34%">Chinese - Singapore</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">zh-TW</td>
            				<td width="34%">0x0404</td>
            				<td width="34%">Chinese - Taiwan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">zh-CHT</td>
            				<td width="34%">0x7C04</td>
            				<td width="34%">Chinese (Traditional)</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">hr</td>
            				<td width="34%">0x001A</td>
            				<td width="34%">Croatian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">hr-HR</td>
            				<td width="34%">0x041A</td>
            				<td width="34%">Croatian - Croatia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">cs</td>
            				<td width="34%">0x0005</td>
            				<td width="34%">Czech</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">cs-CZ</td>
            				<td width="34%">0x0405</td>
            				<td width="34%">Czech - Czech Republic</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">da</td>
            				<td width="34%">0x0006</td>
            				<td width="34%">Danish</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">da-DK</td>
            				<td width="34%">0x0406</td>
            				<td width="34%">Danish - Denmark</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">div</td>
            				<td width="34%">0x0065</td>
            				<td width="34%">Dhivehi</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">div-MV</td>
            				<td width="34%">0x0465</td>
            				<td width="34%">Dhivehi - Maldives</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">nl</td>
            				<td width="34%">0x0013</td>
            				<td width="34%">Dutch</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">nl-BE</td>
            				<td width="34%">0x0813</td>
            				<td width="34%">Dutch - Belgium</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">nl-NL</td>
            				<td width="34%">0x0413</td>
            				<td width="34%">Dutch - The Netherlands</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en</td>
            				<td width="34%">0x0009</td>
            				<td width="34%">English</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-AU</td>
            				<td width="34%">0x0C09</td>
            				<td width="34%">English - Australia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-BZ</td>
            				<td width="34%">0x2809</td>
            				<td width="34%">English - Belize</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-CA</td>
            				<td width="34%">0x1009</td>
            				<td width="34%">English - Canada</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-CB</td>
            				<td width="34%">0x2409</td>
            				<td width="34%">English - Caribbean</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-IE</td>
            				<td width="34%">0x1809</td>
            				<td width="34%">English - Ireland</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-JM</td>
            				<td width="34%">0x2009</td>
            				<td width="34%">English - Jamaica</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-NZ</td>
            				<td width="34%">0x1409</td>
            				<td width="34%">English - New Zealand</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-PH</td>
            				<td width="34%">0x3409</td>
            				<td width="34%">English - Philippines</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-ZA</td>
            				<td width="34%">0x1C09</td>
            				<td width="34%">English - South Africa</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-TT</td>
            				<td width="34%">0x2C09</td>
            				<td width="34%">English - Trinidad and Tobago</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-GB</td>
            				<td width="34%">0x0809</td>
            				<td width="34%">English - United Kingdom</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-US</td>
            				<td width="34%">0x0409</td>
            				<td width="34%">English - United States</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">en-ZW</td>
            				<td width="34%">0x3009</td>
            				<td width="34%">English - Zimbabwe</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">et</td>
            				<td width="34%">0x0025</td>
            				<td width="34%">Estonian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">et-EE</td>
            				<td width="34%">0x0425</td>
            				<td width="34%">Estonian - Estonia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fo</td>
            				<td width="34%">0x0038</td>
            				<td width="34%">Faroese</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fo-FO</td>
            				<td width="34%">0x0438</td>
            				<td width="34%">Faroese - Faroe Islands</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fa</td>
            				<td width="34%">0x0029</td>
            				<td width="34%">Farsi</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fa-IR</td>
            				<td width="34%">0x0429</td>
            				<td width="34%">Farsi - Iran</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fi</td>
            				<td width="34%">0x000B</td>
            				<td width="34%">Finnish</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fi-FI</td>
            				<td width="34%">0x040B</td>
            				<td width="34%">Finnish - Finland</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fr</td>
            				<td width="34%">0x000C</td>
            				<td width="34%">French</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fr-BE</td>
            				<td width="34%">0x080C</td>
            				<td width="34%">French - Belgium</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fr-CA</td>
            				<td width="34%">0x0C0C</td>
            				<td width="34%">French - Canada</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fr-FR</td>
            				<td width="34%">0x040C</td>
            				<td width="34%">French - France</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fr-LU</td>
            				<td width="34%">0x140C</td>
            				<td width="34%">French - Luxembourg</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fr-MC</td>
            				<td width="34%">0x180C</td>
            				<td width="34%">French - Monaco</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">fr-CH</td>
            				<td width="34%">0x100C</td>
            				<td width="34%">French - Switzerland</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">gl</td>
            				<td width="34%">0x0056</td>
            				<td width="34%">Galician</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">gl-ES</td>
            				<td width="34%">0x0456</td>
            				<td width="34%">Galician - Galician</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ka</td>
            				<td width="34%">0x0037</td>
            				<td width="34%">Georgian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ka-GE</td>
            				<td width="34%">0x0437</td>
            				<td width="34%">Georgian - Georgia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">de</td>
            				<td width="34%">0x0007</td>
            				<td width="34%">German</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">de-AT</td>
            				<td width="34%">0x0C07</td>
            				<td width="34%">German - Austria</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">de-DE</td>
            				<td width="34%">0x0407</td>
            				<td width="34%">German - Germany</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">de-LI</td>
            				<td width="34%">0x1407</td>
            				<td width="34%">German - Liechtenstein</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">de-LU</td>
            				<td width="34%">0x1007</td>
            				<td width="34%">German - Luxembourg</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">de-CH</td>
            				<td width="34%">0x0807</td>
            				<td width="34%">German - Switzerland</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">el</td>
            				<td width="34%">0x0008</td>
            				<td width="34%">Greek</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">el-GR</td>
            				<td width="34%">0x0408</td>
            				<td width="34%">Greek - Greece</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">gu</td>
            				<td width="34%">0x0047</td>
            				<td width="34%">Gujarati</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">gu-IN</td>
            				<td width="34%">0x0447</td>
            				<td width="34%">Gujarati - India</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">he</td>
            				<td width="34%">0x000D</td>
            				<td width="34%">Hebrew</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">he-IL</td>
            				<td width="34%">0x040D</td>
            				<td width="34%">Hebrew - Israel</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">hi</td>
            				<td width="34%">0x0039</td>
            				<td width="34%">Hindi</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">hi-IN</td>
            				<td width="34%">0x0439</td>
            				<td width="34%">Hindi - India</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">hu</td>
            				<td width="34%">0x000E</td>
            				<td width="34%">Hungarian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">hu-HU</td>
            				<td width="34%">0x040E</td>
            				<td width="34%">Hungarian - Hungary</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">is</td>
            				<td width="34%">0x000F</td>
            				<td width="34%">Icelandic</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">is-IS</td>
            				<td width="34%">0x040F</td>
            				<td width="34%">Icelandic - Iceland</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">id</td>
            				<td width="34%">0x0021</td>
            				<td width="34%">Indonesian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">id-ID</td>
            				<td width="34%">0x0421</td>
            				<td width="34%">Indonesian - Indonesia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">it</td>
            				<td width="34%">0x0010</td>
            				<td width="34%">Italian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">it-IT</td>
            				<td width="34%">0x0410</td>
            				<td width="34%">Italian - Italy</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">it-CH</td>
            				<td width="34%">0x0810</td>
            				<td width="34%">Italian - Switzerland</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ja</td>
            				<td width="34%">0x0011</td>
            				<td width="34%">Japanese</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ja-JP</td>
            				<td width="34%">0x0411</td>
            				<td width="34%">Japanese - Japan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">kn</td>
            				<td width="34%">0x004B</td>
            				<td width="34%">Kannada</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">kn-IN</td>
            				<td width="34%">0x044B</td>
            				<td width="34%">Kannada - India</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">kk</td>
            				<td width="34%">0x003F</td>
            				<td width="34%">Kazakh</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">kk-KZ</td>
            				<td width="34%">0x043F</td>
            				<td width="34%">Kazakh - Kazakhstan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">kok</td>
            				<td width="34%">0x0057</td>
            				<td width="34%">Konkani</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">kok-IN</td>
            				<td width="34%">0x0457</td>
            				<td width="34%">Konkani - India</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ko</td>
            				<td width="34%">0x0012</td>
            				<td width="34%">Korean</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ko-KR</td>
            				<td width="34%">0x0412</td>
            				<td width="34%">Korean - Korea</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ky</td>
            				<td width="34%">0x0040</td>
            				<td width="34%">Kyrgyz</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ky-KZ</td>
            				<td width="34%">0x0440</td>
            				<td width="34%">Kyrgyz - Kazakhstan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">lv</td>
            				<td width="34%">0x0026</td>
            				<td width="34%">Latvian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">lv-LV</td>
            				<td width="34%">0x0426</td>
            				<td width="34%">Latvian - Latvia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">lt</td>
            				<td width="34%">0x0027</td>
            				<td width="34%">Lithuanian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">lt-LT</td>
            				<td width="34%">0x0427</td>
            				<td width="34%">Lithuanian - Lithuania</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">mk</td>
            				<td width="34%">0x002F</td>
            				<td width="34%">Macedonian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">mk-MK</td>
            				<td width="34%">0x042F</td>
            				<td width="34%">Macedonian - FYROM</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ms</td>
            				<td width="34%">0x003E</td>
            				<td width="34%">Malay</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ms-BN</td>
            				<td width="34%">0x083E</td>
            				<td width="34%">Malay - Brunei</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ms-MY</td>
            				<td width="34%">0x043E</td>
            				<td width="34%">Malay - Malaysia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">mr</td>
            				<td width="34%">0x004E</td>
            				<td width="34%">Marathi</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">mr-IN</td>
            				<td width="34%">0x044E</td>
            				<td width="34%">Marathi - India</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">mn</td>
            				<td width="34%">0x0050</td>
            				<td width="34%">Mongolian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">mn-MN</td>
            				<td width="34%">0x0450</td>
            				<td width="34%">Mongolian - Mongolia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">no</td>
            				<td width="34%">0x0014</td>
            				<td width="34%">Norwegian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">nb-NO</td>
            				<td width="34%">0x0414</td>
            				<td width="34%">Norwegian (Bokmål) - Norway</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">nn-NO</td>
            				<td width="34%">0x0814</td>
            				<td width="34%">Norwegian (Nynorsk) - Norway</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">pl</td>
            				<td width="34%">0x0015</td>
            				<td width="34%">Polish</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">pl-PL</td>
            				<td width="34%">0x0415</td>
            				<td width="34%">Polish - Poland</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">pt</td>
            				<td width="34%">0x0016</td>
            				<td width="34%">Portuguese</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">pt-BR</td>
            				<td width="34%">0x0416</td>
            				<td width="34%">Portuguese - Brazil</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">pt-PT</td>
            				<td width="34%">0x0816</td>
            				<td width="34%">Portuguese - Portugal</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">pa</td>
            				<td width="34%">0x0046</td>
            				<td width="34%">Punjabi</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">pa-IN</td>
            				<td width="34%">0x0446</td>
            				<td width="34%">Punjabi - India</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ro</td>
            				<td width="34%">0x0018</td>
            				<td width="34%">Romanian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ro-RO</td>
            				<td width="34%">0x0418</td>
            				<td width="34%">Romanian - Romania</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ru</td>
            				<td width="34%">0x0019</td>
            				<td width="34%">Russian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ru-RU</td>
            				<td width="34%">0x0419</td>
            				<td width="34%">Russian - Russia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sa</td>
            				<td width="34%">0x004F</td>
            				<td width="34%">Sanskrit</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sa-IN</td>
            				<td width="34%">0x044F</td>
            				<td width="34%">Sanskrit - India</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sr-SP-Cyrl</td>
            				<td width="34%">0x0C1A</td>
            				<td width="34%">Serbian (Cyrillic) - Serbia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sr-SP-Latn</td>
            				<td width="34%">0x081A</td>
            				<td width="34%">Serbian (Latin) - Serbia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sk</td>
            				<td width="34%">0x001B</td>
            				<td width="34%">Slovak</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sk-SK</td>
            				<td width="34%">0x041B</td>
            				<td width="34%">Slovak - Slovakia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sl</td>
            				<td width="34%">0x0024</td>
            				<td width="34%">Slovenian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sl-SI</td>
            				<td width="34%">0x0424</td>
            				<td width="34%">Slovenian - Slovenia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es</td>
            				<td width="34%">0x000A</td>
            				<td width="34%">Spanish</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-AR</td>
            				<td width="34%">0x2C0A</td>
            				<td width="34%">Spanish - Argentina</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-BO</td>
            				<td width="34%">0x400A</td>
            				<td width="34%">Spanish - Bolivia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-CL</td>
            				<td width="34%">0x340A</td>
            				<td width="34%">Spanish - Chile</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-CO</td>
            				<td width="34%">0x240A</td>
            				<td width="34%">Spanish - Colombia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-CR</td>
            				<td width="34%">0x140A</td>
            				<td width="34%">Spanish - Costa Rica</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-DO</td>
            				<td width="34%">0x1C0A</td>
            				<td width="34%">Spanish - Dominican Republic</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-EC</td>
            				<td width="34%">0x300A</td>
            				<td width="34%">Spanish - Ecuador</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-SV</td>
            				<td width="34%">0x440A</td>
            				<td width="34%">Spanish - El Salvador</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-GT</td>
            				<td width="34%">0x100A</td>
            				<td width="34%">Spanish - Guatemala</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-HN</td>
            				<td width="34%">0x480A</td>
            				<td width="34%">Spanish - Honduras</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-MX</td>
            				<td width="34%">0x080A</td>
            				<td width="34%">Spanish - Mexico</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-NI</td>
            				<td width="34%">0x4C0A</td>
            				<td width="34%">Spanish - Nicaragua</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-PA</td>
            				<td width="34%">0x180A</td>
            				<td width="34%">Spanish - Panama</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-PY</td>
            				<td width="34%">0x3C0A</td>
            				<td width="34%">Spanish - Paraguay</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-PE</td>
            				<td width="34%">0x280A</td>
            				<td width="34%">Spanish - Peru</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-PR</td>
            				<td width="34%">0x500A</td>
            				<td width="34%">Spanish - Puerto Rico</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-ES</td>
            				<td width="34%">0x0C0A</td>
            				<td width="34%">Spanish - Spain</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-UY</td>
            				<td width="34%">0x380A</td>
            				<td width="34%">Spanish - Uruguay</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">es-VE</td>
            				<td width="34%">0x200A</td>
            				<td width="34%">Spanish - Venezuela</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sw</td>
            				<td width="34%">0x0041</td>
            				<td width="34%">Swahili</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sw-KE</td>
            				<td width="34%">0x0441</td>
            				<td width="34%">Swahili - Kenya</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sv</td>
            				<td width="34%">0x001D</td>
            				<td width="34%">Swedish</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sv-FI</td>
            				<td width="34%">0x081D</td>
            				<td width="34%">Swedish - Finland</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">sv-SE</td>
            				<td width="34%">0x041D</td>
            				<td width="34%">Swedish - Sweden</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">syr</td>
            				<td width="34%">0x005A</td>
            				<td width="34%">Syriac</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">syr-SY</td>
            				<td width="34%">0x045A</td>
            				<td width="34%">Syriac - Syria</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ta</td>
            				<td width="34%">0x0049</td>
            				<td width="34%">Tamil</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ta-IN</td>
            				<td width="34%">0x0449</td>
            				<td width="34%">Tamil - India</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">tt</td>
            				<td width="34%">0x0044</td>
            				<td width="34%">Tatar</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">tt-RU</td>
            				<td width="34%">0x0444</td>
            				<td width="34%">Tatar - Russia</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">te</td>
            				<td width="34%">0x004A</td>
            				<td width="34%">Telugu</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">te-IN</td>
            				<td width="34%">0x044A</td>
            				<td width="34%">Telugu - India</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">th</td>
            				<td width="34%">0x001E</td>
            				<td width="34%">Thai</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">th-TH</td>
            				<td width="34%">0x041E</td>
            				<td width="34%">Thai - Thailand</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">tr</td>
            				<td width="34%">0x001F</td>
            				<td width="34%">Turkish</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">tr-TR</td>
            				<td width="34%">0x041F</td>
            				<td width="34%">Turkish - Turkey</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">uk</td>
            				<td width="34%">0x0022</td>
            				<td width="34%">Ukrainian</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">uk-UA</td>
            				<td width="34%">0x0422</td>
            				<td width="34%">Ukrainian - Ukraine</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ur</td>
            				<td width="34%">0x0020</td>
            				<td width="34%">Urdu</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">ur-PK</td>
            				<td width="34%">0x0420</td>
            				<td width="34%">Urdu - Pakistan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">uz</td>
            				<td width="34%">0x0043</td>
            				<td width="34%">Uzbek</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">uz-UZ-Cyrl</td>
            				<td width="34%">0x0843</td>
            				<td width="34%">Uzbek (Cyrillic) - Uzbekistan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">uz-UZ-Latn</td>
            				<td width="34%">0x0443</td>
            				<td width="34%">Uzbek (Latin) - Uzbekistan</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">vi</td>
            				<td width="34%">0x002A</td>
            				<td width="34%">Vietnamese</td>
            			</tr>
            			<tr valign="top">
            				<td width="32%">vi-VN</td>
            				<td width="34%">0x042A</td>
            				<td width="34%">Vietnamese - Vietnam</td>
            			</tr>
            		</tbody>
            	</table>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.CurrentCalendar">
            <summary>
            Gets the default <strong>System.Globalization.Calendar</strong> instance as
            specified by the default culture.
            </summary>
            <remarks>
            	<para>A calendar divides time into measures, such as weeks, months, and years. The
                number, length, and start of the divisions vary in each calendar.</para>
            	<para>Any moment in time can be represented as a set of numeric values using a
                particular calendar. For example, the last vernal equinox occurred at (0.0, 0, 46,
                8, 20, 3, 1999) in the Gregorian calendar. An implementation of <b>Calendar</b> can
                map any <strong>DateTime</strong> value to a similar set of numeric values, and
                <b>DateTime</b> can map such sets of numeric values to a textual representation
                using information from <b>Calendar</b> and <strong>DateTimeFormatInfo</strong>. The
                textual representation can be culture-sensitive (for example, "8:46 AM March 20th
                1999 AD" for the en-US culture) or culture-insensitive (for example,
                "1999-03-20T08:46:00" in ISO 8601 format).</para>
            	<para>A <b>Calendar</b> implementation can define one or more eras. The
                <b>Calendar</b> class identifies the eras as enumerated integers where the current
                era (<strong>CurrentEra</strong>) has the value 0.</para>
            	<para>In order to make up for the difference between the calendar year and the
                actual time that the earth rotates around the sun or the actual time that the moon
                rotates around the earth, a leap year has a different number of days than a
                standard calendar year. Each <b>Calendar</b> implementation defines leap years
                differently.</para>
            	<para>For consistency, the first unit in each interval (for example, the first
                month) is assigned the value 1.</para>
            	<para>The <strong>System.Globalization</strong> namespace includes the following
                <b>Calendar</b> implementations: <strong>GregorianCalendar</strong>,
                <strong>HebrewCalendar</strong>, <strong>HijriCalendar</strong>,
                <strong>JapaneseCalendar</strong>, <strong>JulianCalendar</strong>,
                <strong>KoreanCalendar</strong>, <strong>TaiwanCalendar</strong>, and
                <strong>ThaiBuddhistCalendar</strong>.</para>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.DayCellFormat">
            <summary>
            Gets or sets the format string that will be applied to the dates presented in the
            calendar area.
            </summary>
            <remarks>
            For additional details see <a href="DateFormat.html">Date Format Pattern</a>
            topic
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.FirstDayOfWeek">
            <summary>
            	<para>Specifies the day to display as the first day of the week on the
                RadCalendar control.</para>
            </summary>
            <remarks>
            	<para>The <b>FirstDayOfWeek</b> enumeration represents the values that specify
                which day to display as the first day of the week on the RadCalendar control.</para>
            	<list type="table">
            		<listheader>
            			<term>Member name</term>
            			<description>Description</description>
            		</listheader>
            		<item>
            			<term><b>Default</b></term>
            			<description>The first day of the week is specified by the system
                        settings.</description>
            		</item>
            		<item>
            			<term><b>Friday</b></term>
            			<description>The first day of the week is Friday.</description>
            		</item>
            		<item>
            			<term><b>Monday</b></term>
            			<description>The first day of the week is Monday.</description>
            		</item>
            		<item>
            			<term><b>Saturday</b></term>
            			<description>The first day of the week is Saturday.</description>
            		</item>
            		<item>
            			<term><b>Sunday</b></term>
            			<description>The first day of the week is Sunday.</description>
            		</item>
            		<item>
            			<term><b>Thursday</b></term>
            			<description>The first day of the week is Thursday.</description>
            		</item>
            		<item>
            			<term><b>Tuesday</b></term>
            			<description>The first day of the week is Tuesday.</description>
            		</item>
            		<item>
            			<term><b>Wednesday</b></term>
            			<description>The first day of the week is Wednesday.</description>
            		</item>
            	</list>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.TitleFormat">
            <summary>Gets or sets the format string that is applied to the calendar title.</summary>
            <remarks>
            	<para>The <i>property</i> should contain either a format specifier character or a
                custom format pattern. For more information, see the summary page for
                <strong>System.Globalization.DateTimeFormatInfo</strong>.</para>
            	<para>By default this <em>property</em> uses formatting string of
                '<font size="2"><strong>MMMM yyyy</strong>'. Valid formats are all supported by the .NET
                Framework.</font></para>
            	<para><font size="2">Example:</font></para>
            	<ul class="noindent">
            		<li>"d" is the standard short date pattern.</li>
            		<li>"%d" returns the day of the month; "%d" is a custom pattern.</li>
            		<li>"d " returns the day of the month followed by a white-space character; "d "
                    is a custom pattern.</li>
            	</ul>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.CellToolTipFormat">
            <summary>Gets or sets the format string that is applied to the days cells tooltip.</summary>
            <remarks>
            	<para>The <i>property</i> should contain either a format specifier character or a
                custom format pattern. For more information, see the summary page for
                <strong>System.Globalization.DateTimeFormatInfo</strong>.</para>
            	<para>By default this <em>property</em> uses formatting string of
                '<font size="2"><strong>dddd, MMMM dd, yyyy</strong>'. Valid formats are all supported by the .NET
                Framework.</font></para>
            	<para><font size="2">Example:</font></para>
            	<ul class="noindent">
            		<li>"d" is the standard short date pattern.</li>
            		<li>"%d" returns the day of the month; "%d" is a custom pattern.</li>
            		<li>"d " returns the day of the month followed by a white-space character; "d "
                    is a custom pattern.</li>
            	</ul>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.AllowToolTips">
            <summary>
            Gets or sets whether tool tips are displayed for this speciffic control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.DateRangeSeparator">
            <summary>
            Gets or sets the separator string that will be put between start and end months in a multi view title.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.Rows">
            <summary>
            Gets or sets the the count of rows to be displayed by a single CalendarView.
            </summary>
            <remarks>
            If the calendar represents a multi view, this property applies to the child views
            inside the multi view.
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.Columns">
            <summary>
            Gets or sets the the count of columns to be displayed by a single CalendarView.
            </summary>
            <remarks>
            If the calendar represents a multi view, this property applies to the child views
            inside the multi view.
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.TodayButton">
            <summary>
            Gets the today button of the footer element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.ClearButton">
            <summary>
            Gets the clear button of the footer element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.HeaderWidth">
            <summary>
            The Width applied to a Header
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.HeaderHeight">
            <summary>
            The Height applied to a Header
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.CellAlign">
            <summary>
            	<para>Gets or sets the horizontal alignment of the date cells content inside the
                calendar area.</para>
            </summary>
            <remarks>
            	<list type="table">
            		<listheader>
            			<term>
            				<para align="left">Member name</para>
            			</term>
            			<description>
            				<para align="left">Description</para>
            			</description>
            		</listheader>
            		<item>
            			<term>
            				<para align="left"><b>Center</b></para>
            			</term>
            			<description>The contents of a container are centered.</description>
            		</item>
            		<item>
            			<term><b>Left</b></term>
            			<description>The contents of a container are left justified.</description>
            		</item>
            		<item>
            			<term><b>Right</b></term>
            			<description>The contents of a container are right justified.</description>
            		</item>
            	</list>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.MultiViewRows">
            <summary>
            Gets or sets the the count of rows to be displayed by a multi month CalendarView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.MultiViewColumns">
            <summary>
            Gets or sets the the count of columns to be displayed by a multi month CalendarView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.RangeMaxDate">
            <summary>
            Gets or sets the maximum date valid for selection by
            Telerik RadCalendar. Must be interpreted as the higher bound of the valid
            dates range available for selection. Telerik RadCalendar will not allow
            navigation or selection past this date.
            </summary>
            <remarks>
            This property has a default value of <font size="1"><strong>12/30/2099</strong>
            (Gregorian calendar date).</font>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.RangeMinDate">
            <summary>
            Gets or sets the minimal date valid for selection by
            Telerik RadCalendar. Must be interpreted as the lower bound of the valid
            dates range available for selection. Telerik RadCalendar will not allow
            navigation or selection prior to this date.
            </summary>
            <remarks>
            This property has a default value of <font size="1"><strong>1/1/1980</strong>
            (Gregorian calendar date).</font>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the calendar is in read-only mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.SelectedDate">
            <summary>
            Sets or returns the currently selected date. The default value is the value of
            <strong>System.DateTime.MinValue</strong>.
            </summary>
            <remarks>
            	<para>Use the <b>SelectedDate</b> property to determine the selected date on the >RadCalendar control.</para>
            	<para>The <b>SelectedDate</b> property and the SelectedDates collection are closely related. 
                When the AllowMultipleSelect property is set to <b>false</b>, a mode that allows only a single date selection,
                <b>SelectedDate</b> and <b>SelectedDates[0]</b> have the same value and <b>SelectedDates.Count</b> equals 1.
                When the <b>AllowMultipleSelect</b> property is set to <b>true</b>, mode that allows multiple date 
                selections, <b>SelectedDate</b> and <b>SelectedDates[0]</b> have the same value.</para>
            	<para>The <b>SelectedDate</b> property is set using a System.DateTime object.</para>
            	<para>When the user selects a date on the <strong>RadCalendar</strong> control, the SelectionChanged
                event is raised. The <b>SelectedDate</b> property is updated to the selected date.
                The <b>SelectedDates</b> collection is also updated to contain just this
                date.</para>
            	<blockquote class="dtBlock">
            		<b class="le">Note</b> Both the <b>SelectedDate</b> property and the
                    <b>SelectedDates</b> collection are updated before the <b>SelectionChanged</b>
                    event is raised. You can override the date selection by using the
                    <strong>OnSelectionChanged</strong> event handler to manually set the
                    <b>SelectedDate</b> property. The <b>SelectionChanged</b> event does not get
                    raised when this property is programmatically set.
                </blockquote>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.FocusedDate">
            <summary>
            Gets or sets the value that is used by RadCalendar to determine
            the viewable area displayed .
            </summary>
            <remarks>
            	<para>By default, the <strong>FocusedDate</strong> property returns the current
                system date when in runtime, and in design mode defaults to
                <strong>System.DateTime.MinValue.</strong> When the <strong>FocusedDate</strong> is
                set, from that point, the value returned by the <strong>FocusedDate</strong>
                property is the one the user sets.</para>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.SelectedDates">
            <summary>
            Gets a collection of DateTime objects that represent the
            selected dates on the <strong>RadCalendar</strong> control.
            </summary>
            <value>
            A DateTimeCollection that contains a collection of <strong>System.DateTime</strong> objects representing the selected
            dates on the <strong>RadCalendar</strong> control. The default value is an empty <b>DateTimeCollection</b>.
            </value>
            <remarks>
            	<para>Use the <b>SelectedDates</b> collection to determine the currently selected
                dates on the control.</para>
            	<para>The SelectedDate property and the <b>SelectedDates</b> collection are closely related. When the AllowMultipleSelect
                property is set to <b>false</b>, a mode that allows only a single date selection,
                <b>SelectedDate</b> and <b>SelectedDates[0]</b> have the same value and
                <b>SelectedDates.Count</b> equals 1. When the AllowMultipleSelect
                property is set to <b>true</b>, mode that allows multiple date selections,
                <b>SelectedDate</b> and <b>SelectedDates[0]</b> have the same value.</para>
            	<para>The <b>SelectedDates</b> property stores a collection of DateTime objects.</para>
            	<para>When the user selects a date or date range (for example with the column or
                rows selectors) on the <strong>RadCalendar</strong> control, the SelectionChanged
                event is raised. The selected dates are added to the <b>SelectedDates</b>
                collection, accumulating with previously selected dates. The range of dates are not
                sorted by default. The <strong>SelectedDate</strong> property is also updated to
                contain the first date in the <b>SelectedDates</b> collection.</para>
            	<para>You can also use the <b>SelectedDates</b> collection to programmatically
                select dates on the <b>Calendar</b> control. Use the Add, Remove, Clear, and SelectRange
                methods to programmatically manipulate the selected dates in the <b>SelectedDates</b> collection.</para>
            	<blockquote class="dtBlock">
            		<b class="le">Note</b> Both the <b>SelectedDate</b> property and the
                    <b>SelectedDates</b> collection are updated before the <b>SelectionChanged</b>
                    event is raised.You can override the dates selection by using the
                    <strong>OnSelectionChanged</strong> event handler to manually set the
                    <b>SelectedDates</b> collection. The <b>SelectionChanged</b> event is not
                    raised when this collection is programmatically set.
                </blockquote>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.AllowNavigation">
            <summary>
            Gets or sets whether navigating RadCalendar is allowed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.AllowFastNavigation">
            <summary>
            Gets or sets whether the fast navigation in RadCalendar is allowed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.NavigationPrevText">
            <summary>
                Gets or sets the text displayed for the previous month navigation control. Will be
                applied only if there is no image set (see
                <see cref="P:Telerik.WinControls.UI.RadCalendar.NavigationPrevImage">NavigationPrevImage</see>).
            </summary>
            <remarks>
            	<para>Use the <em>NavigationPrevText</em> property to provide custom text for the
                previous month navigation element in the title section of
                <strong>RadCalendar</strong>.</para>
            </remarks>
            <value>
            The text displayed for the <strong>CalendarView</strong> previous month
            navigation cell. The default value is <b>"&amp;lt;"</b>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.NavigationNextText">
            <summary>
                Gets or sets the text displayed for the next month navigation control. Will be
                applied if there is no image set (see
                <see cref="P:Telerik.WinControls.UI.RadCalendar.NavigationNextImage">NavigationNextImage</see>).
            </summary>
            <value>
            The text displayed for the <strong>CalendarView</strong> next month navigation
            cell. The default value is <b>"&amp;gt;"</b>.
            </value>
            <remarks>
            	<para>Use the <em>NavigationNextText</em> property to provide custom text for the
                next month navigation element in the title section of
                <strong>RadCalendar</strong>.</para>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.FastNavigationPrevText">
            <summary>
                Gets or sets the text displayed for the fast navigation previous month control.
            </summary>
            <value>
            The text displayed for the <strong>CalendarView</strong> selection element in the
            fast navigation previous month cell. The default value is
            <b>"&amp;lt;&amp;lt;"</b>.
            </value>
            <remarks>
            	<para>Use the <em>FastNavigationPrevText</em> property to provide custom text for
                the next month navigation element in the title section of
                <strong>RadCalendar</strong>.</para>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.FastNavigationNextText">
            <summary>
                Gets or sets the text displayed for the fast navigation next month control.
            </summary>
            <value>
            The text displayed for the <strong>CalendarView</strong> selection element in the
            fast navigation next month cell. The default value is <b>"&amp;gt;&amp;gt;"</b>.
            </value>
            <remarks>
            	<para>Use the <em>FastNavigationNextText</em> property to provide custom text for
                the next month navigation element in the title section of <strong>RadCalendar</strong>.</para>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.NavigationPrevImage">
            <summary>
            Gets or sets the image that is displayed for the previous month navigation control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.NavigationNextImage">
            <summary>
            Gets or sets the image that is displayed for the next month navigation control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.FastNavigationPrevImage">
            <summary>
            Gets or sets the image that is displayed for the previous month fast navigation control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.FastNavigationNextImage">
            <summary>
            Gets or sets the image that is displayed for the next month fast navigation control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.NavigationPrevToolTip">
            <summary>
            Gets or sets the text displayed as a tooltip for the previous month navigation control.
            </summary>
            <remarks>
            Use the <em>NavigationPrevToolTip</em> property to provide custom text for the
            tooltip of the previous month navigation element in the title section of
            <strong>RadCalendar</strong>.
            </remarks>
            <value>
            The tooltip text displayed for the <strong>CalendarView</strong> previous month
            navigation cell. The default value is <b>"&amp;lt;"</b>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.NavigationNextToolTip">
            <summary>
            Gets or sets the text displayed as a tooltip for the next month navigation control.
            </summary>
            <value>
            The tooltip text displayed for the <strong>CalendarView</strong> next month
            navigation cell. The default value is <b>"&amp;gt;"</b>.
            </value>
            <remarks>
            Use the <em>NavigationNextToolTip</em> property to provide custom text for the
            tooltip of the next month navigation element in the title section of
            <strong>RadCalendar</strong>.
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.FastNavigationPrevToolTip">
            <summary>
            Gets or sets the text displayed as a tooltip for the fast navigation previous
            month control.
            </summary>
            <remarks>
            Use the <em>FastNavigationPrevToolTip</em> property to provide custom text for
            the tooltip of the fast navigation previous month element in the title section of
            <strong>RadCalendar</strong>.
            </remarks>
            <value>
            The tooltip text displayed for the <strong>CalendarView</strong> fast navigation
            previous month cell. The default value is <b>"&amp;lt;&amp;lt;"</b>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.FastNavigationNextToolTip">
            <summary>
            Gets or sets the text displayed as a tooltip for the fast navigation previous
            month control.
            </summary>
            <remarks>
            Use the <em>FastNavigationPrevToolTip</em> property to provide custom text for
            the tooltip of the fast navigation previous month element in the title section of
            <strong>RadCalendar</strong>.
            </remarks>
            <value>
            The tooltip text displayed for the <strong>CalendarView</strong> fast navigation
            previous month cell. The default value is <b>"&amp;lt;&amp;lt;"</b>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.TitleAlign">
            <summary>
            	<para>Gets or sets the horizontal alignment of the view title.</para>
            	<para>The ContentAlignment enumeration is defined in
                <strong>System.Windows.Forms.VisualStyles</strong></para>
            </summary>
            <remarks>
            	<list type="table">
            		<listheader>
            			<term>
            				<para align="left">Member name</para>
            			</term>
            			<description>
            				<para align="left">Description</para>
            			</description>
            		</listheader>
            		<item>
            			<term>
            				<para align="left"><b>Center</b></para>
            			</term>
            			<description>The contents of a container are centered.</description>
            		</item>
            		<item>
            			<term><b>Left</b></term>
            			<description>The contents of a container are left justified.</description>
            		</item>
            		<item>
            			<term><b>Right</b></term>
            			<description>The contents of a container are right justified.</description>
            		</item>
            	</list>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.AllowMultipleView">
            <summary>
            Allows RadCalendar to render multiple months in a single view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.AllowSelect">
            <summary>
            Allows the selection of dates. If not set, selection is forbidden, and if any dates are all ready selected, they are cleared.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.AllowMultipleSelect">
            <summary>
            Allows the selection of multiple dates. If not set, only a single date is selected, and if any dates
            are all ready selected, they are cleared.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.ShowNavigationButtons">
            <summary>Gets or sets whether the navigation buttons should be visible.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.ShowFastNavigationButtons">
            <summary>Gets or sets whether the fast navigation buttons should be visible.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.ShowFooter">
            <summary>Gets or sets whether RadCalendar will display a footer row.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.ShowHeader">
            <summary>Gets or sets whether RadCalendar will display a header/navigation row.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.ShowColumnHeaders">
            <summary>Gets or sets whether the column headers will appear on the calendar.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.ShowRowHeaders">
            <summary>Gets or sets whether the row headers will appear on the calendar.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.ShowViewHeader">
            <summary>Gets or sets whether a single CalendarView object will display a header .</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.ShowViewSelector">
            <summary>Gets or sets whether a single CalendarView object will display a selector.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.AllowViewSelector">
            <summary> 
            Gets or sets whether the view selector will be allowed to select all dates presented by the CalendarView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.ZoomFactor">
            <summary>Gets or sets the zooming factor of a cell which is handled by the zooming (fish eye) functionality.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.AllowFishEye">
            <summary>Gets or sets whether the zooming functionality is enabled.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.AllowRowHeaderSelectors">
            <summary>
            Gets or sets whether row headers ( if displayed by a <strong>MonthView</strong> object)
            will act as row selectors.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.AllowColumnHeaderSelectors">
            <summary>
            Gets or sets whether column headers ( if displayed by a <strong>MonthView</strong> object)
            will act as column selectors.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.ShowOtherMonthsDays">
            <summary>
            Gets or sets whether the month matrix, when rendered will show days from other (previous or next)
            months or will render only blank cells.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.MonthLayout">
            <summary>
            	<para>Gets or sets the predefined pairs of rows and columns, so that the product of
                the two values is exactly 42, which guarantees valid calendar layout. It is applied
                on a single view level to every MonthView instance in the calendar.</para>
            </summary>
            <remarks>
            	<para>The following values are applicable and defined in the MonthLayout
                enumeration:<br/>
            		<br/>
                Layout_7columns_x_6rows - horizontal layout<br/>
            		<br/>
                Layout_14columns_x_3rows - horizontal layout<br/>
            		<br/>
                Layout_21columns_x_2rows - horizontal layout<br/>
            		<br/>
                Layout_7rows_x_6columns - vertical layout, required when AllowColumnHeaderSelectors is true and
                Orientation is set to Vertical.<br/>
            		<br/>
                Layout_14rows_x_3columns - vertical layout, required when AllowColumnHeaderSelectors 
                is true and Orientation is set to Vertical.<br/>
            		<br/>
                Layout_21rows_x_2columns - vertical layout, required when AllowColumnHeaderSelectors is true and Orientation
                is set to Vertical.</para>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.RowHeaderText">
            <remarks>
            	<para>Use the <strong>RowHeaderText</strong> property to provide custom text for
                all row header elements.</para>
            </remarks>
            <value>
            The text displayed for all <strong>CalendarView</strong> row header elements. The default value is <b>""</b>.
            </value>
            <summary>
            Gets or sets the text displayed for all row header elements.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.RowHeaderImage">
            <value>
            The image displayed for all <strong>CalendarView</strong> row header elements. The default value is <b>""</b>.
            </value>
            <summary>
            Gets or sets the image displayed for all row header elements.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.ColumnHeaderText">
            <remarks>
            	<para>Use the <strong>ColumnHeaderText</strong> property to provide custom text
                for all <strong>CalendarView</strong> column header elements.</para>
            </remarks>
            <value>
            The text displayed for all <strong>CalendarView</strong> column header elements. The default value is <b>""</b>.
            </value>
            <summary>
            Gets or sets the text displayed for all column header elements.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.ColumnHeaderImage">
            <value>
            The image displayed for all <strong>CalendarView</strong> column header elements. The default value is <b>null</b>.
            </value>
            <summary>
            Gets or sets the image displayed for all column header elements.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.ViewSelectorText">
            <summary>
            	<para>Gets or sets the text displayed for the view selector.</para>
            </summary>
            <value>
            The text displayed for the view selector. The default value is <b>"x"</b>.
            </value>
            <remarks>
            	<para>Use the <strong>ViewSelectorText</strong> property to provide custom text for
                the <strong>CalendarView</strong> selector element.</para>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.ViewSelectorImage">
            <summary>
            	<para>Gets or sets the image displayed for the view selector element.</para>
            </summary>
            <value>
            The image displayed for the <strong>CalendarView</strong> selector element. The default value is <b>null</b>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.Orientation">
            <summary>
            Gets or sets the orientation (rendering direction) of the calendar component.
            Default value is <strong>Horizontal</strong>.
            </summary>
            <remarks>
            	<list type="table">
            		<listheader>
            			<term>Member</term>
            			<description>Description</description>
            		</listheader>
            		<item>
            			<term><strong>Horizontal</strong></term>
            			<description>Renders the calendar data row after row.</description>
            		</item>
            		<item>
            			<term><strong>Vertical</strong></term>
            			<description>Renders the calendar data column after
                        column.</description>
            		</item>
            	</list>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.FastNavigationStep">
            <summary>
            Gets or sets an integer value representing the number of CalendarView
            views that will be scrolled when the user clicks on a fast navigation button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.SpecialDays">
            <summary>
            A collection of special days in the calendar to which may be applied specific formatting.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.CellPadding">
            <summary>
            Gets or sets the padding of the calendar cells.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.CellVerticalSpacing">
            <summary>
            Gets or sets the vertical spacing between the calendar cells.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.CellHorizontalSpacing">
            <summary>
            Gets or sets the horizontal spacing between the calendar cells.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.CellMargin">
            <summary>
            Gets or sets the margin of the calendar cells.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendar.DefaultView">
            <summary>
            	<para>Exposes the top instance of <strong>CalendarView</strong> or its derived types.</para>
            	<para>Every <strong>CalendarView</strong> class handles the real calculation and
                rendering of <strong>RadCalendar</strong>'s calendric information. The
                <strong>CalendarView</strong> has the ChildViews collection which contains all the sub views in case of a multi view
                setup.</para>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarCellElement.AllowFishEye">
            <summary>Indicates the fish eye feature factor of a cell.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarCellElement.ZoomFactor">
            <summary>Gets or sets the zooming factor of a cell.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarCellElement.WeekEnd">
            <summary>Gets or sets the week end cell.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarCellElement.Date">
            <summary>Gets or sets the date which that cell is representing.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarCellElement.SpecialDay">
            <summary>Gets or sets a cell representing a special day.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarCellElement.Focused">
            <summary>Gets or sets the today cell.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarCellElement.Today">
            <summary>Gets or sets the today cell.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarCellElement.OutOfRange">
            <summary>Gets or sets the out of range cell.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarCellElement.OtherMonth">
            <summary>Gets or sets the cell which is from other month.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarCellElement.Selected">
            <summary>Gets or sets the selected cell.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarTableElement.AllowFadeAndAnimation">
            <summary>
            enable or disable animation on mouse click 
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CalendarTableElement.HeaderType">
            <summary>Specifies the type of a selector sell.</summary>
        </member>
        <member name="F:Telerik.WinControls.UI.CalendarTableElement.HeaderType.Row">
            <summary>
            Rendered as the first cell in a row. When clicked if UseRowHeadersAsSelectors is true, 
            it will select the entire row.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.CalendarTableElement.HeaderType.Column">
            <summary>
            Rendered as the first cell in a column. When clicked if UseColumnHeadersAsSelectors is true, 
            it will select the entire column.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.CalendarTableElement.HeaderType.View">
            <summary>
            Rendered in the top left corner of the calendar view. When clicked if EnableViewSelector is true, 
            it will select the entire view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarNavigationElement.FastNavigationItemsCount">
            <summary>
            Gets or sets the count of the items in the fast navigation drop down
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarNavigationElement.FastBackwardButton">
            <summary>
            first button
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarNavigationElement.FastForwardButton">
            <summary>
            Last button
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarNavigationElement.PreviousButton">
            <summary>
            previuos button
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarNavigationElement.NextButton">
            <summary>
            next button
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarStatusElement.TodayButtonElement">
            <summary>
            today button
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarStatusElement.LabelElement">
            <summary>
            label element
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarStatusElement.LableFormat">
            <summary>
            Gets or sets date time format
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.CalendarStatusElement.LabelFormat">
            <summary>
            Gets or sets date time format
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarElement.AllowDropDownFastNavigation">
            <summary>
            Gets or sets a value whether drop down fast navigation is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarElement.AllowFishEye">
            <summary>Gets or sets whether the fish eye functionality is enabled</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarElement.ZoomFactor">
            <summary>Gets or sets the zooming factor of a cell which is handled by the fish eye functionality..</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarElement.FastBackwardButton">
            <summary>
            first button
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarElement.FastForwardButton">
            <summary>
            Last button
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarElement.PreviousButton">
            <summary>
            previuos button
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadCalendarElement.NextButton">
            <summary>
            next button
            </summary>        
        </member>
        <member name="T:Telerik.WinControls.UI.OpacityChangeConditions">
            <summary>
            Sets the way opacity is applied to carousel items 
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.OpacityChangeConditions.None">
            <summary>
            Opacity is not modified
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.OpacityChangeConditions.SelectedIndex">
            <summary>
            Selected item is with opacity 1.0. Opacity decreases corresponding to the distance from the selected item.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.OpacityChangeConditions.ZIndex">
            <summary>
            Opacity increases relatively to items' ZIndex. The Item with greatest ZIndex has opacity of 1.0
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.NewCarouselItemCreatingEventHandler">
            <summary>
            CreateNewCarouselItem delegate usined by RadCarousel control
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.NewCarouselItemCreatingEventArgs">
            <summary>
            Arguments of CreateNewCarouselItem event
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.NewCarouselItemCreatingEventArgs.#ctor(Telerik.WinControls.RadItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.NewCarouselItemCreatingEventArgs"/> class.
            </summary>
            <param name="newCarouselItem">The new carousel item.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.NewCarouselItemCreatingEventArgs.NewCarouselItem">
            <summary>
            Gets or sets the newly created item that will be added in RadCarousel
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CarouselEllipsePath">
            <summary>
            Represents a custom made ellipse path which will be used to specify the path travelled by carousel items when animated
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CarouselEllipsePath.InitialAngle">
            <summary>
            Gets or sets the angle where itms new items will first appear in the carousel view.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CarouselContentItem">
            <summary>
            RadCarouselContentItem with CarouselElement and Reflection primitive
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CarouselContentItem.#ctor(Telerik.WinControls.RadElement)">
            <summary>
            create element with HostedItem
            </summary>
            <param name="hostedItem"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.CarouselContentItem.Equals(System.Object)">
            <summary>
            Custom implementation for RadCarouselItem
            </summary>
            <param name="obj"></param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.CarouselContentItem.HostedItem">
            <summary>
            Represent the HostedItem
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CarouselContentItem.Owner">
            <summary>
            Gets the owner RadCarouselElement.
            </summary>
            <value>The owner.</value>
        </member>
        <member name="T:Telerik.WinControls.Primitives.ReflectionPrimitive">
            <summary><para>Represents a RadCarouselReflectionItem primitive that is drawn on the screen.</para></summary>
        </member>
        <member name="M:Telerik.WinControls.Primitives.ReflectionPrimitive.#ctor(Telerik.WinControls.RadElement)">
            <summary>
            Default cstor for RadCarouselReflectionPrimitive
            </summary>
            <param name="ownerElement">which element will be draw</param>
        </member>
        <member name="M:Telerik.WinControls.Primitives.ReflectionPrimitive.UpdateReflectionImage(System.Drawing.Bitmap)">
            <summary>
            repaint Reflection Image
            </summary>
        </member>
        <member name="M:Telerik.WinControls.Primitives.ReflectionPrimitive.CarouselContentItem_ElementInvalidated(System.Object,System.EventArgs)">
            <summary>
            ElementInvalidated
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="P:Telerik.WinControls.Primitives.ReflectionPrimitive.ItemReflectionPercentage">
            <summary>
            Represent ItemReflectionPercentage
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadColorBox">
            <summary>
                Represents a color editor box. The RadColorBox class is a simple wrapper for the
                <see cref="T:Telerik.WinControls.UI.RadColorBoxElement">RadColorBoxElement</see> class. The RadColorBox acts
                to transfer events to and from its corresponding
                <see cref="T:Telerik.WinControls.UI.RadColorBoxElement">RadColorBoxElement</see>. The
                <see cref="T:Telerik.WinControls.UI.RadColorBoxElement">RadColorBoxElement</see> which is essentially the
                RadColorBox control may be nested in other telerik controls.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorBox.Focus">
            <summary>Sets input focus to the control.</summary>
            <returns>true if the input focus request was successful; otherwise, false.</returns>      
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorBox.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorBox.ColorDialog">
            <summary>
            Gets the RadColorDialog of this control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorBox.ColorBoxElement">
            <summary>
            Gets the RadColorBoxElement of this control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorBox.Value">
            <summary>
            Gets or sets the value of the editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorBox.ReadOnly">
            <summary>
            Determines if users can input text directly into the text field..
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorBox.TabStop">
            <summary>
            Gets or sets a value indicating whether the user can give the focus to this control
            using the TAB key.
            </summary>        
            <returns>true if the user can give the focus to the control using the TAB key;otherwise, false. The default is true.</returns>
        </member>
        <member name="E:Telerik.WinControls.UI.RadColorBox.DialogClosed">
            <summary>
            Fires after the color dialog is closed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadColorBox.ValueChanging">
            <summary>
            Fires right before the value is changed. Cancelable event.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadColorBox.ValueChanged">
            <summary>
            Fires after the editor value is changed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorBoxElement.OnDialogClosed(Telerik.WinControls.UI.DialogClosedEventArgs)">
            <summary>
            Fires after the color dialog is closed.
            </summary>
            <param name="e">The event arguments.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorBoxElement.OnValueChanged(System.EventArgs)">
            <summary>
            Fires right after the editor value is changed.
            </summary>
            <param name="e">The event arguments.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorBoxElement.OnValueChanging(Telerik.WinControls.UI.ValueChangingEventArgs)">
            <summary>
            Fires right before the editor value is changed.
            </summary>
            <param name="e">The event arguments.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorBoxElement.OnDialogButtonClick(System.EventArgs)">
            <summary>
            Fires when the <see cref="T:Telerik.WinControls.UI.ColorPickerButtonElement"/> is clicked.
            </summary>
            <param name="e">The event arguments.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorBoxElement.Value">
            <summary>
            Gets the value of the editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorBoxElement.ColorBox">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.ColorEditorColorBox"/> that shows the color in the editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorBoxElement.ColorDialog">
            <summary>
            Gets or set the <see cref="T:Telerik.WinControls.RadColorDialog"/> that is displayed when the button is clicked.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorBoxElement.ColorPickerButton">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadButtonElement"/> that opens the <see cref="T:Telerik.WinControls.RadColorDialog"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorBoxElement.ReadOnly">
            <summary>
            Gets or sets a value indicating if the user is allowed to type in the text field.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadColorBoxElement.ValueChanging">
            <summary>
            Occurs when the value is being changed. Cancelable event.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadColorBoxElement.ValueChanged">
            <summary>
            Occurs after the editor has changed the value during the editing process.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadColorBoxElement.DialogClosed">
            <summary>
            Occurs when the dialog window is closed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.RadCommandBarBaseItemCollection">
            <summary>
                <para>
                  A collection that stores <see cref="T:Telerik.WinControls.RadItem"/> objects.
               </para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.#ctor(Telerik.WinControls.RadElement)">
            <summary>
                <para>
                  Initializes a new instance of <see cref="T:Telerik.WinControls.RadItemCollection"/>.
               </para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.#ctor">
            <summary>Initializes a new instance of the RadItemCollectionBase class.</summary>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.#ctor(Telerik.WinControls.RadCommandBarBaseItemCollection)">
            <summary>
                <para>
                  Initializes a new instance of RadItemCollection based on another RadItemCollection.
               </para>
            </summary>
            <param name='value'>
                  A RadItemCollection from which the contents are copied.
            </param>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.#ctor(Telerik.WinControls.UI.RadCommandBarBaseItem[])">
            <summary>
                <para>
                  Initializes a new instance of RadItemCollection containing any array of <see cref="T:Telerik.WinControls.RadItem"/> objects.
               </para>
            </summary>
            <param name="value">
                  A array of <see cref="T:Telerik.WinControls.RadItem"/> objects with which to intialize the collection
            </param>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.GetEnumerator">
            <summary>
               <para>Returns an enumerator that can iterate through 
                  the RadItemCollection .</para>
            </summary>
            <returns><para>None.</para></returns>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.Add(Telerik.WinControls.UI.RadCommandBarBaseItem)">
            <summary>
               <para>Adds a <see cref="T:Telerik.WinControls.RadItem"/> with the specified value to the 
               Telerik.WinControls.RadItemCollection .</para>
            </summary>
            <param name="value">The <see cref="T:Telerik.WinControls.RadItem"/> to add.</param>
            <returns>
               <para>The index at which the new element was inserted.</para>
            </returns>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.AddRange(Telerik.WinControls.UI.RadCommandBarBaseItem[])">
            <summary>
            <para>Copies the elements of an array to the end of the RadItemCollection.</para>
            </summary>
            <param name="value">
               An array of type <see cref="T:Telerik.WinControls.RadItem"/> containing the objects to add to the collection.
            </param>
            <returns>
              <para>None.</para>
            </returns>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.AddRange(Telerik.WinControls.RadCommandBarBaseItemCollection)">
            <summary>
                <para>
                  Adds the contents of another RadItemCollection to the end of the collection.
               </para>
            </summary>
            <param name='value'>
               A RadItemCollection containing the objects to add to the collection.
            </param>
            <returns>
              <para>None.</para>
            </returns>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.Insert(System.Int32,Telerik.WinControls.UI.RadCommandBarBaseItem)">
            <summary>
            <para>Inserts a <see cref="T:Telerik.WinControls.RadItem"/> into the RadItemCollection at the specified index.</para>
            </summary>
            <param name="index">The zero-based index where <paramref name="value"/> should be inserted.</param>
            <param name=" value">The <see cref="T:Telerik.WinControls.RadItem"/> to insert.</param>
            <returns><para>None.</para></returns>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.Remove(Telerik.WinControls.RadItem)">
            <summary>
               <para> Removes a specific <see cref="T:Telerik.WinControls.RadItem"/> from the 
               RadItemCollection .</para>
            </summary>
            <param name="value">The <see cref="T:Telerik.WinControls.RadItem"/> to remove from the RadItemCollection .</param>
            <returns><para>None.</para></returns>
            <exception cref="T:System.ArgumentException"><paramref name="value"/> is not found in the Collection. </exception>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.Sort">
            <summary>
            <para>Sorts the elements in the entire <see cref="T:Telerik.WinControls.RadElementCollection"/> using the IComparable implementation of each element.</para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.Sort(System.Collections.IComparer)">
            <summary>
            <para>Sorts the elements in the entire <see cref="T:Telerik.WinControls.RadElementCollection"/> using the specified comparer.</para>
            </summary>
            <param name="comparer">The IComparer implementation to use when comparing elements.</param>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.Sort(System.Int32,System.Int32,System.Collections.IComparer)">
            <summary>
            <para>Sorts the elements in a range of elements in <see cref="T:Telerik.WinControls.RadElementCollection"/> using the specified comparer.</para>
            </summary>
            <param name="index">The zero-based starting index of the range to sort. </param>
            <param name="count">The length of the range to sort. </param>
            <param name="comparer">The IComparer implementation to use when comparing elements.</param>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.Contains(Telerik.WinControls.UI.RadCommandBarBaseItem)">
            <summary>
            <para>Gets a value indicating whether the 
               RadItemCollection contains the specified <see cref="T:Telerik.WinControls.RadItem"/>.</para>
            </summary>
            <param name="value">The <see cref="T:Telerik.WinControls.RadItem"/> to locate.</param>
            <returns>
            <para><see langword="true"/> if the <see cref="T:Telerik.WinControls.RadItem"/> is contained in the collection; 
              otherwise, <see langword="false"/>.</para>
            </returns>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.IndexOf(Telerik.WinControls.UI.RadCommandBarBaseItem)">
            <summary>
               <para>Returns the index of a <see cref="T:Telerik.WinControls.RadItem"/> in 
                  the RadItemCollection .</para>
            </summary>
            <param name="value">The <see cref="T:Telerik.WinControls.RadItem"/> to locate.</param>
            <returns>
            <para>The index of the <see cref="T:Telerik.WinControls.RadItem"/> of <paramref name="value"/> in the 
            RadItemCollection, if found; otherwise, -1.</para>
            </returns>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.CopyTo(Telerik.WinControls.UI.RadCommandBarBaseItem[],System.Int32)">
            <summary>
            <para>Copies the RadItemCollection values to a one-dimensional <see cref="T:System.Array"/> instance at the 
               specified index.</para>
            </summary>
            <param name="array"><para>The one-dimensional <see cref="T:System.Array"/> that is the destination of the values copied from RadItemCollection .</para></param>
            <param name="index">The index in <paramref name="array"/> where copying begins.</param>
            <returns>
              <para>None.</para>
            </returns>
            <exception cref="T:System.ArgumentException"><para><paramref name="array"/> is multidimensional.</para> <para>-or-</para> <para>The number of elements in the RadItemCollection is greater than the available space between <paramref name="index"/> and the end of <paramref name="array"/>.</para></exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="array"/> is <see langword="null"/>. </exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index"/> is less than <paramref name="array"/>'s lowbound. </exception>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.ToArray">
            <summary>Retrieves an array of the items in the collection.</summary>
        </member>
        <member name="E:Telerik.WinControls.RadCommandBarBaseItemCollection.ItemsChanged">
            <summary>
            Fires when item is changed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RadCommandBarBaseItemCollection.Owner">
            <summary>
            Gets or sets the owner of the collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RadCommandBarBaseItemCollection.ItemTypes">
            <summary>
            Gets or sets an array of the items' types in the collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RadCommandBarBaseItemCollection.ExcludedTypes">
            <summary>
            Gets or sets an array of the excluded items' types for this collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RadCommandBarBaseItemCollection.SealedTypes">
            <summary>
            Gets or sets an array of the sealed items' types for this collection. 
            That are types that are allowed but not their descendants.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RadCommandBarBaseItemCollection.Item(System.Int32)">
            <summary>
            <para>Represents the entry at the specified index of the <see cref="T:Telerik.WinControls.RadItem"/>.</para>
            </summary>
            <param name="index"><para>The zero-based index of the entry to locate in the collection.</para></param>
            <value>
               <para> The entry at the specified index of the collection.</para>
            </value>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index"/> is outside the valid range of indexes for the collection.</exception>
        </member>
        <member name="P:Telerik.WinControls.RadCommandBarBaseItemCollection.Item(System.String)">
            <summary>
            Gets the first found item, with Name property equal to itemName specified, case-sensitive.
            </summary>
            <param name="itemName">item Name</param>
            <returns>RadItem if found, null (Nothing in VB.NET) otherwise</returns>
        </member>
        <member name="T:Telerik.WinControls.RadCommandBarBaseItemCollection.RadCommandBarBaseItemEnumerator">
            <summary>
            Represents an element enumerator. 
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.RadCommandBarBaseItemEnumerator.#ctor(Telerik.WinControls.RadCommandBarBaseItemCollection)">
            <summary>
            Initializes a new instance of the RadElementEnumerator class.
            </summary>
            <param name="mappings"></param>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.RadCommandBarBaseItemEnumerator.MoveNext">
            <summary>
            Moves to the next element in the collection.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.RadCommandBarBaseItemEnumerator.System#Collections#IEnumerator#MoveNext">
            <summary>
            Moves to the the next element of the collection.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.RadCommandBarBaseItemEnumerator.Reset">
            <summary>
            Resets the enumerator position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.RadCommandBarBaseItemEnumerator.System#Collections#IEnumerator#Reset">
            <summary>
            Resets the enumerator position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RadCommandBarBaseItemCollection.RadCommandBarBaseItemEnumerator.System#IDisposable#Dispose">
            <summary>
            Disposes the enumeration.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RadCommandBarBaseItemCollection.RadCommandBarBaseItemEnumerator.Current">
            <summary>
            Gets the current element in the collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RadCommandBarBaseItemCollection.RadCommandBarBaseItemEnumerator.System#Collections#IEnumerator#Current">
            <summary>
            Gets the current element in the collection.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCommandBarLinesElementCollection">
            <summary>
                <para>
                  A collection that stores <see cref="T:Telerik.WinControls.RadItem"/> objects.
               </para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.#ctor(Telerik.WinControls.RadElement)">
            <summary>
                <para>
                  Initializes a new instance of <see cref="T:Telerik.WinControls.RadItemCollection"/>.
               </para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.#ctor">
            <summary>Initializes a new instance of the RadItemCollectionBase class.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.#ctor(Telerik.WinControls.UI.RadCommandBarLinesElementCollection)">
            <summary>
                <para>
                  Initializes a new instance of RadItemCollection based on another RadItemCollection.
               </para>
            </summary>
            <param name='value'>
                  A RadItemCollection from which the contents are copied.
            </param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.#ctor(Telerik.WinControls.UI.CommandBarRowElement[])">
            <summary>
                <para>
                  Initializes a new instance of RadItemCollection containing any array of <see cref="T:Telerik.WinControls.RadItem"/> objects.
               </para>
            </summary>
            <param name="value">
                  A array of <see cref="T:Telerik.WinControls.RadItem"/> objects with which to intialize the collection
            </param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.GetEnumerator">
            <summary>
               <para>Returns an enumerator that can iterate through 
                  the RadItemCollection .</para>
            </summary>
            <returns><para>None.</para></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.Add(Telerik.WinControls.UI.CommandBarRowElement)">
            <summary>
               <para>Adds a <see cref="T:Telerik.WinControls.RadItem"/> with the specified value to the 
               Telerik.WinControls.RadItemCollection .</para>
            </summary>
            <param name="value">The <see cref="T:Telerik.WinControls.RadItem"/> to add.</param>
            <returns>
               <para>The index at which the new element was inserted.</para>
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.AddRange(Telerik.WinControls.UI.CommandBarRowElement[])">
            <summary>
            <para>Copies the elements of an array to the end of the RadItemCollection.</para>
            </summary>
            <param name="value">
               An array of type <see cref="T:Telerik.WinControls.RadItem"/> containing the objects to add to the collection.
            </param>
            <returns>
              <para>None.</para>
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.AddRange(Telerik.WinControls.UI.RadCommandBarLinesElementCollection)">
            <summary>
                <para>
                  Adds the contents of another RadItemCollection to the end of the collection.
               </para>
            </summary>
            <param name='value'>
               A RadItemCollection containing the objects to add to the collection.
            </param>
            <returns>
              <para>None.</para>
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.Insert(System.Int32,Telerik.WinControls.UI.CommandBarRowElement)">
            <summary>
            <para>Inserts a <see cref="T:Telerik.WinControls.RadItem"/> into the RadItemCollection at the specified index.</para>
            </summary>
            <param name="index">The zero-based index where <paramref name="value"/> should be inserted.</param>
            <param name=" value">The <see cref="T:Telerik.WinControls.RadItem"/> to insert.</param>
            <returns><para>None.</para></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.Remove(Telerik.WinControls.RadItem)">
            <summary>
               <para> Removes a specific <see cref="T:Telerik.WinControls.RadItem"/> from the 
               RadItemCollection .</para>
            </summary>
            <param name="value">The <see cref="T:Telerik.WinControls.RadItem"/> to remove from the RadItemCollection .</param>
            <returns><para>None.</para></returns>
            <exception cref="T:System.ArgumentException"><paramref name="value"/> is not found in the Collection. </exception>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.Sort">
            <summary>
            <para>Sorts the elements in the entire <see cref="T:Telerik.WinControls.RadElementCollection"/> using the IComparable implementation of each element.</para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.Sort(System.Collections.IComparer)">
            <summary>
            <para>Sorts the elements in the entire <see cref="T:Telerik.WinControls.RadElementCollection"/> using the specified comparer.</para>
            </summary>
            <param name="comparer">The IComparer implementation to use when comparing elements.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.Sort(System.Int32,System.Int32,System.Collections.IComparer)">
            <summary>
            <para>Sorts the elements in a range of elements in <see cref="T:Telerik.WinControls.RadElementCollection"/> using the specified comparer.</para>
            </summary>
            <param name="index">The zero-based starting index of the range to sort. </param>
            <param name="count">The length of the range to sort. </param>
            <param name="comparer">The IComparer implementation to use when comparing elements.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.Contains(Telerik.WinControls.UI.CommandBarRowElement)">
            <summary>
            <para>Gets a value indicating whether the 
               RadItemCollection contains the specified <see cref="T:Telerik.WinControls.RadItem"/>.</para>
            </summary>
            <param name="value">The <see cref="T:Telerik.WinControls.RadItem"/> to locate.</param>
            <returns>
            <para><see langword="true"/> if the <see cref="T:Telerik.WinControls.RadItem"/> is contained in the collection; 
              otherwise, <see langword="false"/>.</para>
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.IndexOf(Telerik.WinControls.UI.CommandBarRowElement)">
            <summary>
               <para>Returns the index of a <see cref="T:Telerik.WinControls.RadItem"/> in 
                  the RadItemCollection .</para>
            </summary>
            <param name="value">The <see cref="T:Telerik.WinControls.RadItem"/> to locate.</param>
            <returns>
            <para>The index of the <see cref="T:Telerik.WinControls.RadItem"/> of <paramref name="value"/> in the 
            RadItemCollection, if found; otherwise, -1.</para>
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.CopyTo(Telerik.WinControls.UI.CommandBarRowElement[],System.Int32)">
            <summary>
            <para>Copies the RadItemCollection values to a one-dimensional <see cref="T:System.Array"/> instance at the 
               specified index.</para>
            </summary>
            <param name="array"><para>The one-dimensional <see cref="T:System.Array"/> that is the destination of the values copied from RadItemCollection .</para></param>
            <param name="index">The index in <paramref name="array"/> where copying begins.</param>
            <returns>
              <para>None.</para>
            </returns>
            <exception cref="T:System.ArgumentException"><para><paramref name="array"/> is multidimensional.</para> <para>-or-</para> <para>The number of elements in the RadItemCollection is greater than the available space between <paramref name="index"/> and the end of <paramref name="array"/>.</para></exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="array"/> is <see langword="null"/>. </exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index"/> is less than <paramref name="array"/>'s lowbound. </exception>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.ToArray">
            <summary>Retrieves an array of the items in the collection.</summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.ItemsChanged">
            <summary>
            Fires when item is changed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.Owner">
            <summary>
            Gets or sets the owner of the collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.ItemTypes">
            <summary>
            Gets or sets an array of the items' types in the collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.ExcludedTypes">
            <summary>
            Gets or sets an array of the excluded items' types for this collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.SealedTypes">
            <summary>
            Gets or sets an array of the sealed items' types for this collection. 
            That are types that are allowed but not their descendants.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.Item(System.Int32)">
            <summary>
            <para>Represents the entry at the specified index of the <see cref="T:Telerik.WinControls.RadItem"/>.</para>
            </summary>
            <param name="index"><para>The zero-based index of the entry to locate in the collection.</para></param>
            <value>
               <para> The entry at the specified index of the collection.</para>
            </value>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index"/> is outside the valid range of indexes for the collection.</exception>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.Item(System.String)">
            <summary>
            Gets the first found item, with Name property equal to itemName specified, case-sensitive.
            </summary>
            <param name="itemName">item Name</param>
            <returns>RadItem if found, null (Nothing in VB.NET) otherwise</returns>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.CommandBarRowElementEnumerator">
            <summary>
            Represents an element enumerator. 
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.CommandBarRowElementEnumerator.#ctor(Telerik.WinControls.UI.RadCommandBarLinesElementCollection)">
            <summary>
            Initializes a new instance of the RadElementEnumerator class.
            </summary>
            <param name="mappings"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.CommandBarRowElementEnumerator.MoveNext">
            <summary>
            Moves to the next element in the collection.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.CommandBarRowElementEnumerator.System#Collections#IEnumerator#MoveNext">
            <summary>
            Moves to the the next element of the collection.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.CommandBarRowElementEnumerator.Reset">
            <summary>
            Resets the enumerator position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.CommandBarRowElementEnumerator.System#Collections#IEnumerator#Reset">
            <summary>
            Resets the enumerator position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.CommandBarRowElementEnumerator.System#IDisposable#Dispose">
            <summary>
            Disposes the enumeration.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.CommandBarRowElementEnumerator.Current">
            <summary>
            Gets the current element in the collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarLinesElementCollection.CommandBarRowElementEnumerator.System#Collections#IEnumerator#Current">
            <summary>
            Gets the current element in the collection.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarStripElementCollection">
            <summary>
                <para>
                  A collection that stores <see cref="T:Telerik.WinControls.RadItem"/> objects.
               </para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.#ctor(Telerik.WinControls.RadElement)">
            <summary>
                <para>
                  Initializes a new instance of <see cref="T:Telerik.WinControls.RadItemCollection"/>.
               </para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.#ctor">
            <summary>Initializes a new instance of the RadItemCollectionBase class.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.#ctor(Telerik.WinControls.UI.CommandBarStripElementCollection)">
            <summary>
                <para>
                  Initializes a new instance of RadItemCollection based on another RadItemCollection.
               </para>
            </summary>
            <param name='value'>
                  A RadItemCollection from which the contents are copied.
            </param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.#ctor(Telerik.WinControls.UI.CommandBarStripElement[])">
            <summary>
                <para>
                  Initializes a new instance of RadItemCollection containing any array of <see cref="T:Telerik.WinControls.RadItem"/> objects.
               </para>
            </summary>
            <param name="value">
                  A array of <see cref="T:Telerik.WinControls.RadItem"/> objects with which to intialize the collection
            </param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.GetEnumerator">
            <summary>
               <para>Returns an enumerator that can iterate through 
                  the RadItemCollection .</para>
            </summary>
            <returns><para>None.</para></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.Add(Telerik.WinControls.UI.CommandBarStripElement)">
            <summary>
               <para>Adds a <see cref="T:Telerik.WinControls.RadItem"/> with the specified value to the 
               Telerik.WinControls.RadItemCollection .</para>
            </summary>
            <param name="value">The <see cref="T:Telerik.WinControls.RadItem"/> to add.</param>
            <returns>
               <para>The index at which the new element was inserted.</para>
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.AddRange(Telerik.WinControls.UI.CommandBarStripElement[])">
            <summary>
            <para>Copies the elements of an array to the end of the RadItemCollection.</para>
            </summary>
            <param name="value">
               An array of type <see cref="T:Telerik.WinControls.RadItem"/> containing the objects to add to the collection.
            </param>
            <returns>
              <para>None.</para>
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.AddRange(Telerik.WinControls.UI.CommandBarStripElementCollection)">
            <summary>
                <para>
                  Adds the contents of another RadItemCollection to the end of the collection.
               </para>
            </summary>
            <param name='value'>
               A RadItemCollection containing the objects to add to the collection.
            </param>
            <returns>
              <para>None.</para>
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.Insert(System.Int32,Telerik.WinControls.UI.CommandBarStripElement)">
            <summary>
            <para>Inserts a <see cref="T:Telerik.WinControls.RadItem"/> into the RadItemCollection at the specified index.</para>
            </summary>
            <param name="index">The zero-based index where <paramref name="value"/> should be inserted.</param>
            <param name=" value">The <see cref="T:Telerik.WinControls.RadItem"/> to insert.</param>
            <returns><para>None.</para></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.Remove(Telerik.WinControls.RadItem)">
            <summary>
               <para> Removes a specific <see cref="T:Telerik.WinControls.RadItem"/> from the 
               RadItemCollection .</para>
            </summary>
            <param name="value">The <see cref="T:Telerik.WinControls.RadItem"/> to remove from the RadItemCollection .</param>
            <returns><para>None.</para></returns>
            <exception cref="T:System.ArgumentException"><paramref name="value"/> is not found in the Collection. </exception>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.Sort">
            <summary>
            <para>Sorts the elements in the entire <see cref="T:Telerik.WinControls.RadElementCollection"/> using the IComparable implementation of each element.</para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.Sort(System.Collections.IComparer)">
            <summary>
            <para>Sorts the elements in the entire <see cref="T:Telerik.WinControls.RadElementCollection"/> using the specified comparer.</para>
            </summary>
            <param name="comparer">The IComparer implementation to use when comparing elements.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.Sort(System.Int32,System.Int32,System.Collections.IComparer)">
            <summary>
            <para>Sorts the elements in a range of elements in <see cref="T:Telerik.WinControls.RadElementCollection"/> using the specified comparer.</para>
            </summary>
            <param name="index">The zero-based starting index of the range to sort. </param>
            <param name="count">The length of the range to sort. </param>
            <param name="comparer">The IComparer implementation to use when comparing elements.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.Contains(Telerik.WinControls.UI.CommandBarStripElement)">
            <summary>
            <para>Gets a value indicating whether the 
               RadItemCollection contains the specified <see cref="T:Telerik.WinControls.RadItem"/>.</para>
            </summary>
            <param name="value">The <see cref="T:Telerik.WinControls.RadItem"/> to locate.</param>
            <returns>
            <para><see langword="true"/> if the <see cref="T:Telerik.WinControls.RadItem"/> is contained in the collection; 
              otherwise, <see langword="false"/>.</para>
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.IndexOf(Telerik.WinControls.UI.CommandBarStripElement)">
            <summary>
               <para>Returns the index of a <see cref="T:Telerik.WinControls.RadItem"/> in 
                  the RadItemCollection .</para>
            </summary>
            <param name="value">The <see cref="T:Telerik.WinControls.RadItem"/> to locate.</param>
            <returns>
            <para>The index of the <see cref="T:Telerik.WinControls.RadItem"/> of <paramref name="value"/> in the 
            RadItemCollection, if found; otherwise, -1.</para>
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.CopyTo(Telerik.WinControls.UI.CommandBarStripElement[],System.Int32)">
            <summary>
            <para>Copies the RadItemCollection values to a one-dimensional <see cref="T:System.Array"/> instance at the 
               specified index.</para>
            </summary>
            <param name="array"><para>The one-dimensional <see cref="T:System.Array"/> that is the destination of the values copied from RadItemCollection .</para></param>
            <param name="index">The index in <paramref name="array"/> where copying begins.</param>
            <returns>
              <para>None.</para>
            </returns>
            <exception cref="T:System.ArgumentException"><para><paramref name="array"/> is multidimensional.</para> <para>-or-</para> <para>The number of elements in the RadItemCollection is greater than the available space between <paramref name="index"/> and the end of <paramref name="array"/>.</para></exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="array"/> is <see langword="null"/>. </exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index"/> is less than <paramref name="array"/>'s lowbound. </exception>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.ToArray">
            <summary>Retrieves an array of the items in the collection.</summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElementCollection.ItemsChanged">
            <summary>
            Fires when item is changed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElementCollection.Owner">
            <summary>
            Gets or sets the owner of the collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElementCollection.ItemTypes">
            <summary>
            Gets or sets an array of the items' types in the collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElementCollection.ExcludedTypes">
            <summary>
            Gets or sets an array of the excluded items' types for this collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElementCollection.SealedTypes">
            <summary>
            Gets or sets an array of the sealed items' types for this collection. 
            That are types that are allowed but not their descendants.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElementCollection.Item(System.Int32)">
            <summary>
            <para>Represents the entry at the specified index of the <see cref="T:Telerik.WinControls.RadItem"/>.</para>
            </summary>
            <param name="index"><para>The zero-based index of the entry to locate in the collection.</para></param>
            <value>
               <para> The entry at the specified index of the collection.</para>
            </value>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index"/> is outside the valid range of indexes for the collection.</exception>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElementCollection.Item(System.String)">
            <summary>
            Gets the first found item, with Name property equal to itemName specified, case-sensitive.
            </summary>
            <param name="itemName">item Name</param>
            <returns>RadItem if found, null (Nothing in VB.NET) otherwise</returns>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarStripElementCollection.CommandBarStripElementEnumerator">
            <summary>
            Represents an element enumerator. 
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.CommandBarStripElementEnumerator.#ctor(Telerik.WinControls.UI.CommandBarStripElementCollection)">
            <summary>
            Initializes a new instance of the RadElementEnumerator class.
            </summary>
            <param name="mappings"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.CommandBarStripElementEnumerator.MoveNext">
            <summary>
            Moves to the next element in the collection.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.CommandBarStripElementEnumerator.System#Collections#IEnumerator#MoveNext">
            <summary>
            Moves to the the next element of the collection.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.CommandBarStripElementEnumerator.Reset">
            <summary>
            Resets the enumerator position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.CommandBarStripElementEnumerator.System#Collections#IEnumerator#Reset">
            <summary>
            Resets the enumerator position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElementCollection.CommandBarStripElementEnumerator.System#IDisposable#Dispose">
            <summary>
            Disposes the enumeration.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElementCollection.CommandBarStripElementEnumerator.Current">
            <summary>
            Gets the current element in the collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElementCollection.CommandBarStripElementEnumerator.System#Collections#IEnumerator#Current">
            <summary>
            Gets the current element in the collection.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarStripsListDataItem">
            <summary>
            Represents data item for the list of strips in the customize dialog of the <c ref="RadCommandBar"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarStripsListVisualItem">
            <summary>
            Represents visual item for the list of strips in the customize dialog of the <c ref="RadCommandBar"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarItemsListDataItem">
            <summary>
            Represents data item for the list of strip items in the customize dialog of the <c ref="RadCommandBar"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarItemsListVisualItem">
            <summary>
            Represents visual item for the list of strip items in the customize dialog of the <c ref="RadCommandBar"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarCustomizeDialogProvider">
            <summary>
            Provides customization dialogs for the customization of a <c ref="RadCommandBar"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarCustomizeDialogProvider.ShowCustomizeDialog(System.Object,Telerik.WinControls.UI.CommandBarStripInfoHolder)">
            <summary>
            Creates an instance of a dialog form.
            </summary>
            <param name="sender"></param>
            <param name="infoHolder"> <c ref="CommandBarStripInfoHolder"/> object that contains information about strips.</param>
            <returns>A refference to the created form.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarCustomizeDialogProvider.CreateDefaultCustomizeDialogProvider">
            <summary>
            Creates a default localization provider.
            </summary>
            <returns>A new instance of the default localization provider.</returns>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarCustomizeDialogProvider.CurrentProviderChanged">
            <summary>
            Fires when the current dialog provider has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarCustomizeDialogProvider.CustomizeDialogOpened">
            <summary>
            Fires when a customize dialog is shown
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarCustomizeDialogProvider.CustomizeDialogOpening">
            <summary>
            Fires before a customize dialog is shown
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarCustomizeDialogProvider.CurrentProvider">
            <summary>
            Gets or sets the current localization provider.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarCustomizeDialog">
            <summary>
            Represents a simple dialog that provides customization options for the <c ref="RadCommandBar"/> element.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarCustomizeDialog.#ctor(Telerik.WinControls.UI.CommandBarStripInfoHolder)">
            <summary>
            Creates a customize dialog that provides customization options for the strips in the specified <c ref="CommandBarStripInfoHolder"/>.
            </summary>
            <param name="stripInfoHolder">The <c ref="CommandBarStripInfoHolder"/> from which the information for the strips will be taken.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarCustomizeDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarCustomizeDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarCustomizeDialog.SetLocalizedStrings">
            <summary>
            Sets the strings values depending on the current localization provider.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarFloatingForm">
            <summary>
            Represents a form that holds the items of a <c ref="CommandBarStripElement"/> that has been undocked and is floating.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarFloatingForm.TryDocking(Telerik.WinControls.UI.RadCommandBar)">
            <summary>
            Tries to dock the floating strip in a specified <c ref="RadCommandBar"/>.
            </summary>
            <param name="commandBar">The <c ref="RadCommandBar"/> control into which the strip should be docked.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarFloatingForm.TryDocking(System.Drawing.Point)">
            <summary>
            Tries to dock the floating strip on a specified point of screen. The docking will be completed only if 
            the control under that point is <c ref="RadCommandBar"/>.
            </summary>
            <param name="screenLocation">The location in screen coordinates where the strip should try to dock.</param>
        </member>
        <member name="F:Telerik.WinControls.UI.CommandBarFloatingForm.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarFloatingForm.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarFloatingForm.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarFloatingForm.ItemsHostControl">
            <summary>
            Gets the control that hosts the floating items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarFloatingForm.ParentControl">
            <summary>
            Gets or sets the parent of the <c ref="RadCommandBar"/> control to which the floating strip belongs.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarFloatingForm.StripInfoHolder">
            <summary>
            Gets the <c ref="CommandBarStripInfoHolder"/> which contains information about the floating strip.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarFloatingForm.StripElement">
            <summary>
            Gets or sets the <c ref="CommandBarStripElement"/> which the floating form is hosting.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarLocalizationProvider">
            <summary>
            Provides localization services for <c ref="RadCommandBar"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarStringId">
            <summary>
            Represents localization strings for <c ref="RadCommandBar"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarStripInfoHolder">
            <summary>
            Holds information about the strips in a <c ref="RadCommandBarElement"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripInfoHolder.AddStripInfo(Telerik.WinControls.UI.CommandBarStripElement)">
            <summary>
            Adds information about a specific strip to the <c ref="StripInfoHolder"/>
            </summary>
            <param name="strip">The <c ref="CommandBarStripElement"/> object to add info about.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripInfoHolder.RemoveStripInfo(Telerik.WinControls.UI.CommandBarStripElement)">
            <summary>
            Removes information about a specific strip from the <c ref="StripInfoHolder"/>
            </summary>
            <param name="strip">The <c ref="CommandBarStripElement"/> object to remove info about.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripInfoHolder.StripInfoList">
            <summary>
            Gets a list of <c ref="CommandBarStripElement"/> elements for which the <c ref="StripInfoHolder"/> is storing info.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarDropDownMenu">
            <summary>
            Represents a menu item on the context menu opened by right click on the RadCommandBar control.
            Has a coresponding <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/> element and controls its VisibleInCommandBar property.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarOverflowPanelElement.CreateLayout">
            <summary>
            This create the default layout 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarOverflowPanelElement.Layout">
            <summary>
            Represent Layout that holds elements over the menu
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCommandBarArrowButton">
            <summary>
            Represents an arrow button element. Each telerik control has a 
            corresponding tree of RadElements; the RadArrowButtonElement can be nested 
            in other telerik controls. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarArrowButton.Direction">
            <summary>Gets or sets the 
            %arrow direction:Telerik.WinControls.Primitives.ArrowPrimitive.ArrowDirection%.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarArrowButton.Arrow">
            <summary>Gets the ArrowPrimitive object.</summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarDropDownList">
            <summary>
            Represents a drop down list in <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCommandBarBaseItem">
            <summary>
            A base class for all of the items contained in <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarBaseItem.OnOrientationChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:RadCommandBarBaseItem.OrientationChanged"/> event.
            </summary>
            <param name="e">Event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarBaseItem.OnOrientationChanging(System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the <see cref="E:RadCommandBarBaseItem.OrientationChanging"/> event.
            </summary>
            <param name="e">Event data.</param>
            <returns>true if the event should be canceled, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarBaseItem.OnVisibleInStripChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:RadCommandBarBaseItem.VisibleInStripChanged"/> event.
            </summary>
            <param name="e">Event data.</param>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBarBaseItem.OrientationChanged">
            <summary>
            Occurs when the orientation is changed
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBarBaseItem.OrientationChanging">
            <summary>
            Occurs before the orientation is changed
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBarBaseItem.VisibleInStripChanged">
            <summary>
            Occurs when the <see cref="P:RadCommandBarBaseItem.VisibleInStrip"/> property is changed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarBaseItem.VisibleInOverflowMenu">
            <summary>
            	Show or hide item from the strip overflow menu
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarBaseItem.Orientation">
            <summary>
            	Gets or sets the Orientation of the item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarBaseItem.VisibleInStrip">
            <summary>
            	Show or hide item from the strip
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarBaseItem.InheritsParentOrientation">
            <summary>
            	Gets or sets that the orientation will be inherit from parent
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBarBaseItem.DoubleClick">
            <summary>
            Occurs when the element is double-clicked.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarDropDownList.SelectText(System.Int32,System.Int32)">
            <summary>
            Selects a range of text in the editable portion of the combo box
            </summary>
            <param name="start">The position of the first character in the current text selection within the text box.</param>
            <param name="length">The number of characters to select.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarDropDownList.SelectAllText">
            <summary>
            Selects all the text in the editable portion of the DropDownList box.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarDropDownList.Select">
            <summary>
            selects the hosted control
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.Text">
            <summary>
            	Gets or sets the text associated with this item. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.CommandBarDropDownListElement">
            <summary>
            Gets or sets the hosted <see cref="T:Telerik.WinControls.UI.RadDropDownListElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.DataBindings">
            <summary>
            Gets the collection of data-binding objects for this IBindableComponent.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.BindingContext">
            <summary>
            Gets or sets the BindingContext for the object.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.Items">
            <summary>
            Gets the items collection of the <see cref="T:Telerik.WinControls.UI.RadDropDownListElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.Popup">
            <summary>
            Gets a reference to the drop down form associated with this RadDropDownList.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.AutoSize">
            <summary>
            Determines whether control's height will be determined automatically, depending on the current Font.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.MaxDropDownItems">
            <summary>
            Gets or sets the maximum number of items to be shown in the drop-down portion of the RadDropDownList.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.AutoSizeItems">
            <summary>
            Gets or sets a value that indicates whether items will be sized according to
            their content. If this property is true the user can set the Height property of each
            individual RadListDataItem in the Items collection in order to override the automatic
            sizing.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.MaxLength">
            <summary>
            Gets or sets the maximum number of characters the user can type or paste into the text box control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.DropDownMinSize">
            <commentsfrom cref="P:Telerik.WinControls.UI.PopupEditorElement.DropDownMinSize" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.DropDownSizingMode">
            <summary>
            Gets or sets a value of the <see cref="T:Telerik.WinControls.UI.SizingMode"/> enumeration.
            This value determines how the pop-up form can be resized: vertically, horizontally or both.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.CaseSensitive">
            <summary>
            Gets or sets a value indicating whether string comparisons are case-sensitive.
            </summary>
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.CaseSensitive" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.AutoCompleteMode">
            <summary>
            Specifies the mode for the automatic completion feature used in the DropDownList 
            and the TextBox controls.
            </summary>
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.AutoCompleteMode" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.SelectNextOnDoubleClick">
            <summary>
            Rotate items on double click in the edit box part
            </summary>
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.SelectNextOnDoubleClick" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.FormatInfo">
            <summary>
            Gets or sets an object that implements the IFormatProvider interface. This object is used when formatting items. The default object is
            CultureInfo.CurrentCulture.
            </summary>
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.FormatInfo" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.FormatString">
            <summary>
            Gets or sets a format string that will be used for visual item formatting if FormattingEnabled is set to true.
            </summary>
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.FormatString" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.FormattingEnabled">
            <summary>
            Gets or sets a value that determines whether text formatting is enabled for the visual items.
            </summary>
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.FormattingEnabled" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.DropDownAnimationEasing">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.DropDownAnimationEasing" filter=""/>
             /// <summary>
            Gets or sets the easing type of the animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.DropDownAnimationEnabled">
            <summary>
            Gets or sets a value indicating whether the RadDropDownList will be animated when displaying.
            </summary>
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.DropDownAnimationEnabled" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.DropDownAnimationFrames">
            <summary>
            	Gets or sets the number of frames that will be used when the DropDown is being animated.
            </summary>
            <commentsfrom cref="P:Telerik.WinControls.UI.RadDropDownListElement.DropDownAnimationFrames" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.DropDownHeight">
            <commentsfrom cref="P:Telerik.WinControls.UI.PopupEditorElement.DropDownHeight" filter=""/>
            <summary>
            Gets or sets the height in pixels of the drop-down portion of the RadDropDownList. 
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.DropDownStyle">
            <summary>
            Gets or sets a value specifying the style of the DropDownList
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.DefaultItemsCountInDropDown">
            <summary>
            DefaultItems count in drop-down portion of the RadDropDownList.
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.DropDownMaxSize">
            <commentsfrom cref="P:Telerik.WinControls.UI.PopupEditorElement.DropDownMaxSize" filter=""/>
            Gets or sets the drop down maximum size.
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.DropDownListElement">
            <summary>
            Represent the DropDownListElement element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.ListElement">
            <summary>
            Represent the List element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.SelectedItems">
            <summary>
            Provides a readonly interface to the currently selected items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.SelectedValue">
            <summary>
            Gets or sets the currently selected value. Setting the SelectedValue to a value that is shared between many items causes the first item to be selected.
            This property triggers the selection events.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.SelectedItem">
            <summary>
            Gets or sets the selected logical list item.
            Setting this property will cause the selection events to fire.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.SelectedIndex">
            <summary>
            Gets or sets the position of the selection.
            Setting this property will cause the SelectedIndexChanging and SelectedIndexChanged events to fire.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.AutoCompleteDataSource">
            <summary>
            Gets or sets the object that is responsible for providing data objects for the AutoComplete Suggest.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.AutoCompleteDisplayMember">
            <summary>
            Gets or sets a string which will be used to get a text string for each visual item. This value can not be set to null. Setting
            it to null will cause it to contain an empty string.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.AutoCompleteValueMember">
            <summary>
            Gets or sets the string through which the SelectedValue property will be determined. This property can not be set to null.
            Setting it to null will cause it to contain an empty string.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.DataSource">
            <summary>
            Gets or sets the object that is responsible for providing data objects for the RadListElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.DisplayMember">
            <summary>
            Gets or sets a string which will be used to get a text string for each visual item. This value can not be set to null. Setting
            it to null will cause it to contain an empty string.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.ValueMember">
            <summary>
            Gets or sets the string through which the SelectedValue property will be determined. This property can not be set to null.
            Setting it to null will cause it to contain an empty string.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.EnableMouseWheel">
            <summary>
            Enable or disable Mouse Wheel Scrolling.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.IsPopupVisible">
            <summary>
            Indicating whether the Popup part of the control 
            are displayed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.Filter">
            <summary>
            Gets or sets a predicate which filters which items can be visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.FilterExpression">
            <summary>
            Gets or sets a filter expression which determines which items will be visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.IsFilterActive">
            <summary>
            Gets a value indicating whether there is a Filter or FilterExpression set.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.NullText">
            <summary>
            Gets or sets the text that is displayed when RadDropDownList has no text set.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.SelectedText">
            <summary>
            Gets or sets the text that is selected in the editable portion of the DropDownList.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.SelectionLength">
            <summary>
            Gets or sets the number of characters selected in the editable portion of the combo box.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.SelectionStart">
            <summary>
            Gets or sets the starting index of text selected in the combo box.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownList.VisibleInStrip">
            <summary>
            	Show or hide item from the strip
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarDropDownList.SelectedIndexChanged">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadDropDownListElement.SelectedIndexChanged" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarDropDownList.SelectedIndexChanging">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadDropDownListElement.SelectedIndexChanging" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarDropDownList.SelectedValueChanged">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadDropDownListElement.SelectedValueChanged" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarDropDownList.ItemDataBinding">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadDropDownListElement.SelectedIndexChanged" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarDropDownList.ItemDataBound">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadDropDownListElement.SelectedIndexChanged" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarDropDownList.CreatingVisualItem">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadDropDownListElement.SelectedIndexChanged" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarDropDownList.SortStyleChanged">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadDropDownListElement.SelectedIndexChanged" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarDropDownList.VisualItemFormatting">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadDropDownListElement.SelectedIndexChanged" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarDropDownList.PopupOpening">
            <summary>
            	Occurs when the popup is about to be opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarDropDownList.PopupOpened">
            <summary>
            	Occurs when the popup is opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarDropDownList.PopupClosing">
            <summary>
            	Occurs when the popup is about to be closed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarDropDownList.PopupClosed">
            <summary>
            	Occurs when the popup is closed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarDropDownList.KeyPress">
            <summary>
            Occurs when the CommandBarTextBox has focus and the user presses a key
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarDropDownList.KeyUp">
            <summary>
            Occurs when the CommandBarTextBox has focus and the user releases the pressed key up
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarDropDownList.KeyDown">
            <summary>
            Occurs when the CommandBarTextBox has focus and the user presses a key down
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarDropDownList.TextChanging">
            <summary>
            	Occurs when the Text property value is about to be changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarDropDownList.TextChanged">
            <summary>
            	Occurs when the Text property value changes.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarButton">
            <summary>
            Represents a button in <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarDropDownButton">
            <summary>
            Represents a drop down button in <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownButton.ArrowPart">
            <summary>
            Gets the arrow part of the button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownButton.DropDownMenu">
            <summary>
            Gets or sets the drop down menu, opened on click.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarDropDownButton.Items">
            <summary>
            Gets menu items collection
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarHostItem">
            <summary>
            Represents a host for <see cref="T:Telerik.WinControls.RadElement"/> elements in <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarHostItem.HostedItem">
            <summary>
            Gets or sets the hosted <see cref="T:Telerik.WinControls.RadElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarHostItem.HostedControl">
            <summary>
            Gets or sets the hosted <see cref="T:System.Windows.Forms.Control"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarHostItem.VisibleInStrip">
            <summary>
            	Show or hide item from the strip
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarLabel">
            <summary>
            Represents a label in <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarSeparator">
            <summary>
            Represents a separator for the items in <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarSeparator.Thickness">
            <summary>
            	Gets or sets the thickness of the separator item.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarSplitButton">
            <summary>
            Represents a split button in <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarSplitButton.OnDefaultItemChanging">
            <summary>
            Raises the <see cref="E:CommandBarSplitButton.DefaultItemChanging"/> event.
            </summary>
            <returns>true if the event should be canceled, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarSplitButton.OnDefaultItemChanged">
            <summary>
            Raises the <see cref="E:CommandBarSplitButton.DefaultItemChanged"/> event.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarSplitButton.DefaultItemChanged">
            <summary>
            Occurs when the default item is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarSplitButton.DefaultItemChanging">
            <summary>
            Occurs before the default item is changed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarSplitButton.DefaultItem">
            <summary>
            Gets or sets the default item of the split button.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarTextBox">
            <summary>
            Represetns a text box in <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarTextBox.AppendText(System.String)">
            <summary>
            Appends the given text
            </summary>
            <param name="text"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarTextBox.Clear">
            <summary>
            Clears the editing control's text
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarTextBox.ClearUndo">
            <summary>
            Clears and undoes the text
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarTextBox.Copy">
            <summary>
            Copies the selected text
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarTextBox.Cut">
            <summary>
            Cuts the selected text
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarTextBox.DeselectAll">
            <summary>
            clears the selection
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarTextBox.GetCharFromPosition(System.Drawing.Point)">
            <summary>
            Gets a character from a given point
            </summary>
            <param name="point"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarTextBox.GetCharIndexFromPosition(System.Drawing.Point)">
            <summary>
            Gets the index of a character at a given point
            </summary>
            <param name="point"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarTextBox.GetFirstCharIndexFromLine(System.Int32)">
            <summary>
            gets the index of the first char in a given line
            </summary>
            <param name="lineNumber"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarTextBox.GetFirstCharIndexOfCurrentLine">
            <summary>
            gets the first char index at the current line
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarTextBox.GetLineFromCharIndex(System.Int32)">
            <summary>
            Gets a line number from a char index
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarTextBox.GetPositionFromCharIndex(System.Int32)">
            <summary>
            Gets the position from a char index
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarTextBox.Paste">
            <summary>
            pastes the text in the clipboard
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarTextBox.Paste(System.String)">
            <summary>
            Pasted a given text
            </summary>
            <param name="text"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarTextBox.ScrollToCaret">
            <summary>
            scrolls the textbox to the caret position
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarTextBox.Select(System.Int32,System.Int32)">
            <summary>
            Makes a selection in a given range specified by a start position and selection length
            </summary>
            <param name="start"></param>
            <param name="length"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarTextBox.SelectAll">
            <summary>
            selects the whole text
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarTextBox.Select">
            <summary>
            selects the hosted control
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarTextBox.VisibleInStrip">
            <summary>
            	Show or hide item from the strip
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarTextBox.TextBoxElement">
            <summary>
            Gets or sets the hosted <see cref="T:Telerik.WinControls.UI.RadTextBoxElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarTextBox.NullText">
            <summary>
            Gets or sets the prompt text that is displayed when the TextBox  contains no text
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarTextBox.NullTextColor">
            <summary>
            Gets or sets the color of prompt text that is displayed when the TextBox  contains no text
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarTextBox.SelectionLength">
            <summary>
            Gets or sets the number of characters selected in the editable portion of the textbox.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarTextBox.SelectionStart">
            <summary>
            Gets or sets the starting index of text selected in the textbox.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarTextBox.KeyPress">
            <summary>
            Occurs when the CommandBarTextBox has focus and the user pressees a key
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarTextBox.KeyUp">
            <summary>
            Occurs when the CommandBarTextBox has focus and the user releases the pressed key up
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarTextBox.KeyDown">
            <summary>
            Occurs when the CommandBarTextBox has focus and the user pressees a key down
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarTextBox.TextChanging">
            <summary>
            	Occurs when the Text property value is about to be changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarTextBox.TextChanged">
            <summary>
            	Occurs when the Text property value changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarTextBox.GotFocus">
            <summary>
            Occurs when the element recieves focus.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarTextBox.LostFocus">
            <summary>
            Occurs when the element loses focus.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarToggleButton">
            <summary>
            Represents a toggle button in <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarToggleButton.OnToggleStateChanging(Telerik.WinControls.UI.StateChangingEventArgs)">
            <summary>
            Raises the StateChanging event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarToggleButton.OnToggleStateChanged(Telerik.WinControls.UI.StateChangedEventArgs)">
            <summary>
            Raises the StateChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarToggleButton.OnCheckStateChanged(System.EventArgs)">
            <summary>
            Raises the StateChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarToggleButton.OnIsCheckedChanged(System.EventArgs)">
            <summary>
            Raises the IsCheckedChanged event.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarToggleButton.IsCheckedChanged">
            <summary>
            Occurs when the IsChecked property is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarToggleButton.ToggleStateChanging">
            <summary>
            Occurs before the toggle state is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarToggleButton.ToggleStateChanged">
            <summary>
            Occurs when the toggle state is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarToggleButton.CheckStateChanged">
            <summary>
            Occurs when the elements's check state changes.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarToggleButton.CheckState">
            <summary>
                Gets or sets the <see cref="T:System.Windows.Forms.CheckState"> CheckState
                </see>. CheckState enumeration defines the following values: Unchecked, Checked, and Indeterminate.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarToggleButton.ToggleState">
            <summary>
                Gets or sets the <see cref="T:Telerik.WinControls.Enumerations.ToggleState">toggle
                state</see>. Toggle state enumeration defines the following values: Off,
                Indeterminate, and On.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarToggleButton.IsThreeState">
            <summary>
            Gets or sets a value indicating whether the toggle button has three or two
            states.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCommandBar">
            <summary>
            	<para>
            	    Represents a RadCommandBar control - a flexible component for implementation of tool and 
            	    button bars featuring docking behavior, toggling buttons, shrinkable toolbars. The RadCommandBar is responsible for managing
                    <see cref="T:Telerik.WinControls.UI.RadCommandBarBaseItem">RadCommandBarBaseItem items</see> which are positioned on some
                    of the <see cref="T:Telerik.WinControls.UI.CommandBarStripElement">CommandBarStripElement elements</see>    ///        
                </para>
            	<para>
                    Only items that inherit the <see cref="T:Telerik.WinControls.UI.RadCommandBarBaseItem">RadCommandBarBaseItem</see> class 
                    can be placed inside the strip elements. You han use the special <see cref="T:Telerik.WinControls.UI.CommandBarHostItem">CommandBarHostItem</see>
                    to host any other <see cref="T:Telerik.WinControls.RadElement">RadElement</see>.
                </para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBar.OnOrientationChanging(System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the <see cref="E:RadCommandBar.OrientationChanging"/> event.
            </summary>
            <param name="args">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the
            event data.</param>
            <returns>True if the change of orientation should be canceled, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBar.OnOrientationChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:RadCommandBar.OrientationChanged"/> event.
            </summary>
            <param name="args">A <see cref="T:System.EventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBar.SetThemeCore">
            <summary>
            Propagete ThemeName to child bar's menu
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBar.SetOrientationCore(System.Windows.Forms.Orientation,System.Boolean)">
            <summary>
            Apllies the orientation to the control and its child elements.
            </summary>
            <param name="value">The orientation to apply</param>
            <param name="fireEvents">Indicates whether events should be fired</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBar.Dock">
            <summary>
            Gets or sets which RadCommandBar borders are docked to its parent control and determines
            how a control is resized with its parent.
            </summary>
            <returns>
            One of the <see cref="T:System.Windows.Forms.DockStyle"/> values. The default
            is <see cref="F:System.Windows.Forms.DockStyle.None"/>.
            </returns>
            <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
            The value assigned is not one of the <see cref="T:System.Windows.Forms.DockStyle"/>
            values. 
            </exception>
            <filterpriority>1</filterpriority>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBar.CustomizeContextMenu">
            <summary>
            Gets the <c ref="RadDropDownMenu"/> menu opened upon rightclick on the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBar.DragSize">
            <summary>
            Gets or sets the size in pixels when current strip is being Drag and Drop in next or previous row.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBar.CommandBarElement">
            <summary>
            Gets or sets the RadCommandBarElement of the RadCommandBar control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBar.Orientation">
            <summary>
            Gets or sets the orientation of the commandbar - could be horizontal or vertical.
            This property is controlled by the Dock property of the RadCommandBar control.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBar.OrientationChanging">
            <summary> 
            Occurs before the orientation is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBar.OrientationChanged">
            <summary>
            Occurs after the orientation is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBar.FloatingStripCreating">
            <summary>
            Occurs before a floating form is created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBar.FloatingStripDocking">
            <summary>
            Occurs before a floating strip is docked.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBar.FloatingStripCreated">
            <summary>
            Occurs when a floating strip is created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBar.FloatingStripDocked">
            <summary>
            Occurs when a floating strip is docked.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBar.Rows">
            <summary>
            Gets the rows of the commandbar.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCommandBar.RadCommandBarRootElement">
            <summary>
            Represents the <see cref="T:Telerik.WinControls.RootRadElement">RootElement</see> of the <see cref="T:Telerik.WinControls.UI.RadCommandBar">RadCommandBar</see> control.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarGrip.OnBeginDragging(System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises a bubble event to notify its parents about the beginning of a drag.
            </summary>
            <param name="args">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the
            event data.</param>
            <returns>true if the drag should be canceled, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarGrip.OnEndDragging(System.EventArgs)">
            <summary>
            Raises a bubble event to notify its parents about the end of a drag.
            </summary>
            <param name="args">A <see cref="T:System.EventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarGrip.OnDragging(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Raises a bubble event to notify its parents about the drag.
            </summary>
            <param name="args">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarGrip.PaintDots(Telerik.WinControls.Paint.IGraphics,System.Single,System.Drawing.SizeF)">
            <summary>
            Paints the dots of the grip element.
            </summary>
            <param name="g">The IGraphics object where the element should be painted.</param>
            <param name="angle">The angle under which the element should be painted.</param>
            <param name="scale">The factor of scaling the element.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarGrip.Delta">
            <summary>
            Gets the delta of the drag.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarGrip.IsDrag">
            <summary>
            Gets whether the item is being dragged.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarGrip.Orientation">
            <summary>
            Gets or sets the orientation of the grip element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarGrip.Owner">
            <summary>
            Gets or sets the <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/> that owns the grip element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarGrip.DotSize">
            <summary>
            Gets or sets the size of the painted dots.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarGrip.DotSpacing">
            <summary>
            Gets or sets the space between dots.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarGrip.ShadowOffset">
            <summary>
            Gets or sets the shadow offset of the dots.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarGrip.NumberOfDots">
            <summary>
            Gets or sets the number of dots.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarMultilineToolstripHolderPanel.Orientation">
            <summary>
            Gets or sets the elements orientation inside the stacklayout. 
            Possible values are horizontal and vertical.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarStripElement">
            <summary>
            Represent a single strip with controls inside 
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnBeginDragging(System.Object,System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the <see cref="E:CommandBarStripElement.BeginDrag"/> event
            </summary>
            <param name="sender">The element that is responsible for firing the event.</param>
            <param name="args">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnEndDragging(System.Object,System.EventArgs)">
            <summary>
            Raises the <see cref="E:CommandBarStripElement.EndDrag"/> event
            </summary>
            <param name="sender">The element that is responsible for firing the event.</param>
            <param name="args">A <see cref="T:System.EventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnDragging(System.Object,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Raises the <see cref="E:CommandBarStripElement.Drag"/> event
            </summary>
            <param name="sender">The element that is responsible for firing the event.</param>
            <param name="args">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnOverflowMenuOpening(System.Object,System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the <see cref="E:CommandBarStripElement.OverflowMenuOpening"/> event.
            </summary>
            <param name="sender">The element that is responsible for firing the event.</param>
            <param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnOverflowMenuOpened(System.Object,System.EventArgs)">
            <summary>
            Raises the <see cref="E:CommandBarStripElement.OverflowMenuOpened"/> event.
            </summary>
            <param name="sender">The element that is responsible for firing the event.</param>
            <param name="e">A <see cref="T:System.EventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnOverflowMenuClosing(System.Object,System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the  <see cref="E:CommandBarStripElement.OverflowMenuClosing"/> event.
            </summary>
            <param name="sender">The element that is responsible for firing the event.</param>
            <param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the
            event data.</param> 
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnOverflowMenuClosed(System.Object,System.EventArgs)">
            <summary>
            Raises the <see cref="E:CommandBarStripElement.OverflowMenuClosed"/> event.
            </summary>
            <param name="sender">The element that is responsible for firing the event.</param>
            <param name="e">A <see cref="T:System.EventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnItemsChanged(Telerik.WinControls.RadCommandBarBaseItemCollection,Telerik.WinControls.UI.RadCommandBarBaseItem,Telerik.WinControls.ItemsChangeOperation)">
            <summary>
            Raises the <see cref="E:CommandBarStripElement.ItemsChanged"/> event.
            </summary>
            <param name="changed">The collection that is changed.</param>
            <param name="target">The targeted element of the collection.</param>
            <param name="operation">The type of the operation.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnItemClicked(System.Object,System.EventArgs)">
            <summary>
            Raises the <see cref="E:CommandBarStripElement.ItemClicked"/> event.
            </summary>
            <param name="sender">The element that is responsible for firing the event.</param>
            <param name="e">A <see cref="T:System.EventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnVisibleInCommandBarChanging(System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the  <see cref="E:CommandBarStripElement.VisibleInCommandBarChanging"/> event.
            </summary>
            <param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the
            event data.</param>
            <returns>true if the event should be canceled, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnVisibleInCommandBarChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:CommandBarStripElement.VisibleInCommandBarChanged"/> event.
            </summary>
            <param name="e">A <see cref="T:System.EventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnLineChanging(System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the  <see cref="E:CommandBarStripElement.LineChanging"/> event.
            </summary>
            <param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the
            event data.</param>
            <returns>true if the event should be canceled, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnLineChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:CommandBarStripElement.LineChanged"/> event.
            </summary>
            <param name="e">A <see cref="T:System.EventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnItemOverflowed(System.Object,System.EventArgs)">
            <summary>
            Raises the <see cref="E:CommandBarStripElement.ItemOverflowed"/> event.
            </summary>
            <param name="sender">The element that is responsible for firing the event.</param>
            <param name="e">A <see cref="T:System.EventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnItemOutOfOverflow(System.Object,System.EventArgs)">
            <summary>
            Raises the <see cref="E:CommandBarStripElement.ItemOutOfOverflow"/> event.
            </summary>
            <param name="sender">The element that is responsible for firing the event.</param>
            <param name="e">A <see cref="T:System.EventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnItemVisibleInStripChanging(System.Object,System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the  <see cref="E:CommandBarStripElement.ItemVisibleInStripChanging"/> event.
            </summary>
            <param name="sender">The element that is responsible for firing the event.</param>
            <param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the
            event data.</param>
            <returns>true if the event should be canceled, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnItemVisibleInStripChanged(System.Object,System.EventArgs)">
            <summary>
            Raises the <see cref="E:CommandBarStripElement.ItemVisibleInStripChanged"/> event.
            </summary>
            <param name="sender">The element that is responsible for firing the event.</param>
            <param name="e">A <see cref="T:System.EventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnOrientationChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:CommandBarStripElement.OrientationChanged"/> event.
            </summary>
            <param name="e">A <see cref="T:System.EventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.OnOrientationChanging(System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the  <see cref="E:CommandBarStripElement.OrientationChanging"/> event.
            </summary>
            <param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the
            event data.</param>
            <returns>true if the event should be canceled, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.ForceEndDrag">
            <summary>
            Forces the drag to end.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.GetExpectedSize(System.Drawing.SizeF)">
            <summary>
            Measures the items with the size given and calculates the expected size of the strip
            including the <see cref="T:Telerik.WinControls.UI.RadCommandBarGrip"/> and <see cref="T:Telerik.WinControls.UI.RadCommandBarOverflowButton"/>.
            </summary>
            <param name="availableSize">The size to measure the items with.</param>
            <returns>The calculated size of the strip.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.WireEvents">
            <summary>
            Subscribes to the children's events.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.UnwireEvents">
            <summary>
            Unsubscribe from the children's events.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarStripElement.SetOrientationCore(System.Windows.Forms.Orientation)">
            <summary>
            Applies an orientation to the strip and its children.
            </summary>
            <param name="value">The orientation to apply.</param>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.BeginDrag">
            <summary>
            Occurs before dragging is started.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.Drag">
            <summary>
            Occurs when item is being dragged.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.EndDrag">
            <summary>
            Occurs when item is released and dragging is stopped.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.ItemsChanged">
            <summary>
            Occurs when Items collection is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.ItemClicked">
            <summary>
            Occurs when item is clicked.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.ItemOverflowed">
            <summary>
            Occurs when item is moved to the overflow panel.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.ItemOutOfOverflow">
            <summary>
            Occurs when item is moved out from the overflow panel.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.OverflowMenuOpening">
            <summary>
            Occurs before oferflow menu is opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.OverflowMenuOpened">
            <summary>
            Occurs when overflow menu is opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.OverflowMenuClosing">
            <summary>
            Occurs before oferflow menu is opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.OverflowMenuClosed">
            <summary>
            Occurs when overflow menu is opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.VisibleInCommandBarChanging">
            <summary>
            Occurs before VisibleInCommandBar property is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.VisibleInCommandBarChanged">
            <summary>
            Occurs when VisibleInCommandBar property is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.ItemVisibleInStripChanging">
            <summary>
            Occurs before item is moved in or out of the UncheckedItems collection.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.ItemVisibleInStripChanged">
            <summary>
            Occurs when item is moved in or out of the UncheckedItems collection.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.LineChanging">
            <summary>
            Occurs before VisibleInCommandBar property is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.LineChanged">
            <summary>
            Occurs when VisibleInCommandBar property is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.OrientationChanged">
            <summary>
            Occurs when Orientation property is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarStripElement.OrientationChanging">
            <summary>
            Occurs before Orientation property is changed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElement.FloatingForm">
            <summary>
            Gets the form in which the items are placed where the strip is floating.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElement.ItemsLayout">
            <summary>
            Gets the layout panel in which the items are arranged.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElement.OverflowMenuMinSize">
            <summary>
            Gets or sets Overflow menu single strip minimum size.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElement.OverflowMenuMaxSize">
            <summary>
            Gets or sets Overflow menu single strip maximum size.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElement.DesiredLocation">
            <summary>
            Gets or sets the desired location of the strip element.
            </summary>
            
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElement.EnableDragging">
            <summary>
            Gets or sets if the strip can be dragged.
            </summary>
            
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElement.EnableFloating">
            <summary>
            Gets or sets if the strip can be floating.
            </summary>
            
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElement.Delta">
            <summary>
            Gets the delta of the drag.  
            </summary>
            
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElement.IsDrag">
            <summary>
            Gets or sets whether the strip is beeing dragged.  
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElement.VisibleInCommandBar">
            <summary>
            Gets or sets whether the strip is visible in the command bar. 
            This property is changed by the context menu which is opened on right click on the control.
            </summary>
            
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElement.Orientation">
            <summary>
            Gets or sets the elements orientation inside the line element. 
            Possible values are horizontal and vertical.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElement.HasOverflowedItems">
            <summary>
            Gets whether the strip has items in its overflow panel.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElement.Grip">
            <summary>
            Gets or sets the <see cref="T:Telerik.WinControls.UI.RadCommandBarGrip"/> element of the strip.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElement.OverflowButton">
            <summary>
            Gets or sets the <see cref="T:Telerik.WinControls.UI.RadCommandBarOverflowButton"/> element of the strip.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarStripElement.Items">
            <summary>
            Gets the items contained in the strip.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCommandBarItemsPanel">
            <summary>
            Represent a layout for the items contained in a strip
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCommandBarOverflowButton">
            <summary>
            Represent the overflow button at the end of each strip
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarOverflowButton.OnOverflowMenuOpened(System.EventArgs)">
            <summary>
            Raises the <see cref="E:RadCommandBarOverflowButton.OverflowMenuOpened"/> event.
            </summary>
            <param name="e">A <see cref="T:System.EventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarOverflowButton.OnOverflowMenuOpening(System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the <see cref="E:RadCommandBarOverflowButton.OverflowMenuOpening"/> event.
            </summary>
            <param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarOverflowButton.OnOverflowMenuClosed(System.Object,Telerik.WinControls.UI.RadPopupClosedEventArgs)">
            <summary>
            Raises the  <see cref="E:RadCommandBarOverflowButton.OverflowMenuClosed"/> event.
            </summary>
            <param name="sender">The element that is reponsible for firing the event.</param>
            <param name="args">A <see cref="T:Telerik.WinControls.UI.RadPopupClosedEventArgs"/> that contains the
            event data.</param> 
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarOverflowButton.OnOverflowMenuClosing(System.Object,Telerik.WinControls.UI.RadPopupClosingEventArgs)">
            <summary>
            Raises the  <see cref="E:RadCommandBarOverflowButton.OverflowMenuClosing"/> event.
            </summary>
            <param name="sender">The element that is reponsible for firing the event.</param>
            <param name="args">A <see cref="T:Telerik.WinControls.UI.RadPopupClosingEventArgs"/> that contains the
            event data.</param> 
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarOverflowButton.AddRemoveButtonsMenuItem">
            <summary>
            Gets the "Add or Remove Items" menu item from overflow menu
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarOverflowButton.CustomizeButtonMenuItem">
            <summary>
            Gets the menu item from overflow menu which opens the Customize Dialog
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarOverflowButton.OverflowPanel">
            <summary>
            Gets the overflow panel which contains the overflowed items
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarOverflowButton.DropDownMenu">
            <summary>
            Gets the RadDropDownMenu that is shown on click.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarOverflowButton.HasOverflowedItems">
            <summary>
            Gets whether there are items in the overflow panel.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarOverflowButton.Orientation">
            <summary>
            Gets or sets the orientation of the overflow button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarOverflowButton.HostControlThemeName">
            <summary>
            Gets or sets the dropdown menu element theme name.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarOverflowButton.ItemsLayout">
            <summary>
            Gets or sets the panel in which overflowed items are arranged.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarOverflowButton.ArrowPrimitive">
            <summary>
            Gets or sets the ArrowPrimitive element of the button.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBarOverflowButton.OverflowMenuOpening">
            <summary>
            This event fires before oferflow menu is opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBarOverflowButton.OverflowMenuOpened">
            <summary>
            This event fires when overflow menu is opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBarOverflowButton.OverflowMenuClosing">
            <summary>
            This event fires before oferflow menu is opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCommandBarOverflowButton.OverflowMenuClosed">
            <summary>
            This event fires when overflow menu is opened.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCommandBarOverflowMenuItem">
            <summary>
            Represents a menu item from drop down menu opened by the <see cref="T:Telerik.WinControls.UI.RadCommandBarOverflowButton"/>.
            Has a coresponding item from the <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/> Items collection and 
            controls its VisibleInStrip property.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCommandBarOverflowMenuItem.#ctor(Telerik.WinControls.UI.RadCommandBarBaseItem,Telerik.WinControls.UI.RadDropDownMenu)">
            <summary>
            Create RadCommandBarOverflowMenuItem instance
            </summary>
            <param name="representedItem">Which item will be show in menu</param>
            <param name="ownerMenu">Menu that should be updated on representedItem visibility is changed</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarOverflowMenuItem.Image">
            <summary>
             Gets or sets the image that is displayed on menu item element.
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarOverflowMenuItem.Text">
            <summary>
             Gets or sets the text that is displayed on menu item element.
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCommandBarOverflowMenuItem.Checked">
            <summary>
            Gets or sets whether the item is in checked state.
            This property affects the VisibleInStrip property of the coresponding item in <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandBarRowElement">
            <summary>
            Represents a row of the <see cref="T:Telerik.WinControls.UI.RadCommandBarElement"/>.
            Contains a collection of <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/> elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarRowElement.OnBeginDragging(System.Object,System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the <see cref="E:CommandBarRowElement.BeginDragging"/> event
            </summary>
            <param name="sender">The element that is responsible for firing the event.</param>
            <param name="args">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarRowElement.OnEndDragging(System.Object,System.EventArgs)">
            <summary>
            Raises the <see cref="E:CommandBarRowElement.EndDragging"/> event
            </summary>
            <param name="sender">The element that is responsible for firing the event.</param>
            <param name="args">A <see cref="T:System.EventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarRowElement.OnDragging(System.Object,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Raises the <see cref="E:CommandBarRowElement.Dragging"/> event
            </summary>
            <param name="sender">The element that is responsible for firing the event.</param>
            <param name="args">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarRowElement.OnOrientationChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:CommandBarRowElement.OrientationChanged"/> event
            </summary> 
            <param name="e">A <see cref="T:System.EventArgs"/> that contains the
            event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarRowElement.OnOrientationChanging(System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the <see cref="E:CommandBarRowElement.OrientationChanging"/> event.
            </summary>
            <param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the
            event data.</param>
            <returns>True if the change of orientation should be canceled, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarRowElement.MoveCommandStripInOtherLine(Telerik.WinControls.UI.CommandBarStripElement)">
            <summary>
            Moves specified <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/> in coresponding row 
            if its <see cref="P:CommandBarStripElement.DesiredLocation"/> property points to a location in other row.
            </summary>
            <param name="currentElement">The <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/> to move.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandBarRowElement.SetOrientationCore(System.Windows.Forms.Orientation)">
            <summary>
            Applies the new orientation to the element and its children.
            </summary>
            <param name="newOrientation">The orientation to apply.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarRowElement.Owner">
            <summary>
            Gets or sets the <see cref="T:Telerik.WinControls.UI.RadCommandBarElement"/> that owns this row.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarRowElement.BeginDragging">
            <summary>
            Occurs before dragging is started.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarRowElement.Dragging">
            <summary>
            Occurs when item is being dragged.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarRowElement.EndDragging">
            <summary>
            Occurs when item is released and dragging is stopped.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarRowElement.OrientationChanged">
            <summary>
            Occurs when Orientation property is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CommandBarRowElement.OrientationChanging">
            <summary>
            Occurs before Orientation property is changed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandBarRowElement.Strips">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.CommandBarStripElement"/> elements contained in this row.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.DesktopAlertManager">
            <summary>
            This class provides API for managing <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>components.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.DesktopAlertManager.GetAlertPopupLocation(Telerik.WinControls.UI.RadDesktopAlert)">
            <summary>
            Gets an instance of the <see cref="T:System.Drawing.Point"/>struct
            that represents the location of the current alert
            according to its screen position setting and
            the currently opened alerts.
            </summary>
            <param name="alert">An instance of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>
            class that represents the alert which position to define.</param>
            <returns>The evaluated position in screen coordinates.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.DesktopAlertManager.SetActiveScreen(System.Windows.Forms.Screen)">
            <summary>
            Sets the active screen. The active screen is used
            to calculate the positioning of all desktop alerts.
            </summary>
            <param name="activeScreen">An instance of the <see cref="T:System.Windows.Forms.Screen"/>
            class that is the active screen to set.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.DesktopAlertManager.GetRegisteredAlerts">
            <summary>
            Gets an enumerator for the currently shown dekstop alerts.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.DesktopAlertManager.UpdateAlertsOrder">
            <summary>
            Recalculates the location of all opened alerts
            based on their screen position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.DesktopAlertManager.AddAlert(Telerik.WinControls.UI.RadDesktopAlert)">
            <summary>
            Registers an instance of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>and
            displays it on the screen according to its
            </summary>
            <param name="alert"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.DesktopAlertManager.RemoveAlert(Telerik.WinControls.UI.RadDesktopAlert)">
            <summary>
            Unregisters a desktop alert from the manager.
            </summary>
            <param name="alert">The alert to unregister.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.DesktopAlertManager.ContainsAlert(Telerik.WinControls.UI.RadDesktopAlert)">
            <summary>
            Evaluates whether a given <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>
            is registered with the <see cref="T:Telerik.WinControls.UI.DesktopAlertManager"/>.
            </summary>
            <param name="alert">The <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/> to check.</param>
            <returns></returns>
        </member>
        <member name="E:Telerik.WinControls.UI.DesktopAlertManager.AlertAdded">
            <summary>
            Fires when an instance of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/> class
            is registered with this <see cref="T:Telerik.WinControls.UI.DesktopAlertManager"/>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.DesktopAlertManager.AlertRemoved">
            <summary>
            Fires when an instance of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/> class
            is removed from this <see cref="T:Telerik.WinControls.UI.DesktopAlertManager"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DesktopAlertManager.Instance">
            <summary>
            Gets the only instance of the <see cref="T:Telerik.WinControls.UI.DesktopAlertManager"/>
            class.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DesktopAlertManager.ActiveScreen">
            <summary>
            Gets an instance of the <see cref="T:System.Windows.Forms.Screen"/>class
            that represents the screen onto which the <see cref="T:Telerik.WinControls.UI.DesktopAlertManager"/>
            positions the alert popups.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.DesktopAlertManagerEventArgs">
            <summary>
            This class encapsulates information relevant to the events of the <see cref="T:Telerik.WinControls.UI.DesktopAlertManager"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.DesktopAlertManagerEventArgs.#ctor(Telerik.WinControls.UI.RadDesktopAlert)">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.DesktopAlertManagerEventArgs"/> class
            with a specified <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>.
            </summary>
            <param name="alert"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.DesktopAlertManagerEventArgs.AssociatedAlert">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/> class
            associated with the event context.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.DesktopAlertPopup">
            <summary>
            This class represents the popup of a <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>component.
            This popup hosts an instance of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlertElement"/>class which
            represents the element hierarchy of the alert.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.DesktopAlertPopup.#ctor(Telerik.WinControls.UI.RadDesktopAlert)">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.DesktopAlertPopup"/>class.
            </summary>
            <param name="owner">An instance of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>class that
            represents the owner alert of the <see cref="T:Telerik.WinControls.UI.DesktopAlertPopup"/></param>
        </member>
        <member name="M:Telerik.WinControls.UI.DesktopAlertPopup.#ctor(Telerik.WinControls.RadElement,Telerik.WinControls.UI.RadDesktopAlert)">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.DesktopAlertPopup"/>class
            with specified owner.
            </summary>
            <param name="element">An instance of the <see cref="T:Telerik.WinControls.RadElement"/>class that
            represents the owner element of the <see cref="T:Telerik.WinControls.UI.DesktopAlertPopup"/></param>
            <param name="owner">An instance of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>class that
            represents the owner alert of the <see cref="T:Telerik.WinControls.UI.DesktopAlertPopup"/></param>
        </member>
        <member name="M:Telerik.WinControls.UI.DesktopAlertPopup.SuspendAutoClose">
            <summary>
            Stops the auto-close timer.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.DesktopAlertPopup.ResumeAutoClose">
            <summary>
            Restarts the auto-close timer.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DesktopAlertPopup.AutoClose">
            <summary>
            Gets a sets a boolean value determining whether the alert popup will be automatically 
            closed after a given amount of time.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DesktopAlertPopup.AutoCloseDelay">
            <summary>
            Gets or sets the amount of time in seconds after
            which the alert will be automatically closed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DesktopAlertPopup.ShowOptionsButton">
            <summary>
            Gets or sets a boolean value determining whether the options button is shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DesktopAlertPopup.ShowPinButton">
            <summary>
            Gets or sets a boolean value determining whether the pin button is shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DesktopAlertPopup.ShowCloseButton">
            <summary>
            Gets or sets a boolean value determining whether the close button is shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DesktopAlertPopup.IsPinned">
            <summary>
            Gets or sets a boolean value determining whether the popup is pinned on the screen.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DesktopAlertPopup.CanMove">
            <summary>
            Gets or sets a boolean value determining whether the popup
            can be moved by dragging it by the grip.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DesktopAlertPopup.AlertElement">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlertElement"/>which
            represents the main alert element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DesktopAlertPopup.CaptionText">
            <summary>
            Gets or sets the caption text of the alert.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DesktopAlertPopup.ContentText">
            <summary>
            Gets or sets the content text of the alert.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DesktopAlertPopup.Image">
            <summary>
            Gets or sets the content image of the alert.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DesktopAlertPopup.ButtonItems">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.RadItemCollection"/>that
            holds the buttons items added to the alert component.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.AlertWindowButtonsPanel">
            <summary>
            This class represents the element which holds the buttons
            that can be added in a <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>window.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.AlertWindowButtonsPanel.Items">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.RadItemOwnerCollection"/>that
            represents the buttons collection of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>window.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.AlertWindowButtonsPanel.ButtonsLayoutPanel">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.Layout.WrapLayoutPanel"/>
            that represents the layout panel which holds the added buttons.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.AlertWindowCaptionElement">
            <summary>
            This class represents the caption of a <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>.
            It contains caption grip which is used to move the alert window, close
            button and options drop-down button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.AlertWindowCaptionElement.CaptionGrip">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.AlertWindowCaptionGrip"/>class
            that represents the part of a <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>that
            can be used to move the component on the screen.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.AlertWindowCaptionElement.TextAndButtonsElement">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.AlertWindowTextAndSystemButtonsElement"/>class
            that represents the part of a <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>that contains
            the text and the system buttons.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.AlertWindowCaptionGrip">
            <summary>
            This class represents the caption grip of a <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>window.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.AlertWindowContentElement">
            <summary>
            This class represents the content of a <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>component.
            The content usually is built of an image and HTML enabled text.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.AlertWindowTextAndSystemButtonsElement">
            <summary>
            This element represents the text and system buttons part of a <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>component.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.AlertWindowTextAndSystemButtonsElement.MainLayoutPanel">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.Layouts.StackLayoutPanel"/>that
            represents the layout panel which holds the alert window's
            text and system buttons elements.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.AlertWindowTextAndSystemButtonsElement.ButtonsLayoutPanel">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.Layouts.StackLayoutPanel"/>that
            represents the layout panel which holds the alert window's caption 
            buttons.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.AlertWindowTextAndSystemButtonsElement.TextElement">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.Primitives.TextPrimitive"/>class
            that represents the text of the<see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/> text 
            caption.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.AlertWindowTextAndSystemButtonsElement.CloseButton">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.RadButtonElement"/>class
            that represents the close button of a <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>component.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.AlertWindowTextAndSystemButtonsElement.PinButton">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.RadToggleButtonElement"/>class
            that represents the pin button of a <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>component.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.AlertWindowTextAndSystemButtonsElement.OptionsButton">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.RadImageButtonElement"/>class
            that represents the options button of a <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>component.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadDesktopAlertElement">
            <summary>
            This class represents the main element of a <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>window.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlertElement.ShowOptionsButton">
            <summary>
            Gets or sets a boolean value determining whether the options button is shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlertElement.ShowPinButton">
            <summary>
            Gets or sets a boolean value determining whether the pin button is shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlertElement.ShowCloseButton">
            <summary>
            Gets or sets a boolean value determining whether the close button is shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlertElement.ContentImage">
            <summary>
            Gets or sets an instance of the <see cref="T:System.Drawing.Image"/>class
            that represents the alert's content image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlertElement.CaptionText">
            <summary>
            Gets or sets the text of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlertElement"/>caption.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlertElement.ContentText">
            <summary>
            Gets or sets the content text of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlertElement"/>.
            This is the actual text displayed in a <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlertElement.CaptionElement">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.AlertWindowCaptionElement"/>class
            that represents the caption of a <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>component.
            The caption contains moving grip and system buttons.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlertElement.ContentElement">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.AlertWindowContentElement"/>class
            that represents the main content element of a <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>component.
            This element contains an image and a text element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlertElement.ButtonsPanel">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.AlertWindowButtonsPanel"/>class
            that represents the panel which holds the buttons added to the 
            <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>component.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.AlertInfo">
            <summary>
            This class encapsulates information needed for displaying a <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>.
            The class contains caption text, content text, content image and a collection of buttons.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.AlertInfo.#ctor(System.String)">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.AlertInfo"/>class
            with specified content text.
            </summary>
            <param name="contentText">The text which will be displayed as a content of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/></param>
        </member>
        <member name="M:Telerik.WinControls.UI.AlertInfo.#ctor(System.String,System.String)">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.AlertInfo"/> class
            with specified content text and caption text.
            </summary>
            <param name="contentText">The text which will be displayed as a content of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/></param>
            <param name="captionText">The text which will be displayed as a caption of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/></param>
        </member>
        <member name="M:Telerik.WinControls.UI.AlertInfo.#ctor(System.String,System.String,System.Drawing.Image)">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.AlertInfo"/> class
            with specified content text, caption text and content image.
            </summary>
            <param name="contentText">The text which will be displayed as a content of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/></param>
            <param name="captionText">The text which will be displayed as a caption of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/></param>
            <param name="alertImage">An instance of the <see cref="T:System.Drawing.Image"/>class that will be displayed as a content image of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/></param>
        </member>
        <member name="M:Telerik.WinControls.UI.AlertInfo.#ctor(System.String,System.String,System.Drawing.Image,Telerik.WinControls.RadItemCollection)">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.AlertInfo"/> class
            with specified content text, caption text, content image and a collection of buttons.
            </summary>
            <param name="contentText">The text which will be displayed as a content of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/></param>
            <param name="captionText">The text which will be displayed as a caption of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/></param>
            <param name="alertImage">An instance of the <see cref="T:System.Drawing.Image"/>class that will be displayed as a content image of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/></param>
            <param name="alertButtons">An instance of the <see cref="T:Telerik.WinControls.RadItemCollection"/>class that holds the buttons which will be displayed in the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/></param>
        </member>
        <member name="T:Telerik.WinControls.UI.AlertScreenPosition">
            <summary>
            Represents a set of possible screen positions for a
            <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>windows.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.AlertScreenPosition.Manual">
            <summary>
            The <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>window is shown
            at the position that is set to the Location property.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.AlertScreenPosition.BottomRight">
            <summary>
            The <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>window is shown
            at the bottom right part of the working area
            of the current screen.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.AlertScreenPosition.BottomCenter">
            <summary>
            The <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>window is shown
            centered at the bottom part of the working area
            of the current screen.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.AlertScreenPosition.BottomLeft">
            <summary>
            The <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>window is shown
            at the bottom left part of the working area
            of the current screen.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.AlertScreenPosition.TopRight">
            <summary>
            The <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>window is shown
            at the top right part of the working area
            of the current screen.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.AlertScreenPosition.TopCenter">
            <summary>
            The <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>window is shown
            centered at the top part of the working area
            of the current screen.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.AlertScreenPosition.TopLeft">
            <summary>
            The <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>window is shown
            at the top left part of the working area
            of the current screen.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadDesktopAlert">
            <summary>
            This class represents a Desktop Alert component which can be used to
            display a small window on the screen to notify the user that an
            event occurred. The location of the window and the way it appears
            can be customized.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDesktopAlert.#ctor">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDesktopAlert.#ctor(System.ComponentModel.IContainer)">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/> class.
            </summary>
            <param name="container">An implementation of the <see cref="T:System.ComponentModel.IContainer"/> interface
            that holds this instance.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDesktopAlert.CreatePopup">
            <summary>
            Returns an instance of the <see cref="T:Telerik.WinControls.UI.DesktopAlertPopup"/> class
            that represents the alert's popup
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDesktopAlert.Show">
            <summary>
            Displays the alert popup on the screen at the specified location.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDesktopAlert.Hide">
            <summary>
            Hides the alert popup from the screen.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDesktopAlert.ResetLocationModifier">
            <summary>
            Resets the explicit location modifier. In other words, if the user
            has modified the location of the alert's popup, the <see cref="T:Telerik.WinControls.UI.DesktopAlertManager"/>
            will not consider it when rearranging the visible alerts. This method
            will reset the explicit location modifier and thus the <see cref="T:Telerik.WinControls.UI.DesktopAlertManager"/>
            will continue managing the location of the alert according to its location settings.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.RightToLeft">
            <summary>Gets or sets a value indicating whether control's elements are aligned
            to support locales using right-to-left fonts.</summary>
            <returns>One of the <see cref="T:System.Windows.Forms.RightToLeft"/> values.
            The default is <see cref="F:System.Windows.Forms.RightToLeft.Inherit"/>.</returns>
            <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The assigned
            value is not one of the <see cref="T:System.Windows.Forms.RightToLeft"/> values.
            </exception>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.PlaySound">
            <summary>
            Gets or sets a boolean value determining whether a sound is played
            when the alert's popup is shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.SoundToPlay">
            <summary>
            Gets or sets the sound which is played when the alert's popup is shown
            and the PlaySound property is set to true.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.Opacity">
            <summary>
            Gets or sets the initial opacity of the alert's popup.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.ShowOptionsButton">
            <summary>
            Gets or sets a boolean value determining whether the options button is shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.ShowPinButton">
            <summary>
            Gets or sets a boolean value determining whether the pin button is shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.ShowCloseButton">
            <summary>
            Gets or sets a boolean value determining whether the close button is shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.IsPinned">
            <summary>
            Gets or sets a boolean value determining whether the alert's
            popup will be pinned on the screen. If pinned, the alert's popup
            will not be automatically closed upon mouse click outside its bounds
            or if the AutoClose property is set to true.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.CanMove">
            <summary>
            Gets or sets a boolean value determining whether the popup
            can be moved by dragging the caption grip.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.PopupAnimation">
            <summary>
            Gets or sets a boolean value determining whether the alert's popup
            will be animated.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.PopupAnimationDirection">
            <summary>
            Gets or sets a value determining the direction of the alert's popup animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.PopupAnimationFrames">
            <summary>
            Gets or sets the count of the alert's drop-down animation frames.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.PopupAnimationEasing">
            <summary>
            Gets or sets the type of the drop-down animation easing.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.FadeAnimationType">
            <summary>
            Gets or sets a value from the <see cref="P:Telerik.WinControls.UI.RadDesktopAlert.FadeAnimationType"/>
            enumerator that determines the type of fade animation performed
            when the alert's popup is opened/closed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.FadeAnimationSpeed">
            <summary>
            Gets or sets the interval in milliseconds between two animation frames.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.FadeAnimationFrames">
            <summary>
            Gets or sets the count of animation frames for the fade animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.AutoClose">
            <summary>
            Gets a sets a boolean value determining whether the alert popup will be automatically 
            closed after a given amount of time.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.AutoCloseDelay">
            <summary>
            Gets or sets the amount of time in seconds after
            which the alert will be automatically closed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.ScreenPosition">
            <summary>
            Gets or sets a value of the <see cref="T:Telerik.WinControls.UI.AlertScreenPosition"/>
            enum which defines the position of the alert popup
            on the working area of the active screen.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.FixedSize">
            <summary>
            Gets or sets an instance of the <see cref="T:System.Drawing.Size"/>struct
            which defines fixed size for the alert's popup. The default
            value is an empty size. In this case the popup adjusts its
            size according to its content. Otherwise the value of this property is
            considered.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.ContentImage">
            <summary>
            Gets or sets the content image of the <see cref="T:Telerik.WinControls.UI.RadDesktopAlert"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.ContentText">
            <summary>
            Gets or sets the text displayed in the alert popup. This text
            can be additinally HTML formatted to achieve better appearance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.CaptionText">
            <summary>
            Gets or sets the alert's caption text.
            The caption text is displayed below the moving grip of the alert's popup.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.ButtonItems">
            <summary>
            Gets or sets the items collection containing the button items shown at the bottom
            part of the desktop alert's popup.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.OptionItems">
            <summary>
            Gets the items collection containing the items added to the options drop-down button
            of the desktop alert's popup.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDesktopAlert.Popup">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.DesktopAlertPopup"/>class
            that represents the popup of the desktop alert.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDesktopAlert.Opening">
            <summary>
            Fires when the alert's popup is about to be opened. The opening
            action can be canceled by modifying the arguments of this event.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDesktopAlert.Opened">
            <summary>
            Fires when the alert's popup was opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDesktopAlert.Closing">
            <summary>
            Fires when the alert's popup is about to be closed.
            The closing action can be canceled by modifying the
            arguments of this event..
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDesktopAlert.Closed">
            <summary>
            Fires when the alert's popup was closed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseAutoComplete.Owner">
            <summary>
            Owner Property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.AutoCompleteAppendHelper.LimitToList">
            <summary>
            LimitToList Property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.AutoCompleteSuggestHelper.IsItemsDirty">
            <summary>
            IsItemsDirty Property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.AutoCompleteSuggestHelper.AutoCompleteDataSource">
            <summary>
            Gets or sets the object that is responsible for providing data objects for the AutoComplete Suggest.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.AutoCompleteSuggestHelper.AutoCompleteValueMember">
            <summary>
            Gets or sets the object that is responsible for providing data objects for the AutoComplete Suggest.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.AutoCompleteSuggestHelper.AutoCompleteDisplayMember">
            <summary>
            Gets or sets the object that is responsible for providing data objects for the AutoComplete Suggest.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.AutoCompleteSuggestHelper.DropDownList">
            <summary>
            DropDownList Property
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.NavigationButtonsPosition">
            <summary>
            represent Navigation Button possition
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCarousel">
            <summary>
            RadCarouses is a control that animates a group of items in Carousel-style
            rotation.
            </summary>
            <remarks>
                You can add item to RadCarousel control using Items collection, or through binding
                to data by assigning its DataSource properties. In order to manage the display of
                great number of items you may need to set the <see cref="P:Telerik.WinControls.UI.RadCarousel.VirtualMode"/>
                property to <strong>true</strong>. In this case you should specify the maximum
                visible number of item, using the <see cref="P:Telerik.WinControls.UI.RadCarousel.VisibleItemCount"/> property.
                Item path can be specified through <see cref="P:Telerik.WinControls.UI.RadCarousel.CarouselPath"/> property. Each
                carousel path instance contains properties to adjust various aspects of the path
                curve, including "start" and "end" position, selected items position. If you use a
                RadCarousel bound to a data, you would need to handle the
                <strong>ItemDataBound</strong> event to change each <strong>carouselItem</strong>'s
                properties according to items in the data source. You may also need to handle the
                <strong>CreateNewCarouselItem</strong> event, to change the default type of items
                <strong>RadCarousel</strong> will produce when databinding.
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.EnableAnimationOnFormResize">
            <summary>
            Enable or disable the re-animation of RadCarousel on form maximize, minimeze or resize
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.DefaultSize">
            <summary>
            Gets the default size of the control.
            </summary>		
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.CarouselElement">
            <summary>
            Gets a reference to the Carousel element, which incapsulates the most of the
            functionality of RadCarousel
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.AnimationFrames">
            <summary>
            Gets ot sets the number of animation frames between two positions
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.AnimationDelay">
            <summary>
            Gets or sets the delay in ms. between two frames of animation
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.EnableAutoLoop">
            <summary>
            Gets or sets a value indicating that the Carousel will loop items automatically
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.AutoLoopDirection">
            <summary>
            Gets or sets a value indicating whether carousel will increnment or decrement item indexes when in auto-loop mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.AutoLoopPauseCondition">
            <summary>
            Gets or sets a value indicating when carousel will pause looping if in auto-loop mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.AutoLoopPauseInterval">
            <summary>
            Gets or sets a value indicating the interval (in seconds) after which the carousel will resume looping when in auto-loop mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.DataSource">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadCarouselElement.DataSource" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.Items">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadCarouselElement.Items" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.SelectedItem">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadCarouselElement.SelectedItem" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.SelectedIndex">
            <summary>Gets or sets the item in the carousel that is currently selected.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.SelectedValue">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadCarouselElement.SelectedValue" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.ValueMember">
            <summary>
            Gets or sets the field from the data source to use as the actual value for the
            carousel items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.FormattingEnabled">
            <summary>
            Gets or sets a value indicating whether formatting is applied to the DisplayMember property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.VisibleItemCount">
            <summary>
                Gets or sets the number of items that carousel displays when <see cref="P:Telerik.WinControls.UI.RadCarousel.VirtualMode"/> is set to <strong>true</strong>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.VirtualMode">
            <summary>
                Get or sets value indicating the maximum number of items that will be displayed in
                the carousel, even when there are more Items in the <see cref="P:Telerik.WinControls.UI.RadCarousel.Items"/>
                collection. Virtualizing the carousel would significantly improve its performance.
            </summary>
            <remarks>
            False indicates that all items be displayed.
            It depends on SelectedIndex, which items are displayed in this case.
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.EnableLooping">
            <summary>
            Gets or sets value indicating that when item position goes beyond the carousel
            path, it will be displayed again in the beginning of the carousel path.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.CarouselPath">
            <commentsfrom cref="P:Telerik.WinControls.UI.CarouselItemsContainer.CarouselPath" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.OpacityChangeCondition">
            <summary>
            Sets the way opacity is applied to carousel items
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.MinFadeOpacity">
            <summary>
            Gets or sets value indicating the minimum value of the opacity applied to items
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.EasingType">
            <commentsfrom cref="P:Telerik.WinControls.UI.CarouselItemsContainer.EasingType" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.AnimationsToApply">
            <summary>
            Gets or sets value indicating which of the predefined animations will be applied to carousel items
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.ItemClickDefaultAction">
            <summary>
                Gets or sets the default action when item is clicked as <see cref="T:Telerik.WinControls.UI.CarouselItemClickAction"/> member.
            </summary>
            <value>The item click default action.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.ItemReflectionPercentage">
            <summary>
            Gets or sets value indicating the height (in percentage - values from 0.0. to 1.0) of reflection that will be painted bellow each carousel item.
            </summary>
            <value>The item reflection percentage.</value>
            <remarks>
            0.0 indicates no reflection and 1.0 indicates 100% of the height of the original item
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.ButtonPrevious">
            <summary>
            Present the Previous button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.ButtonNext">
            <summary>
            Pressent the Next button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.NavigationButtonsOffset">
            <summary>
            Get or sets the minimum size to apply on an element when layout is calculated.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.ButtonPositions">
            <summary>
            Represent the Navigation buttons Possitions
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCarousel.NewCarouselItemCreating">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadCarouselElement.NewCarouselItemCreating" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCarousel.ItemDataBound">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadCarouselElement.ItemDataBound" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCarousel.SelectedIndexChanged">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadCarouselElement.SelectedIndexChanged" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCarousel.SelectedValueChanged">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadCarouselElement.SelectedValueChanged" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCarousel.SelectedItemChanged">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadCarouselElement.SelectedItemChanged" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarousel.EnableKeyboardNavigation">
            <summary>
            Gets or sets a value indicating whether the keyboard navigation is enabled.        
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CarouselItemClickAction">
            <summary>
            Provides values for ItemClickDefaultAction property
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.CarouselItemClickAction.None">
            <summary>
            Indicates that item click will not be handeled by default
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.CarouselItemClickAction.SelectItem">
            <summary>
            Indicates that item will be set selected when clicked.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCarouselElement">
            <summary>
            RadElement that animates a list of items using Carousel-style view, used by <see cref="T:Telerik.WinControls.UI.RadCarousel"/> control
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCarouselElement.OnItemLeaving(Telerik.WinControls.UI.ItemLeavingEventArgs)">
            <summary>
            Fires the ItemLeaving event
            </summary>
            <param name="args">Event specific arguemtns</param>        
        </member>
        <member name="M:Telerik.WinControls.UI.RadCarouselElement.OnItemEntering(Telerik.WinControls.UI.ItemEnteringEventArgs)">
            <summary>
            Fires the ItemEntering event
            </summary>
            <param name="args">Event specific arguemtns</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCarouselElement.OnNewCarouselItemCreating(Telerik.WinControls.UI.NewCarouselItemCreatingEventArgs)">
            <summary>
            Raises the CreateNewCarouselItem event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCarouselElement.OnItemDataBound(Telerik.WinControls.UI.ItemDataBoundEventArgs)">
            <summary>
            Raises the ItemDataBound event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCarouselElement.OnSelectedItemChanged(System.EventArgs)">
            <summary>
            Raises the SelectedItemChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCarouselElement.OnSelectedValueChanged(System.EventArgs)">
            <summary>
            Raises the SelectedValueChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCarouselElement.OnSelectedIndexChanged(Telerik.WinControls.UI.SelectedIndexChangedEventArgs)">
            <summary>
            Raises the SelectedIndexChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCarouselElement.FindItemExact(System.String)">
            <summary>
            Finds the first item in the list box that matches the specified string.
            </summary>
            <param name="text">The string to search for.</param>
            <returns>The zero-based index of the first item found; returns null if no match is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCarouselElement.BeginUpdate">
            <summary>Initiates batch update of the items.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCarouselElement.EndUpdate">
            <summary>Ends batch update of the items.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCarouselElement.GetItemValue(System.Object)">
            <summary>Gets the value of the given item.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCarouselElement.FindItemStartingWith(System.String)">
            <summary>
            Finds the first item in the list with Text that starts with the specified string. 
            </summary>
            <param name="startsWith">The string to search for.</param>
            <returns>The zero-based index of the first item found; returns null if no match is found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCarouselElement.FindItemContaining(System.String)">
            <summary>
            Finds the first item in the list with Text containing the specified string. 
            </summary>
            <param name="subString">The string to search for.</param>
            <returns>The zero-based index of the first item found; returns null if no match is found.</returns>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCarouselElement.ItemLeaving">
            <summary>
            Occurs when an Item is about to leave carousel view
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCarouselElement.ItemEntering">
            <summary>
            Occurs when an Item is about to enter carousel view
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCarouselElement.NewCarouselItemCreating">
            <summary>
            Occurs before a new databound carousel item is created. You can use this event to
            replace the default item.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCarouselElement.ItemDataBound">
            <summary>Occurs after an Item is databound.</summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCarouselElement.SelectedItemChanged">
            <summary>Occurs when the selected items is changed.</summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCarouselElement.SelectedValueChanged">
            <summary>Fires when the selected value is changed.</summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadCarouselElement.SelectedIndexChanged">
            <summary>Fires when the selected index is changed.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.Items">
            <summary>Gets a collection of RadItem objects managed by RadCarousel.</summary>
            <remarks>
            Items are populated automatically when RadCarousel is data-bound. When using <see cref="P:Telerik.WinControls.UI.CarouselItemsContainer.Virtualized"/>, carousel displays only <see cref="P:Telerik.WinControls.UI.CarouselItemsContainer.VisibleItemCount"/> number of items at a time.
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.ItemsContainer">
            <summary>Gets the element, which contains all visible carousel items</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.CaseSensitive">
            <summary>
            Gets or sets a value indicating whether sorting of carousel items is
            case-sensitive.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.EnableKeyboardNavigation">
            <summary>
            Gets or sets a value indicating whether the keyboard navigation is enabled.        
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.SelectedItem">
            <summary>Gets or sets the item in the carousel that is currently selected.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.SelectedIndex">
            <summary>Gets or sets the index the currently selected item.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.SelectedValue">
            <summary>Gets or sets a value defining the currently selected item.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.ValueMember">
            <summary>
            Gets or sets the field from the data source to use as the actual value for the
            carousel items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.FormattingEnabled">
            <summary>
            Gets or sets a value indicating whether formatting is applied to the DisplayMember property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.DataSource">
            <summary>Gets or sets the data source that the carousel will bind to.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.ItemClickDefaultAction">
            <summary>
                Gets or sets the default action when item is clicked as <see cref="T:Telerik.WinControls.UI.CarouselItemClickAction"/> member.
            </summary>
            <value>The item click default action.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.ItemReflectionPercentage">
            <summary>
            Gets or sets value indicating the height (in percentage - values from 0.0. to 1.0) of reflection that will be painted bellow each carousel item.
            </summary>
            <value>The item reflection percentage.</value>
            <remarks>
            0.0 indicates no reflection and 1.0 indicates 100% of the height of the original item
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.AnimationFrames">
            <summary>
            Set ot get the Carousel animation frames
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.AnimationDelay">
            <summary>
            Set ot get the Carousel animation frames delay
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.AutoLoopPauseInterval">
            <summary>
            Gets or sets a value indicating the interval (in seconds) after which the carousel will resume looping when in auto-loop mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.ButtonPrevious">
            <summary>
            Present the Previous button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.ButtonNext">
            <summary>
            Pressent the Next button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.NavigationButtonsOffset">
            <summary>
            Get or sets the minimum size to apply on an element when layout is calculated.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCarouselElement.ButtonPositions">
            <summary>
            Represent the Navigation buttons Possitions
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Animations">
            <summary>
            Type of animation to be applied on carousel items
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CarouselItemsContainer.EnableAnimationOnFormResize">
            <summary>
            Enable or disable the re-animation of RadCarousel on form maximize, minimeze or resize
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CarouselItemsContainer.OpacityChangeCondition">
            <summary>
            Sets the way opacity is applied to carousel items
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CarouselItemsContainer.Owner">
            <summary>
            Gets the owner RadCarouselElement.
            </summary>
            <value>The owner.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.CarouselItemsContainer.CarouselPath">
            <summary>
            Gets or sets CarouselPath object that defines the curve which carousel items will animate through
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CarouselItemsContainer.EasingType">
            <summary>
            Gets or sets carousel items' animation easing.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CarouselItemsContainer.Items">
            <exclude />
        </member>
        <member name="P:Telerik.WinControls.UI.CarouselItemsContainer.AnimationsApplied">
            <summary>
            Gets or sets the set of animations to be applied on carousel items
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CarouselItemsContainer.AnimationFrames">
            <summary>
            Set ot get the Carousel animation frames
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CarouselItemsContainer.AnimationDelay">
            <summary>
            Set ot get the Carousel animation frames
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CarouselItemsContainer.AutoLoopDirection">
            <summary>
            Gets or sets a value indicating whether carousel will increnment or decrement item indexes when in auto-loop mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CarouselItemsContainer.EnableAutoLoop">
            <summary>
            Gets or sets a value indicating that the Carousel will loop items automatically
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CarouselItemsContainer.AutoLoopPauseCondition">
            <summary>
            Gets or sets a value indicating when carousel will pause looping if in auto-loop mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DescriptionTextListDataItem.DescriptionFont">
            <summary>
            Gets or sets the font for this RadListDataItem instance.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ListBindingCompleteEventHandler">
            <summary>Represents the method that will handle the DataBindingComplete event of a RadListView and RadDropDownList</summary>
            <filterpriority>2</filterpriority>
        </member>
        <member name="T:Telerik.WinControls.UI.ListBindingCompleteEventArgs">
            <summary>Provides data for the ListBindingCompleteEventHandler event.</summary>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Telerik.WinControls.UI.ListBindingCompleteEventArgs.#ctor(System.ComponentModel.ListChangedType)">
            <summary>Initializes a new instance of the ListBindingCompleteEventArgs class.</summary>
            <param name="listChangedType">One of the <see cref="T:System.ComponentModel.ListChangedType"></see> values.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.ListBindingCompleteEventArgs.ListChangedType">
            <summary>Gets a value specifying how the list changed.</summary>
            <returns>One of the <see cref="T:System.ComponentModel.ListChangedType"></see> values.</returns>
            <filterpriority>1</filterpriority>
        </member>
        <member name="P:Telerik.WinControls.UI.DescriptionTextListVisualItem.DescriptionFont">
            <summary>
            Gets or sets the font. Font type defines a particular format for text, including
            font face, size, and style attributes.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.VisualItemFormattingEventArgs">
            <summary>
            Contains the visual list item which is to be formatted in the VisualItemFormatting event of RadListControl.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.VisualItemFormattingEventArgs.VisualItem">
            <summary>
            Gets the visual list item which is to be formatted.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CreatingVisualListItemEventArgs">
            <summary>
            Allows setting custom instances of the visual list items in RadListControl.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CreatingVisualListItemEventArgs.VisualItem">
            <summary>
            Gets or sets the custom visual list item that will be used as visual representation
            of the data items.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ListItemDataBindingEventArgs">
            <summary>
            Allows setting custom instances of the data items in RadListControl.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListItemDataBindingEventArgs.NewItem">
            <summary>
            Gets or sets a data item that will be used to store logical information
            to represent data records.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ListItemDataBoundEventArgs">
            <summary>
            Provides a data item that was just bound during RadListControls data binding.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListItemDataBoundEventArgs.NewItem">
            <summary>
            Gets the data item that was just associated with a data record.
            The data record can be accessed through the DataBoundItem property.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.SortStyleChangedEventArgs">
            <summary>
            Provides the new sort style after the same property of RadListControl changes.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.SortStyleChangedEventArgs.SortStyle">
            <summary>
            Gets the new sort style value.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.IFindStringComparer">
            <summary>
            This interface is used to provide alternative ways to compare strings.
            Users can assign their custom comparer to the FindStringComparer property of the respective control.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.StartsWithFindStringComparer">
            <summary>
            This class is used to create the initial instance of the IFindStringComparer.
            It uses the string StartsWith method.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ExactFindStringComparer">
            <summary>
            This class is used to precisely compare strings. It searches for an item whose text is exactly equal to the provided string.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ContainsFindStringComparer">
            <summary>
            This class is used to determine whether a string contains another string. 
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ItemTextComparisonMode">
            <summary>
            This enum is used in RadListControl.FindString() to determine whether an item is searched via the text property
            set by the user or the text provided by the data binding logic.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewCheckedItemCollection.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewDataItem.GetUnboundValue">
            <summary>
            Gets a value for the Value property in unbound mode.
            </summary>
            <returns>Returns an object reference pointing to the value of the Value property in unbound mode.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewDataItem.SetUnboundValue(System.Object)">
            <summary>
            This method is called when setting the Value property of a RadListDataItem when it is in unbound mode.
            </summary>
            <param name="value">The value to set the Value property to.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.Key">
            <summary>
            Key object that is used by the FindByKey method of <see cref="T:Telerik.WinControls.UI.RadListView">RadListView</see>. 
            By default this property holds a reference to the <see cref="T:Telerik.WinControls.UI.ListViewDataItem"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.ImageKey">
             <summary>
            Gets or sets the key for the left image associated with this list view item.
             </summary>
             <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.Image">Image Property</seealso>
             <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.ImageIndex">ImageIndex Property</seealso>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.ImageIndex">
            <summary>
            Gets or sets the left image list index value of the image displayed.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.Image">Image Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.ImageKey">ImageKey Property</seealso>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.Current">
            <summary>
            Gets or sets a value that indicates if this item is current.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.HasStyle">
            <summary>
            Gets a value indicating whether this instance has style.
            </summary>
            <value><c>true</c> if this instance has style; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.Value">
            <summary>
            Gets or sets a value for the property indicated by ValueMember if in bound mode, and private value in unbound mode.
            Trying to explicitly set this property in bound mode will result in an InvalidOperationException.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.Text">
            <summary>
            Gets or sets the text.
            </summary>
            <value>The text.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.Selected">
            <summary>
            Gets a value that indicates if this item is selected.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.Visible">
            <summary>
            Gets a value that indicates if this item is currently visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.CheckState">
            <summary>
            Gets a value that indicating the current check state of the item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.SubItems">
            <summary>
            This collection is used for adding items at design time. It should not be used in runtime.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.BackColor">
            <summary>
            Gets or sets the backcolor of the list node. Color type represents an ARGB color.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientStyle">GradientStyle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientStyle">NumberOfColors Property</seealso>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.BackColor2">
            <summary>
            Gets or sets the backcolor of the list item. This property is applicable to radial, glass,
            office glass, gel, and vista gradients.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientStyle">GradientStyle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientStyle">NumberOfColors Property</seealso>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.BackColor3">
            <summary>
            Gets or sets the backcolor of the list item. This property is applicable to radial, glass,
            office glass, and vista gradients.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientStyle">GradientStyle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientStyle">NumberOfColors Property</seealso>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.BackColor4">
            <summary>
            Gets or sets the backcolor of the list item. This property is applicable to radial, glass,
            office glass, and vista gradients.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientStyle">GradientStyle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientStyle">NumberOfColors Property</seealso>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.BorderColor">
            <summary>
            Gets or sets the border color of the list item.
            </summary>		
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.GradientAngle">
            <summary>
            Gets or sets gradient angle for linear gradient.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientStyle">GradientStyle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientPercentage">GradientPercentage Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientPercentage2">GradientPercentage2 Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.NumberOfColors">NumberOfColors Property</seealso>
            <value>The default value is 90.0.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.GradientPercentage">
            <summary>
            Gets or sets GradientPercentage for linear, glass, office glass, gel, vista, and
            radial gradients.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientStyle">GradientStyle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientPercentage2">GradientPercentage2 Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientAngle">GradientAngle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.NumberOfColors">NumberOfColors Property</seealso>
            <value>The default value is 0.5.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.GradientPercentage2">
            <summary>
            Gets or sets GradientPercentage for office glass, vista, and radial
            gradients.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientStyle">GradientStyle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientPercentage">GradientPercentage Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientAngle">GradientAngle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.NumberOfColors">NumberOfColors Property</seealso>
            <value>The default value is 0.5.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.GradientStyle">
            <summary>
            Gets and sets the gradient style. The possible values are defined in the gradient
            style enumeration: solid, linear, radial, glass, office glass, gel, and vista.
            </summary>
            <value>
                The default value is
                <see cref="T:Telerik.WinControls.GradientStyles">GradientStyles.Linear</see>.
            </value>
            <seealso cref="T:Telerik.WinControls.GradientStyles">GradientStyles Enumeration</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientPercentage">GradientPercentage Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientPercentage2">GradientPercentage2 Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientAngle">GradientAngle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.NumberOfColors">NumberOfColors Property</seealso>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItem.NumberOfColors">
            <summary>
            Gets or sets the number of used colors in the gradient effect.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.BackColor">BackColor Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.BackColor2">BackColor2 Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.BackColor3">BackColor3 Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.BackColor4">BackColor4 Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.ListViewDataItem.GradientStyle">GradientStyle Property</seealso>
            <value>The default value is 4.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItemStyle.TextImageRelation">
            <summary>
            Gets or sets the relation between the image and the text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItemStyle.Font">
            <summary>
            Gets or sets the font.
            </summary>
            <value>The font.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItemStyle.ForeColor">
            <summary>
            Gets or sets the color of the fore.
            </summary>
            <value>The color of the fore.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItemStyle.BorderColor">
            <summary>
            Gets or sets the color of the border.
            </summary>
            <value>The color of the border.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItemStyle.BackColor4">
            <summary>
            Gets or sets the back color4.
            </summary>
            <value>The back color4.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItemStyle.BackColor3">
            <summary>
            Gets or sets the back color3.
            </summary>
            <value>The back color3.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItemStyle.BackColor2">
            <summary>
            Gets or sets the back color2.
            </summary>
            <value>The back color2.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItemStyle.BackColor">
            <summary>
            Gets or sets the color of the back.
            </summary>
            <value>The color of the back.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItemStyle.NumberOfColors">
            <summary>
            Gets or sets the number of colors.
            </summary>
            <value>The number of colors.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItemStyle.GradientPercentage2">
            <summary>
            Gets or sets the gradient percentage2.
            </summary>
            <value>The gradient percentage2.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItemStyle.GradientPercentage">
            <summary>
            Gets or sets the gradient percentage.
            </summary>
            <value>The gradient percentage.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItemStyle.GradientAngle">
            <summary>
            Gets or sets the gradient angle.
            </summary>
            <value>The gradient angle.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItemStyle.GradientStyle">
            <summary>
            Gets or sets the gradient style.
            </summary>
            <value>The gradient style.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItemStyle.TextAlignment">
            <summary>
            Gets or sets the text alignment.
            </summary>
            <value>The text alignment.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItemStyle.ImageAlignment">
            <summary>
            Gets or sets the image alignment.
            </summary>
            <value>The image alignment.</value>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewDetailColumn.SetOwner(Telerik.WinControls.UI.RadListViewElement)">
            <summary>
            Sets the owner for this column. This method is used internally, never call it directly.
            </summary>
            <param name="listElement">The owner element.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewDetailColumn.BestFit">
            <summary>
            Adjusts the column width to fit the contents of all cells in the column, including the header cell.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDetailColumn.Owner">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadListViewElement"/> that owns this column.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDetailColumn.MaxWidth">
            <summary>
            Gets the maximum width that the column can be resized to.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDetailColumn.MinWidth">
            <summary>
            Gets the minimum width that the column can be resized to.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDetailColumn.Width">
            <summary>
            Gets the current width of the column.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDetailColumn.FieldName">
            <summary>
            Gets the name of the field of the bound item corresponding to this column.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDetailColumn.Name">
            <summary>
            Gets the name of the column. Must be unique for each column in the same <see cref="T:Telerik.WinControls.UI.RadListViewElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDetailColumn.HeaderText">
            <summary>
            Gets or sets the text that will be displayed in the header cells.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDetailColumn.IsDataBound">
            <summary>
            Gets a value indicating whether the column is in bound mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDetailColumn.Current">
            <summary>
            Gets or sets a value indicating whether this column is current.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDetailColumn.Visible">
            <summary>
            Gets or sets a value indicating whether this column will be visible in DetailsView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDetailColumn.AutoSizeMode">
            <summary>
            Gets or sets the mode by which the column automatically adjusts its width after BestFit is executed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItemGroup.Expanded">
            <summary>
            Gets or sets a value indicating whether the group's items should be displayed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItemGroup.Items">
            <summary>
            Gets the items in this group.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewDataItemGroup.DataGroup">
            <summary>
            Gets the data group that is assigned to this group.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewSelectedItemCollection.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DetailListViewCellElement.IgnoreColumnWidth">
            <summary>
            Used by the best fit columns mechanism so the cell measure would ignore the column width.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ListViewTraversingEventHandler">
            <summary>
            Represents the method that will handle events in <see cref="T:Telerik.WinControls.UI.ListViewTraverser"/>.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Telerik.WinControls.UI.ListViewTraversingEventArgs">
            <summary>
            Provides data for all events used in <see cref="T:Telerik.WinControls.UI.ListViewTraverser"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewTraversingEventArgs.#ctor(Telerik.WinControls.UI.ListViewDataItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.ListViewTraversingEventArgs"/> class.
            </summary>
            <param name="content">The content.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.ListViewTraversingEventArgs.Process">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Telerik.WinControls.UI.ListViewDataItem"/> instance to be processed by <see cref="T:Telerik.WinControls.UI.ListViewTraverser"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadListViewElement">
            <summary>
            Represents the main element of <see cref="T:Telerik.WinControls.UI.RadListView"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.BeginEdit">
            <summary>
            Begins an edit operation over the currently sellected item.
            </summary>
            <returns>[true] if success, [false] otherwise</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.EndEdit">
            <summary>
            Ends the current edit operations if such. Saves the changes.
            </summary>
            <returns>[true] if success, [false] otherwise</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.CancelEdit">
            <summary>
            Ends the current edit operations if such. Discards the changes.
            </summary>
            <returns>[true] if success, [false] otherwise</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.CreateViewElement">
            <summary>
            Creates a view element corresponding to the current ViewType.
            </summary>
            <returns>The view element.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.BeginUpdate">
            <summary>
            Suspend any item change notifications until <see cref="M:Telerik.WinControls.UI.RadListView.EndUpdate"/> is called.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.EndUpdate">
            <summary>
            Resumes the item change notifications.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.FindItemByKey(System.Object)">
            <summary>
            Finds an item with the specified key.
            </summary>
            <param name="key">The key of the searched item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.FindItemByKey(System.Object,System.Boolean)">
            <summary>
            Finds an item with the specified key.
            </summary>
            <param name="key">The key of the searched item.</param>
            <param name="searchVisibleItems">Indicates if the search should check only visible items.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.SynchronizeVisualItems">
            <summary>
            Causes synchronization of the visual items with the logical ones.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.EnsureItemVisible(Telerik.WinControls.UI.ListViewDataItem)">
            <summary>
            Ensures that a given item is visible on the client area.
            </summary>
            <param name="item">The item to ensure visibility of.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.EnsureItemVisible(Telerik.WinControls.UI.ListViewDataItem,System.Boolean)">
            <summary>
            Ensures that a given item is visible on the client area.
            </summary>
            <param name="item">The item to ensure visibility of.</param>
            <param name="ensureHorizontally">Indicates whether the view should be scrolled horizontally.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.EnsureColumnVisible(Telerik.WinControls.UI.ListViewDetailColumn)">
            <summary>
            Ensures that a given column is visible on the client area.
            </summary>
            <param name="listViewDetailColumn">The column to ensure visibility of.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.Select(Telerik.WinControls.UI.ListViewDataItem[])">
            <summary>
            Selects a range of items.
            </summary>
            <param name="items">The items.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.ExpandAll">
            <summary>
            Expands all the groups in the element.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.CollapseAll">
            <summary>
            Collapses all the groups in the element.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.CheckSelectedItems">
            <summary>
            Checks all of the selected items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.UncheckSelectedItems">
            <summary>
            Unchecks all of the selected items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.CheckAllItems">
            <summary>
            Checks all of the items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.UncheckAllItems">
            <summary>
            Unchecks all of the items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.UpdateCheckedItems">
            <summary>
            Updates the contents of the <see cref="P:Telerik.WinControls.UI.RadListViewElement.CheckedItems"/> collection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadListViewElement.ScrollTo(System.Int32)">
            <summary>
            Scrolls the view with a given amount.
            </summary>
            <param name="delta">The amount to scroll the view with.</param>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.GroupExpanded">
            <summary>
            Fires when a group has been expanded.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.GroupExpanding">
            <summary>
            Fires when a group is about to expand. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.SelectedItemsChanged">
            <summary>
            Occurs when the content of the SelectedItems collection has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.SelectedItemChanged">
            <summary>
            Occurs when the selected item has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.SelectedIndexChanged">
            <summary>
            Occurs when the index of the selected item has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ViewTypeChanged">
            <summary>
            Occurs when the ViewType of <see cref="T:Telerik.WinControls.UI.RadListView">RadListView</see> is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ViewTypeChanging">
            <summary>
            Occurs when the ViewType of <see cref="T:Telerik.WinControls.UI.RadListView">RadListView</see> is about to change. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemMouseDown">
            <summary>
            Occurs when the user presses a mouse button over a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemMouseUp">
            <summary>
            Occurs when the user presses a mouse button over a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemMouseMove">
            <summary>
            Occurs when the user moves the mouse over a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemMouseHover">
            <summary>
            Occurs when the user hovers a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemMouseEnter">
            <summary>
            Occurs when the mouse pointer enters a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemMouseLeave">
            <summary>
            Occurs when the mouse pointer leaves a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemMouseClick">
            <summary>
            Occurs when the user clicks a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemMouseDoubleClick">
            <summary>
            Occurs when the user double-clicks a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemCheckedChanging">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> is about to be checked. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemCheckedChanged">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> is checked.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.VisualItemFormatting">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> changes its state and needs to be formatted.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemCreating">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> needs to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.VisualItemCreating">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.BaseListViewVisualItem">BaseListViewVisualItem</see> needs to be created;
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.CellFormatting">
            <summary>
            Occurs when a DetailsView cell needs to be formatted.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemDataBound">
            <summary>
            Occurs when a data-bound item is being attached to a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.CurrentItemChanged">
            <summary>
            Occurs when the CurrentItem property is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.CurrentItemChanging">
            <summary>
            Occurs when the CurrentItem property is about to change. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.EditorRequired">
            <summary>
            Occurs when an editor is required.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemEditing">
            <summary>
            Occurs when an edit operation is about to begin. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.EditorInitialized">
            <summary>
            Occurs when an editor is initialized.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemEdited">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> is edited.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ValidationError">
            <summary>
            Fires when a validation error occurs.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemValidating">
            <summary>
            Occurs when an edit operation needs to be validated.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemValueChanged">
            <summary>
            Occurs when the value of a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemValueChanging">
            <summary>
            Occurs when the value of a <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> is about to change. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ColumnCreating">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.ListViewDetailColumn"/> needs to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.CellCreating">
            <summary>
            Occurs when a <see cref="T:Telerik.WinControls.UI.DetailListViewCellElement"/> needs to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemRemoving">
            <summary>
            Occurs when an item is about to be removed using the Delete key. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.ItemRemoved">
            <summary>
            Occurs when an item is removed using the Delete key.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.CaseSensitiveColumnNames">
            <summary>
            Gets or sets a value indicating whether column names which differ only in the casing are allowed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.SelectLastAddedItem">
            <summary>
            Gets or sets a value indicating whether the last added item in the RadListView DataSource will be selected by the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.HorizontalScrollState">
            <summary>
            Gets or sets the display state of the horizontal scrollbar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.VerticalScrollState">
            <summary>
            Gets or sets the display state of the vertical scrollbar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.ThreeStateMode">
            <summary>
            Gets or sets a value indicating whether the checkboxes should be in ThreeState mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.ShowGridLines">
            <summary>
            Gets or sets a value indicating whether grid lines shoud be shown in DetailsView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.EnableLassoSelection">
            <summary>
            Gets or sets a value indicating whether items can be selected with mouse dragging.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.HotTracking">
            <summary>
            Gets or sets a value indicating whether items should react on mouse hover.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.EnableKineticScrolling">
            <summary>
            Gets or sets a value indicating whether the kinetic scrolling function is enabled. Always false when lasso selection is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.EnableColumnSort">
            <summary>
            Gets or sets a value indicating whether the items should be sorted when clicking on header cells.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.ShowColumnHeaders">
            <summary>
            Gets or sets a value indicating whether the column headers should be drawn.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.ShowGroups">
            <summary>
            Gets or sets a value indicating whether the items should be shown in groups.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.ShowCheckBoxes">
            <summary>
            Gets or sets value indicating whether checkboxes should be shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.AllowColumnReorder">
            <summary>
            Gets or sets value indicating if the user can reorder columns via drag and drop.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.AllowDragDrop">
            <summary>
            Gets or sets value indicating if the user can reorder items via drag and drop. 
            Always false when using data source, grouping, filtering, sorting, kinetic scrolling or lasso selection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.AllowColumnResize">
            <summary>
            Gets or sets value indicating if the user can resize the columns.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.CurrentColumn">
            <summary>
            Gets or sets the current column in Details View.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.IsEditing">
            <summary>
            Indicates whether there is an active editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.CurrentItem">
            <summary>
            Gets or sets the current item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.SelectedIndex">
            <summary>
            Gets or sets the index of the selected item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.SelectedItem">
            <summary>
            Gets or sets the selected item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.SelectedItems">
            <summary>
            Gets a collection containing the selected items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.CheckedItems">
            <summary>
            Gets a collection containing the checked items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.MultiSelect">
            <summary>
            Gets or sets value indicating whether multi selection is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.AllowEdit">
            <summary>
            Gets or sets value indicating whether editing is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.AllowRemove">
            <summary>
            Gets or sets value indicating whether the user can remove items with the Delete key.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.ActiveEditor">
            <summary>
            Gets the currently active editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.AllowArbitraryItemHeight">
            <summary>
            Gets or sets a value indicating whether the items can have different height.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.AllowArbitraryItemWidth">
            <summary>
            Gets or sets a value indicating whether the items can have different width.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.FullRowSelect">
            <summary>
            Gets or sets a value indicating whether the full row should be selected.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.ItemSize">
            <summary>
            Gets or sets the default item size.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.GroupItemSize">
            <summary>
            Gets or sets the default group item size.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.GroupIndent">
            <summary>
            Gets or sets the indent of the items when they are displayed in a group.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.SelectionRectangleColor">
            <summary>
            Gets or sets the fill color of the lasso selection rectangle.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.SelectionRectangleBorderColor">
            <summary>
            Gets or sets the border color of the lasso selection rectangle.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.ItemSpacing">
            <summary>
            Gets or sets the space between the items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.Columns">
            <summary>
            Gets or sets a collection of <see cref="T:Telerik.WinControls.UI.ListViewDetailColumn">ListViewDetailColumn</see> object which represent the columns in DetailsView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.IsDataBound">
            <summary>
            Gets a value indicating whether the control is in bound mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.Groups">
            <summary>
            Gets a collection containing the groups of the RadListViewElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.ValueMember">
            <summary>
            Gets or sets the value member.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.DisplayMember">
            <summary>
            Gets or sets the display member.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.CheckedMember">
            <summary>
            Gets or sets the checked member.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.DataView">
            <summary>
            Gets the DataView collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.EnableSorting">
            <summary>
            Gets or sets a value indicating whether sorting is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.EnableFiltering">
            <summary>
            Gets or sets a value indicating whether filtering is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.EnableGrouping">
            <summary>
            Gets or sets a value indicating whether filtering is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.EnableCustomGrouping">
            <summary>
            Gets or sets a value indicating whether custom grouping is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.FilterDescriptors">
            <summary>
            Gets a collection of <see cref="T:Telerik.WinControls.Data.FilterDescriptor">filter descriptors</see> by which you can apply filter rules to the items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.SortDescriptors">
            <summary>
            Gets a collection of <see cref="T:Telerik.WinControls.Data.SortDescriptor">SortDescriptor</see> which are used to define sorting rules over the 
            <see cref="T:Telerik.WinControls.UI.ListViewDataItemCollection">ListViewDataItemCollection</see>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.GroupDescriptors">
            <summary>
            Gets a collection of <see cref="T:Telerik.WinControls.Data.GroupDescriptor">GroupDescriptor</see> which are used to define grouping rules over the 
            <see cref="T:Telerik.WinControls.UI.ListViewDataItemCollection">ListViewDataItemCollection</see>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.ListSource">
            <summary>
            Gets the source of the items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.Items">
            <summary>
            Gets or sets a collection of <see cref="T:Telerik.WinControls.UI.ListViewDataItem">ListViewDataItem</see> object which represent the items in RadListViewElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.ViewElement">
            <summary>
            Gets the element that represents the active view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.ViewType">
            <summary>
            Gets or sets the type of the view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.DataSource">
            <summary>
            Gets or sets the data source of a RadListViewElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.DataMember">
            <summary>
            Gets or sets the name of the list or table in the data source for which the <see cref="T:Telerik.WinControls.UI.RadListViewElement"/> is displaying data. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.HeaderHeight">
            <summary>
            Gets or sets the height of the header in Details View.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.ColumnResizingBehavior">
            <summary>
            Gets or sets the <see cref="P:Telerik.WinControls.UI.RadListViewElement.ColumnResizingBehavior"/> that is responsible for resizing the columns.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.KeyboardSearchEnabled">
            <summary>
            Gets or sets a value that determines whether the user can navigate to an item by typing when BaseListViewElement is focused.
            The default value is false.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.KeyboardSearchResetInterval">
            <summary>
            Gets or sets a value that specifies how long the user must wait before searching with the keyboard is reset.
             The default value is 300.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.CheckOnClickMode">
            <summary>
            Gets or sets a value indicating whether the item's check state changes whenever the item is clicked.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.BindingContextChanged">
            <summary>
            Occurs when the BindingContext has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadListViewElement.BindingCompleted">
            <summary>
            Occurs when the procces of binding <see cref="T:Telerik.WinControls.UI.RadListViewElement"/> to a data source has finished
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadListViewElement.BindingContext">
            <summary>
            Gets or sets the BindingContext.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CheckOnClickMode">
            <summary>
            Defines the check on click mode. Check on click states are used in RadListView and RadCheckedListBox.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.CheckOnClickMode.Off">
            <summary>
            Item CheckState is not toggled on click.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.CheckOnClickMode.FirstClick">
            <summary>
            Item is selected and CheckState is toggled on first click.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.CheckOnClickMode.SecondClick">
            <summary>
            Item is selected on first click. On second click the CheckState is toggled.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BaseListViewElement">
            <summary>
            Represents a base class for <see cref="T:Telerik.WinControls.UI.RadListView"/> view elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.GetItemAt(System.Drawing.Point)">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.ListViewDataItem"/> at a specified location.
            </summary>
            <param name="location">The location.</param>
            <returns>The <see cref="T:Telerik.WinControls.UI.ListViewDataItem"/>.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.GetVisualItemAt(System.Drawing.Point)">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.BaseListViewVisualItem"/> at a specified location.
            </summary>
            <param name="location">The location.</param>
            <returns>The <see cref="T:Telerik.WinControls.UI.BaseListViewVisualItem"/>.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.ScrollTo(System.Int32)">
            <summary>
            Scrolls the view with a given amount.
            </summary>
            <param name="delta">The amount to scroll with.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.EnsureItemVisible(Telerik.WinControls.UI.ListViewDataItem)">
            <summary>
            Ensures that a given <see cref="T:Telerik.WinControls.UI.ListViewDataItem"/> is visible on the client area.
            </summary>
            <param name="item">The <see cref="T:Telerik.WinControls.UI.ListViewDataItem"/> to ensure visibility of.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.EnsureItemVisible(Telerik.WinControls.UI.ListViewDataItem,System.Boolean)">
            <summary>
            Ensures that a given <see cref="T:Telerik.WinControls.UI.ListViewDataItem"/> is visible on the client area.
            </summary>
            <param name="item">The <see cref="T:Telerik.WinControls.UI.ListViewDataItem"/> to ensure visibility of.</param>
            <param name="ensureHorizontally">Indicates if the view should be scrolled horizontally.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.ClearSelection">
            <summary>
            Clears the selection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.ToggleItemCheckState(Telerik.WinControls.UI.ListViewDataItem)">
            <summary>
            Toggles the CheckState of given item.
            </summary>
            <param name="item">The item whose CheckState will be toggled.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.SupportsOrientation(System.Windows.Forms.Orientation)">
            <summary>
            Returns a value indicating whether the current view supports given orientation.
            </summary>
            <param name="orientation">The orientation.</param>
            <returns>[true] if the current view supports the orientation, [false] otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.EnsureItemVisibleHorizontal(Telerik.WinControls.UI.ListViewDataItem)">
            <summary>
            Ensures that a given <see cref="T:Telerik.WinControls.UI.ListViewDataItem"/> is visible by scrolling the view horizontally.
            </summary>
            <param name="item">The item to ensure visibility of.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.EnsureItemVisibleVertical(Telerik.WinControls.UI.ListViewDataItem)">
            <summary>
            Ensures that a given <see cref="T:Telerik.WinControls.UI.ListViewDataItem"/> is visible by scrolling the view vertically.
            </summary>
            <param name="item">The item to ensure visibility of.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.EnsureItemVisibleVerticalCore(Telerik.WinControls.UI.ListViewDataItem)">
            <summary>
            Ensures that a given <see cref="T:Telerik.WinControls.UI.ListViewDataItem"/> is visible when it is below the last visible item in the view.
            </summary>
            <param name="item">The item to ensure visibility of.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.OnOrientationChanged">
            <summary>
            Called when the orientation of the view has changed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.UpdateHScrollbarMaximum">
            <summary>
            Updates the horizontal scrollbar.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.UpdateHScrollbarVisibility">
            <summary>
            Updates the visibility of the horizontal scrollbar.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.ProcessMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Processes the MouseUp event.
            </summary>
            <param name="e">The event args.</param>
            <returns>true if the processing of the event should be stopped, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.ProcessMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Processes the MouseMove event.
            </summary>
            <param name="e">The event args.</param>
            <returns>true if the processing of the event should be stopped, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.ProcessMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Processes the MouseDown event.
            </summary>
            <param name="e">The event args.</param>
            <returns>true if the processing of the event should be stopped, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.ProcessKeyDown(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Processes the KeyDown event.
            </summary>
            <param name="e">The event args.</param>
            <returns>true if the processing of the event should be stopped, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.HandlePageUpKey(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Handles a press of the PageUp key.
            </summary>
            <param name="e">The event args.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.HandlePageDownKey(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Handles a press of the PageDown key.
            </summary>
            <param name="e">The event args.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.HandleDeleteKey(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Handles a press of the Delete key.
            </summary>
            <param name="e">The event args.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.HandleEndKey(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Handles a press of the End key.
            </summary>
            <param name="e">The event args.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.HandleHomeKey(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Handles a press of the Home key.
            </summary>
            <param name="e">The event args.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.HandleEscapeKey(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Handles a press of the Escape key.
            </summary>
            <param name="e">The event args.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.HandleF2Key(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Handles a press of the F2 key.
            </summary>
            <param name="e">The event args.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.HandleLeftKey(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Handles a press of the Left key.
            </summary>
            <param name="e">The event args.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.HandleRightKey(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Handles a press of the Right key.
            </summary>
            <param name="e">The event args.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.HandleDownKey(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Handles a press of the Down key.
            </summary>
            <param name="e">The event args.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.HandleUpKey(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Handles a press of the Up key.
            </summary>
            <param name="e">The event args.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.HandleSpaceKey(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Handles a press of the Space key.
            </summary>
            <param name="e">The event args.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.HandleNavigation(System.Char)">
            <summary>
            Handles navigation upon key press.
            </summary>
            <param name="keyChar">The character of the pressed key.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.GetFirstMatch(System.String)">
            <summary>
            This method traverses through the items in the control and fills a queue with these items that start with the <paramref name="searchCriteria"/>.
            </summary>
            <param name="searchCriteria"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.GetPreviousItem(Telerik.WinControls.UI.ListViewDataItem)">
            <summary>
            Gets the previous visible item of a given <see cref="T:Telerik.WinControls.UI.ListViewDataItem"/>.
            </summary>
            <param name="currentItem">The current item.</param>
            <returns>The previous item.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.GetNextItem(Telerik.WinControls.UI.ListViewDataItem)">
            <summary>
            Gets the next visible item of a given <see cref="T:Telerik.WinControls.UI.ListViewDataItem"/>.
            </summary>
            <param name="currentItem">The current item.</param>
            <returns>The next item.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.ProcessMouseWheel(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Processes the MouseWheel event.
            </summary>
            <param name="e">The event args.</param>
            <returns>true if the processing of the event should be stopped, false otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.ProcessSelection(Telerik.WinControls.UI.ListViewDataItem,System.Windows.Forms.Keys,System.Boolean)">
            <summary>
            Processes the selection of a specified item.
            </summary>
            <param name="item">The <see cref="T:Telerik.WinControls.UI.ListViewDataItem"/> which is being processed.</param>
            <param name="modifierKeys">The modifier keys which are pressed during selection.</param>
            <param name="isMouseSelection">[true] if the selection is triggered by mouse input, [false] otherwise.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.ProcessLassoSelection">
            <summary>
            Selects all items that are whitin the lasso rectangle.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.ProcessLassoSelection(System.Drawing.Rectangle)">
            <summary>
            Selects all items that are whitin the specified rectangle.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.BeginLassoSelection">
            <summary>
            Begins the lasso selection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.EndLassoSelection">
            <summary>
            Ends the lasso selection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.GetDragHintLocation(Telerik.WinControls.UI.BaseListViewVisualItem,System.Drawing.Point)">
            <summary>
            Gets the drag hint location according to the specified item.
            </summary>
            <param name="visualItem">The drop target item.</param>
            <param name="mouseLocation">The mouse location in client coordinates.</param>
            <returns>The location of the drag hint.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.ShouldDropAfter(Telerik.WinControls.UI.BaseListViewVisualItem,System.Drawing.Point)">
            <summary>
            Indicates whether an item should be dropped after the given target according to the specified location.
            </summary>
            <param name="targetElement">The drop target item.</param>
            <param name="dropLocation">The drop location.</param>
            <returns>[true] if a dropped item should be inserted after the target, [false] otherwise.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseListViewElement.GetDragHintSize(Telerik.WinControls.ISupportDrop)">
            <summary>
            Gets the size of the drag hint according to the speficied target.
            </summary>
            <param name="target">The drop target.</param>
            <returns>The size of the drag hint.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseListViewElement.HorizontalScrollState">
            <summary>
            Gets or sets the display state of the horizontal scrollbar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseListViewElement.VerticalScrollState">
            <summary>
            Gets or sets the display state of the vertical scrollbar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseListViewElement.DragHint">
            <summary>
            Gets or sets the <see cref="T:Telerik.WinControls.RadImageShape">RadImageShape</see> instance which describes the hint that indicates where a column will be dropped after a drag operation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseListViewElement.ScrollBehavior">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.ScrollServiceBehavior"/> that is responsible for the kinetic scrolling option.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseListViewElement.Orientation">
            <summary>
            Gets or sets the orientation of the view element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseListViewElement.Owner">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadListViewElement"/> that owns the view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseListViewElement.AllowArbitraryItemHeight">
            <summary>
            Gets or sets a value indicating whether the items can have different height.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseListViewElement.AllowArbitraryItemWidth">
            <summary>
            Gets or sets a value indicating whether the items can have different width.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseListViewElement.FullRowSelect">
            <summary>
            Gets or sets a value indicating whether the full row should be selected.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseListViewElement.ItemSize">
            <summary>
            Gets or sets the default item size.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseListViewElement.GroupItemSize">
            <summary>
            Gets or sets the default group item size.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseListViewElement.SelectionRectangleColor">
            <summary>
            Gets or sets the fill color of the lasso selection rectangle.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseListViewElement.SelectionRectangleBorderColor">
            <summary>
            Gets or sets the border color of the lasso selection rectangle.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseListViewElement.GroupIndent">
            <summary>
            Gets or sets the indent of the items when they are displayed in a group.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseListViewElement.FindStringComparer">
            <summary>
            Gets or sets an object that implements IFindStringComparer.
            The value of this property is used in the keyboard search functionality.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.DetailListViewElement.CanBestFit">
            <summary>
            Determines whether this instance can execute a best fit columns operation.
            </summary>
            <returns>
              <c>true</c> if this instance can execute a best fit columns operation; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.DetailListViewElement.BestFitColumn(Telerik.WinControls.UI.ListViewDetailColumn)">
            <summary>
            Widens / shrinks a column based on the space required by the text in the columns.
            </summary>
            <param name="column">The column.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.DetailListViewElement.BestFitColumns">
            <summary>
            Widens / shrinks all columns based on the space required by the text in the columns.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.DetailListViewElement.BestFitColumns(Telerik.WinControls.UI.ListViewBestFitColumnMode)">
            <summary>
            Widens / shrinks all columns based on the space required by the text in the columns.
            </summary>
            <param name="mode">The mode.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.DetailListViewElement.ColumnDragHint">
            <summary>
            Gets or sets the <see cref="T:Telerik.WinControls.RadImageShape">RadImageShape</see> instance which describes the hint that indicates where a column will be dropped after a drag operation.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ListViewType">
            <summary>
            Represents the view type of <see cref="T:Telerik.WinControls.UI.RadListView"/>.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ListViewType.ListView">
            <summary>
            Represents a simple list view type.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ListViewType.IconsView">
            <summary>
            Represents an icon view type.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ListViewType.DetailsView">
            <summary>
            Represents a detailed view type.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ListViewVirtualizedElementProvider.OnElementCreating(Telerik.WinControls.UI.BaseListViewVisualItem,Telerik.WinControls.UI.ListViewType)">
            <summary>
            Fires the VisualItemCreating event of <see cref="T:Telerik.WinControls.UI.RadListView"/>.
            </summary>
            <param name="item">The visual item.</param>
            <param name="viewType">The view type of <see cref="T:Telerik.WinControls.UI.RadListView"/></param>
            <returns>The new visual item.</returns>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCheckBoxElement">
            <summary>
                Represents a check box element. The <see cref="T:Telerik.WinControls.UI.RadCheckBox">RadCheckBox</see>
                class is a simple wrapper for the RadCheckBoxElement class. The
                <see cref="T:Telerik.WinControls.UI.RadCheckBox">RadCheckBox</see> acts to transfer events to and from its
                corresponding RadCheckBoxElement instance. The radCheckBoxElement which is
                essentially the <see cref="T:Telerik.WinControls.UI.RadCheckBox">RadCheckBox</see> control may be nested in
                other telerik controls.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckBoxElement.CheckAlignment">
            <summary>Gets or sets a value indicating the alignment of the check box.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckBoxElement.CheckMarkPrimitive">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.RadCheckmark"/>class
            that represents the check box part of the <see cref="T:Telerik.WinControls.UI.RadCheckBoxElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItemDroppedEventArgs.DraggedItem">
            <summary>
            Gets the item that is being dropped.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItemDroppedEventArgs.TargetItem">
            <summary>
            Gets the item that the DraggedItem is being dropped on.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItemDroppingEventArgs.DraggedItem">
            <summary>
            Gets the item that is being dropped.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItemDroppingEventArgs.TargetItem">
            <summary>
            Gets the item that the DraggedItem is being dropped on.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPageViewItemsChangedEventArgs">
            <summary>
            Provides data for the RadPageViewItemsChanged event.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadPageViewItemsChangedEventArgs.ChangedItem">
            <summary>
            Gets the changed item.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadPageViewItemsChangedEventArgs.Operation">
            <summary>
            Gets the change operation.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewItemsChangedEventArgs.#ctor(Telerik.WinControls.UI.RadPageViewItem,Telerik.WinControls.ItemsChangeOperation)">
            <summary>
            Initializes a new instance of the RadPageViewItemsChangedEventArgs class.
            </summary>
            <param name="changedItem">The changed item.</param>
            <param name="operation">The change operation.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPageViewItemSelectedEventArgs">
            <summary>
            Provides data for the RadPageViewItemSelected event.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadPageViewItemSelectedEventArgs.PreviousItem">
            <summary>
            Gets the previous selected item of RadPageView.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadPageViewItemSelectedEventArgs.SelectedItem">
            <summary>
            Gets the selected item of RadPageView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewItemSelectedEventArgs.#ctor(Telerik.WinControls.UI.RadPageViewItem,Telerik.WinControls.UI.RadPageViewItem)">
            <summary>
            Initializes a new instance of the RadPageViewItemSelectedEventArgs class.
            </summary>
            <param name="previousItem">The previous selected item of RadPageView.</param>
            <param name="selectedItem">The selected item of RadPageView.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPageViewItemSelectingEventArgs">
            <summary>
            Provides data for the RadPageViewItemSelecting event.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadPageViewItemSelectingEventArgs.SelectedItem">
            <summary>
            Gets the selected item of RadPageView.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadPageViewItemSelectingEventArgs.NextItem">
            <summary>
            Gets the item to be selected.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewItemSelectingEventArgs.#ctor(Telerik.WinControls.UI.RadPageViewItem,Telerik.WinControls.UI.RadPageViewItem)">
            <summary>
            Initializes a new instance of the RadPageViewItemSelectingEventArgs class.
            <param name="selectedItem">The selected item of RadPageView.</param>
            <param name="nextItem">The item to be selected.</param>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewMenuDisplayingEventArgs.AlignRect">
            <summary>
            Gets or sets the rectangle (in screen coordinates) which will be used to align the menu.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewMenuDisplayingEventArgs.Items">
            <summary>
            Gets a list with all the items that will be displayed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewMenuDisplayingEventArgs.HAlign">
            <summary>
            Gets or sets the horizontal alignment of the menu that will display the items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewMenuDisplayingEventArgs.VAlign">
            <summary>
            Gets or sets the vertical alignment of the menu that will display the items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewModeEventArgs.ViewMode">
            <summary>
            Gets the view mode associated with the event.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewModeChangingEventArgs.Cancel">
            <summary>
            Determines whether the event may continue or it should be canceled.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewLocalizationProvider.GetLocalizedString(System.String)">
            <summary>
            Gets the string corresponding to the given ID.
            </summary>
            <param name="id">String ID</param>
            <returns>The string corresponding to the given ID.</returns>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPageViewElement">
            <summary>
            Encapsulates the UI representation of a RadPageView instance. Different views will be described by different instances of this class.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPageViewElementBase">
            <summary>
            Base element for all visual elements across RadPageView.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewElementBase.ApplyClientOffset(System.Drawing.SizeF)">
            <summary>
            Adds padding and border size to the provided measured size.
            </summary>
            <param name="measured"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewElementBase.ApplyMinMaxSize(System.Drawing.SizeF)">
            <summary>
            Applies the Min/Max size constraints to the already measured size.
            </summary>
            <param name="measured"></param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElementBase.ContentOrientation">
            <summary>
            Gets the content orientation for this item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElementBase.BorderAndFillOrientation">
            <summary>
            Gets the content orientation for this item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElementBase.FillPadding">
            <summary>
            Gets or sets the padding that defines the offset of element's fill.
            This does not affect element's layout logic such as size and location but has only appearance impact.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElementBase.BorderPadding">
            <summary>
            Gets or sets the padding that defines the offset of the border.
            This does not affect element's layout logic such as size and location but has only appearance impact.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewElement.GetContentAreaForItem(Telerik.WinControls.UI.RadPageViewItem)">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.RadPageViewContentAreaElement"/> class that
            represents the content area associated with the given item. By default, this method
            returns the main content area of the <see cref="T:Telerik.WinControls.UI.RadPageView"/> control.
            </summary>
            <param name="item"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewElement.GetContentAreaRectangle">
            <summary>
            Gets the area, where the currently active page may be displayed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewElement.GetItemsRect">
            <summary>
            Gets the rectangle where items reside.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewElement.DisplayItemListMenu(Telerik.WinControls.UI.RadPageViewElementBase)">
            <summary>
            Displays the item list menu, using the provided element as menu's owner.
            </summary>
            <param name="menuOwner"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewElement.DisplayItemListMenu(Telerik.WinControls.UI.RadPageViewElementBase,Telerik.WinControls.UI.HorizontalPopupAlignment,Telerik.WinControls.UI.VerticalPopupAlignment)">
            <summary>
            Displays the item list menu, using the provided element as menu's owner and the specified horizontal and vertical alignment.
            </summary>
            <param name="menuOwner"></param>
            <param name="hAlign"></param>
            <param name="vAlign"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewElement.DisplayItemListMenu(Telerik.WinControls.UI.RadPageViewMenuDisplayingEventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewElement.ItemFromPoint(System.Drawing.Point)">
            <summary>
            Gets the item that contains the porvided point (in control's client coordinates).
            </summary>
            <param name="client"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewElement.ArrangeItems(System.Drawing.RectangleF)">
            <summary>
            Arranges the items and returns the available rectangle where the content area should be positioned.
            </summary>
            <param name="itemsRect"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewElement.GetAutomaticItemOrientation(System.Boolean)">
            <summary>
            Gets the default (automatic) item orientation, which may depend on some settings in inheritors such as RadPageViewStripElement.
            </summary>
            <param name="content">True to indicate that content orientation is to be retrieved, false to get orientation for border and fill.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewElement.BeginEdit">
            <summary>
            Puts the current node in edit mode.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewElement.EndEdit">
            <summary>
             Commits any changes and ends the edit operation on the current cell.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewElement.CancelEdit">
            <summary>
            Close the currently active editor and discard changes.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.ItemsParent">
            <summary>
            Gets the RadElement instance that parents all the items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.ShowItemCloseButton">
            <summary>
            Determines CloseButton will be displayed in each item, allowing that item to be closed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.ItemDragHint">
            <summary>
            Gets or sets the <see cref="T:Telerik.WinControls.RadImageShape">RadImageShape</see> instance which describes the hint that indicates where an item will be dropped after a drag operation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.ItemDragService">
            <summary>
            Gets or sets the <see cref="T:Telerik.WinControls.RadDragDropService">RadDragDropService</see> instance which handles item drag requests.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.ItemDragMode">
            <summary>
            Gets or sets the mode that controls item drag operation within the element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.EnsureSelectedItemVisible">
            <summary>
            Determines whether the currently selected item will be automatically scrolled into view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.ItemSpacing">
            <summary>
            Gets or sets the spacing between two items within the element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.ItemSizeMode">
            <summary>
            Gets or sets the text orientation of the item within the owning RadPageViewElement instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.ItemContentOrientation">
            <summary>
            Gets or sets the text orientation of the item within the owning RadPageViewElement instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.ItemBorderAndFillOrientation">
            <summary>
            Defines how each item's border and fill is oriented within this instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.Owner">
            <summary>
            Gets the RadPageView instance that owns this element. May be null if element is hosted on another RadControl instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.ContentArea">
            <summary>
            Gets the element which represents the content area of the tab view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.Header">
            <summary>
            Gets the header element of the view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.Footer">
            <summary>
            Gets the footer element of the view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.SelectedItem">
            <summary>
            Gets or sets the currently selected item in the view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.ActionMouseButton">
            <summary>
            Gets or sets the mouse button that will be used to select items. Equals to MouseButtons.Left by default.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.Items">
            <summary>
            Gets all the items currently present within this element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.UpdateSelectedItemContent">
            <summary>
            Determines whether selecting an item will update the element's ContentArea.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.ActiveEditor">
            <summary>
            Gets or sets the active editor.
            </summary>
            <value>The active editor.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.AllowEdit">
            <summary>
            Gets or sets a value indicating whether [allow edit].
            </summary>
            <value><c>true</c> if [allow edit]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewElement.IsEditing">
            <summary>
            Gets a value indicating whether there is an open editor in the tree view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewStripElement.NewItem">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadPageViewStripItem">RadPageViewStripItem</see> that represents the NewItem functionality.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewStripElement.NewItemVisibility">
            <summary>
            Gets or sets the visibility of the internal NewItem.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewStripElement.AnimatedStripScrolling">
            <summary>
            Determines whether strip scrolling will be animated.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewStripElement.StripScrollingAnimation">
            <summary>
            Gets or sets the easing type of the strip scroll animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewStripElement.ItemContainer">
            <summary>
            Gets the container that holds item layout and strip buttons panel.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewStripElement.StripButtons">
            <summary>
            Determines scroll buttons' visibility.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewStripElement.ItemAlignment">
            <summary>
            Determines the alignment of items within the strip layout.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewStripElement.ItemFitMode">
            <summary>
            Determines the fit mode to be applied when measuring child items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewStripElement.StripAlignment">
            <summary>
            Gets or sets the alignment of item strip within the view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewBackstageElement.ItemAreaWidth">
            <summary>
            Gets or sets the width of the items area.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPageViewPage">
            <summary>
            Represents a page in a RadPageView instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewPage.TextImageRelation">
            <summary>
            Gets or sets the title of the Page. Title appears in the Header area of the owning RadPageView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewPage.ImageAlignment">
            <summary>
            Gets or sets the title of the Page. Title appears in the Header area of the owning RadPageView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewPage.TextAlignment">
            <summary>
            Gets or sets the title of the Page. Title appears in the Header area of the owning RadPageView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewPage.Image">
            <summary>
            Gets or sets the image to be displayed by the associated RadPageViewItem instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewPage.Title">
            <summary>
            Gets or sets the title of the Page. Title appears in the Header area of the owning RadPageView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewPage.Description">
            <summary>
            Gets or sets the title of the Page. Title appears in the Header area of the owning RadPageView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewPage.PageLength">
            <summary>
            Gets or sets the length of the current <see cref="T:Telerik.WinControls.UI.RadPageViewPage"/>. The length
            represents the fixed amount of space the page will take when the layout of the control is performed.
            Note: This property is only functional when the <see cref="T:Telerik.WinControls.UI.RadPageView"/> control
            is in ExplorerBar mode and its content size mode is set to FixedLength.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewPage.IsContentVisible">
            <summary>
            Gets or sets a boolean value determining whether the content of the current
            <see cref="T:Telerik.WinControls.UI.RadPageViewPage"/> is visible. This property is only functional in the
            when the <see cref="T:Telerik.WinControls.UI.RadPageView"/> control is in ExplorerBar view mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewPage.ToolTipText">
            <summary>
            Gets or sets the tooltip to be displayed when the item hovers page's associated item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewPage.Text">
            <summary>
            Gets or sets the text to be displayed in the associated item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewPage.Owner">
            <summary>
            Gets the RadPageView instance that owns this page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewPage.Item">
            <summary>
            Gets the RadPageViewItem instance which is the UI representation of this page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewPage.ItemSize">
            <summary>
            Gets or sets the size of the item of RadPageView.This size will be used in is PageViewItemSizeMode.Individual mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItem.PageLength">
            <summary>
            Gets or sets the length of the <see cref="T:Telerik.WinControls.UI.RadPageViewPage"/> associated
            with this <see cref="T:Telerik.WinControls.UI.RadPageViewItem"/>. By default, this property returns -1;
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItem.IsContentVisible">
            <summary>
            Determines whether the content of the current item is visible. This property is equivalent
            to the IsSelected property, however its semantics can be changed in scenarios where multiple
            content areas can be visible as in the <see cref="T:Telerik.WinControls.UI.RadPageViewExplorerBarElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItem.IsSystemItem">
            <summary>
            Determines whether the current instance is internally created by the ViewElement and represents some built-in functionality.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItem.ButtonsPanel">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadPageViewItemButtonsPanel">RadPageViewItemButtonsPanel</see> that contains all the buttons, associated with the item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItem.ButtonsAlignment">
            <summary>
            Gets or sets the alignment of item's associated buttons.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItem.AutoFlipMargin">
            <summary>
            Gets or sets a boolean value that determines whether the item margin will be automatically
            flipped according to the orientation of the items in the <see cref="T:Telerik.WinControls.UI.RadPageView"/> control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItem.Title">
            <summary>
            Gets or sets the title of the item. Title is visualized in the Header area of the owning view element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItem.Description">
            <summary>
            Gets or sets the description of the item. Description is visualized in the Footer area of the owning view element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItem.Content">
            <summary>
            Gets or sets the RadElement instance that represents the content of this item.
            The content is used when item is not bound to a RadPageViewPage instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItem.ForcedLayoutSize">
            <summary>
            Gets the size that is forced by the layout element for this item. It may differ from the DesiredSize one.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItem.CurrentSize">
            <summary>
            Gets the current size of the item. This may differ from Bounds.Size as it reflects internal changes within the item itself.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItem.IsSelected">
            <summary>
            Determines whether the item is currently selected (associated with the SelectedPage of the owning RadPageView).
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItem.Page">
            <summary>
            Gets the RadPageViewPage instance associated with this item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItem.Owner">
            <summary>
            Gets the RadPageViewElement that owns this item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewStripItem.AutoCorrectOrientation">
            <summary>
            Gets or sets a property which determines whether to consider the ItemBorderAndFillOrientation of RadPageViewElement.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ExplorerBarContentSizeMode">
            <summary>
            This enumerator defines the possible size modes for the content areas in a <see cref="T:Telerik.WinControls.UI.RadPageViewExplorerBarElement"/>.
            The size modes define how the content areas are calculated according to their content or the size of the <see cref="T:Telerik.WinControls.UI.RadPageView"/> 
            control.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ExplorerBarContentSizeMode.FixedLength">
            <summary>
            The length of the content area is fixed and is defined by the PageLength value for each <see cref="T:Telerik.WinControls.UI.RadPageViewPage"/>.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ExplorerBarContentSizeMode.AutoSizeToBestFit">
            <summary>
            The length of the content area is automatically calculated to fit the length of the content.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ExplorerBarContentSizeMode.EqualLength">
            <summary>
            The length of all visible content areas is equal. This usually implies that no scrollbars are shown.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.PageViewLayoutInfo">
            <summary>
            This class contains layout information about a <see cref="T:Telerik.WinControls.UI.RadPageViewItem"/> and
            performs base layout operations over an item like measuring.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPageViewExplorerBarElement">
            <summary>
            This class represents the element that implements the ExplorerBar view of the <see cref="T:Telerik.WinControls.UI.RadPageView"/> control.
            This view allows for multiple visible pages, whereby items can be expanded/collapsed to show their content in an associated page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewStackElement.StackPosition">
            <summary>
            Gets or sets a value from the <see cref="T:Telerik.WinControls.UI.StackViewPosition"/> enum
            which determines the location of the items in relation to the content area.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewStackElement.ItemSelectionMode">
            <summary>
            Gets or sets a value from the <see cref="T:Telerik.WinControls.UI.StackViewItemSelectionMode"/> enum
            that determines how items in the stack view are selected and positioned.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewExplorerBarElement.ScrollToControl(System.Windows.Forms.Control)">
            <summary>
            Scroll in RadPageViewExplorerBar mode to control.
            Control will be focused
            </summary>
            <param name="control">control to scroll</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewExplorerBarElement.Scrollbar">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.RadScrollBarElement"/> that represents
            the scrollbar of the <see cref="T:Telerik.WinControls.UI.RadPageViewExplorerBarElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewExplorerBarElement.ContentSizeMode">
            <summary>
            Gets or sets a value from the <see cref="T:Telerik.WinControls.UI.ExplorerBarContentSizeMode"/> enum
            that defines how the content areas for each item are sized.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPageViewExplorerBarItem">
            <summary>
            This class represents a single item in the <see cref="T:Telerik.WinControls.UI.RadPageView"/>'s explorer bar view mode.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewExplorerBarItem.#ctor">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.RadPageViewExplorerBarItem"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewExplorerBarItem.#ctor(System.String)">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.RadPageViewExplorerBarItem"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewExplorerBarItem.#ctor(System.String,System.Drawing.Image)">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.RadPageViewExplorerBarItem"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewExplorerBarItem.IsExpanded">
            <summary>
            Gets or sets a boolean value that determines whether the content of the <see cref="T:Telerik.WinControls.UI.RadPageViewExplorerBarItem"/>
            is expanded.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewExplorerBarItem.AssociatedContentAreaElement">
            <summary>
            Gets or sets an instance of the <see cref="T:Telerik.WinControls.UI.RadPageViewContentAreaElement"/> that
            represents the content holder of this <see cref="T:Telerik.WinControls.UI.RadPageViewExplorerBarItem"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.OverflowItemsContainer.OverflowButtonsContainer">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.Layouts.StackLayoutPanel"/> class which is
            the layout panel that holds instances of the <see cref="T:Telerik.WinControls.UI.RadPageViewOutlookAssociatedButton"/>
            class representing items currently collapsed by using the overflow grip.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.OverflowItemsContainer.OverflowButtonElement">
            <summary>
            Gets the overflow menu button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.OverflowItemsContainer.OverflowMenu">
            <summary>
            Gets the overflow drop-down menu.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.OverflowItemsContainer.ShowFewerButtonsItem">
            <summary>
            Gets the overflow menu item used to show fewer items in the stack.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.OverflowItemsContainer.ShowMoreButtonsItem">
            <summary>
            Gets the overflow menu item used to show more buttons in the stack.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.OverflowItemsContainer.AddRemoveButtonsItem">
            <summary>
            Gets the overflow menu item used to add/remove items in the stack.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPageViewButtonElement">
            <summary>
            Represents a simple button within a RadPageViewElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewButtonElement.IsSelected">
            <summary>
            Determines whether the RadPageViewItem is currently selected (associated with the SelectedPage of the owning RadPageView).
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewOutlookElement.GetHiddenItems">
            <summary>
            Gets an array containing the items that are currently hidden by using the
            overflow grip.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewOutlookElement.GetUncheckedItems">
            <summary>
            Gets an array containing the items that are currently unchecked by using the
            overflow menu.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewOutlookElement.GetCurrentlyVisibleItemsCount">
            <summary>
            This method returns the count of the items which are currently 
            visible to the user.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewOutlookElement.UncheckItem(Telerik.WinControls.UI.RadPageViewOutlookItem)">
            <summary>
            Makes an item invisible. The item will appear as unchecked in the
            overflow menu. 
            </summary>
            <param name="item">The item to make invisible.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewOutlookElement.CheckItem(Telerik.WinControls.UI.RadPageViewOutlookItem)">
            <summary>
            Makes an item visible. The item will appear as checked in the
            overflow menu.
            </summary>
            <param name="item">The item to make visible.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewOutlookElement.DragGripDown">
            <summary>
            Drags the overflow grip down to hide the first possible visible item.
            </summary>
            <returns>True if the drag operation succeeds, otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewOutlookElement.DragGripUp">
            <summary>
            Drags the overflow grip up to show the first possible hidden item.
            </summary>
            <returns>True if the drag operation succeeds, otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewOutlookElement.ShowItems(System.Int32)">
            <summary>
            Shows a given amount of items from the hidden items
            in the <see cref="T:Telerik.WinControls.UI.RadPageViewOutlookElement"/> starting from the
            bottom part of the stack.
            </summary>
            <param name="itemCount">The count of the items to be shown.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageViewOutlookElement.HideItems(System.Int32)">
            <summary>
            Hides a given amount of items from the visible items
            in the <see cref="T:Telerik.WinControls.UI.RadPageViewOutlookElement"/> starting from the
            bottom part of the stack.
            </summary>
            <param name="itemCount">The count of the items to be hidden.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewOutlookElement.OverflowItemsContainer">
            <summary>
            Gets the element that represents the container which holds
            the buttons shown when items in the stack are hidden by using
            the overflow grip.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewOutlookElement.OverflowGrip">
            <summary>
            Gets the element which represents the grip which can be dragged
            to adjust the count of visible items in the stack.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewOutlookElement.ShowMoreButtonsImage">
            <summary>
            Gets or sets the image that is shown on the
            item in the overflow drop-down menu that is used to
            show more buttons in the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewOutlookElement.ShowFewerButtonsImage">
            <summary>
            Gets or sets the image that is shown on the
            item in the overflow drop-down menu that is used to
            show fewer buttons in the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewOutlookElement.UncheckedItems">
            <summary>
            Gets the collection containing the unchecked items.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageViewOutlookElement.ItemAssociatedButtonClicked">
            <summary>
            Fires when the user clicks on a button associated with a <see cref="T:Telerik.WinControls.UI.RadPageViewItem"/> instance.
            This buttons is shown when the item is collapsed by using the overflow grip.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageViewOutlookElement.ItemShown">
            <summary>
            Fires when an item is shown in the <see cref="T:Telerik.WinControls.UI.RadPageViewOutlookElement"/>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageViewOutlookElement.ItemCollapsed">
            <summary>
            Fires when an item is collapsed in the <see cref="T:Telerik.WinControls.UI.RadPageViewOutlookElement"/>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageViewOutlookElement.ItemChecked">
            <summary>
            Fires when an item is checked in the overflow drop-down menu of the <see cref="T:Telerik.WinControls.UI.RadPageViewOutlookElement"/>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageViewOutlookElement.ItemUnchecked">
            <summary>
            Fires when an item is unchecked in the overflow drop-down menu of the <see cref="T:Telerik.WinControls.UI.RadPageViewOutlookElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewOutlookItem.AssociatedOverflowButton">
            <summary>
            Gets or sets the associated overflow button with the current page view item.
            This button is displayed below all items in the overflow items panel when the item
            is collapsed by using the outlook grip.
            When setting this property, the previously set item is disposed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.PageViewItemButtonsAlignment">
            <summary>
            Defines possible alignment of buttons within RadPageViewItem instance.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PageViewItemButtonsAlignment.Overlay">
            <summary>
            Buttons overlay item's content.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PageViewItemButtonsAlignment.ButtonsBeforeContent">
            <summary>
            Buttons are before item's content.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PageViewItemButtonsAlignment.ContentBeforeButtons">
            <summary>
            Buttons are after item's content.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PageViewItemButtonsAlignment.ButtonsAboveContent">
            <summary>
            Buttons are above item's content.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PageViewItemButtonsAlignment.ContentAboveButtons">
            <summary>
            Buttons are below item's content.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.PageViewItemDragMode">
            <summary>
            Defines possible modes for dragging items within a <see cref="T:Telerik.WinControls.UI.RadPageView">RadPageView</see> instance
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PageViewItemDragMode.None">
            <summary>
            Item dragging is disabled.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PageViewItemDragMode.Preview">
            <summary>
            A preview is generated, indicating where the item will be inserted when dropped. This mode is cancelable.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PageViewItemDragMode.Immediate">
            <summary>
            The item is immediately reordered when moved to a different position.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPageViewButtonsPanel">
            <summary>
            Represents a visual element, which contains set of common buttons for a <see cref="T:Telerik.WinControls.UI.RadPageViewItem"/> instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewButtonsPanel.ButtonsSize">
            <summary>
            Gets or sets the size to be applied to each of the embedded buttons.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewButtonsPanel.ButtonsSpacing">
            <summary>
            Gets or sets the spacing between each two buttons.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewItemButtonsPanel.CloseButton">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadPageViewButtonElement">RadPageViewButtonElement</see> instance which represents the CloseButton for the owning item.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPageViewLabelElement">
            <summary>
            Represents a Label(static) element - such as Header and Footer - within a RadPageViewElement instance.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.StackViewItemSelectionMode">
            <summary>
            This enumerator defines the possible selection modes for items
            in a <see cref="T:Telerik.WinControls.UI.RadPageViewStackElement"/>.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StackViewItemSelectionMode.Standard">
            <summary>
            The selected item is highlighted and its content is displayed in the content area.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StackViewItemSelectionMode.ContentWithSelected">
            <summary>
            The selected item is highlighted and its content is displayed before it according to the stack orientation.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StackViewItemSelectionMode.ContentAfterSelected">
            <summary>
            The selected item is highlighted and its content is displayed after it according to the
            stack orientation.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.StackViewPosition">
            <summary>
            This enumerator defines the possible positioning
            options for the items of a <see cref="T:Telerik.WinControls.UI.RadPageViewStackElement"/>.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StackViewPosition.Left">
            <summary>
            Positions the items to the left side of the content area.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StackViewPosition.Top">
            <summary>
            Positions the items to the top of the content area.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StackViewPosition.Right">
            <summary>
            Positions the items to the right of the content area.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StackViewPosition.Bottom">
            <summary>
            Positions the items to the bottom of the content area.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.StripViewNewItemVisibility">
            <summary>
            Defines the visibility of the New item in a RadPageViewStripElement instance.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadSeparator">
            <summary>
            Represents a separator which is just a line separating one group of 
            controls from another. The RadSeparator is a simple wrapper of the 
            <see cref="P:Telerik.WinControls.UI.RadSeparator.SeparatorElement">RadSeparatorElement</see> class.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSeparator.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSeparator.ShowShadow">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSeparator.ShadowOffset">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSeparator.Orientation">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSeparator.SeparatorElement">
            <summary>
            Gets the instance of RadSeparatorElement wrapped by this control. RadSeparatorElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadSeparator.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ContentTransitionType">
            <summary>
            Represents an enumration of the possible transitions which a <see cref="T:Telerik.WinControls.UI.RadLiveTileElement"/> uses to change its content.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadLiveTileElement">
            <summary>
            Represent a live tile that can change dinamically its content by using animations.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadTileElement">
            <summary>
            Represents a tile that can be arranged in a <see cref="T:Telerik.WinControls.UI.RadPanorama"/> control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTileElement.Column">
            <summary>
            Gets the zero-based index of the column in which the tile should be arranged.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTileElement.Row">
            <summary>
            Gets the zero-based index of the row in which the tile should be arranged.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTileElement.RowSpan">
            <summary>
            Gets or sets the number of cells that the tile should occupy in a column.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTileElement.ColSpan">
            <summary>
            Gets or sets the number of cells that the tile should occupy in a row.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTileElement.CellPadding">
            <summary>
            Gets or sets the padding according to the currently occupied cell.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadLiveTileElement.CancelAnimations">
            <summary>
            Cancels the currently running animations.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadLiveTileElement.PauseAnimations">
            <summary>
            Pauses the change of the content.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadLiveTileElement.ContinueAnimations">
            <summary>
            Continues the change of the content.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadLiveTileElement.NextFrame">
            <summary>
            Moves to the next frame.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadLiveTileElement.ChangeContent">
            <summary>
            Changes the content of the tile by setting the CurrentItem property. Called on an interval specified by the ContentChangeInterval property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLiveTileElement.ContentChangeInterval">
            <summary>
            Gets or sets the interval at which the content of <see cref="T:Telerik.WinControls.UI.RadLiveTileElement"/> changes.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLiveTileElement.EnableAnimations">
            <summary>
            Gets or sets a value indicating whether the animations are enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLiveTileElement.AnimationFrames">
            <summary>
            Gets or sets the number of frames of the transition animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLiveTileElement.AnimationInterval">
            <summary>
            Gets or sets the interval between each frame of the transition animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLiveTileElement.Items">
            <summary>
            Gets a collection of <see cref="T:Telerik.WinControls.RadElement"/> objects that represent the content items of the <see cref="T:Telerik.WinControls.UI.RadLiveTileElement"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLiveTileElement.TransitionType">
            <summary>
            Gets or sets the type of the transition animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLiveTileElement.CurrentItem">
            <summary>
            Gets or sets the currently displayed item.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPanorama">
            <summary>
            Represent a panoramic view control that can display and arrange tiles in grouped or ungrouped manner.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPanorama.CreatePanoramaElement">
            <summary>
            Creates the main element of the control.
            </summary>
            <returns>The created element.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanorama.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanorama.MouseWheelBehavior">
            <summary>
            Gets or sets the way that RadPanorama should handle mouse wheel input.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanorama.AutoArrangeNewTiles">
            <summary>
            Gets or sets a value that indicates whether the newly added tiles should be automatically arranged.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanorama.EnableZooming">
            <summary>
            Enables or Disables the build in zoom functionality
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanorama.MinimumColumns">
            <summary>
            Gets or sets the minimum number of columns that the view can be reduced to.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanorama.AllowDragDrop">
            <summary>
            Gets or sets a value indicating whether reordering of tiles via drag and drop is allowed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanorama.ShowGroups">
            <summary>
            Gets or sets a value indicating whether the groups or the items should be displayed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanorama.ScrollingBackground">
            <summary>
            Gets or sets a value indicating whether the background image should be scrolled along with the tiles.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanorama.ScrollBarAlignment">
            <summary>
            Gets or sets the position on which the scrollbar should be aligned.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanorama.ScrollBarThickness">
            <summary>
            Gets or sets the thickness of the scrollbar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanorama.PanoramaElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadPanoramaElement"/> that represents the main element of the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanorama.PanelImage">
            <summary>
            Gets or sets the image that is displayed in the background.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanorama.PanelImageSize">
            <summary>
            Gets or sets the size of the image that is displayed in the background.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanorama.ColumnsCount">
            <summary>
            Gets or sets the current number of columns.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanorama.RowsCount">
            <summary>
            Gets or sets the number of rows.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanorama.CellSize">
            <summary>
            Gets or sets the size of a single cell.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanorama.Items">
            <summary>
            Gets a collection of <see cref="T:Telerik.WinControls.UI.RadTileElement"/> objects that represent the tiles that are displayed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanorama.Groups">
            <summary>
            Gets a collection of <see cref="T:Telerik.WinControls.UI.TileGroupElement"/> objects that represent the tiles that are displayed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.HorizontalScrollAlignment">
            <summary>
            Enumerates the possible alignments of a horizontal scrollbar.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.PanoramaMouseWheelBehavior">
            <summary>
            Provides options for the way that the MouseWheel should be handled.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PanoramaMouseWheelBehavior.None">
            <summary>
            Do not handle mouse wheel.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PanoramaMouseWheelBehavior.Zoom">
            <summary>
            Zoom the view on mouse wheel.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PanoramaMouseWheelBehavior.Scroll">
            <summary>
            Scroll the view on mouse wheel.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PanoramaMouseWheelBehavior.ZoomAndScroll">
            <summary>
            Scroll the view on mouse wheel, zoom the view on Control + mouse wheel.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPanoramaElement">
            <summary>
            Represents the main element of <see cref="T:Telerik.WinControls.UI.RadPanorama"/> control.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPanoramaElement.ScrollView(System.Int32)">
            <summary>
            Scrolls the view with a specified offset.
            </summary>
            <param name="offset">The offset.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPanoramaElement.ScrollView(System.Int32,System.Boolean)">
            <summary>
            Scrolls the view with a specified offset.
            </summary>
            <param name="offset">The offset.</param>
            <param name="buffered">If the method is called too often, set this to [true] to improve performance.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPanoramaElement.UpdateViewOnScroll">
            <summary>
            Updates the view according to the current value of the scrollbar.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPanoramaElement.ZoomOut">
            <summary>
            Zooms the view out.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPanoramaElement.ZoomIn(System.Drawing.Point)">
            <summary>
            Zooms the view in towards the specified location.
            </summary>
            <param name="location">The location.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.MouseWheelBehavior">
            <summary>
            Gets or sets the way that RadPanorama should handle mouse wheel input.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.AutoArrangeNewTiles">
            <summary>
            Gets or sets a value that indicates whether the newly added tiles should be automatically arranged.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.EnableZooming">
            <summary>
            Enables or Disables the build in zoom functionality
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.ZoomedOut">
            <summary>
            Indicates whether the view is zoomed out.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.MinimumColumns">
            <summary>
            Gets or sets the minimum number of columns that the view can be reduced to.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.AllowDragDrop">
            <summary>
            Gets or sets a value indicating whether reordering of tiles via drag and drop is allowed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.ShowGroups">
            <summary>
            Gets or sets a value indicating whether the groups or the items should be displayed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.ScrollingBackground">
            <summary>
            Gets or sets a value indicating whether the background image should be scrolled along with the tiles.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.ScrollBarAlignment">
            <summary>
            Gets or sets the position on which the scrollbar should be aligned.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.ScrollBarThickness">
            <summary>
            Gets or sets the thickness of the scrollbar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.PanelImage">
            <summary>
            Gets or sets the image that is displayed in the background.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.PanelImageSize">
            <summary>
            Gets or sets the size of the image that is displayed in the background.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.ColumnsCount">
            <summary>
            Gets or sets the current number of columns.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.RowsCount">
            <summary>
            Gets or sets the number of rows.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.CellSize">
            <summary>
            Gets or sets the size of a single cell.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.ScrollBar">
            <summary>
            Gets the scrollbar of the view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.BackgroundImagePrimitive">
            <summary>
            Gets the image primitive that represents tha image in the background.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.TileLayout">
            <summary>
            Gets the layout that arranges the tiles in ungrouped mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.GroupLayout">
            <summary>
            Gets the layout that arranges the tile groups.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.DragDropService">
            <summary>
            Gets or sets the <see cref="T:Telerik.WinControls.RadDragDropService"/> that is responsible for the drag-drop reorder of tiles.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.ScrollService">
            <summary>
            Gets the <see cref="P:Telerik.WinControls.UI.RadPanoramaElement.ScrollService"/> that is responsible for kinetic scrolling behavior with the mouse pointer.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.Items">
            <summary>
            Gets a collection of <see cref="T:Telerik.WinControls.UI.RadTileElement"/> items that should be displayed in grouped mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanoramaElement.Groups">
            <summary>
            Gets a collection of <see cref="T:Telerik.WinControls.UI.TileGroupElement"/> items that should be displayed in ungrouped mode.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TileGroupElement">
            <summary>
            Represent a container for grouped tiles that is displayed in <see cref="T:Telerik.WinControls.UI.RadPanorama"/> control.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TileGroupElement.UpdateCellCount">
            <summary>
            Updates the number of rows and columns before each layout update.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TileGroupElement.MinimumColumns">
            <summary>
            Gets or sets the minimum number of columns that the view can be reduced to.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TileGroupElement.HeaderHeight">
            <summary>
            Gets or sets the height of the group title.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TileGroupElement.ContentElement">
            <summary>
            Gets the layout panel that arranges the tiles.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TileGroupElement.ColumnsCount">
            <summary>
            Gets or sets the current number of columns.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TileGroupElement.RowsCount">
            <summary>
            Gets or sets the number of rows.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TileGroupElement.CellSize">
            <summary>
            Gets or sets the size of a single cell.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBoxControlCaret">
            <summary>
            Represents the caret of <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxControlCaret.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TextBoxControlCaret"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxControlCaret.Show">
            <summary>
            Shows this caret.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxControlCaret.Hide">
            <summary>
            Hides this caret.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxControlCaret.SuspendBlinking">
            <summary>
            Suspends the blinking of this caret.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxControlCaret.ResumeBlinking">
            <summary>
            Resumes the blinking of this caret
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxControlCaret.Position">
            <summary>
            Gets or sets the caret position.
            </summary>
            <value>
            The position.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxControlCaret.Height">
            <summary>
            Gets or sets the height of the caret
            </summary>
            <value>
            The height.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxControlCaret.Width">
            <summary>
            Gets or sets the width of the caret
            </summary>
            <value>
            The width.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBoxSelectionPrimitive">
            <summary>
            Represent the selection paiting primitive
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxSelectionPrimitive.#ctor(Telerik.WinControls.UI.RadTextBoxControlElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TextBoxSelectionPrimitive"/> class.
            </summary>
            <param name="textBox">The text box.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxSelectionPrimitive.Invalidate(Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.TextPosition,System.Boolean)">
            <summary>
            Invalidates the specified selection start.
            </summary>
            <param name="selectionStart">The selection start.</param>
            <param name="selectionEnd">The selection end.</param>
            <param name="repaint">if set to <c>true</c> [repaint].</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxSelectionPrimitive.GetRectangle(Telerik.WinControls.UI.LineInfo)">
            <summary>
            Gets the rectangle of <see cref="T:Telerik.WinControls.UI.LineInfo"/>
            </summary>
            <param name="currentLine">The current line.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxSelectionPrimitive.PaintPrimitive(Telerik.WinControls.Paint.IGraphics,System.Single,System.Drawing.SizeF)">
            <summary>
            Draws the primitive on the screen.
            </summary>
            <param name="graphics"></param>
            <param name="angle"></param>
            <param name="scale"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxSelectionPrimitive.ShouldPaint">
            <summary>
            Gets or sets a value indicating whether the primitive should be painted
            be painted.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxSelectionPrimitive.HideSelection">
            <summary>
            Gets or sets a value indicating whether the selection should be hidden if focused is lost
            </summary>
            <value>
              <c>true</c> if [hide selection]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxSelectionPrimitive.SelectionColor">
            <summary>
            Gets or sets the color of the selection.
            </summary>
            <value>
            The color of the selection.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxSelectionPrimitive.SelectionOpacity">
            <summary>
            Gets or sets the selection opacity.
            </summary>
            <value>
            The selection opacity.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxSelectionPrimitive.TextBoxElement">
            <summary>
            Gets the associated text box element.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBlockElement">
            <summary>
            Represents a single word in <see cref="T:Telerik.WinControls.UI.TextBoxWrapPanel"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBlockElement.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TextBlockElement"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBlockElement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TextBlockElement"/> class.
            </summary>
            <param name="text">The text.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBlockElement.GetRectangleFromCharacterIndex(System.Int32,System.Boolean)">
            <summary>
            Gets a rectangle of character by index.
            </summary>
            <param name="index">The index.</param>
            <param name="trailEdge">if set to <c>true</c> [trail edge].</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBlockElement.GetCharacterIndexFromX(System.Single)">
            <summary>
            Gets the character index at X-position.
            </summary>
            <param name="x">The x.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBlockElement.Text">
            <summary>
            Gets or sets the word's text
            </summary>
            <value>
            The text.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBlockElement.Length">
            <summary>
            Gets the length of the word. It can be different than the exact text length.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBlockElement.Offset">
            <summary>
            Gets or sets the word according to the previous one
            </summary>
            <value>
            The offset.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBlockElement.Index">
            <summary>
            Gets or sets the index of the word
            </summary>
            <value>
            The index.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBlockElement.DrawFill">
            <summary>
            Gets or sets a value indicating whether the word's background can be painted.
            </summary>
            <value>
              <c>true</c> if paint the background; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBoxControlMeasurer">
            <summary>
            Represents text measurer of <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxControlMeasurer.MeasureText(System.String,System.Drawing.Font)">
            <summary>
            Measures a text.
            </summary>
            <param name="text">The text.</param>
            <param name="font">The font.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxControlMeasurer.BinarySearchWrapIndex(System.String,System.Drawing.Font,System.Single)">
            <summary>
            Search the index position where the text should be wrapped for the available width.
            </summary>
            <param name="text">The text.</param>
            <param name="font">The font.</param>
            <param name="availableWidth">The available width.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxControlMeasurer.BinarySearchCaretIndex(System.String,System.Drawing.Font,System.Double)">
            <summary>
            Searches the text's index where the caret should be positioned
            </summary>
            <param name="text">The text.</param>
            <param name="font">The font.</param>
            <param name="availableWidth">The available width.</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.AutoCompleteAction">
            <summary>
            Represents an action when auto-complete performs
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.AutoCompleteAction.None">
            <summary>
            No action
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.AutoCompleteAction.Append">
            <summary>
            Append action
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.AutoCompleteAction.Replace">
            <summary>
            Replace action
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CreateTextBlockEventHandler">
            <summary>
            Represents the method that will handle the create text block in <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/>
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.CreateTextBlockEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.CreateTextBlockEventArgs">
            <summary>
            An event arguments of <see cref="T:Telerik.WinControls.UI.CreateTextBlockEventHandler"/>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CreateTextBlockEventArgs.Text">
            <summary>
            Gets the text for which the block is created.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CreateTextBlockEventArgs.TextBlock">
            <summary>
            Gets or sets the text block.
            </summary>
            <value>
            The text block.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.SelectionChangedEventHandler">
            <summary>
            Represents the method that will handle when the selection is changed in <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/>
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.SelectionChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.SelectionChangedEventArgs">
            <summary>
            An event arguments of <see cref="T:Telerik.WinControls.UI.SelectionChangedEventHandler"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.SelectionChangedEventArgs.#ctor(System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.SelectionChangedEventArgs"/> class.
            </summary>
            <param name="selectionStart">The selection start.</param>
            <param name="selectionLength">Length of the selection.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.SelectionChangedEventArgs.SelectionStart">
            <summary>
            Gets the selection start.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.SelectionChangedEventArgs.SelectionLength">
            <summary>
            Gets the length of the selection.
            </summary>
            <value>
            The length of the selection.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.SelectionChangingEventHandler">
            <summary>
            Represents the method that will handle when the selection is changing in <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/>
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.SelectionChangingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.SelectionChangingEventArgs">
            <summary>
            An event arguments of <see cref="T:Telerik.WinControls.UI.SelectionChangingEventHandler"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.SelectionChangingEventArgs.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.SelectionChangingEventArgs"/> class.
            </summary>
            <param name="oldSelectionStart">The old selection start.</param>
            <param name="oldSelectionLength">Old length of the selection.</param>
            <param name="newSelectionStart">The new selection start.</param>
            <param name="newSelectionLength">New length of the selection.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.SelectionChangingEventArgs.OldSelectionStart">
            <summary>
            Gets the old selection start.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.SelectionChangingEventArgs.OldSelectionLength">
            <summary>
            Gets the old length of the selection.
            </summary>
            <value>
            The old length of the selection.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.SelectionChangingEventArgs.NewSelectionStart">
            <summary>
            Gets the new selection start.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.SelectionChangingEventArgs.NewSelectionLength">
            <summary>
            Gets the new length of the selection.
            </summary>
            <value>
            The new length of the selection.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.SuggestedTextChangedEventHandler">
            <summary>
            Represents the method that suggested text is changed in <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/>
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.SuggestedTextChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.SuggestedTextChangedEventArgs">
            <summary>
            An event arguments of <see cref="T:Telerik.WinControls.UI.SuggestedTextChangedEventHandler"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.SuggestedTextChangedEventArgs.#ctor(System.String,System.String,Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.AutoCompleteAction)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.SuggestedTextChangedEventArgs"/> class.
            </summary>
            <param name="text">The text.</param>
            <param name="suggestedText">The suggested text.</param>
            <param name="startPosition">The start position.</param>
            <param name="endPosition">The end position.</param>
            <param name="action">The action.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.SuggestedTextChangedEventArgs.Text">
            <summary>
            Gets the text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.SuggestedTextChangedEventArgs.SuggestedText">
            <summary>
            Gets the suggested text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.SuggestedTextChangedEventArgs.Action">
            <summary>
            Gets the auto-complete action.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.SuggestedTextChangedEventArgs.StartPosition">
            <summary>
            Gets or sets the start position.
            </summary>
            <value>
            The start position.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.SuggestedTextChangedEventArgs.EndPosition">
            <summary>
            Gets or sets the end position.
            </summary>
            <value>
            The end position.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBoxChangeAction">
            <summary>
            Represents text changed action
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TextBoxChangeAction.TextEdit">
            <summary>
            Text editing
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TextBoxChangeAction.TextPropertyChange">
            <summary>
            Text property change
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBoxChangedEventArgs">
            <summary>
            Represents <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/> text changed event arguments
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxChangedEventArgs.#ctor(System.String,System.Int32,Telerik.WinControls.UI.TextBoxChangeAction)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TextBoxChangedEventArgs"/> class.
            </summary>
            <param name="text">The text.</param>
            <param name="caretPosition">The caret position.</param>
            <param name="action">The action.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxChangedEventArgs.Text">
            <summary>
            Gets the text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxChangedEventArgs.CaretPosition">
            <summary>
            Gets the caret position.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxChangedEventArgs.Action">
            <summary>
            Gets the text change action.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBoxChangingEventArgs">
            <summary>
            Represents <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/> text changing event arguments
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxChangingEventArgs.#ctor(System.Int32,System.Int32,System.String,System.String,Telerik.WinControls.UI.TextBoxChangeAction)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TextBoxChangingEventArgs"/> class.
            </summary>
            <param name="startPosition">The start position.</param>
            <param name="length">The length.</param>
            <param name="oldText">The old text.</param>
            <param name="newText">The new text.</param>
            <param name="action">The action.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxChangingEventArgs.Action">
            <summary>
            Gets the text change action.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxChangingEventArgs.StartPosition">
            <summary>
            Gets the start position.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxChangingEventArgs.Length">
            <summary>
            Gets the selection length.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TreeBoxContextMenuOpeningEventHandler">
            <summary>
            Represent a method that handles menu opening in <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/>
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.TreeBoxContextMenuOpeningEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.TreeBoxContextMenuOpeningEventArgs">
            <summary>
            Event arguments of <see cref="T:Telerik.WinControls.UI.TreeBoxContextMenuOpeningEventHandler"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TreeBoxContextMenuOpeningEventArgs.#ctor(Telerik.WinControls.UI.RadContextMenu)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TreeBoxContextMenuOpeningEventArgs"/> class.
            </summary>
            <param name="contextMenu">The context menu.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeBoxContextMenuOpeningEventArgs.ContextMenu">
            <summary>
            Gets the context menu.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.LineInfo">
            <summary>
            Represents a logical line in <see cref="T:Telerik.WinControls.UI.TextBoxWrapPanel"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.LineInfo.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.LineInfo"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.LineInfo.#ctor(Telerik.WinControls.UI.ITextBlock,Telerik.WinControls.UI.ITextBlock,System.Drawing.SizeF)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.LineInfo"/> class.
            </summary>
            <param name="startBlock">The start block.</param>
            <param name="endBlock">The end block.</param>
            <param name="size">The size.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.LineInfo.StartBlock">
            <summary>
            Gets or sets the start block.
            </summary>
            <value>
            The start block.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.LineInfo.EndBlock">
            <summary>
            Gets or sets the end block.
            </summary>
            <value>
            The end block.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.LineInfo.Location">
            <summary>
            Gets or sets the location.
            </summary>
            <value>
            The location.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.LineInfo.Size">
            <summary>
            Gets or sets the size.
            </summary>
            <value>
            The size.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.LineInfo.ControlBoundingRectangle">
            <summary>
            Gets the control bounding rectangle.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.LineInfoBlockIndexComparer">
            <summary>
            Index comparer of <see cref="T:Telerik.WinControls.UI.LineInfo"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.LineInfoBlockIndexComparer.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.LineInfoBlockIndexComparer"/> class.
            </summary>
            <param name="blockIndex">Index of the block.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.LineInfoBlockIndexComparer.Compare(Telerik.WinControls.UI.LineInfo,Telerik.WinControls.UI.LineInfo)">
            <summary>
            Compares the specified line.
            </summary>
            <param name="line">The line.</param>
            <param name="nullLine">The null line.</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.LineInfoCollection">
            <summary>
            Represents collection of <see cref="T:Telerik.WinControls.UI.LineInfo"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.LineInfoCollection.Add(Telerik.WinControls.UI.LineInfo)">
            <summary>
            Adds the specified line.
            </summary>
            <param name="line">The line.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.LineInfoCollection.RemoveRange(System.Int32,System.Int32)">
            <summary>
            Removes the range.
            </summary>
            <param name="index">The index.</param>
            <param name="count">The count.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.LineInfoCollection.Clear">
            <summary>
            Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
            </summary>
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only. </exception>
        </member>
        <member name="M:Telerik.WinControls.UI.LineInfoCollection.BinarySearchByYCoordinate(System.Single)">
            <summary>
            Binaries the search by Y coordinate.
            </summary>
            <param name="y">The y.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.LineInfoCollection.BinarySearchByOffset(System.Int32)">
            <summary>
            Binaries the search by offset.
            </summary>
            <param name="offset">The offset.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.LineInfoCollection.BinarySearchByBlockIndex(System.Int32)">
            <summary>
            Binaries the index of the search by block.
            </summary>
            <param name="index">The index.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.LineInfoCollection.BinarySearch(System.Collections.Generic.IComparer{Telerik.WinControls.UI.LineInfo})">
            <summary>
            Binaries the search.
            </summary>
            <param name="comparer">The comparer.</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.LineInfoOffsetComparer">
            <summary>
            Offset comparer of <see cref="T:Telerik.WinControls.UI.LineInfo"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.LineInfoOffsetComparer.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.LineInfoOffsetComparer"/> class.
            </summary>
            <param name="offset">The offset.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.LineInfoOffsetComparer.Compare(Telerik.WinControls.UI.LineInfo,Telerik.WinControls.UI.LineInfo)">
            <summary>
            Compares the specified line.
            </summary>
            <param name="line">The line.</param>
            <param name="nullLine">The null line.</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.LineInfoYComparer">
            <summary>
            Y-coordinate comparer of <see cref="T:Telerik.WinControls.UI.LineInfo"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.LineInfoYComparer.#ctor(System.Single)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.LineInfoYComparer"/> class.
            </summary>
            <param name="yCoorditante">The y coorditante.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.LineInfoYComparer.Compare(Telerik.WinControls.UI.LineInfo,Telerik.WinControls.UI.LineInfo)">
            <summary>
            Compares the specified line X.
            </summary>
            <param name="lineX">The line X.</param>
            <param name="lineY">The line Y.</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBlockOffsetComparer">
            <summary>
            Offset comparer of <see cref="T:Telerik.WinControls.UI.ITextBlock"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBlockOffsetComparer.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TextBlockOffsetComparer"/> class.
            </summary>
            <param name="offset">The offset.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBlockOffsetComparer.Compare(System.Object,System.Object)">
            <summary>
            Compares the specified x.
            </summary>
            <param name="x">The x.</param>
            <param name="nullObject">The null object.</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBoxControlLocalizationProvider">
            <summary>
            Represents a localizable provider of <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxControlLocalizationProvider.GetLocalizedString(System.String)">
            <summary>
            Gets the localized string by identifier
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBoxControlStringId">
            <summary>
            Contains identifiers of the localizable strings in <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TextPosition">
            <summary>
            Represent a text position in <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextPosition.#ctor(Telerik.WinControls.UI.LineInfo,Telerik.WinControls.UI.ITextBlock,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TextPosition"/> class.
            </summary>
            <param name="line">The line.</param>
            <param name="textBlock">The text block.</param>
            <param name="charPosition">The char position.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextPosition.CompareTo(Telerik.WinControls.UI.TextPosition)">
            <summary>
            Compares to <see cref="T:Telerik.WinControls.UI.TextPosition"/>
            </summary>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextPosition.Equals(Telerik.WinControls.UI.TextPosition)">
            <summary>
            Equalses the specified position.
            </summary>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextPosition.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
            </summary>
            <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
            <returns>
              <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextPosition.GetHashCode">
            <summary>
            Returns a hash code for this instance.
            </summary>
            <returns>
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. 
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextPosition.op_Implicit(Telerik.WinControls.UI.TextPosition)~System.Int32">
            <summary>
            Performs an implicit conversion from <see cref="T:Telerik.WinControls.UI.TextPosition"/> to <see cref="T:System.Int32"/>.
            </summary>
            <param name="start">The start.</param>
            <returns>
            The result of the conversion.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextPosition.op_GreaterThan(Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.TextPosition)">
            <summary>
            Implements the operator &gt;.
            </summary>
            <param name="start">The start.</param>
            <param name="end">The end.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextPosition.op_GreaterThanOrEqual(Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.TextPosition)">
            <summary>
            Implements the operator &gt;=.
            </summary>
            <param name="start">The start.</param>
            <param name="end">The end.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextPosition.op_LessThan(Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.TextPosition)">
            <summary>
            Implements the operator &lt;.
            </summary>
            <param name="start">The start.</param>
            <param name="end">The end.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextPosition.op_LessThanOrEqual(Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.TextPosition)">
            <summary>
            Implements the operator &lt;=.
            </summary>
            <param name="start">The start.</param>
            <param name="end">The end.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextPosition.op_Equality(Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.TextPosition)">
            <summary>
            Implements the operator ==.
            </summary>
            <param name="start">The start.</param>
            <param name="end">The end.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextPosition.op_Inequality(Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.TextPosition)">
            <summary>
            Implements the operator !=.
            </summary>
            <param name="start">The start.</param>
            <param name="end">The end.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextPosition.GetLength(Telerik.WinControls.UI.TextPosition,Telerik.WinControls.UI.TextPosition)">
            <summary>
            Gets the length.
            </summary>
            <param name="start">The start.</param>
            <param name="end">The end.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextPosition.GetFirstPosition(Telerik.WinControls.UI.TextBoxWrapPanel)">
            <summary>
            Gets the first position.
            </summary>
            <param name="layoutPanel">The layout panel.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextPosition.GetLastPosition(Telerik.WinControls.UI.TextBoxWrapPanel)">
            <summary>
            Gets the last position.
            </summary>
            <param name="layoutPanel">The layout panel.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TextPosition.Swap(Telerik.WinControls.UI.TextPosition@,Telerik.WinControls.UI.TextPosition@)">
            <summary>
            Swaps two positions
            </summary>
            <param name="startPosition">The start position.</param>
            <param name="endPosition">The end position.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.TextPosition.Line">
            <summary>
            Gets the line.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TextPosition.TextBlock">
            <summary>
            Gets the text block.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TextPosition.CharPosition">
            <summary>
            Gets the char position in <see cref="T:Telerik.WinControls.UI.ITextBlock"/>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBoxControlDefaultContextMenu">
            <summary>
            Represents a context menu of <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxControlDefaultContextMenu.#ctor(Telerik.WinControls.UI.RadTextBoxControlElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TextBoxControlDefaultContextMenu"/> class.
            </summary>
            <param name="textBox">The text box.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxControlDefaultContextMenu.AddMenuItem(System.String)">
            <summary>
            Adds the menu item by localizable string identifier
            </summary>
            <param name="stringId">The string id.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxControlDefaultContextMenu.TextBox">
            <summary>
            Gets the associated text box.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TextBoxScroller">
            <summary>
            Represents a scroller in <see cref="T:Telerik.WinControls.UI.RadTextBoxControlElement"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxScroller.#ctor(Telerik.WinControls.UI.RadScrollBarElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TextBoxScroller"/> class.
            </summary>
            <param name="scrollBar">The scroll bar.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxScroller.OnScrollerUpdated(System.EventArgs)">
            <summary>
            Raises the <see cref="E:ScrollerUpdated"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxScroller.SuspendNotifications">
            <summary>
            Suspends the notifications of <see cref="E:ScrollerUpdated"/> event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxScroller.ResumeNotifications">
            <summary>
            Resumes the notifications of <see cref="E:ScrollerUpdated"/> event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxScroller.UpdateScrollRange(System.Drawing.SizeF,System.Drawing.SizeF)">
            <summary>
            Updates the scroll range.
            </summary>
            <param name="clientSize">Size of the client.</param>
            <param name="desiredSize">Size of the desired.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxScroller.UpdateScrollBar">
            <summary>
            Updates the scroll bar
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TextBoxScroller.SetScrollBarVisibility">
            <summary>
            Sets the scroll bar visibility.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxScroller.MaxValue">
            <summary>
            Gets the max value of the scrollbar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxScroller.Value">
            <summary>
            Gets or sets the value of the scrollbar
            </summary>
            <value>
            The value.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxScroller.ScrollBar">
            <summary>
            Gets the associated scroll bar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxScroller.ScrollState">
            <summary>
            Gets or sets the state of the scrollbar.
            </summary>
            <value>
            The state of the scrollbar.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxScroller.ClientSize">
            <summary>
            Gets the size of the client area.
            </summary>
            <value>
            The size of the client.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxScroller.DesiredSize">
            <summary>
            Gets the desired size of the document
            </summary>
            <value>
            The size of the desired.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxScroller.LargeChange">
            <summary>
            Gets or sets the large change of the scrollbar.
            </summary>
            <value>
            The large change.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.TextBoxScroller.SmallChange">
            <summary>
            Gets or sets the small change of the scrollbar.
            </summary>
            <value>
            The small change.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.TextBoxScroller.ScrollerUpdated">
            <summary>
            Occurs when the scroller is updated.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRepeatArrowElement.Delay">
            <summary>
            Gets or sets the amount of time, in milliseconds, the Repeat button element waits while it is pressed before it starts repeating. The value must be non-negative. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRepeatArrowElement.Interval">
            <summary>
            Gets or sets the amount of time, in milliseconds, between repeats once repeating starts. The value must be non-negative.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadTimePickerLocalizationProvider">
            <summary>
            Provides localization services for RadTimePicker.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTimePickerLocalizationProvider.GetLocalizedString(System.String)">
            <summary>
            Gets the string corresponding to the given ID.
            </summary>
            <param name="id">String ID.</param>
            <returns>The string corresponding to the given ID.</returns>
        </member>
        <member name="T:Telerik.WinControls.UI.RadTimePickerStringId">
            <summary>
            RadWizard localization strings.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTimePicker.#ctor">
            <summary>
            Creates a <see cref="T:Telerik.WinControls.UI.RadTimePicker">RadTimePicker</see> instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTimePicker.OnValueChanging(System.Object,System.ComponentModel.CancelEventArgs)">
            <summary>
            Fires the ValueChanging event
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTimePicker.OnValueChanged(System.Object,System.EventArgs)">
            <summary>
            Fires the ValueChanged event
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePicker.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePicker.CloseButtonText">
            <summary>
            Gets or sets the Text associated to the Button below TimeTables
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePicker.Culture">
            <summary>
            Gets or sets the current culture associated to the RadTimePicker
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePicker.RowHeight">
            <summary>
            Gets or sets the row height in time picker popup.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePicker.ColumnsCount">
            <summary>
            Gets or sets the columns count.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePicker.HeadersHeight">
            <summary>
            Gets or sets headers height.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePicker.ButtonPanelHeight">
            <summary>
            Gets or sets button panel height.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePicker.TableWidth">
            <summary>
            Gets or sets the table width.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePicker.ClockPosition">
            <summary>
            Set the Clock position Before Time Tables or Above Time Tables
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePicker.TimeTables">
            <summary>
            Gets or sets a value which determines how to represent the times in time picker popup.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePicker.Step">
            <summary>
            Gets or sets a value indicating the time interval.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePicker.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the contents of the TextBox control can be changed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePicker.NullText">
            <summary>
            Gets or sets the text that is displayed when RadDropDownList has no text set.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePicker.TimePickerElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadTimePickerElement">RadTimePickerElement</see> which encapsulates the UI representation and functionality of the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePicker.Value">
            <summary>
            Gets or sets the time value assigned to the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePicker.MinValue">
            <summary>
            Gets or sets the Minimal time value assigned to the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePicker.MaxValue">
            <summary>
            Gets or sets the Maximal time value assigned to the control.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTimePicker.ValueChanging">
            <summary>
            Occurs when the editing value is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTimePicker.ValueChanged">
            <summary>
            Occurs when the editing value has been changed
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTimePicker.TimeCellFormatting">
            <summary>
            Occurs when a cell changes its state.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTimePicker.KeyDown">
            <summary>
            Occurs when the RadItem has focus and the user pressees a key down
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTimePicker.KeyPress">
            <summary>
            Occurs when the RadItem has focus and the user pressees a key
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTimePicker.KeyUp">
            <summary>
            Occurs when the RadItem has focus and the user releases the pressed key up
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTimePicker.MultilineChanged">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl02_LabelAbstract">Occurs when
            the value of the Multiline property has changed.</span>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTimePicker.TextAlignChanged">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl03_LabelAbstract">Occurs when
            the value of the TextAlign property has changed.</span>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTimePickerContent.OnValueChanged(System.Object,System.EventArgs)">
            <summary>
            Fires the ValueChanged event
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTimePickerContent.OnValueChanging(System.Object,System.ComponentModel.CancelEventArgs)">
            <summary>
            Fires the ValueChanging event
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePickerContent.Culture">
            <summary>
            Gets the culture to be used when displaying the time.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePickerContent.AutoSize">
            <summary>
            Determines whether control's height will be determined automatically, depending on the current Font.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePickerContent.TimePickerElement">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadTimePickerContentElement">RadTimePickerElement</see> which encapsulates the UI representation and functionality of the control.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTimePickerContent.ValueChanged">
            <summary>
            Occurs when the editing value has been changed
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTimePickerContent.ValueChanging">
            <summary>
            Occurs when the editing value is changing.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePickerContentElement.ClockBeforeTables">
            <summary>
            This property is used internally.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTimePickerElement.CreateUpButton">
            <summary>
            Creates the button element for the increment button.
            </summary>
            <returns>A <see cref="T:Telerik.WinControls.UI.RadRepeatArrowElement"/> to be placed in the <see cref="T:Telerik.WinControls.UI.RadSpinElement"/>.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTimePickerElement.CreateDownButton">
            <summary>
            Creates the button element for the decrement button.
            </summary>
            <returns>A <see cref="T:Telerik.WinControls.UI.RadRepeatArrowElement"/> to be placed in the <see cref="T:Telerik.WinControls.UI.RadSpinElement"/>.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePickerElement.ReadOnly">
            <summary>
            Enables or disables the ReadOnly mode of RadTimeBox. The default value is false.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePickerElement.DropDownAnimationEnabled">
            <summary>
            Gets or sets a value indicating whether the RadDropDownList will be animated when displaying.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePickerElement.NullText">
            <summary>
            Gets or sets the text that is displayed when RadDropDownList has no text set.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTimePickerElement.ClockBeforeTables">
            <summary>
            This property is used internally.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTimePickerElement.ValueChanging">
            <summary>
            Occurs when the editing value is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTimePickerElement.ValueChanged">
            <summary>
            Occurs when the editing value has been changed
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Wizard97CommandArea">
            <summary>
            Represents a command area of RadWizard in Wizard97 mode.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WizardCommandArea">
            <summary>
            Represents a command area of RadWizard.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BaseWizardElement">
            <summary>
            Base class for RadWizard elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BaseWizardElement.UpdateInfo(Telerik.WinControls.UI.WizardPage)">
            <summary>
            Updates the current state of the element.
            </summary>
            <param name="page">The WizardPage the element currently refers to.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseWizardElement.IsWelcomePage">
            <summary>
            Gets or sets a value indicating that the element currently refers to a WizardWelcomePage.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseWizardElement.IsCompletionPage">
            <summary>
            Gets or sets a value indicating that the element currently refers to a WizardCompletionPage.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BaseWizardElement.Owner">
            <summary>
            Gets the owner RadWizardElement of the element.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WizardCommandArea.#ctor">
            <summary>
            Creates a WizardCommandArea instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WizardCommandArea.#ctor(Telerik.WinControls.UI.RadWizardElement)">
            <summary>
            Creates a WizardCommandArea element.
            </summary>
            <param name="wizardElement">Owner of the element.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardCommandArea.CommandElements">
            <summary>
            Gets the CommandArea elements.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardCommandArea.NextButton">
            <summary>
            Gets the CommandArea Next button element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardCommandArea.CancelButton">
            <summary>
            Gets the CommandArea Cancel button element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardCommandArea.FinishButton">
            <summary>
            Gets the CommandArea Finish button element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardCommandArea.HelpButton">
            <summary>
            Gets the CommandArea Help button element.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Wizard97CommandArea.#ctor">
            <summary>
            Creates a Wizard97CommandArea instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Wizard97CommandArea.#ctor(Telerik.WinControls.UI.RadWizardElement)">
            <summary>
            Creates a Wizard97CommandArea element.
            </summary>
            <param name="wizardElement">>Owner of the element.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.Wizard97CommandArea.BackButton">
            <summary>
            Gets the CommandArea Back button element.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WizardCommandAreaButtonElement">
            <summary>
            Represents a command area button element of RadWizard.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardCommandAreaButtonElement.IsFocusedWizardButton">
            <summary>
            Gets or sets a value indication wether the button is focused.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WizardAeroButtonElement">
            <summary>
            Represents a button element of RadWizard in Aero mode.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WizardAeroTopElement">
            <summary>
            Represents a top element of RadWizard in Aero mode.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WizardAeroTopElement.#ctor">
            <summary>
            Creates a WizardAeroTopElement instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WizardAeroTopElement.#ctor(Telerik.WinControls.UI.RadWizardElement)">
            <summary>
            Creates a WizardAeroTopElement.
            </summary>
            <param name="wizardElement">Owner of the element.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardAeroTopElement.BackButton">
            <summary>
            Gets the AeroTopElement Back button element.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WizardPageHeaderElement">
            <summary>
            Represents a page header of RadWizard.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WizardPageHeaderElement.#ctor">
            <summary>
            Creates a WizardPageHeaderElement instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WizardPageHeaderElement.UpdateInfo(Telerik.WinControls.UI.WizardPage)">
            <summary>
            Updates the current state of the element.
            </summary>
            <param name="page"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPageHeaderElement.TitleElement">
            <summary>
            Gets the element containing the WizardPageHeader title text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPageHeaderElement.Title">
            <summary>
            Gets or sets the text of TitleElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPageHeaderElement.TitleVisibility">
            <summary>
            Gets or sets the TitleElement visibility.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPageHeaderElement.HeaderElement">
            <summary>
            Gets the element containing the WizardPageHeader header text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPageHeaderElement.Header">
            <summary>
            Gets or sets the text of HeaderElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPageHeaderElement.HeaderVisibility">
            <summary>
            Gets or sets the HeaderElement visibility.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPageHeaderElement.IconElement">
            <summary>
            Gets the element containing the WizardPageHeader icon image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPageHeaderElement.Icon">
            <summary>
            Gets or sets the WizardPageHeader icon image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPageHeaderElement.IconAlignment">
            <summary>
            Gets or set the alignment of the WizardPageHeader icon image.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WizardTextElement">
            <summary>
            Represents an element of RadWizard which paints its text on glass.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ModeChangedEventHandler">
            <summary>
            Represents the method that will handle the ModeChanged events of RadWizard.
            </summary>
            <param name="sender">The event sender.</param>
            <param name="e">Instance of ModeChangedEventArgs.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.ModeChangedEventArgs">
            <summary>
            Provides data for the ModeChanged event.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ModeChangedEventArgs.PreviousMode">
            <summary>
            Gets the previous mode of the wizard.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ModeChangedEventArgs.CurrentMode">
            <summary>
            Gets the current mode of the wizard.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ModeChangedEventArgs.#ctor(Telerik.WinControls.UI.WizardMode,Telerik.WinControls.UI.WizardMode)">
            <summary>
            Initializes a new instance of the ModeChangedEventArgs class.
            </summary>
            <param name="previousMode">The previous mode of the wizard.</param>
            <param name="currentMode">The current mode of the wizard.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.ModeChangingEventHandler">
            <summary>
            Represents the method that will handle the ModeChanging events of RadWizard.
            </summary>
            <param name="sender">The event sender.</param>
            <param name="e">Instance of ModeChangingEventArgs.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.ModeChangingEventArgs">
            <summary>
            Provides data for the ModeChanging event.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ModeChangingEventArgs.CurrentMode">
            <summary>
            Gets the current mode of the wizard.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ModeChangingEventArgs.NextMode">
            <summary>
            Gets the next mode of the wizard.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ModeChangingEventArgs.#ctor(Telerik.WinControls.UI.WizardMode,Telerik.WinControls.UI.WizardMode)">
            <summary>
            Initializes a new instance of the ModeChangingEventArgs class.
            </summary>
            <param name="currentMode">The current mode of the wizard.</param>
            <param name="nextMode">The next mode of the wizard.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.WizardCancelEventHandler">
            <summary>
            Represents the method that will handle cancelable events of RadWizard.
            </summary>
            <param name="sender">The event sender.</param>
            <param name="e">Instance of WizardCancelEventArgs.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.WizardCancelEventArgs">
            <summary>
            Provides data for cancelable events of RadWizard.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WizardCancelEventArgs.#ctor">
            <summary>
            Initializes a new instance of the WizardCancelEventArgs class.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardCancelEventArgs.Cancel">
            <summary>
            Determines whether the event is canceled or may continue.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.SelectedPageChangedEventHandler">
            <summary>
            Represents the method that will handle the SelectedPageChanged events of RadWizard.
            </summary>
            <param name="sender">The event sender.</param>
            <param name="e">Instance of SelectedPageChangedEventArgs.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.SelectedPageChangedEventArgs">
            <summary>
            Provides data for the SelectedPageChanged event.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.SelectedPageChangedEventArgs.PreviousPage">
            <summary>
            Gets the previous selected page of the wizard.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.SelectedPageChangedEventArgs.SelectedPage">
            <summary>
            Gets the selected page of the wizard.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.SelectedPageChangedEventArgs.#ctor(Telerik.WinControls.UI.WizardPage,Telerik.WinControls.UI.WizardPage)">
            <summary>
            Initializes a new instance of the SelectedPageChangedEventArgs class.
            </summary>
            <param name="previousPage">The previous selected page of the wizard.</param>
            <param name="selectedPage">The selected page of the wizard.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.SelectedPageChangingEventHandler">
            <summary>
            Represents the method that will handle the SelectedPageChanging events of RadWizard.
            </summary>
            <param name="sender">The event sender.</param>
            <param name="e">Instance of SelectedPageChangingEventArgs.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.SelectedPageChangingEventArgs">
            <summary>
            Provides data for the SelectedPageChanging event.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.SelectedPageChangingEventArgs.SelectedPage">
            <summary>
            Gets the selected page of the wizard.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.SelectedPageChangingEventArgs.NextPage">
            <summary>
            Gets the wizard page to be selected.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.SelectedPageChangingEventArgs.#ctor(Telerik.WinControls.UI.WizardPage,Telerik.WinControls.UI.WizardPage)">
            <summary>
            Initializes a new instance of the SelectedPageChangingEventArgs class.
            <param name="selectedPage">The selected page of the wizard.</param>
            <param name="nextPage">The wizard page to be selected.</param>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadWizardLocalizationProvider">
            <summary>
            Provides localization services for RadWizard.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizardLocalizationProvider.GetLocalizedString(System.String)">
            <summary>
            Gets the string corresponding to the given ID.
            </summary>
            <param name="id">String ID.</param>
            <returns>The string corresponding to the given ID.</returns>
        </member>
        <member name="T:Telerik.WinControls.UI.RadWizardStringId">
            <summary>
            RadWizard localization strings.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WizardCompletionPage">
            <summary>
            Represents a completion page of RadWizard.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WizardPage">
            <summary>
            Represents a page of RadWizard.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WizardPage.#ctor">
            <summary>
            Creates a WizardPage instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WizardPage.ToString">
            <summary>
            Returns a string representation of the page.
            </summary>
            <returns>The string representation of the page.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPage.Owner">
            <summary>
            Gets the owner RadWizardElement of the page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPage.ContentArea">
            <summary>
            Gets or sets the panel presenting the content area of the page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPage.Title">
            <summary>
            Gets or sets the page title text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPage.Header">
            <summary>
            Gets or sets the page header text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPage.CustomizePageHeader">
            <summary>
            Gets or sets a value indicating whether the page customizes its header.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPage.TitleVisibility">
            <summary>
            Gets or sets the page's TitleElement visibility. Applies if CustomizePageHeader has value 'true'.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPage.HeaderVisibility">
            <summary>
            Gets or sets the page's HeaderElement visibility. Applies if CustomizePageHeader has value 'true'.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPage.Icon">
            <summary>
            Gets or sets the page's IconElement image. Applies if CustomizePageHeader has value 'true'.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPage.IsSelected">
            <summary>
            Gets a value indicating whether the page is selected.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WizardCompletionPage.#ctor">
            <summary>
            Creates a WizardCompletionPage instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardCompletionPage.CompletionImage">
            <summary>
            Gets or sets the Completion page image.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WizardPageCollection">
            <summary>
            Represents a collection of WizardPage objects.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WizardPageCollection.#ctor(Telerik.WinControls.UI.RadWizardElement)">
            <summary>
            Creates a WizardPageCollection instance.
            </summary>
            <param name="owner">Owner of the element.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.WizardPageCollection.Add(Telerik.WinControls.UI.WizardPage)">
            <summary>
            Inserts a WizardPage before the RadWizard CompletionPage in the collection.
            </summary>
            <param name="page"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardPageCollection.Owner">
            <summary>
            Gets the owner RadWizardElement of the collection.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WizardWelcomePage">
            <summary>
            Represents a welcome page of RadWizard.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WizardWelcomePage.#ctor">
            <summary>
            Creates a WizardWelcomePage instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardWelcomePage.WelcomeImage">
            <summary>
            Gets or sets the Welcome page image.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadWizard">
            <summary>
            RadWizard is a control which helps you to break a complex process into separate steps.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizard.#ctor">
            <summary>
            Creates a RadWizard instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizard.GiveFocusToNavigationButtonsShiftTab">
            <summary>
            Returns true if the focus should go the navigation buttons when the user presses Shift and Tab
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizard.GiveFocusToNavigationButtonsLeft">
            <summary>
            Returns true if the focus should go the navigation buttons when the user presses Left arrow
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizard.GiveFocusToNavigationButtonsRight">
            <summary>
            Returns true if the focus should go the navigation buttons when the user presses Right arrow
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizard.GiveFocusToNavigationButtonsTab">
            <summary>
            Returns true if the focus should go the navigation buttons when the user presses Tab
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizard.SelectNextPage">
            <summary>
            Selects next wizard page.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizard.SelectPreviousPage">
            <summary>
            Selects previous wizard page.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizard.OnModeChanging(Telerik.WinControls.UI.ModeChangingEventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadWizard.ModeChanging"/> event.
            </summary>
            <param name="e">An instance of <see cref="T:Telerik.WinControls.UI.ModeChangingEventArgs"/> containing event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizard.OnModeChanged(Telerik.WinControls.UI.ModeChangedEventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadWizard.ModeChanged"/> event.
            </summary>
            <param name="e">An instance of <see cref="T:Telerik.WinControls.UI.ModeChangedEventArgs"/> containing event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizard.OnNext(Telerik.WinControls.UI.WizardCancelEventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadWizard.Next"/> event.
            </summary>
            <param name="e">An instance of <see cref="T:Telerik.WinControls.UI.WizardCancelEventArgs"/> containing event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizard.OnPrevious(Telerik.WinControls.UI.WizardCancelEventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadWizard.Previous"/> event.
            </summary>
            <param name="e">An instance of <see cref="T:Telerik.WinControls.UI.WizardCancelEventArgs"/> containing event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizard.OnFinish(System.EventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadWizard.Finish"/> event.
            </summary>
            <param name="e">An instance of <see cref="T:System.EventArgs"/>.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizard.OnCancel(System.EventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadWizard.Cancel"/> event.
            </summary>
            <param name="e">An instance of <see cref="T:System.EventArgs"/>.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizard.OnHelp(System.EventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadWizard.Help"/> event.
            </summary>
            <param name="e">An instance of <see cref="T:System.EventArgs"/>.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizard.OnSelectedPageChanging(System.Object,Telerik.WinControls.UI.SelectedPageChangingEventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadWizard.SelectedPageChanging"/> event.
            </summary>
            <param name="sender">The owner.</param>
            <param name="e">An instance of <see cref="T:Telerik.WinControls.UI.SelectedPageChangingEventArgs"/> containing event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizard.OnSelectedPageChanged(System.Object,Telerik.WinControls.UI.SelectedPageChangedEventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadWizard.SelectedPageChanged"/> event.
            </summary>
            <param name="sender">The owner.</param>
            <param name="e">An instance of <see cref="T:Telerik.WinControls.UI.SelectedPageChangedEventArgs"/> containing event data.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.WizardElement">
            <summary>
            Gets the RadWizardElement which encapsulates the UI representation and functionality of the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.Mode">
            <summary>
            Gets or sets the mode of the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.EnableAeroStyle">
            <summary>
            Gets or sets a value indication wether the Aero style should apply when the control is in Wizard Aero mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.Pages">
            <summary>
            Gets the pages collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.WelcomePage">
            <summary>
            Gets or sets the welcome page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.CompletionPage">
            <summary>
            Gets or sets the completion page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.SelectedPage">
            <summary>
            Gets or sets the selected page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.CommandArea">
            <summary>
            Gets the command area element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.CommandAreaHeight">
            <summary>
            Gets or sets the height of the command area. Negative value makes the command area autosize.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.PageHeaderElement">
            <summary>
            Gets the page header element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.PageHeaderHeight">
            <summary>
            Gets or sets the height of the page header. Negative value makes the page header autosize.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.WelcomeImageElement">
            <summary>
            Gets the element containing the image of the welcome pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.CompletionImageElement">
            <summary>
            Gets the element containing the image of the completion pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.WelcomeImage">
            <summary>
            Gets or sets the image of the welcome pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.HideWelcomeImage">
            <summary>
            Gets or sets a value indicating whether the image of the welcome pages should be visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.WelcomeImageLayout">
            <summary>
            Gets or sets the layout of the welcome pages image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.WelcomeImageBackgroundShape">
            <summary>
            Gets or sets the background image shape of the welcome pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.CompletionImage">
            <summary>
            Gets or sets the image of the completion pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.HideCompletionImage">
            <summary>
            Gets or sets a value indicating whether the image of the completion pages should be visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.CompletionImageLayout">
            <summary>
            Gets or sets the layout of the completion pages image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.CompletionImageBackgroundShape">
            <summary>
            Gets or sets the background image shape of the completion pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.PageTitleTextVisibility">
            <summary>
            Gets or sets the visibility of the page header's title element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.PageHeaderTextVisibility">
            <summary>
            Gets or sets the visibility of the page header's header element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.PageHeaderIcon">
            <summary>
            Gets or sets the icon of the page header.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.PageHeaderIconAlignment">
            <summary>
            Gets or sets the alignment of the page header's icon.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.BackButton">
            <summary>
            Gets the command area's back button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.NextButton">
            <summary>
            Gets the command area's next button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.CancelButton">
            <summary>
            Gets the command area's cancel button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.FinishButton">
            <summary>
            Gets the command area's finish button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizard.HelpButton">
            <summary>
            Gets the command area's help button.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWizard.ModeChanging">
            <summary>
            Fires before the mode of RadWizard is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWizard.ModeChanged">
            <summary>
            Fires after the mode of RadWizard is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWizard.Next">
            <summary>
            Fires when the next command button is clicked.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWizard.Previous">
            <summary>
            Fires when the back command button is clicked.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWizard.Finish">
            <summary>
            Fires when the finish command button is clicked.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWizard.Cancel">
            <summary>
            Fires when the cancel command button is clicked.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWizard.Help">
            <summary>
            Fires when the help command button is clicked.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWizard.SelectedPageChanging">
            <summary>
            Fires before the selected page of RadWizard is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWizard.SelectedPageChanged">
            <summary>
            Fires after the selected page of RadWizard is changed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadWizardElement">
            <summary>
            Encapsulates the UI representation and functionality of RadWizard.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizardElement.#ctor">
            <summary>
            Creates a RadWizardElement instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizardElement.Refresh">
            <summary>
            Refreshes the element's view.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizardElement.SelectNextPage">
            <summary>
            Selects next wizard page.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizardElement.SelectPreviousPage">
            <summary>
            Selects previous wizard page.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizardElement.OnModeChanging(Telerik.WinControls.UI.ModeChangingEventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadWizardElement.ModeChanging"/> event.
            </summary>
            <param name="e">An instance of <see cref="T:Telerik.WinControls.UI.ModeChangingEventArgs"/> containing event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizardElement.OnModeChanged(Telerik.WinControls.UI.ModeChangedEventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadWizardElement.ModeChanged"/> event.
            </summary>
            <param name="e">An instance of <see cref="T:Telerik.WinControls.UI.ModeChangedEventArgs"/> containing event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizardElement.OnNext(Telerik.WinControls.UI.WizardCancelEventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadWizardElement.Next"/> event.
            </summary>
            <param name="e">An instance of <see cref="T:Telerik.WinControls.UI.WizardCancelEventArgs"/> containing event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizardElement.OnPrevious(Telerik.WinControls.UI.WizardCancelEventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadWizardElement.Previous"/> event.
            </summary>
            <param name="e">An instance of <see cref="T:Telerik.WinControls.UI.WizardCancelEventArgs"/> containing event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizardElement.OnSelectedPageChanging(System.Object,Telerik.WinControls.UI.SelectedPageChangingEventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadWizardElement.SelectedPageChanging"/> event.
            </summary>
            <param name="sender">The owner.</param>
            <param name="e">An instance of <see cref="T:Telerik.WinControls.UI.SelectedPageChangingEventArgs"/> containing event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWizardElement.OnSelectedPageChanged(System.Object,Telerik.WinControls.UI.SelectedPageChangedEventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadWizardElement.SelectedPageChanged"/> event.
            </summary>
            <param name="sender">The owner.</param>
            <param name="e">An instance of <see cref="T:Telerik.WinControls.UI.SelectedPageChangedEventArgs"/> containing event data.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.Mode">
            <summary>
            Gets or sets the mode of RadWizard.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.View">
            <summary>
            Gets the view of RadWizard.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.OwnerControl">
            <summary>
            Gets the Owner RadWizard control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.EnableAeroStyle">
            <summary>
            Gets or sets a value indication wether the Aero style should apply when RadWizard is in Wizard Aero mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.Pages">
            <summary>
            Gets the pages collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.WelcomePage">
            <summary>
            Gets or sets the welcome page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.CompletionPage">
            <summary>
            Gets or sets the completion page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.SelectedPage">
            <summary>
            Gets or sets the selected page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.CommandArea">
            <summary>
            Gets the command area element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.CommandAreaHeight">
            <summary>
            Gets or sets the height of the command area. Negative value makes the command area autosize.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.PageHeaderElement">
            <summary>
            Gets the page header element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.PageHeaderHeight">
            <summary>
            Gets or sets the height of the page header. Negative value makes the page header autosize.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.WelcomeImageElement">
            <summary>
            Gets the element containing the image of the welcome pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.CompletionImageElement">
            <summary>
            Gets the element containing the image of the completion pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.WelcomeImage">
            <summary>
            Gets or sets the image of the welcome pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.HideWelcomeImage">
            <summary>
            Gets or sets a value indicating whether the image of the welcome pages should be visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.WelcomeImageLayout">
            <summary>
            Gets or sets the layout of the welcome pages image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.WelcomeImageBackgroundShape">
            <summary>
            Gets or sets the background image shape of the welcome pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.CompletionImage">
            <summary>
            Gets or sets the image of the completion pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.HideCompletionImage">
            <summary>
            Gets or sets a value indicating whether the image of the completion pages should be visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.CompletionImageLayout">
            <summary>
            Gets or sets the layout of the completion pages image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.CompletionImageBackgroundShape">
            <summary>
            Gets or sets the background image shape of the completion pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.PageTitleTextVisibility">
            <summary>
            Gets or sets the visibility of the page header's title element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.PageHeaderTextVisibility">
            <summary>
            Gets or sets the visibility of the page header's header element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.PageHeaderIcon">
            <summary>
            Gets or sets the icon of the page header.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.PageHeaderIconAlignment">
            <summary>
            Gets or sets the alignment of the page header's icon.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.BackButton">
            <summary>
            Gets the command area's back button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.NextButton">
            <summary>
            Gets the command area's next button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.CancelButton">
            <summary>
            Gets the command area's cancel button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.FinishButton">
            <summary>
            Gets the command area's finish button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWizardElement.HelpButton">
            <summary>
            Gets the command area's help button.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWizardElement.ModeChanging">
            <summary>
            Fires before the mode of RadWizard is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWizardElement.ModeChanged">
            <summary>
            Fires after the mode of RadWizard is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWizardElement.Next">
            <summary>
            Fires when the next command button is clicked.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWizardElement.Previous">
            <summary>
            Fires when the back command button is clicked.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWizardElement.SelectedPageChanging">
            <summary>
            Fires before the selected page of RadWizard is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWizardElement.SelectedPageChanged">
            <summary>
            Fires after the selected page of RadWizard is changed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Wizard97View">
            <summary>
            Represents a view element of RadWizard in Wizard97 mode.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WizardView">
            <summary>
            Base class for RadWizard view elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WizardView.#ctor">
            <summary>
            Creates a WizardView instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.Owner">
            <summary>
            Gets the owner RadWizardElement of the view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.Pages">
            <summary>
            Gets the pages collection of the Owner RadWizardElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.WelcomePage">
            <summary>
            Gets the welcome page of the Owner RadWizardElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.CompletionPage">
            <summary>
            Gets the completion page of the Owner RadWizardElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.SelectedPage">
            <summary>
            Gets the selected page of the Owner RadWizardElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.CommandArea">
            <summary>
            Gets the command area of the view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.CommandAreaHeight">
            <summary>
            Gets or sets the height of the command area. Negative value makes the command area autosize.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.PageHeaderElement">
            <summary>
            Gets the page header of the view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.PageHeaderHeight">
            <summary>
            Gets or sets the height of the page header. Negative value makes the page header autosize.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.WelcomeImageElement">
            <summary>
            Gets the element containing the image of the welcome pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.WelcomeImage">
            <summary>
            Gets or sets the image of the welcome pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.HideWelcomeImage">
            <summary>
            Gets or sets a value indicating whether the image of the welcome pages should be visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.WelcomeImageLayout">
            <summary>
            Gets or sets the layout of the welcome pages image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.WelcomeImageBackgroundShape">
            <summary>
            Gets or sets the background image shape of the welcome pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.CompletionImageElement">
            <summary>
            Gets the element containing the image of the welcome pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.CompletionImage">
            <summary>
            Gets or sets the image of the completion pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.HideCompletionImage">
            <summary>
            Gets or sets a value indicating whether the image of the completion pages should be visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.CompletionImageLayout">
            <summary>
            Gets or sets the layout of the completion pages image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.CompletionImageBackgroundShape">
            <summary>
            Gets or sets the background image shape of the completion pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.PageTitleTextVisibility">
            <summary>
            Gets or sets the visibility of the page header's title element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.PageHeaderTextVisibility">
            <summary>
            Gets or sets the visibility of the page header's header element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.PageHeaderIcon">
            <summary>
            Gets or sets the icon of the page header.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.PageHeaderIconAlignment">
            <summary>
            Gets or sets the alignment of the page header's icon.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.BackButton">
            <summary>
            Gets the command area's back button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.NextButton">
            <summary>
            Gets the command area's next button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.CancelButton">
            <summary>
            Gets the command area's cancel button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.FinishButton">
            <summary>
            Gets the command area's finish button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardView.HelpButton">
            <summary>
            Gets the command area's help button.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Wizard97View.#ctor">
            <summary>
            Creates a Wizard97View instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Wizard97View.#ctor(Telerik.WinControls.UI.RadWizardElement)">
            <summary>
            Creates a Wizard97View instance.
            </summary>
            <param name="wizardElement">Owner of the element.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.Wizard97View.BackButton">
            <summary>
            Gets the command area's back button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Wizard97View.NextButton">
            <summary>
            Gets the command area's next button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Wizard97View.CancelButton">
            <summary>
            Gets the command area's cancel button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Wizard97View.FinishButton">
            <summary>
            Gets the command area's finish button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Wizard97View.HelpButton">
            <summary>
            Gets the command area's help button.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WizardAeroView">
            <summary>
            Represents a view element of RadWizard in Wizard Aero mode.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WizardAeroView.#ctor">
            <summary>
            Creates a WizardAeroView instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WizardAeroView.#ctor(Telerik.WinControls.UI.RadWizardElement)">
            <summary>
            Creates a WizardAeroView instance.
            </summary>
            <param name="wizardElement">Owner of the element.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardAeroView.TopElement">
            <summary>
            Gets the top element of RadWizard in Wizard Aero mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardAeroView.BackButton">
            <summary>
            Gets the top element's back button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardAeroView.NextButton">
            <summary>
            Gets the command area's next button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardAeroView.CancelButton">
            <summary>
            Gets the command area's cancel button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardAeroView.FinishButton">
            <summary>
            Gets the command area's finish button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WizardAeroView.HelpButton">
            <summary>
            Gets the command area's help button.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WizardMode">
            <summary>
            Mode of RadWizard.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelector.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelector.DefaultSize">
            <summary>
            Gets the default size of the control.
            </summary>
            <returns>
            The default <see cref="T:System.Drawing.Size" /> of the control.
              </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelector.RangeSelectorElement">
            <summary>
            Gets the range selector element.
            </summary>
            <value>
            The range selector element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelector.Orientation">
            <summary>
            Gets or Sets the orientation of the RangeSelector
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelector.StartRange">
            <summary>
            Gets or sets the start of the selected range.
            </summary>
            <value>
            The start range.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelector.EndRange">
            <summary>
            Gets or sets the end of the selected range.
            </summary>
            <value>
            The end range.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelector.RangeSelectorViewZoomStart">
            <summary>
            Gets or sets the range selector view zoom start.
            </summary>
            <value>
            The range selector view zoom start.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelector.RangeSelectorViewZoomEnd">
            <summary>
            Gets or sets the range selector view zoom end.
            </summary>
            <value>
            The range selector view zoom end.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelector.ShowButtons">
            <summary>
            Gets or Sets whether the RangeSelector's handles should be drawn
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelector.AssociatedControl">
            <summary>
            Gets or sets the associated control.
            </summary>
            <value>
            The associated control.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelector.ShowItemToolTips">
            <summary>
            Gets or sets a value indicating whether ToolTips are shown for the RadItem objects contained in
            the RadControl.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRangeSelector.ThumbLeftValueChanging">
            <summary>
            Occurs when the value of left thumb is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRangeSelector.ThumbLeftValueChanged">
            <summary>
            Occurs when the value of left thumb is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRangeSelector.ThumbRightValueChanging">
            <summary>
            Occurs when the value of right thumb is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRangeSelector.ThumbRightValueChanged">
            <summary>
            Occurs when the value of left thumb is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRangeSelector.SelectionChanging">
            <summary>
            Occurs when the whole selection of the controls is about to change.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRangeSelector.SelectionChanged">
            <summary>
            Occurs when the whole selection of the controls is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRangeSelector.ScaleInitializing">
            <summary>
            Occurs when scale of the controls is Initializing.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.BodyElement">
            <summary>
            Gets the body element.
            </summary>
            <value>
            The body element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.ScrollSelectorElement">
            <summary>
            Gets the scroll selector element.
            </summary>
            <value>
            The scroll selector element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.TopLeftScales">
            <summary>
            Gets the top left scales.
            </summary>
            <value>
            The top left scales.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.BottomRightScales">
            <summary>
            Gets the bottom right scales.
            </summary>
            <value>
            The bottom right scales.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.ShowScroll">
            <summary>
            Gets or sets a value indicating whether [show scroll].
            </summary>
            <value>
              <c>true</c> if [show scroll]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.ScrollViewPosition">
            <summary>
            Gets or sets the scroll view position.
            </summary>
            <value>
            The scroll view position.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.Orientation">
            <summary>
            Gets or sets the orientation.
            </summary>
            <value>
            The orientation.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.AssociatedElement">
            <summary>
            Gets or sets the associated element.
            </summary>
            <value>
            The associated element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.StartRange">
            <summary>
            Gets or sets the start range.
            </summary>
            <value>
            The start range.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.EndRange">
            <summary>
            Gets or sets the end range.
            </summary>
            <value>
            The end range.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.RangeSelectorViewZoomStart">
            <summary>
            Gets or sets the range selector view zoom start.
            </summary>
            <value>
            The range selector view zoom start.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.RangeSelectorViewZoomEnd">
            <summary>
            Gets or sets the range selector view zoom end.
            </summary>
            <value>
            The range selector view zoom end.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.SelectionRectangleStart">
            <summary>
            Gets or sets the selection rectangle start.
            </summary>
            <value>
            The selection rectangle start.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.SelectionRectangleEnd">
            <summary>
            Gets or sets the selection rectangle end.
            </summary>
            <value>
            The selection rectangle end.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.ShowButtons">
            <summary>
            Gets or Sets whether the RangeSelector's handles should be drawn
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.MinSelectionLength">
            <summary>
            Gets or sets the minimum selection length.
            </summary>
            <value>
            The minimum selection length.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.ZoomFactor">
            <summary>
            Gets or sets the zoom factor.
            </summary>
            <value>
            The zoom factor.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.TotalZoomFactor">
            <summary>
            Gets the total zoom factor.
            </summary>
            <value>
            The total zoom factor.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRangeSelectorElement.EnableFastScrolling">
            <summary>
            Gets or sets a value indicating whether [enable fast scrolling].
            </summary>
            <value>
              <c>true</c> if [enable fast scrolling]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRangeSelectorElement.ThumbLeftValueChanging">
            <summary>
            Occurs when the value of left thumb is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRangeSelectorElement.ThumbLeftValueChanged">
            <summary>
            Occurs when the value of left thumb is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRangeSelectorElement.ThumbRightValueChanging">
            <summary>
            Occurs when the value of right thumb is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRangeSelectorElement.ThumbRightValueChanged">
            <summary>
            Occurs when the value of left thumb is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRangeSelectorElement.SelectionChanging">
            <summary>
            Occurs when the whole selection of the controls is about to change.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRangeSelectorElement.SelectionChanged">
            <summary>
            Occurs when the whole selection of the controls is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRangeSelectorElement.ScaleInitializing">
            <summary>
            Occurs when scale of the controls is Initializing
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRepeatButtonElement">
            <summary>Represents a repeat button element, and like all elements can be nested 
            in other telerik controls. RadRepeatButton is essentially a simple wrapper for 
            RadRepeatButtonElement. All UI and logic functionality is implemented in the
            RadRepeatButtonElement class. RadRepeatButton acts to transfer events to and from 
            the RadRepeatButton class.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRepeatButtonElement.Delay">
            <summary>
            Gets or sets the amount of time, in milliseconds, the Repeat button element waits while it is pressed before it starts repeating. The value must be non-negative. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRepeatButtonElement.Interval">
            <summary>
            Gets or sets the amount of time, in milliseconds, between repeats once repeating starts. The value must be non-negative.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RangeSelectorBodyElement.ShowButtons">
            <summary>
            Gets or Sets whether the RangeSelector's handles should be drawn
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BackstageButtonItem">
            <summary>
            Represents a button on the <c ref="BackstageItemsPanelElement"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BackstageVisualElement">
            <summary>
            Represents a base class 
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BackstageContentPanelElement">
            <summary>
            Represents the area where backstage pages are arranged.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BackstageItemsPanelElement">
            <summary>
            Represents the area where backstage items are arranged.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BackstageItemsPanelElement.Owner">
            <summary>
            Gets the <c ref="BackstageViewElement"/> that owns this element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BackstageItemsPanelElement.Items">
            <summary>
            Gets a collection representing the items contained in this BackstageView.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BackstageItemsPanelElement.BackButtonElement">
            <summary>
            Gets the back button element.
            </summary>
            <value>
            The back button element.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.BackstageViewPage">
            <summary>
            Represents a page on the <c ref="RadRibbonBarBackstageView"/> on which you can add any type of controls.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BackstageViewPage.Item">
            <summary>
            Gets the <c ref="BackstageTabItem"/> that this page is attached to.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BackstageTabItem">
            <summary>
            Represents a tab on the <c ref="BackstageItemsPanelElement"/> which has a page associated with it.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BackstageTabItem.Selected">
            <summary>
            Indicates whether this tab is selected.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BackstageTabItem.Page">
            <summary>
            Gets or sets the page that is associated with this tab item.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.BackstageTabItem.SelectedChanged">
            <summary>
            Occurs when the selected state of this item has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.BackstageTabItem.PageChagned">
            <summary>
            Occurs when the page associated with this item has changed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRibbonBarBackstageView">
            <summary>
            <para>
                Represents a BackstageView control - the Office 2010 replacement of ApplicationMenu.
            </para>
            <para>
                It can contain tabs, pages, buttons and all other RadItems as well.
            </para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarBackstageView.ShowPopup(System.Drawing.Point,Telerik.WinControls.UI.RadRibbonBarElement)">
            <summary>
            Shows the backstage view mimicking popup.
            </summary>
            <param name="location">The location on which the backstage will be shown.</param>
            <param name="owner">The RadRibbonBarElement that the backstage view is attached to.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarBackstageView.ShowPopup(Telerik.WinControls.UI.RadRibbonBarElement)">
            <summary>
            Shows the backstage view mimicking popup.
            </summary>
            <param name="owner">  </param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarBackstageView.HidePopup">
            <summary>
            Hides the backstage view.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarBackstageView.OnBackstageViewClosed">
            <summary>
            Raises the BackstageViewClosed event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarBackstageView.OnBackstageViewClosing">
            <summary>
            Raises the BackstageViewClosing event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarBackstageView.OnBackstageViewOpened">
            <summary>
            Raises the BackstageViewOpened event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarBackstageView.OnBackstageViewOpening">
            <summary>
            Raises the BackstageViewOpening event.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRibbonBarBackstageView.BackstageViewClosed">
            <summary>
            Fires when the backstage view is closed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRibbonBarBackstageView.BackstageViewClosing">
            <summary>
            Fires when the backstage view is about to close.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRibbonBarBackstageView.BackstageViewOpened">
            <summary>
            Fires when the backstage view is opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRibbonBarBackstageView.BackstageViewOpening">
            <summary>
            Fires when the backstage view is about to open.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRibbonBarBackstageView.ItemClicked">
            <summary>
            Fires when an item from the items panel is clicked.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRibbonBarBackstageView.SelectedItemChanging">
            <summary>
            Fires when the selected tab is about to change.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRibbonBarBackstageView.SelectedItemChanged">
            <summary>
            Fires when the selected tab is changed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarBackstageView.AdjustLocation">
            <summary>
            Gets or sets a value that indicates whether the position of the BackstageView should be
            automatically adjusted to the bottom of the application button of the owner <see cref="T:Telerik.WinControls.UI.RadRibbonBar"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarBackstageView.SelectedItem">
            <summary>
            Gets or sets the selected tab.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarBackstageView.IsShown">
            <summary>
            Indicates whether the backstage view is opened.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarBackstageView.BackstageElement">
            <summary>
            Gets the backstage element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarBackstageView.Owner">
            <summary>
            Gets the RadRibbonBar element that the backstage view is attached to.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BackstageViewElement">
            <summary>
            Represents the main visual element of the <c ref="RadRibbonBarBackstageView"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.BackstageViewElement.OnItemClicked(Telerik.WinControls.UI.BackstageVisualElement)">
            <summary>
            Raises the <see cref="E:ItemClicked" /> event.
            </summary>
            <param name="backstageItem">The backstage item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BackstageViewElement.OnSelectedItemChanging(Telerik.WinControls.UI.BackstageTabItem)">
            <summary>
            Raises the <see cref="E:SelectedItemChanging" /> event.
            </summary>
            <param name="backstageTabItem">The backstage tab item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.BackstageViewElement.OnSelectedItemChanged(Telerik.WinControls.UI.BackstageTabItem,Telerik.WinControls.UI.BackstageTabItem)">
            <summary>
            Raises the <see cref="E:SelectedItemChanged" /> event.
            </summary>
            <param name="newItem">The new item.</param>
            <param name="oldItem">The old item.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.BackstageViewElement.OnPropertyChanged(Telerik.WinControls.RadPropertyChangedEventArgs)">
            <summary>
            Raises the <see cref="E:PropertyChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.RadPropertyChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.BackstageViewElement.ItemsPanelElement">
            <summary>
            Gets the <c ref="BackstageItemsPanelElement"/> on which the backstage items are arranged.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BackstageViewElement.ContentElement">
            <summary>
            Gets the <c ref="BackstageContentPanelElement"/> on which the backstage pages are arranged.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BackstageViewElement.TitleBarElement">
            <summary>
            Gets the caption element.
            </summary>
            <value>
            The caption element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.BackstageViewElement.SelectedItem">
            <summary>
            Gets or sets the selected tab.
            </summary> 
        </member>
        <member name="P:Telerik.WinControls.UI.BackstageViewElement.Items">
            <summary>
            Gets a collection representing the items contained in this backstage view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.BackstageViewElement.IsFullScreen">
            <summary>
            Gets or sets a value indicating whether this backstage view should be opened is full screen.
            </summary>
            <value>
            <c>true</c> if full screen; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.BackstageViewElement.ItemClicked">
            <summary>
            Fires when an item from the items panel is clicked.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.BackstageViewElement.SelectedItemChanging">
            <summary>
            Fires when the selected tab is about to change.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.BackstageViewElement.SelectedItemChanged">
            <summary>
            Fires when the selected tab is changed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandTabSelectingEventArgs">
            <summary>
            Represents event data for the following events: OnTabSelecting
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandTabSelectingEventArgs.#ctor(Telerik.WinControls.UI.RibbonTab,Telerik.WinControls.UI.RibbonTab)">
            <summary>
            Creats a new instance of the <see cref="T:Telerik.WinControls.UI.CommandTabSelectingEventArgs"/> class.
            </summary>
            <param name="oldCommandTab">The tab which is currently selected</param>
            <param name="newCommandTab">The tab that is being selected.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandTabSelectingEventArgs.OldCommandTab">
            <summary>
            Gets the tab which is currently selected.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandTabSelectingEventArgs.NewCommandTab">
            <summary>
            Gets the tab that is being selected.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadQuickAccessOverflowButton">
            <summary>
            Represents a toolstrip overflow button element. 
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadQuickAccessOverflowButton.CreateChildElements">
            <summary>
            Creates child elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadQuickAccessOverflowButton.ShowSmallArrows(System.Boolean)">
            <summary>
            Shows small arrows.
            </summary>
            <param name="show"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadQuickAccessOverflowButton.ArrowPosition">
            <summary>
            Gets the drop down button arrow position.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadQuickAccessOverflowButton.OverFlowPrimitive">
            <summary>
            Gets the overflow primitive.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.PageViewInstanceCreatedEventHandler">
            <summary>
            Represents the method that will handle the PageViewInstanceCreated events of RadDock.
            </summary>
            <param name="sender">The event sender.</param>
            <param name="e">Instance of PageViewInstanceCreatedEventArgs.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.PageViewInstanceCreatedEventArgs">
            <summary>
            Provides data for the PageViewInstanceCreated event.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PageViewInstanceCreatedEventArgs.PageViewElement">
            <summary>
            Gets the created RadPageViewElement.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.PageViewInstanceCreatedEventArgs.#ctor(Telerik.WinControls.UI.RadPageViewElement)">
            <summary>
            Initializes a new instance of the PageViewInstanceCreatedEventArgs class.
            </summary>
            <param name="pageViewElement">The created RadPageViewElement.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewIndexChangedEventArgs.OldIndex">
            <summary>
            Gets the index at which the page was before the change.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewIndexChangedEventArgs.NewIndex">
            <summary>
            Gets the index at which the page is currently at.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewCancelEventArgs.Cancel">
            <summary>
            Determines whether the event is canceled or may continue.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewIndexChangingEventArgs.CurrentIndex">
            <summary>
            Gets the index the page is currently at.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewIndexChangingEventArgs.NewIndex">
            <summary>
            Gets or sets the new index to be applied to the associated page.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPageView">
            <summary>
            Represents a control that has a collection of pages and displays one page at a time.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageView.SuspendEvents">
            <summary>
            Temporary suspends event raising.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPageView.ResumeEvents">
            <summary>
            Resumes event raising, previously suspended by a SuspendEvents call.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.ItemDropping">
            <summary>
            Occurs when an item is about to be dropped over another item.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.ItemDropped">
            <summary>
            Occurs when an item was dropped over another item.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.ItemCreating">
            <summary>
            Raised when page item is about to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.NewPageRequested">
            <summary>
            Raised when the current mode of the view is about to change. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.ViewModeChanging">
            <summary>
            Raised when the current mode of the view is about to change. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.ViewModeChanged">
            <summary>
            Raised when the current mode of the view has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.ItemListMenuDisplaying">
            <summary>
            Raised when the built-in ItemsList menu is about to be displayed. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.ItemListMenuDisplayed">
            <summary>
            Raised when the built-in ItemsList menu is displayed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.PageAdding">
            <summary>
            Raised when a new page is about to be added to the view. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.PageAdded">
            <summary>
            Raised when a new page has been successfully added to the view.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.PageRemoving">
            <summary>
            Raised when a page is about to be removed from the view. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.PageRemoved">
            <summary>
            Raised when a page has been successfully removed from the view.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.PageIndexChanging">
            <summary>
            Raised when a page is about to change its index. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.PageIndexChanged">
            <summary>
            Raised when a page's index has been successfully changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.PagesClearing">
            <summary>
            Raised when all pages are about to be removed from the view. Cancelable.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.PagesCleared">
            <summary>
            Raised when all pages have been successfully removed from the view.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.PageExpanding">
            <summary>
            Raised when the content of a <see cref="T:Telerik.WinControls.UI.RadPageViewPage"/> is expanding.
            This event is only raised when the view mode of the control is set
            to ExplorerBar.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.PageExpanded">
             <summary>
             Raised when the content of a <see cref="T:Telerik.WinControls.UI.RadPageViewPage"/> is expanded.
             This event is only raised when the view mode of the control is set
             to ExplorerBar.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.PageCollapsing">
             <summary>
             Raised when the content of a <see cref="T:Telerik.WinControls.UI.RadPageViewPage"/> is collapsing.
             This event is only raised when the view mode of the control is set
             to ExplorerBar.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.PageCollapsed">
             <summary>
             Raised when the content of a <see cref="T:Telerik.WinControls.UI.RadPageViewPage"/> is collapsed.
             This event is only raised when the view mode of the control is set
             to ExplorerBar.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.SelectedPageChanging">
            <summary>
            Raised when currently selected page has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadPageView.SelectedPageChanged">
            <summary>
            Raised when currently selected page has changed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageView.CanRaiseEvents">
            <summary>
            Determines whether event raising is currently enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageView.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageView.PageBackColor">
            <summary>
            Gets or sets the BackColor of all pages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageView.ViewMode">
            <summary>
            Gets or sets the current mode of the view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageView.SelectedPage">
            <summary>
            Gets or sets the RadPageViewPage instance that is currently selected within the view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageView.Pages">
            <summary>
            Gets the collection of pages for this view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageView.ViewElement">
            <summary>
            Gets the current RadPageViewElement instance that represents the UI of the view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageView.DefaultPage">
            <summary>
            Gets or sets the default RadPageViewPage that will be loaded after EndInit of the control.
            If the DefaultPage is null the currently selected page will be loaded.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageView.ItemSizeMode">
            <summary>
            Gets or sets the text orientation of the item within the owning RadPageViewElement instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageView.ItemSize">
            <summary>
            Gets or sets the size of the items when ItemSizeMode of RadPageView is PageViewItemSizeMode.EqualSize.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewObject.Owner">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadPageView"/> instance that this object is associated with.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewPageCollection.Item(System.String)">
            <summary>
            Gets the RadPageViewPage instance that matches the specified name.
            </summary>
            <param name="name"></param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPageViewContentAreaElement.Owner">
            <summary>
            Gets the RadPageViewElement instance that owns this instance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.StripViewItemContainer.ButtonsPanel">
            <summary>
            Gets the element which hosts and arranges all the items within the strip.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.StripViewItemContainer.ItemLayout">
            <summary>
            Gets the element which hosts and arranges all the items within the strip.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.StripViewItemLayout.ScrollOffset">
            <summary>
            Gets the scroll offset applied to the strip.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.StripViewItemLayout.MultiLineItemFitMode">
            <summary>
            Gets or sets the MultiLineItemFitMode.This mode determines how the multiLine layout will behave when control is resizing. 
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.StripViewAlignment">
            <summary>
            Defines the possible alignment of the strip in a RadPageViewStripElement.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.StripViewItemAlignment">
            <summary>
            Defines the alignment of items within a strip item layout.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewItemAlignment.Near">
            <summary>
            Items are aligned starting from the near edge. This is Left for Left-to-right layout and Right for Right-to-left layout.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewItemAlignment.Center">
            <summary>
            Items are centered within the layout.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewItemAlignment.Far">
            <summary>
            Items are aligned starting from the far edge. This is Right for Left-to-right layout and Left for Right-to-left layout.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.StripViewItemFitMode">
            <summary>
            Defines possible modes to fit items within a RadPageViewStripElement instance.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewItemFitMode.None">
            <summary>
            Each item uses its desired size.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewItemFitMode.Shrink">
            <summary>
            Items are shrinked if their size exceeds the available one.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewItemFitMode.Fill">
            <summary>
            Items are expanded if their size is less than the available one.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewItemFitMode.ShrinkAndFill">
            <summary>
            Items are either shrinked or expanded when needed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewItemFitMode.FillHeight">
            <summary>
            Items are stretched in the available height of their parent container.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewItemFitMode.MultiLine">
            <summary>
            Items are arranged in multiLine layout.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.StripViewButtons">
            <summary>
            Defines which internal buttons will be present for a RadPageViewStripElement instance.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewButtons.None">
            <summary>
            No buttons are available.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewButtons.Auto">
            <summary>
            Buttons are automatically displayed when needed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewButtons.LeftScroll">
            <summary>
            Allows strip to be scrolled left when not enough space is available.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewButtons.RightScroll">
            <summary>
            Allows strip to be scrolled right when not enough space is available.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewButtons.Close">
            <summary>
            Allows currently selected item to be closed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewButtons.ItemList">
            <summary>
            Displays all available items in a drop-down manner.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewButtons.Scroll">
            <summary>
            Both left and right scroll buttons are present.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewButtons.VS2005Style">
            <summary>
            Both scroll buttons and Close button are present.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewButtons.VS2008Style">
            <summary>
            ItemList and Close buttons are present.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StripViewButtons.All">
            <summary>
            All buttons are present.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.PageViewItemSizeMode">
            <summary>
            Defines how an item is sized within a RadPageViewElement instance.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PageViewItemSizeMode.Individual">
            <summary>
            Each item's desired size is applied.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PageViewItemSizeMode.EqualWidth">
            <summary>
            All items are with equal width.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PageViewItemSizeMode.EqualHeight">
            <summary>
            All items are with equal height.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PageViewItemSizeMode.EqualSize">
            <summary>
            All items are with equal size.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.PageViewContentOrientation">
            <summary>
            Defines the content orientation of in RadPageViewItem.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PageViewContentOrientation.Auto">
            <summary>
            Orientation is automatically selected depending on the item alignment within the owning RadPageViewElement. 
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PageViewContentOrientation.Horizontal">
            <summary>
            Item's content is horizontally oriented.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PageViewContentOrientation.Horizontal180">
            <summary>
            Item's content is rotated by 180 degrees.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PageViewContentOrientation.Vertical90">
            <summary>
            Item's content is rotated by 90 degrees.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.PageViewContentOrientation.Vertical270">
            <summary>
            Item's content is rotated 270 degrees.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.Layouts.CollapsibleElement">
            <summary>
            Defines methods and properties for a collapsible element. For example, 
            RadRibonBarChunk is a collapsible element.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CollapsibleAdapterFactory.CreateAdapter(Telerik.WinControls.RadElement)">
            <summary>
            Create a Adapter if possible for Item
            </summary>
            <param name="item"></param>
            <returns>The wrapper for Item </returns>
        </member>
        <member name="F:Telerik.WinControls.UI.ContextulTabGroupsEditor.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ContextulTabGroupsEditor.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ContextulTabGroupsEditor.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ExpandableStackLayout.CollapsingEnabled">
            <summary>
            Gets or sets a boolean value determining whether the layout panel
            will collapse its content according to its size.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRibbonBarGroupDropDownButtonElement">
            <summary>
            This class represents the drop down button which is shown when 
            a <see cref="T:Telerik.WinControls.UI.RadRibbonBarGroup"/>is collapsed. This drop down button
            holds the content of the collapsed group in its popup.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRibbonBarGroupDropDownMenu">
            <summary>
            This class represents the popup of a <see cref="T:Telerik.WinControls.UI.RadRibbonBarGroup"/>.
            The contents of the group are placed in this popup when the group is collapsed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RibbonBarGroupSeparator">
            <summary>
            This class represents a separator line which can be put between
            items in a <see cref="T:Telerik.WinControls.UI.RadRibbonBarGroup"/> or <see cref="T:Telerik.WinControls.UI.RadRibbonBarButtonGroup"/>.
            This separator is built of two <see cref="T:Telerik.WinControls.Primitives.LinePrimitive"/>instances which are layout
            together to allow two-coloured separator appearance.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonBarGroupSeparator.Orientation">
            <summary>
            Gets or sets the orientation of the separator. A separator
            can be positioned vertical or horizontal.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonBarGroupSeparator.SeparatorPrimitive">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.Primitives.BorderPrimitive"/>class
            which represents the primitive that is used to paint the separator.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RibbonBar.RibbonBarPopup">
            <summary>
            This class represents the popup which is displayed when a collapsed tab
            is selected in the RadRibbonBar control.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RibbonBar.RibbonBarPopup.#ctor(Telerik.WinControls.UI.RadRibbonBarElement)">
            <summary>
            Creates an instance of the RibbonBarPopup class.
            </summary>
            <param name="ownerRibbon"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RibbonBar.RibbonBarPopup.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Close the popup upon mouse click unless
            the user has clicked on a RadElement
            that opens another popup.
            </summary>
            <param name="e"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonBar.RibbonBarPopup.IsPopupShown">
            <summary>
            Gets a boolean value indicating
            whether the ribbon popup is shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonBar.RibbonBarPopup.RibbonBarElement">
            <summary>
            Gets the owner RadRibbonBarElement.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RibbonTab">
            <summary>
            Represents a ribbon tab. Ribbon tabs are used to manage between different
            groups of related operations, for example, in a text editor application between 
            write and insert functionality.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RibbonTab.#ctor">
            <summary>
            Initializes a new instance of the RadRibbonBarCommandTab class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RibbonTab.PaintLeftTabShadow(Telerik.WinControls.Paint.IGraphics)">
            <summary>
            This method paints the left RibbonTab shadow that appears on the right of the tab.
            The method paints two 1 pixel wide vertical linear gradient lines that
            create a shadow effect. The colors of the shadow can be styled by
            the Visual Style Builder.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RibbonTab.PaintRightTabShadow(Telerik.WinControls.Paint.IGraphics)">
            <summary>
            This method paints the right RibbonTab shadow that appears on the right of the tab.
            The method paints two 1 pixel wide vertical linear gradient lines that
            create a shadow effect. The colors of the shadow can be styled by
            the Visual Style Builder.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonTab.RightShadowInnerColor1">
            <summary>
            Gets or sets the first right inner color of the RibbonTab's shadow.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonTab.RightShadowInnerColor2">
            <summary>
            Gets or sets the second right inner color of the RibbonTab's shadow.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonTab.RightShadowOuterColor1">
            <summary>
            Gets or sets the first right outer color of the RibbonTab's shadow.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonTab.RightShadowOuterColor2">
            <summary>
            Gets or sets the second right outer color of the RibbonTab's shadow.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonTab.LeftShadowInnerColor1">
            <summary>
            Gets or sets the first left inner color of the RibbonTab's shadow.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonTab.LeftShadowInnerColor2">
            <summary>
            Gets or sets the second left inner color of the RibbonTab's shadow.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonTab.LeftShadowOuterColor1">
            <summary>
            Gets or sets the first left outer color of the RibbonTab's shadow.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonTab.LeftShadowOuterColor2">
            <summary>
            Gets or sets the second left outer color of the RibbonTab's shadow.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonTab.Tab">
            <summary>
            The RibbonTab tab item
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonTab.ContentLayout">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.ExpandableStackLayout"/>class
            that represents the content layout of the tab. In this layout all
            chunks visible to the end user are put.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonTab.ContextualTabGroup">
            <summary>
            Gets or sets the ContextualTabGroup of this CommandTab.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RibbonTab.Items">
            <summary>
            Gets the nested items.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ScrollButtonDirection">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl04_LabelAbstract">Exposes the
            scroll button direction.</span>
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ScrollButtonDirection.Left">
            <summary>
            Indicates left scroll button direction.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ScrollButtonDirection.Up">
            <summary>
            Indicates up scroll button direction.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ScrollButtonDirection.Right">
            <summary>
            Indicates right scroll button direction.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ScrollButtonDirection.Down">
            <summary>
            Indicates down scroll button direction.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ScrollType">
            <summary>Defines the scrolling types of the RadScrollBar control.</summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ScrollType.Horizontal">
            <summary>
            Indicates horizontal scroll type.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ScrollType.Vertical">
            <summary>
            Indicates vertical scroll type.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TabStripAlignment">
            <summary>
            Defines the possible alignment of the TabStripElement in a <see cref="T:Telerik.WinControls.UI.TabStripPanel">TabStripPanel</see>.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TabStripAlignment.Default">
            <summary>
            The panel itself decides where the element is positioned.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TabStripAlignment.Left">
            <summary>
            The element is positioned vertically on the left edge.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TabStripAlignment.Top">
            <summary>
            The element is positioned horizontally on the top edge.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TabStripAlignment.Right">
            <summary>
            The element is positioned vertically on the right edge.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TabStripAlignment.Bottom">
            <summary>
            The element is positioned horizontally on the bottom edge.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TabStripTextOrientation">
            <summary>
            Defines the possible orientation of text within a TabStripPanel.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TabStripTextOrientation.Default">
            <summary>
            Default orientation is used, depending on the alignment of the TabStrip.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TabStripTextOrientation.Horizontal">
            <summary>
            Text is oriented horizontally.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TabStripTextOrientation.Vertical">
            <summary>
            Text is oriented vertically.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.SplitPanel.CreateChildItems(Telerik.WinControls.RadElement)">
            <summary>Creates the main panel element and adds it in the root element.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.SplitPanel.EnableKeyMap">
            <summary>
            Gets or sets whether Key Map (Office 2007 like accelerator keys map)
            is used for this speciffic control. Currently this option is implemented for 
            the RadRibbonBar control only.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.SplitPanel.SizeInfo">
            <summary>
            Gets the object that encapsulates sizing information for this panel.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.SplitPanel.SplitPanelElement">
            <summary>
            Gets the instance of RadPanelElement wrapped by this control. RadPanelElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadPanel.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSplitContainer.ApplySplitterWidth(System.Int32)">
            <summary>
            Applies the desired splitter width across all splitters and delegates the event to all descendant RadSplitContainer instances.
            This method is used internally.
            </summary>
            <param name="splitterWidth"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSplitContainer.ApplyThemeToSplitterElements">
            <summary>
            Applies theme to all SplitterElements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSplitContainer.MergeWithParentContainer">
            <summary>
            Provides a routine which merges a container with its parent (if appropriate).
            The purpose of this logic is to remove internally created containers when they are not needed.
            This method is used internally.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSplitContainer.UpdateCollapsed">
            <summary>
            this method is used internally.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSplitContainer.GetSplitterElementAtPoint(System.Drawing.Point)">
            <summary>
            Gets SplitterElement which rectangle conttains the specified Point.
            </summary>
            <param name="clientPoint">Point to test, in SplitContainer client coordinates</param>
            <returns>SplitterElement if found, null otherwise</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSplitContainer.CanSelectAtDesignTime">
            <summary>
            Determines whether the container can be selected at design-time. This method is used internally.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSplitContainer.UpdateSplitter(Telerik.WinControls.UI.Docking.SplitContainerLayoutInfo,System.Int32,System.Drawing.Rectangle)">
            <summary>
            Updates the splitter, associated with the specified index of a child SplitPanel.
            </summary>
            <param name="info">The layout info, containing information about the operation.</param>
            <param name="panelIndex">The index of the panel for which the splitter should be updated.</param>
            <param name="bounds">The bounding rectangle of the splitter.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSplitContainer.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSplitContainer.SplitterDistance">
            <summary>
            Gets a value indicating the splitter distance. Never set the value of this property directly. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSplitContainer.EnableImmediateResize">
            <summary>
            Gets a value indicating whether the bounds of the split panels should be updated immediately on drag. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSplitContainer.SplitContainerElement">
            <summary>
            Gets the split container element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSplitContainer.IsCleanUpTarget">
            <summary>
            Determines whether the container is a target of automatic defragment operation.
            This property is internally used by the framework and is not intended to be directly used in code.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSplitContainer.Orientation">
            <summary>
            Gets or sets a value indicating the horizontal or vertical orientation of
            the Telerik.WinControls.UI.RadSplitContainer panels.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSplitContainer.SplitterWidth">
            <summary>
            Gets or sets the width of a single splitter on the container.
            Specify zero to prevent displaying any splitters at all.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSplitContainer.LayoutStrategy">
            <summary>
            Gets or sets the layout strategy that arranges all the visible SplitPanel children.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSplitContainer.UseSplitterButtons">
            <summary>
            Enable and Disable navigation buttons. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSplitContainer.EnableCollapsing">
            <summary>
            Determines whether the panels can be collapsed when clicking twice on splitter or click once on navigation button.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadSplitContainer.SplitterMoving">
            <summary>
            	Occurs when any of the splitters is moving.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadSplitContainer.SplitterMoved">
            <summary>
            	Occurs when any of the splitters is moved.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadSplitContainer.PanelCollapsing">
            <summary>
            Occurs when some panel is collapsing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadSplitContainer.PanelCollapsed">
            <summary>
            Occurs when some panel collapsed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.SplitContainerElement.SplitterWidth">
            <summary>
            Gets or sets the width of each splitter within the container.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Docking.SplitContainerLayoutInfo">
            <summary>
            Encapsulates the layout information for a layout pass of a RadSplitContainer.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitContainerLayoutInfo.LayoutTargets">
            <summary>
            Gets a list with all the panels that are target of a layout operation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitContainerLayoutInfo.AutoSizeTargets">
            <summary>
            Gets a list with all the panels that are target of an auto-size logic.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitContainerLayoutInfo.AutoSizeCountFactor">
            <summary>
            Gets or sets the auto-size factor which depends on the auto-sizable targets per container.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitContainerLayoutInfo.AvailableLength">
            <summary>
            Gets or sets the length (width or height, depending on the orientation) that is avilable for layout.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitContainerLayoutInfo.AutoSizeLength">
            <summary>
            Gets or sets the length vailable for all panels with AutoSize mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitContainerLayoutInfo.AbsoluteSizeLength">
            <summary>
            Gets or sets the length of all panels which are with Absolute size mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitContainerLayoutInfo.SplitterLength">
            <summary>
            Gets or sets the total length, reserved for splitters.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitContainerLayoutInfo.TotalSplitterLength">
            <summary>
            Gets or sets the total length, reserved for splitters.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitContainerLayoutInfo.ContentRect">
            <summary>
            Gets or sets the content rectangle that represents the layoutable area of the container.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitContainerLayoutInfo.Orientation">
            <summary>
            Gets or sets the orientation of the associated container.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy">
            <summary>
            Defines the layout strategy for a RadSplitContainer.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.PerformLayout(Telerik.WinControls.UI.RadSplitContainer)">
            <summary>
            Entry point for the entire layout operation.
            Called in the OnLayout override of RadSplitContainer.
            </summary>
            <param name="container"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.ApplySplitterCorrection(Telerik.WinControls.UI.SplitPanel,Telerik.WinControls.UI.SplitPanel,System.Int32)">
            <summary>
            Applies a correction in both of the specified panels, after a successful spliter drag operation.
            </summary>
            <param name="left">The panel left (top) on the splitter.</param>
            <param name="right">The panel right (bottom) on the splitter.</param>
            <param name="dragLength">The dragged distance.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.UpdateLayoutInfo(Telerik.WinControls.UI.RadSplitContainer)">
            <summary>
            Updates the layout info for a pending layout operation.
            </summary>
            <param name="container"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.Measure">
            <summary>
            Performs the core measure logic.
            This is the pass which determines the desired size for each panel.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.Layout(Telerik.WinControls.UI.RadSplitContainer)">
            <summary>
            Performs the core layout logic. Updates each panel's bounds, keeping in mind restrictions like Minimum and Maximum size.
            </summary>
            <param name="container"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.GetLength(System.Drawing.Size)">
            <summary>
            Gets an integer value for the specified size (depending on the orientation of the current laid-out container).
            </summary>
            <param name="size"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.GetLengthF(System.Drawing.SizeF)">
            <summary>
            Gets a single-precision value from the provides SizeF struct.
            </summary>
            <param name="size"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.GetAvailableLength(System.Collections.Generic.List{Telerik.WinControls.UI.SplitPanel},System.Int32,System.Int32)">
            <summary>
            Gets the available length left for the panel at the specified index.
            </summary>
            <param name="panels"></param>
            <param name="index"></param>
            <param name="remaining"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.GetMinimumSize(Telerik.WinControls.UI.SplitPanel)">
            <summary>
            Gets the minimum size for the specified split panel.
            If it is a container, the sum of minimum sizes of all child panels is calculated.
            </summary>
            <param name="panel"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.MeasureWithFillPanel">
            <summary>
            Special measure logic, used when there is at least one fill panel in the layout info.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.MeasureDefault">
            <summary>
            Default measure logic.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.ClampMeasuredLength">
            <summary>
            Apply constraints on measured length for each layout target,
            having in mind MinSize, MaxSize, available size and other conditions.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.FitMeasuredAndLayoutLength">
            <summary>
            Final pass that determines whether we have less
            or more measured length than the currently available one and performs the needed corrections.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.ApplySplitterCorrection(Telerik.WinControls.UI.SplitPanel,System.Int32,System.Boolean)">
            <summary>
            Updates the provides panel after a splitter drag operation.
            </summary>
            <param name="panel"></param>
            <param name="dragLength"></param>
            <param name="left"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.PropagateSplitterChangeOnChildren(Telerik.WinControls.UI.RadSplitContainer)">
            <summary>
            Propagates a splitter change down to all children of the specified container.
            </summary>
            <param name="container"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.GetLayoutOffset">
            <summary>
            Gets the viewport origin for the current layout operation.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.FindFillPanels(Telerik.WinControls.UI.RadSplitContainer)">
            <summary>
            Gets a list with all the descendant panels which SizeMode is SplitPanelSizeMode.Fill
            </summary>
            <param name="container"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.LayoutInfo">
            <summary>
            Gets the layout info associated with this layout strategy.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.RootContainerType">
            <summary>
            Gets or sets the Type that is treated as Root for the layout strategy.
            Allows for defining how deep the search for a Fill panel should be.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.SplitPanelElement">
            <summary>The main element of the <strong>RadPanel</strong> control.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.SplitPanelElement.CreateChildElements">
            <summary>Create the elements in the hierarchy.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitPanelEventArgs.Panel">
            <summary>
            Gets the SplitPanel instance associated with the event.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.ControlTreeChangedEventArgs.Parent">
            <summary>
            Gets the Control instance, which Controls collection has changed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.ControlTreeChangedEventArgs.Child">
            <summary>
            Gets the child Control instance, inserted or removed in the Parent's collection.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.ControlTreeChangedEventArgs.Action">
            <summary>
            Gets the action of the notification.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Docking.ControlTreeChangeAction">
            <summary>
            Defines the possible actions for a ControlTreeChanged event.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.Docking.ControlTreeChangeAction.Add">
            <summary>
            A control has been added.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.Docking.ControlTreeChangeAction.Remove">
            <summary>
            A control has been removed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Docking.SplitPanelSizeInfo">
            <summary>
            Encapsulates all size-related properties for a SplitPanel instance residing on a RadSplitContainer.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitPanelSizeInfo.MinimumSize">
            <summary>
            Gets or sets the minimum size for the associated SplitPanel.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitPanelSizeInfo.MaximumSize">
            <summary>
            Gets or sets the maximum size for the associated SplitPanel.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitPanelSizeInfo.SplitterCorrection">
            <summary>
            Gets or sets the amount (in pixels) applied to the size of the panel by a splitter.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitPanelSizeInfo.RelativeRatio">
            <summary>
            Gets or sets the scale factor for relatively-sized panels.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitPanelSizeInfo.AutoSizeScale">
            <summary>
            Gets or sets the scale factor to be used by auto-sized panels.
            Usually this is internally updated by a splitter resize.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitPanelSizeInfo.SizeMode">
            <summary>
            Gets or sets the size mode for the owning panel.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitPanelSizeInfo.AbsoluteSize">
            <summary>
            Gets or sets the size used when size mode is Absolute.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Docking.SplitPanelSizeInfo.MeasuredLength">
            <summary>
            Gets or sets the desired (measured) size for the owning panel.
            This field is internally updated by a SplitContainerLayoutStrategy upon a layout operation.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Docking.SplitPanelSizeMode">
            <summary>
            Defines the posiible size modes for a split panel residing on a RadSplitContainer.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.Docking.SplitPanelSizeMode.Auto">
            <summary>
            The panel is auto-sized. Its size depends on the size of its container
            as well as the number of all auto-sizable panels within the container.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.Docking.SplitPanelSizeMode.Absolute">
            <summary>
            The panel has fixed size, regardless of the size of its container.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.Docking.SplitPanelSizeMode.Relative">
            <summary>
            The panel occupies a relative amount of its container's available size.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.Docking.SplitPanelSizeMode.Fill">
            <summary>
            A special mode, used to specify that a certain panel should fill all the available auto-sizable area.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TabPanel.OnImageChanged(System.EventArgs)">
            <summary>
            Notifies for a change in the Image member of this panel.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.TabPanel.ShouldSerializeToolTipText">
            <summary>
            Determines whether the ToolTip property should be serialized.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.TabPanel.Image">
            <summary>
            Gets or sets the Image associated with the panel.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TabPanel.ToolTipText">
            <summary>
            Gets or sets the tooltip to be displayed when the mouse hovers the tabitem of this panel.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadImageButtonElement">
            <summary>
            Represents an image button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadImageButtonElement.ImageHovered">
            <summary>
             Gets or sets the image that is displayed on a button element when it is hovered.
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadImageButtonElement.ImageIndexHovered">
            <summary>
            Gets or sets the image list index value of the image displayed on the button control when it is hovered.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadImageButtonElement.ImageKeyHovered">
            <summary>
            Gets or sets the key accessor for the image for hovered state in the ImageList.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadImageButtonElement.ImageClicked">
            <summary>
             Gets or sets the image that is displayed on a button element when it is clicked.
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadImageButtonElement.ImageIndexClicked">
            <summary>
            Gets or sets the image list index value of the image displayed on the button control when it is clicked.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadImageButtonElement.ImageKeyClicked">
            <summary>
            Gets or sets the key accessor for the image for clicked state in the ImageList.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TabStripButtonItem.IsSelected">
            <summary>
            Determines whether the RadPageViewItem is currently selected (associated with the SelectedPage of the owning RadPageView).
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TabStripItem.CloseButton">
            <summary>
            Gets the TabStripButtonItem that represents the CloseButton in this TabItem. May return null if ShowCloseButton is false.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TabStripItem.ShowCloseButton">
            <summary>
            Determines whether the CloseButton of the item will be displayed or not.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TabStripItem.CloseButtonOffset">
            <summary>
            Gets or sets the offset of the close button from the item's ImageAndTextLayout panel.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TabStripPanel.DisableSelection">
            <summary>
            Disables the selection in the strip panel.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TabStripPanel.OnTabCloseButtonClicked(Telerik.WinControls.UI.TabStripItem)">
            <summary>
            Handles the click of a CloseButton on a child TabStripItem.
            Closes the corresponding TabPanel by default.
            </summary>
            <param name="item"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.TabStripPanel.SuspendStripNotifications(System.Boolean,System.Boolean)">
            <summary>
            Temporary suspends notifications like TabSelecting and TabSelected from the parented RadTabStripElement. This method is used internally.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TabStripPanel.UpdateAfterControlRemoved(System.Windows.Forms.Control)">
            <summary>
            Callback to notify the panel that a control has been successfully removed, tab strip has been updated and any additional update is allowed.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.TabStripPanel.ResumeStripNotifications(System.Boolean,System.Boolean)">
            <summary>
            Resumes previously suspended notifications like TabSelecting and TabSelected from the parented RadTabStripElement. This method is used internally.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TabStripPanel.GetTabStripVisible">
            <summary>
            Determines whether the tabstrip element is visible.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TabStripPanel.UpdateLayout">
            <summary>
            Forces layout update by explicitly re-setting the current bounds and performing a layout pass.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TabStripPanel.SuspendFocusChange">
            <summary>
            Suspends the focus change in the strip panel.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TabStripPanel.DefaultTabStripAlignment">
            <summary>
            Gets the default alignment of the TabStripElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TabStripPanel.DefaultTabStripTextOrientation">
            <summary>
            Gets the default text orientation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TabStripPanel.TabStripTextOrientation">
            <summary>
            Gets or sets the text orientation of the tab used to switch among child panels.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TabStripPanel.ShowItemCloseButton">
            <summary>
            Determines whether each TabStripItem will display a CloseButton, which allows for explicit close of its corresponding panel.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TabStripPanel.DragStart">
            <summary>
            Gets the point where the mouse was pressed and a drag operation has been instanciated.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TabStripPanel.TabStripVisible">
            <summary>
            Determines whether the tab used to navigate among child panels is displayed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TabStripPanel.TabStripAlignment">
            <summary>
            Gets or sets the alignment of the tab used to switch among child panels.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TabStripPanel.CanUpdateChildIndex">
            <summary>
            Determines whether the child panels' Index update is currently locked. This property is used internally.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadTabStripContentPanel">
            <summary>Represents a Panel that is capalbe to host standard Windows Forms controls.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTabStripContentPanel.#ctor">
            <summary>Initializes a new instance of the RadTabStripContentPanel class.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTabStripContentPanel.AssociatedItem">
            <summary>
            Gets the item associated with the panel.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTabStripContentPanel.BackColor">
            <summary>Gets or sets the background color of the tabstrip layout.</summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TabPositions">
            <summary>
                Defines the possible positions of the tab items
                relatively to the base area.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TabPositions.Left">
            <summary>
            	The tab items will appear on the left of the base area.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TabPositions.Right">
            <summary>
            	The tab items will appear on the right of the base area.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TabPositions.Top">
            <summary>
            	The tab items will appear on the top of the base area.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TabPositions.Bottom">
            <summary>
            	The tab items will appear on the bottom of the base area.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarItem.SliderAreaGradientColor1">
            <summary>
            Gets or sets SliderArea's first background color.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarItem.SliderAreaGradientColor2">
            <summary>
            Gets or sets SliderArea's second background color.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarItem.TickColor">
            <summary>Gets or sets RadTrackBar's ticks color.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarItem.SliderAreaGradientAngle">
            <summary>Gets or sets the gradient angle of the SliderArea.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarItem.FitToAvailableSize">
            <summary>Gets or sets whether the TrackBar should fit to available size.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarItem.ShowSlideArea">
            <summary>Gets or sets whether the SlideArea should be visible.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarItem.ShowTicks">
            <summary>Gets or sets Ticks Visibility.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarItem.LargeChange">
            <summary>
            The number of positions the slider moves in response to mouse clicks.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarItem.SmallChange">
            <summary>
            The number of positions the slider moves in response to mouse clicks.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarItem.TickFrequency">
            <summary>
            The number of positions between tick marks.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarItem.TrackBarOrientation">
            <summary>
            Gets or sets TrackBar's orientation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarItem.SlideAreaWidth">
            <summary>
            Gets or sets the width of TrackBar's SlideArea.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarItem.TickStyle">
            <summary>
            Indicates the tick style of the progress bar. Possible values are members of
            %TickStyles enumeration:Telerik.WinControls.Enumerations.TickStyles%: none, 
            topleft, BottomRight, and both.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarItem.RangeMinimum">
            <summary>Gets or sets a minimum int value for the trackbar position.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarItem.RangeMaximum">
            <summary>Gets or sets a maximum int value for the trackbar position.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarItem.RangeValue">
            <summary>
            Gets or sets the position of the Slider.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarThumb.#ctor">
            <summary>Initializes a new instance of the TrackbarThumb class.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarThumb.CreateChildElements">
            <summary>
            CreateChildElements
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarThumb.MeasureOverride(System.Drawing.SizeF)">
            <summary>
            GetPreferredSizeCore
            </summary>
            <param name="availableSize"></param>
            <returns></returns>
            
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarThumb.ThumbWidth">
            <summary>
            gets or sets Thumb's width
            </summary>
            
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarThumb.UseDefaultThumbShape">
            <summary>
            gets or sets whether the trackbar's thumb should use its default shape
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarThumb.ParentTrackBarElement">
            <summary>
            gets ParentTrackBarElement
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadTrackBar">
            <summary>
                Represents a track bar. The trackbar class is essentially a simple wrapper 
                for the <see cref="T:Telerik.WinControls.UI.RadTrackBarElement">RadTrackBarElement</see>. All UI and 
                logic functionality is implemented in the
                <see cref="T:Telerik.WinControls.UI.RadTrackBarElement">RadTrackBarElement</see> class. The RadTrackBar acts
                to transfer the events to and from its corresponding
                <see cref="T:Telerik.WinControls.UI.RadTrackBarElement">RadTrackBarElement</see> instance. The
                <see cref="T:Telerik.WinControls.UI.RadTrackBarElement">RadTrackBarElement</see> may be nested in other
                telerik controls.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTrackBar.CreateTrackBarElement">
            <summary>
            Creates the associated TrackBar element.
            </summary>
            <returns>RadTrackBarElement</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.TrackBarElement">
            <summary>
            Gets the instance of RadTrackBarElement wrapped by this control. RadTrackBarElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadTrackBar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.Minimum">
            <summary>
            Gets or sets a minimum value for the trackbar position
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.Maximum">
            <summary>
            Gets or sets a maximum value for the trackbar position
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.Value">
            <summary>
            Gets or Sets TrackBar's value
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.TickStyle">
            <summary>
            Gets or Sets whether the TrackBar's ticks should be drawn
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.Orientation">
            <summary>
            Gets or Sets the orientation of the TrackBar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.LargeChange">
            <summary>
            Gets or Sets the number of positions that the  trackbar moves in response to mouse clicks.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.TextOrientation">
            <summary>
            Gets or Sets  the orientation of the text associated with TrackBar. Whether it should appear horizontal or vertical.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.LabelStyle">
            <summary>
            Gets or Sets whether the TrackBar's labels should be drawn
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.ShowButtons">
            <summary>
            Gets or Sets whether the TrackBar's handles should be drawn
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.LargeTickFrequency">
            <summary>
            Gets or Sets the number of positions between large tick marks
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.SmallTickFrequency">
            <summary>
            Gets or Sets the number of positions between small tick marks
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.TrackBarMode">
            <summary>
            Gets or Sets the Mode of the TrackBar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.Ranges">
            <summary>
            Gets the Range collection. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.SnapMode">
            <summary>
            Gets or Sets the Snap mode of the TrackBar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.ThumbSize">
            <summary>
            Gets or Sets TrackBar's Size
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.ShowSlideArea">
            <summary>
            Gets or Sets whether the SlideArea should be visible
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBar.AllowKeyNavigation">
            <summary>
            Gets or Sets whether the selcted thumb should move on arrow key press.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTrackBar.ValueChanged">
            <summary>
            Occurs when the value of the controls changes
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTrackBar.LabelFormatting">
            <summary>
            Occurs when a Label needs to be formatted.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTrackBar.TickFormatting">
            <summary>
            Occurs when a Tick needs to be formatted.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadTrackBarElement">
            <summary>Represents a trackbar element. RadTrackBarElement can be nested in other 
            telerik controls. Essentially, the RadTrackBar is a simple wrapper for the 
            RadTrackBarElement. The former transfers events to and from its corresponding 
            RadTrackBarElement instance.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.BodyElement">
            <summary>
            Gets the instance of TrackBarBodyElement. TrackBarBodyElement
            is the core element in the hierarchy tree and encapsulates the Scale and indicators functionality.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.LeftButton">
            <summary>
            Gets instance of TrackBarArrowButton
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.RightButton">
            <summary>
            Gets instance of TrackBarArrowButton
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.Minimum">
            <summary>
            Gets or sets a minimum value for the trackbar position
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.Maximum">
            <summary>
            Gets or sets a maximum value for the trackbar position
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.Value">
            <summary>
            Gets or Sets TrackBar's value
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.TickStyle">
            <summary>
            Gets or Sets whether the TrackBar's ticks should be drawn
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.IsVertical">
            <summary>
            Gets or Sets TrackBar's Orientation
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.ShowSlideArea">
            <summary>
            Gets or Sets whether the SlideArea should be visible
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.LargeChange">
            <summary>
            Gets or Sets the number of positions that the  trackbar moves in response to mouse clicks.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.ShowTicks">
            <summary>
            Gets or Sets Ticks Visibility
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.SliderAreaColor1">
            <summary>
            Gets or Sets TrackBar's sliders area color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.TickColor">
            <summary>
            Gets or Sets TrackBar's ticks color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.SliderAreaColor2">
            <summary>
            Gets or Sets TrackBar's sliders area color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.SliderAreaGradientAngle">
            <summary>
            Gets or Sets the gradient angle of the SliderArea
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.ThumbWidth">
            <summary>
            Gets or Sets TrackBar's thumbWidth
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.TickFrequency">
            <summary>
            Gets or Sets the number of positions between small tick marks
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.SlideAreaWidth">
            <summary>
            Gets or Sets the width of TrackBar's SlideArea
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.LabelStyle">
            <summary>
            Gets or Sets whether the TrackBar's labels should be drawn
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.ShowButtons">
            <summary>
            Gets or Sets whether the TrackBar's handles should be drawn
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.LargeTickFrequency">
            <summary>
            Gets or Sets the number of positions between large tick marks
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.SmallTickFrequency">
            <summary>
            Gets or Sets the number of positions between small tick marks
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.ThumbSize">
            <summary>
            Gets or Sets TrackBar's Size
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.SnapMode">
            <summary>
            Gets or Sets the Snap mode of the TrackBar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.TrackBarMode">
            <summary>
            Gets or Sets the Mode of the TrackBar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.Ranges">
            <summary>
            Gets the Range collection. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.CurrentThumb">
            <summary>
            Gets or Sets the selected thumb
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTrackBarElement.AllowKeyNavigation">
            <summary>
            Gets or Sets whether the selcted thumb should move on arrow key press.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTrackBarElement.ValueChanged">
            <summary>
            Occurs when the value of the controls changes
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTrackBarElement.Scroll">
            <summary>
            Occurs when the trackBar slider moves
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTrackBarElement.LabelFormatting">
            <summary>
            Occurs when a Label needs to be formatted.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTrackBarElement.TickFormatting">
            <summary>
            Occurs when a Tick needs to be formatted.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TrackBarRange">
            <summary>
             Represents a core range object that contains the start and end. 
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRange.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRange.Start">
            <summary>
            Gets or Sets the start of the range.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRange.End">
            <summary>
            Gets or Sets the end of the range.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRange.IsSelected">
            <summary>
            Gets whether the range contains selected thumb" 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRange.Owner">
            <summary>
            Gets the Owner Collection
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRange.Text">
            <summary>
            Gets or Sets the Name.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRange.ToolTipText">
            <summary>
            Gets or Sets the ToolTipText
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRange.Tag">
            <summary>
            Gets or Sets the Tag.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.TrackBarRange.PropertyChanged">
            <summary>
             Occurs when a property value changes.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TrackBarRangeCollection">
            <summary>
            Represents a collection of <see cref="T:Telerik.WinControls.UI.TrackBarRange"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.CheckThumbMove(System.Single,System.Boolean,Telerik.WinControls.UI.TrackBarRange)">
            <summary>
            Check thumb move.
            </summary>
            <param name="value">value</param>
            <param name="isStart">isStart</param>
            <param name="range">range</param>
            <returns>bool</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.PerformThumbMove(System.Single)">
            <summary>
            Perform Thumb Move in SingleThumb Mode.
            </summary>
            <param name="value">Value</param>
            <returns>bool</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>IEnumerator</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.IndexOf(Telerik.WinControls.UI.TrackBarRange)">
            <summary>
             Determines the index of a specific item in the Collection
            </summary>
            <param name="item">item</param>
            <returns>int</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.Insert(System.Int32,Telerik.WinControls.UI.TrackBarRange)">
            <summary>
            Inserts an item to the Collections at the specified
                index.
            </summary>
            <param name="index">index</param>
            <param name="item">item</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.RemoveAt(System.Int32)">
            <summary>
            Removes the TrackBarRange item at the specified index.
            </summary>
            <param name="index">index</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.Add(Telerik.WinControls.UI.TrackBarRange)">
            <summary>
            Add range to the System.Collections.Generic.ICollection
            </summary>
            <param name="item">item</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.Clear">
            <summary>
            Removes all items except the first from the System.Collections.Generic.ICollection
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.Contains(Telerik.WinControls.UI.TrackBarRange)">
            <summary>
            Determines whether the System.Collections.Generic.ICollection contains a specific value.
            </summary>
            <param name="item"></param>
            <returns>bool</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.CopyTo(Telerik.WinControls.UI.TrackBarRange[],System.Int32)">
            <summary>
            Copies the elements of the System.Collections.Generic.ICollection to an   System.Array, starting at a particular System.Array index.
            </summary>
            <param name="array">array</param>
            <param name="arrayIndex">arrayIndex</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.Remove(Telerik.WinControls.UI.TrackBarRange)">
            <summary>
            Removes the first occurrence of a specific object from the Collection.
            </summary>
            <param name="item">item</param>
            <returns>bool</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.System#Collections#IList#Add(System.Object)">
            <summary>
            Adds an item to the System.Collections.Generic.ICollection.
            </summary>
            <param name="value">value</param>
            <returns>int</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.System#Collections#IList#Contains(System.Object)">
            <summary>
            Determines whether the System.Collections.Generic.ICollection contains  a specific value.
            </summary>
            <param name="value">value</param>
            <returns>bool</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.System#Collections#IList#IndexOf(System.Object)">
            <summary>
            Determines the index of a specific item in the System.Collections.IList.
            </summary>
            <param name="value">value</param>
            <returns>int</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
            <summary>
            Inserts an item to the System.Collections.IList at the specified index.
            </summary>
            <param name="index">index</param>
            <param name="value">value</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.System#Collections#IList#Remove(System.Object)">
            <summary>
            Removes the first occurrence of a specific object from the System.Collections.IList.
            </summary>
            <param name="value">value</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
            <summary>
            Copies the elements of the System.Collections.ICollection to an System.Array,
                starting at a particular System.Array index.
            </summary>
            <param name="array">array</param>
            <param name="index">index</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.SuspendNotifications">
            <summary>
            Suspends all property and collection notifications.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TrackBarRangeCollection.ResumeNotifications">
            <summary>
            Resumes property and collection notifications.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRangeCollection.Maximum">
            <summary>
            Gets or Sets a maximum value for the trackbar position
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRangeCollection.Minimum">
            <summary>
            Gets or Sets a minimum value for the trackbar position
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRangeCollection.Mode">
            <summary>
            Gets or Sets the Mode of the TrackBar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRangeCollection.Owner">
            <summary>
            Gets the RadTrackBarElement which owns this collection
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.TrackBarRangeCollection.CollectionChanged">
            <summary>
            Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.TrackBarRangeCollection.PropertyChanged">
            <summary>
             Occurs when a property value changes.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRangeCollection.Item(System.Int32)">
            <summary>
            Gets or sets the Range at the specified index.
            </summary>
            <param name="index">index</param>
            <returns>TrackBarRange</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRangeCollection.Item(System.String)">
            <summary>
            Gets or sets the Range at the specified name.
            </summary>
            <param name="text">text</param>
            <returns>TrackBarRange</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRangeCollection.Count">
            <summary>
               Gets the number of elements contained in the Collection
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRangeCollection.IsReadOnly">
            <summary>
            Gets a value indicating whether the Collection is read-only.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRangeCollection.System#Collections#IList#IsFixedSize">
            <summary>
            Gets a value indicating whether the System.Collections.IList has a fixed
                size.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRangeCollection.System#Collections#IList#Item(System.Int32)">
            <summary>
            Gets or sets the element at the specified index.
            </summary>
            <param name="index">index</param>
            <returns>object</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRangeCollection.System#Collections#ICollection#IsSynchronized">
            <summary>
            Gets a value indicating whether access to the System.Collections.ICollection
                is synchronized (thread safe).
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TrackBarRangeCollection.System#Collections#ICollection#SyncRoot">
            <summary>
            Gets an object that can be used to synchronize access to the System.Collections.ICollection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TreeNodeProvider.GetNodes(Telerik.WinControls.UI.RadTreeNode)">
            <summary>
            Gets the nodes.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.TreeNodeProvider.SetCurrent(Telerik.WinControls.UI.RadTreeNode)">
            <summary>
            Sets the current.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.TreeNodeProvider.Reset">
            <summary>
            Resets this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TreeNodeProvider.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TreeNodeProvider.SuspendUpdate">
            <summary>
            Suspends the update.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TreeNodeProvider.ResumeUpdate">
            <summary>
            Resumes the update.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeProvider.ReflectInnerObjectRelationChanges">
            <summary>
            Gets or sets a value indicating weather the changes in the child collections 
            in Object Relational Binding mode will be reflected automatically.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeProvider.TreeView">
            <summary>
            Gets the tree view.
            </summary>
            <value>The tree view.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeProvider.IsSuspended">
            <summary>
            Gets a value indicating whether this instance is suspended.
            </summary>
            <value>
            	<c>true</c> if this instance is suspended; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Telerik.WinControls.UI.RelationBinding.#ctor(System.Object,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RelationBinding"/> class.
            </summary>
            <param name="dataSource">The data source.</param>
            <param name="dataMember">The data member.</param>
            <param name="displayMember">The display member.</param>
            <param name="parentMember">The parent member.</param>
            <param name="childMember">The child member.</param>
            <param name="valueMember">The value member.</param>
            <param name="checkedMember">The checked member.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RelationBinding.#ctor(System.Object,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RelationBinding"/> class.
            </summary>
            <param name="dataSource">The data source.</param>
            <param name="dataMember">The data member.</param>
            <param name="displayMember">The display member.</param>
            <param name="parentMember">The parent member.</param>
            <param name="childMember">The child member.</param>
            <param name="valueMember">The value member.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RelationBinding.#ctor(System.Object,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RelationBinding"/> class.
            </summary>
            <param name="dataSource">The data source.</param>
            <param name="displayMember">The display member.</param>
            <param name="parentMember">The parent member.</param>
            <param name="childMember">The child member.</param>
            <param name="valueMember">The value member.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RelationBinding.#ctor(System.Object,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RelationBinding"/> class.
            </summary>
            <param name="dataSource">The data source.</param>
            <param name="displayMember">The display member.</param>
            <param name="parentMember">The parent member.</param>
            <param name="childMember">The child member.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RelationBinding.#ctor(System.Object,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RelationBinding"/> class.
            </summary>
            <param name="dataSource">The data source.</param>
            <param name="displayMember">The display member.</param>
            <param name="parentChildMember">The parent child member.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RelationBinding.RelationName">
            <summary>
            Gets or sets the name of the relation.
            </summary>
            <value>The name of the relation.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RelationBinding.DataSource">
            <summary>
            Gets or sets the data source.
            </summary>
            <value>The data source.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RelationBinding.DataMember">
            <summary>
            Gets or sets the data member.
            </summary>
            <value>The data member.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RelationBinding.DisplayMember">
            <summary>
            Gets or sets the display member.
            </summary>
            <value>The display member.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RelationBinding.ParentMember">
            <summary>
            Gets or sets the parent member.
            </summary>
            <value>The parent member.</value>
            
        </member>
        <member name="P:Telerik.WinControls.UI.RelationBinding.ChildMember">
            <summary>
            Gets or sets the child member.
            </summary>
            <value>The child member.</value>
            
        </member>
        <member name="P:Telerik.WinControls.UI.RelationBinding.ValueMember">
            <summary>
            Gets or sets the value member.
            </summary>
            <value>The value member.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RelationBinding.CheckedMember">
            <summary>
            Gets or sets the checked member.
            </summary>
            <value>The checked member.</value>
        </member>
        <member name="M:Telerik.WinControls.UI.RelationBindingCollection.Add(System.Object,System.String,System.String)">
            <summary>
            Adds the specified data source.
            </summary>
            <param name="dataSource">The data source.</param>
            <param name="displayMember">The display member.</param>
            <param name="parentChildMember">The parent child member.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RelationBindingCollection.Add(System.Object,System.String,System.String,System.String)">
            <summary>
            Adds the specified data source.
            </summary>
            <param name="dataSource">The data source.</param>
            <param name="displayMember">The display member.</param>
            <param name="parentMember">The parent member.</param>
            <param name="childMember">The child member.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RelationBindingCollection.Add(System.Object,System.String,System.String,System.String,System.String)">
            <summary>
            Adds the specified data source.
            </summary>
            <param name="dataSource">The data source.</param>
            <param name="displayMember">The display member.</param>
            <param name="parentMember">The parent member.</param>
            <param name="childMember">The child member.</param>
            <param name="valueMember">The value member.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RelationBindingCollection.Add(System.Object,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Adds the specified data source.
            </summary>
            <param name="dataSource">The data source.</param>
            <param name="dataMember">The data member.</param>
            <param name="displayMember">The display member.</param>
            <param name="parentMember">The parent member.</param>
            <param name="childMember">The child member.</param>
            <param name="valueMember">The value member.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RelationBindingCollection.Add(System.Object,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Adds the specified data source.
            </summary>
            <param name="dataSource">The data source.</param>
            <param name="dataMember">The data member.</param>
            <param name="displayMember">The display member.</param>
            <param name="parentMember">The parent member.</param>
            <param name="childMember">The child member.</param>
            <param name="valueMember">The value member.</param>
            <param name="checkedMember">The checked member.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.SelectedTreeNodeCollection.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNodeCollection.Refresh">
            <summary>
            Refreshes this instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNodeCollection.Add(System.String)">
            <summary>
            Adds the tree node with specified text.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNodeCollection.Add(System.String,System.Int32)">
            <summary>
            Adds the specified text.
            </summary>
            <param name="text">The text.</param>
            <param name="imageIndex">Index of the image.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNodeCollection.Add(System.String,System.String)">
            <summary>
            Adds the specified text.
            </summary>
            <param name="text">The text.</param>
            <param name="imageKey">The image key.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNodeCollection.Add(System.String,System.String,System.Int32)">
            <summary>
            Adds the specified key.
            </summary>
            <param name="key">The key.</param>
            <param name="text">The text.</param>
            <param name="imageIndex">Index of the image.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNodeCollection.Add(System.String,System.String,System.String)">
            <summary>
            Adds the specified key.
            </summary>
            <param name="key">The key.</param>
            <param name="text">The text.</param>
            <param name="imageKey">The image key.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNodeCollection.Remove(System.String)">
            <summary>
            Removes the specified name.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNodeCollection.Contains(System.String)">
            <summary>
            Determines whether [contains] [the specified name].
            </summary>
            <param name="name">The name.</param>
            <returns>
            	<c>true</c> if [contains] [the specified name]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNodeCollection.IndexOf(System.String)">
            <summary>
            Indexes the of.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNodeCollection.Owner">
            <summary>
            Gets the owner.
            </summary>
            <value>The owner.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNodeCollection.TreeView">
            <summary>
            Gets the tree view.
            </summary>
            <value>The tree view.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNodeCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadTreeNode"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="T:Telerik.WinControls.UI.ExpandAnimation">
            <summary>
            Defines the expanding animation style of nodes in a 
                <see cref="T:Telerik.WinControls.UI.RadTreeView">RadTreeView Class</see>.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ExpandAnimation.Opacity">
            <summary>
            Indicates animation style changing the opacity of the expanding nodes.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ExpandAnimation.None">
            <summary>
            Indicates no animation.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ChildListType">
            <summary>
            Specifies the type of option list formed by child nodes.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ChildListType.CheckList">
            <summary>
            All children have a check box.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ChildListType.OptionList">
            <summary>
            All children have a radio button.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ChildListType.Custom">
            <summary>
            Every child can specify whether it has a check box or a radio button.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TreeLineStyle">
            <summary>
                Defines the style of the lines between the nodes in a
                <see cref="T:Telerik.WinControls.UI.RadTreeView">RadTreeView Class</see>.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TreeLineStyle.Solid">
            <summary>Specifies a solid line.</summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TreeLineStyle.Dash">
            <summary>Specifies a line consisting of dashes.</summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TreeLineStyle.Dot">
            <summary>Specifies a line consisting of dots.</summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TreeLineStyle.DashDot">
            <summary>Specifies a line consisting of a repeating pattern of dash-dot.</summary>
        </member>
        <member name="F:Telerik.WinControls.UI.TreeLineStyle.DashDotDot">
            <summary>Specifies a line consisting of a repeating pattern of dash-dot-dot.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeDataErrorEventArgs.ErrorText">
            <summary>
            Gets the error text.
            </summary>
            <value>The error text.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeViewShowExpanderEventArgs.ShowExpander">
            <summary>
            Show expander 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeCheckedEventArgs.CheckedMode">
            <summary>
            Gets the checked mode.
            </summary>
            <value>
            The checked mode.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadBreadCrumbElement.Items">
            <summary>
            	Gets a collection of items which are children of the TabStrip element.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.#ctor(System.String,System.Boolean)">
            <summary>
            Initializes new instance of the RadTreeNode class.
            </summary>
            <param name="text">The text to be used as label text.</param>
            <param name="expanded">A boolean value indicating whether the node is expanded.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.Find(System.Predicate{Telerik.WinControls.UI.RadTreeNode})">
            <summary>
            Finds the specified match.
            </summary>
            <param name="match">The match.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.FindNodes(System.Predicate{Telerik.WinControls.UI.RadTreeNode})">
            <summary>
            Finds the nodes.
            </summary>
            <param name="match">The match.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.FindNodes``1(Telerik.WinControls.UI.FindAction{``0},``0)">
            <summary>
            Finds the nodes.
            </summary>
            <param name="match">The match.</param>
            <param name="arg">The argument.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.Execute(Telerik.WinControls.Commands.ICommand,System.Object[])">
            <summary>
            Executes the specified command.
            </summary>
            <param name="command">The command.</param>
            <param name="settings">The settings.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.Execute(System.Boolean,Telerik.WinControls.Commands.ICommand,System.Object[])">
            <summary>
            Executes the specified command include sub trees.
            </summary>
            <param name="includeSubTrees">if set to <c>true</c> [include sub trees].</param>
            <param name="command">The command.</param>
            <param name="settings">The settings.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.BeginEdit">
            <summary>
            Initiates the editing of the tree node.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.EndEdit">
            <summary>
            Ends the edit.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.CancelEdit">
            <summary>
            Cancels the edit.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.Collapse">
            <summary>
            Collapses the tree node.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.Collapse(System.Boolean)">
            <summary>
            Collapses the <see cref="T:Telerik.WinControls.UI.RadTreeNode"/> and optionally collapses its children.
            </summary>
            <param name="ignoreChildren">if set to <c>true</c> [ignore children].</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.EnsureVisible">
            <summary>
             Ensures that the tree node is visible, expanding tree nodes and scrolling the tree view control as necessary.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.Expand">
            <summary>
            Expands the tree node.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.ExpandAll">
            <summary>
            Expands all the child tree nodes.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.GetNodeCount(System.Boolean)">
            <summary>
            Returns the number of child tree nodes.
            </summary>
            <param name="includeSubTrees">if set to <c>true</c> [include sub trees].</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.Remove">
            <summary>
            Removes the current tree node from the tree view control.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.Toggle">
            <summary>
            Toggles the tree node to either the expanded or collapsed state.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the tree node.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the tree node.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.ForEach(System.Action{Telerik.WinControls.UI.RadTreeNode})">
            <summary>
            Execute the action for every RadTreeNode in the branch
            </summary>
            <param name="action"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>
            A new object that is a copy of this instance.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.SuspendPropertyNotifications">
            <summary>
            Allows PropertyChanged notifications to be temporary suspended.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.ResumePropertyNotifications">
            <summary>
            Resumes property notifications after a previous <see cref="M:Telerik.WinControls.UI.RadTreeNode.SuspendPropertyNotifications">SuspendPropertyNotifications</see> call.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeNode.SetBoundChildNodesList(System.ComponentModel.IBindingList)">
            <summary>
            Sets the IBindingList which holds the child nodes in Object Relational Binding mode
            </summary>
            <param name="bindingList"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.Matches">
            <summary>
            Gets the last matches using Find method.
            </summary>
            <value>Gets the last matches using Find method.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.Style">
            <summary>
            Gets the style.
            </summary>
            <value>The style.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.HasStyle">
            <summary>
            Gets a value indicating whether this instance has style.
            </summary>
            <value><c>true</c> if this instance has style; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.Enabled">
            <summary>
            Gets or sets a value indicating whether the node can respond to user interaction.
            </summary>
            <value>The default value is true.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.RootNode">
            <summary>
            Gets the root parent node for this RadTreeView.
            </summary>
            <value>The default value is null.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.TreeView">
            <summary>
            Gets the parent tree view that the tree node is assigned to. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.Checked">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Telerik.WinControls.UI.RadTreeNode"/> is checked.
            </summary>
            <value><c>true</c> if checked; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.CheckState">
            <summary>
            Gets or sets the state of the check element.
            </summary>
            <value>The state of the check.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.CheckType">
            <summary>
            Gets or sets the type of the check element.
            </summary>
            <value>The type of the check.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.ContextMenu">
            <summary>Gets or sets the context menu associated to the node.</summary>
            <value>
                Returns an instance of <see cref="T:Telerik.WinControls.UI.RadDropDownMenu">RadDropDownMenu Class</see> that
                is associated with the node. The default value is null.
            </value>
            <remarks>
            This property could be used to associate a custom menu and replace the treeview's
            default. If the context menu is invoked by right-clicking a node, the treeview's menu
            will not be shown and the context menu assigned to this node will be shown
            instead.
            </remarks>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeView.RadContextMenu">RadContextMenu Property (Telerik.WinControls.UI.RadTreeView)</seealso>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.Visible">
            <summary>
            Gets or sets a value indicating whether this instance is visible.
            </summary>
            <value>
            	<c>true</c> if this instance is visible; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.Index">
            <summary>
            Gets the index.
            </summary>
            <value>The index.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.IsEditing">
            <summary>
            Gets a value indicating whether this instance is editing.
            </summary>
            <value>
            	<c>true</c> if this instance is editing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.Selected">
            <summary>
            Gets or sets a value indicating whether this instance is selected.
            </summary>
            <value>
            	<c>true</c> if this instance is selected; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.Current">
            <summary>
            Gets or sets a value indicating whether this instance is current.
            </summary>
            <value>
            	<c>true</c> if this instance is current; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.TreeViewElement">
            <summary>
            Gets or sets the tree view element.
            </summary>
            <value>The tree view element.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.Expanded">
            <summary>
            Gets or sets a value indicating whether this instance is expanded.
            </summary>
            <value>
            	<c>true</c> if this instance is expanded; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.Parent">
            <summary>
            Gets or sets the parent.
            </summary>
            <value>The parent.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.Text">
            <summary>
            Gets or sets the text.
            </summary>
            <value>The text.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.Value">
            <summary>
            Gets or sets the node value.
            </summary>
            <value>The text.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.Nodes">
            <summary>
            Gets the nodes.
            </summary>
            <value>The nodes.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.Level">
            <summary>
            Gets the level.
            </summary>
            <value>The level.</value>
            
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.Name">
            <summary>
            Gets or sets the name of the RadTreeNode.
            </summary>
            <value>A <a href="ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref2/html/T_System_String.htm">String</a> that represents the name of the tree node.</value> 
            <remarks>
                The Name of a TreeNode is also the node's key, when the node is part of a
                <see cref="T:Telerik.WinControls.UI.RadTreeNodeCollection">TreeNodeCollection</see>. If the node does not
                have a name, Name returns an empty string ("").
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.FirstNode">
            <summary>
            Gets the first node.
            </summary>
            <value>The first node.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.LastNode">
            <summary>
            Gets the last node.
            </summary>
            <value>The last node.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.NextNode">
            <summary>
            Gets the next node.
            </summary>
            <value>The next node.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.NextVisibleNode">
            <summary>
            Gets the next visible node.
            </summary>
            <value>The next visible node.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.PrevNode">
            <summary>
            Gets the prev node.
            </summary>
            <value>The prev node.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.PrevVisibleNode">
            <summary>
            Gets the prev visible node.
            </summary>
            <value>The prev visible node.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.Tag">
            <summary>
            Gets or sets the tag object that can be used to store user data, corresponding to the tree node.
            </summary>
            <value>The tag.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.ToolTipText">
            <summary>
            Gets or sets the text that appears when the mouse pointer hovers over a tree node.
            </summary>
            <value>The default value is "".</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.FullPath">
            <summary>
            Gets the full path.
            </summary>
            <value>The full path.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.Image">
            <summary>
            Gets or sets the image of the node.
            </summary>		
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.ImageIndex">ImageIndex Property</seealso>		
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.ImageKey">ImageKey Property</seealso>		
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.ImageIndex">
            <summary>
            Gets or sets the left image list index value of the image displayed when the tree
            node is not selected.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.Image">Image Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.ImageKey">ImageKey Property</seealso>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.ImageKey">
            <summary>
            	Gets or sets the key for the left image associated with this tree node.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.Image">Image Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.ImageIndex">ImageIndex Property</seealso>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.ItemHeight">
            <summary>
            Gets or sets the height of the tree node in the tree view control.
            </summary>
            <value>The default value is 20.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.ActualSize">
            <summary>
            Gets or sets the measured desired width for this node.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.ChildrenSize">
            <summary>
            Gets or sets the measured desired width for this node.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.AllowDrop">
            <summary>
            Gets or sets a value indicating whether [allow drop].
            </summary>
            <value><c>true</c> if [allow drop]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.IsInDesignMode">
            <summary>
            Gets or  a value indicating whether the control is in design mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.IsRootNode">
            <summary>
            Gets a value if the node is root node
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.DataBoundItem">
            <summary>
            Gets the data-bound object that populated the node.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.Font">
            <summary>
            Gets or sets the font of the node text.
            </summary>
            <value>The default value is null.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.ForeColor">
            <summary>
            Gets or sets the foreground color of the tree node. This color is applied to the text label.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.BackColor">
            <summary>
            Gets or sets the backcolor of the tree node. Color type represents an ARGB color.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientStyle">GradientStyle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientStyle">NumberOfColors Property</seealso>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.BackColor2">
            <summary>
            Gets or sets the backcolor of the tree node. This property is applicable to radial, glass,
            office glass, gel, and vista gradients.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientStyle">GradientStyle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientStyle">NumberOfColors Property</seealso>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.BackColor3">
            <summary>
            Gets or sets the backcolor of the tree node. This property is applicable to radial, glass,
            office glass, and vista gradients.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientStyle">GradientStyle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientStyle">NumberOfColors Property</seealso>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.BackColor4">
            <summary>
            Gets or sets the backcolor of the tree node. This property is applicable to radial, glass,
            office glass, and vista gradients.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientStyle">GradientStyle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientStyle">NumberOfColors Property</seealso>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.BorderColor">
            <summary>
            Gets or sets the border color of the tree node.
            </summary>		
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.GradientAngle">
            <summary>
            Gets or sets gradient angle for linear gradient.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientStyle">GradientStyle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientPercentage">GradientPercentage Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientPercentage2">GradientPercentage2 Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.NumberOfColors">NumberOfColors Property</seealso>
            <value>The default value is 90.0.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.GradientPercentage">
            <summary>
            Gets or sets GradientPercentage for linear, glass, office glass, gel, vista, and
            radial gradients.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientStyle">GradientStyle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientPercentage2">GradientPercentage2 Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientAngle">GradientAngle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.NumberOfColors">NumberOfColors Property</seealso>
            <value>The default value is 0.5.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.GradientPercentage2">
            <summary>
            Gets or sets GradientPercentage for office glass, vista, and radial
            gradients.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientStyle">GradientStyle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientPercentage">GradientPercentage Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientAngle">GradientAngle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.NumberOfColors">NumberOfColors Property</seealso>
            <value>The default value is 0.5.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.GradientStyle">
            <summary>
            Gets and sets the gradient style. The possible values are defined in the gradient
            style enumeration: solid, linear, radial, glass, office glass, gel, and vista.
            </summary>
            <value>
                The default value is
                <see cref="T:Telerik.WinControls.GradientStyles">GradientStyles.Linear</see>.
            </value>
            <seealso cref="T:Telerik.WinControls.GradientStyles">GradientStyles Enumeration</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientPercentage">GradientPercentage Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientPercentage2">GradientPercentage2 Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientAngle">GradientAngle Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.NumberOfColors">NumberOfColors Property</seealso>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.NumberOfColors">
            <summary>
            Gets or sets the number of used colors in the gradient effect.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.BackColor">BackColor Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.BackColor2">BackColor2 Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.BackColor3">BackColor3 Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.BackColor4">BackColor4 Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.GradientStyle">GradientStyle Property</seealso>
            <value>The default value is 4.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeNode.TextAlignment">
            <summary>
            Gets or sets the text alignment.
            </summary>
            <value>
                The default value is <a href="ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref2/html/T_System_String.htm">ContentAlignment.MiddleLeft</a>.
            </value>		
        </member>
        <member name="T:Telerik.WinControls.UI.RadTreeView">
            <summary>
            Displays a hierarchical collection of labeled items, each represented by a <see cref="T:Telerik.WinControls.UI.RadTreeNode">RadTreeNode</see>. 
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.SetError(System.String,Telerik.WinControls.UI.RadTreeNode)">
            <summary>
            Sets the error.
            </summary>
            <param name="text">The text.</param>
            <param name="radTreeNode">The RAD tree node.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.AddNodeByPath(System.String)">
            <summary>
            Creates a new node and adds a node by path. The label of the new node will be the text after the last separator.
            </summary>
            <param name="path">Where the node should be added.</param>
            <returns>The new node if the operation is successful.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.AddNodeByPath(System.String,System.String)">
            <summary>
            Creates a new node and adds a node by path. The label of the new node will be the text after the last separator.
            </summary>
            <param name="path">Where the node should be added.</param>
            <param name="pathSeparator">The path separator.</param>
            <returns>The new node if the operation is successful.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.GetNodeByPath(System.String)">
            <summary>
            Gets a node by specifying a path to it.
            </summary>
            <param name="path">The path to the node.</param>
            <returns>The node if found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.GetNodeByPath(System.String,System.String)">
            <summary>
            Gets a node by specifying a path to it.
            </summary>
            <param name="path">The path to the node.</param>
            <param name="pathSeparator">The path separator.</param>
            <returns>The node if found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.GetNodeByName(System.String)">
            <summary>
            Gets a node with the specified name.
            </summary>
            <param name="name">The name of the node.</param>
            <returns>A node with the specified name.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.GetNodeByName(System.String,Telerik.WinControls.UI.RadTreeNode)">
            <summary>
            Gets a node with the specified name.
            </summary>
            <param name="name">The name of the node.</param>
            /// <param name="rootNode">The node which the should be taken as a root.</param>
            <returns>A node with the specified name.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.BringIntoView(Telerik.WinControls.UI.RadTreeNode)">
            <summary>
            Brings the into view.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.Find(System.Predicate{Telerik.WinControls.UI.RadTreeNode})">
            <summary>
            Finds the specified match.
            </summary>
            <param name="match">The match.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.Find``1(Telerik.WinControls.UI.FindAction{``0},``0)">
            <summary>
            Finds the specified match.
            </summary>
            <param name="match">The match.</param>
            <param name="arg">The argument.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.Find(System.String)">
            <summary>
            Finds the specified text.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.ForEach(System.Action{Telerik.WinControls.UI.RadTreeNode})">
            <summary>
            Execute the specified action for every RadTreeNode in the tree
            </summary>
            <param name="action"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.FindNodes(System.Predicate{Telerik.WinControls.UI.RadTreeNode})">
            <summary>
            Finds the nodes.
            </summary>
            <param name="match">The match.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.FindNodes``1(Telerik.WinControls.UI.FindAction{``0},``0)">
            <summary>
            Finds the nodes.
            </summary>
            <param name="match">The match.</param>
            <param name="arg">The argument.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.FindNodes(System.String)">
            <summary>
            Finds the nodes.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.Execute(Telerik.WinControls.Commands.ICommand,System.Object[])">
            <summary>
            Executes the specified command.
            </summary>
            <param name="command">The command.</param>
            <param name="settings">The settings.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.Execute(System.Boolean,Telerik.WinControls.Commands.ICommand,System.Object[])">
            <summary>
            Executes the specified command include sub trees.
            </summary>
            <param name="includeSubTrees">if set to <c>true</c> [include sub trees].</param>
            <param name="command">The command.</param>
            <param name="settings">The settings.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.BeginEdit">
            <summary>
            Begins the edit.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.EndEdit">
            <summary>
             Commits any changes and ends the edit operation on the current cell.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.CancelEdit">
            <summary>
            Close the currently active editor and discard changes.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.LoadXML(System.String,System.Type[])">
            <summary>
            Loads the XML.
            </summary>
            <param name="fileName">Name of the file.</param>
            <param name="extraTypes">The extra types that will be load</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.LoadXML(System.IO.Stream,System.Type[])">
            <summary>
            Loads the XML.
            </summary>
            <param name="stream">The stream.</param>
            <param name="extraTypes">The extra types that will be load</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.SaveXML(System.String,System.Type[])">
            <summary>
            Saves the XML.
            </summary>
            <param name="fileName">Name of the file.</param>
            <param name="extraTypes">The extra types that will be saved</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.SaveXML(System.IO.Stream,System.Type[])">
            <summary>
            Saves the XML.
            </summary>
            <param name="stream">The stream.</param>
            <param name="extraTypes">The extra types that will be saved</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.BeginUpdate">
            <summary>
            Disables any update of the tree view.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.EndUpdate">
            <summary>
            Ends the update.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.DeferRefresh">
            <summary>
            Defers the refresh.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.CollapseAll">
            <summary>
            Collapses all the tree nodes.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.CollapseAll(Telerik.WinControls.UI.RadTreeNodeCollection)">
            <summary>
            Collapses all nodes in a given collection.
            </summary>
            <param name="nodes">The collection of nodes to be collapsed.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.ExpandAll">
            <summary>
            Expands all the tree nodes.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.ExpandAll(Telerik.WinControls.UI.RadTreeNodeCollection)">
            <summary>
            Expands all nodes in a given collection.
            </summary>
            <param name="nodes">The collection of nodes to be expanded.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.GetNodeAt(System.Drawing.Point)">
            <summary>
             Retrieves the tree node that is at the specified point.
            </summary>
            <param name="pt">The System.Drawing.Point to evaluate and retrieve the node from.</param>
            <returns>The System.Windows.Forms.TreeNode at the specified point, in tree view (client) coordinates, or null if there is no node at that location.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.GetNodeAt(System.Int32,System.Int32)">
            <summary>
            Retrieves the tree node at the point with the specified coordinates.
            </summary>
            <param name="x">The System.Drawing.Point.X position to evaluate and retrieve the node from.</param>
            <param name="y">The System.Drawing.Point.Y position to evaluate and retrieve the node from.</param>
            <returns>The System.Windows.Forms.TreeNode at the specified location, in tree view (client) coordinates, or null if there is no node at that location.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.GetNodeCount(System.Boolean)">
            <summary>
            Retrieves the number of tree nodes, optionally including those in all subtrees,  assigned to the tree view control.
            </summary>
            <param name="includeSubTrees">The number of tree nodes, optionally including those in all subtrees, assigned to the tree view control.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents this instance.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents this instance.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.ExecuteBatchCommand(Telerik.WinControls.UI.RadTreeNodeCollection,System.Int32,Telerik.WinControls.Commands.ICommand,System.Object[])">
            <summary>
            Executes a command over an entire subtree starting with the specified nodes.
            </summary>
            <param name="nodes">The nodes form which the execuition starts.</param>
            <param name="level">The level of nodes over which to execute the command. If -1 the entire subtree is traversed.</param>
            <param name="command">The command to execute.</param>
            <param name="settings">Parameters to pass the command prior to execution.</param>
            <returns>The results from the batch execution.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.ExecuteScalarCommand(Telerik.WinControls.UI.RadTreeNode,System.Int32,Telerik.WinControls.Commands.ICommand,System.Object[])">
            <summary>
            Executes a command over an entire subtree starting with the specified node.
            </summary>
            <param name="node">The node form which the execuition starts.</param>
            <param name="level">The level of nodes over which to execute the command. If -1 the entire subtree is traversed.</param>
            <param name="command">The command to execute.</param>
            <param name="settings">Parameters to pass the command prior to execution.</param>
            <returns>The first result from the batch execution.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeView.ExecuteBatchCommand(Telerik.WinControls.UI.RadTreeNode,System.Int32,Telerik.WinControls.Commands.ICommand,System.Object[])">
            <summary>
            Executes a command over an entire subtree starting with the specified node.
            </summary>
            <param name="node">The node form which the execuition starts.</param>
            <param name="level">The level of nodes over which to execute the command. If -1 the entire subtree is traversed.</param>
            <param name="command">The command to execute.</param>
            <param name="settings">Parameters to pass the command prior to execution.</param>
            <returns>The results from the batch execution.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.EnableKineticScrolling">
            <summary>
            Gets or sets a value indicating whether the kinetic scrolling function is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.LazyMode">
            <summary>
            Gets or sets a value indicating whether the TreeView load child Nodes collection in NodesNeeded event only when Parend nodes expanded.
            </summary>
            <value><c>true</c> if [lazy mode]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.DropHintColor">
            <summary>
            Gets or sets the color of the drop hint.
            </summary>
            <remarks>
            The drop feedback is a visual cue that assists the user with information where to
            drop during the drag and drop operation.
            </remarks>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeView.ShowDropHint">ShowDropHint Property</seealso>
            <value>
            The default value is
            <a href="ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref8/html/P_System_Drawing_Color_Black.htm">
            black</a>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.ShowDropHint">
            <summary>
            Gets or sets a value indicating whether [show drop feedback].
            </summary>
            <value><c>true</c> if [show drop feedback]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.ShowDragHint">
            <summary>
            Gets or sets a value indicating whether [show drop feedback].
            </summary>
            <value><c>true</c> if [show drop feedback]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.RelationBindings">
            <summary>
            Contains data binding settings for related data.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.ExpandAnimation">
            <summary>Gets or sets the type of the <see cref="P:Telerik.WinControls.UI.RadTreeView.ExpandAnimation">expand animation enumeration</see>.</summary>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeView.AllowPlusMinusAnimation">AllowPlusMinusAnimation enumeration</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeView.PlusMinusAnimationStep">PlusMinusAnimationStep Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeView.ExpandAnimation">ExpandAnimation Enumeration</seealso>
            <value>
                The default value is ExpandAnimation.Opacity.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.PlusMinusAnimationStep">
            <summary>Gets or sets the opacity animation step for expand/collapse animation.</summary>
            <value>
            Returns a double value from double.Epsilon to 1 representing the opacity changing step with
            which the plus minus buttons are animated. The default value is 0.025.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.AllowPlusMinusAnimation">
            <summary>
            Gets or sets a value indicating whether animation of collapse/expand images is enabled.
             </summary>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeView.ShowExpandCollapse">ShowExpanCollapse Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeView.PlusMinusAnimationStep">PlusMinusAnimationStep Property</seealso>
            <value>The default value is false.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.ImageIndex">
            <summary>
            The default image index for nodes.
            </summary>
            <value>The index of the image.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.ImageKey">
            <summary>
            The default image key for nodes.
            </summary>
            <value>The image key.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.AllowDragDrop">
            <summary>
            Gets or sets a value indicating whether drag and drop operation with treeview
            nodes is enabled.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeView.AllowDragDrop">AllowDragDropBetweenTreeViews Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeNode.AllowDrop">AllowDrop Property (Telerik.WinControls.UI.RadTreeNode)</seealso>
            <value>The default value is false.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.MultiSelect">
            <summary>
            Gets or sets a value indicating whether the user is allowed to select more than one tree node at time
            </summary>
            <value><c>true</c> if [multi select]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.RadContextMenu">
            <summary>
            Gets or sets the shortcut menu associated with the control.
            </summary>
            <value></value>
            <returns>
            A <see cref="T:System.Windows.Forms.ContextMenu"/> that represents the shortcut menu associated with the control.
            </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.ContextMenuStrip">
            <summary>
            Gets or sets the <see cref="T:System.Windows.Forms.ContextMenuStrip"/> associated with this control.
            </summary>
            <value></value>
            <returns>
            The <see cref="T:System.Windows.Forms.ContextMenuStrip"/> for this control, or null if there is no <see cref="T:System.Windows.Forms.ContextMenuStrip"/>. The default is null.
            </returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.Filter">
            <summary>
            Gets or sets the filter.
            </summary>
            <value>The filter.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.SortOrder">
            <summary>
            Gets or sets the sort order of Nodes.
            </summary>
            <value>The sort order.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.FilterDescriptors">
            <summary>
            Gets the filter descriptors.
            </summary>
            <value>The filter descriptors.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.SortDescriptors">
            <summary>
            Gets the sort descriptors.
            </summary>
            <value>The sort descriptors.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.CheckBoxes">
            <summary>
            Gets or sets a value indicating whether checkboxes are displayed beside the nodes.
             </summary>
            <value>The default value is false.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.AutoCheckChildNodes">
            <summary>
            Gets or sets a value indicating whether the child nodes should be auto checked when RadTreeView is in tri state mode
             </summary>
            <value>The default value is false.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.FullRowSelect">
            <summary>
            Gets or sets a value indicating whether the highlight spans the width of the tree
            view.
            </summary>
            <value>The default value is false.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.HideSelection">
            <summary>
            Gets or sets a value indicating whether [hide selection].
            </summary>
            <value><c>true</c> if [hide selection]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.HotTracking">
            <summary>
            Gets or sets a value indicating whether [hot tracking].
            </summary>
            <value><c>true</c> if [hot tracking]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.TreeIndent">
            <summary>
            Gets or sets the indent.
            </summary>
            <value>The indent.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.ItemHeight">
            <summary>
            Gets or sets the height of the item.
            </summary>
            <value>The height of the item.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.AllowArbitraryItemHeight">
            <summary>
            Gets or sets a value indicating whether nodes can have different height.
            </summary>
            <value>The default value is false.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.SpacingBetweenNodes">
            <summary>Gets or sets the spacing in pixels between nodes.</summary>
            <value>The default value is 0.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.AllowEdit">
            <summary>
            Gets or sets a value indicating whether editing is allowed.
            </summary>
            <value><c>true</c> if [allow edit]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.AllowAdd">
            <summary>
            Gets or sets a value indicating whether adding new nodes is allowed.
            </summary>
            <value><c>true</c> if [allow edit]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.AllowRemove">
            <summary>
            Gets or sets a value indicating whether removing nodes is allowed.
            </summary>
            <value><c>true</c> if [allow edit]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.IsEditing">
            <summary>Gets a value indicating whether there is an open editor in the tree view.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.ActiveEditor">
            <summary>Gets the active editor in the tree.</summary>
            <value>
                The <see cref="T:Telerik.WinControls.UI.IValueEditor">IValueEditor Interface</see> if any. 
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.LineColor">
            <summary>
            Gets or sets the color of the line.
            </summary>
            <value>The color of the line.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.PathSeparator">
            <summary>
            Gets or sets the path separator.
            </summary>
            <value>The path separator.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.SelectedNode">
            <summary>
            Gets or sets the selected node.
            </summary>
            <value>The selected node.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.CheckedNodes">
            <summary>
            Gets the checked nodes.
            </summary>
            <value>The checked nodes.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.ShowLines">
            <summary>
            Gets or sets a value indicating whether [show lines].
            </summary>
            <value><c>true</c> if [show lines]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.ShowExpandCollapse">
            <summary>
            Gets or sets a value indicating whether expand/collapse (plus-minus) buttons are
            shown next to nodes with children.
            </summary>
            <value>The default value is true.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.TopNode">
            <summary>
            Gets the top node.
            </summary>
            <value>The top node.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.VisibleCount">
            <summary>
            Gets the visible count.
            </summary>
            <value>The visible count.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.DataMember">
            <summary>
            Gets or sets the name of the list or table in the data source for which the <see cref="T:Telerik.WinControls.UI.RadTreeView"/> is displaying data. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.DataSource">
            <summary>
            Gets or sets the data source that the <see cref="T:Telerik.WinControls.UI.RadTreeView"/> is displaying data for.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.DisplayMember">
            <summary>
            Gets or sets the display member.
            </summary>
            <value>The display member.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.ValueMember">
            <summary>
            Gets or sets the value member.
            </summary>
            <value>The value member.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.CheckedMember">
            <summary>
            Gets or sets the checked member.
            </summary>
            <value>The checked member.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.ChildMember">
            <summary>
            Gets or sets the child member.
            </summary>
            <value>The child member.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.ParentMember">
            <summary>
            Gets or sets the parent member.
            </summary>
            <value>The parent member.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.Nodes">
            <summary>
             Gets the collection of tree nodes that are assigned to the tree view control.
            </summary>
            <value>A System.Windows.Forms.TreeNodeCollection that represents the tree nodes assigned to the tree view control.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.TreeViewElement">
            <summary>
            Gets the tree view element.
            </summary>
            <value>The tree view element.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.HScrollBar">
            <summary>
            Gets the Horizontal scroll bar.
            </summary>
            <value>The Horizontal scroll bar.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.VScrollBar">
            <summary>
            Gets the Vertical scroll bar.
            </summary>
            <value>The Vertical scroll bar.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.LineStyle">
            <summary>
            Gets or sets the line style.
            </summary>
            <seealso cref="T:Telerik.WinControls.UI.TreeLineStyle">TreeLineStyle enumeration</seealso>
            <value>
                A <see cref="T:Telerik.WinControls.UI.TreeLineStyle">TreeLineStyle</see> that represents the style used for
                the lines beteen the nodes. The default is
                <see cref="T:Telerik.WinControls.UI.TreeLineStyle">TreeLineStyle.Dot</see>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.TriStateMode">
            <summary>
            Gets or sets a value indicating whether tri state mode is enabled.
             </summary>
            <value>The default value is false.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.ToggleMode">
            <summary>
            Gets or sets a value indicating the default tree view toggle mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.KeyboardSearchEnabled">
            <summary>
            Gets or sets a value that determines whether the user can navigate to an item by typing when RadTreeView is focused.
             </summary>
            <value>The default value is false.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.KeyboardSearchResetInterval">
            <summary>
            Gets or sets a value that specifies how long the user must wait before searching with the keyboard is reset.
             </summary>
            <value>The default value is 300.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.FindStringComparer">
            <summary>
            Gets or sets the string comparer used by the keyboard navigation functionality.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.ShowExpander">
            <summary>
            Occurs when the RadTreeView NodesNeeded event is handled and LazyMode property is true.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.DataError">
            <summary>
            Occurs when the RadTreeView report the data error.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.ItemDrag">
            <summary>
            Occurs when the user begins dragging an item.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.EditorRequired">
            <summary>
            Occurs when TreeView required editor.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.Editing">
            <summary>
            Occurs before the tree node label text is edited.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.EditorInitialized">
            <summary>
            Occurs when initializing the active editor.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.Edited">
            <summary>
            Occurs before the tree node label text is edited.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.ValueChanging">
            <summary>
            Occurs when the editor is changing the value during the editing proccess.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.ValueChanged">
            <summary>
            Occurs when the editor finished the value editing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.ValueValidating">
            <summary>
            Occurs when the editor changed the value edting.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.ValidationError">
            <summary>
            Occurs when editor validating fails.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.DragEnding">
            <summary>
            Occurs when a drag is ending 
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.DragEnded">
            <summary>
            Occurs when a drag has ended
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.DragStarting">
            <summary>
            Occurs when a drag is starting
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.DragStarted">
            <summary>
            Occurs when a drag has started
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.DragOverNode">
            <summary>
            Occurs when drag feedback is needed for a node.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.SelectedNodeChanging">
            <summary>
            Occurs before a tree node is selected.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.SelectedNodeChanged">
            <summary>
            Occurs after the tree node is selected.
            <remarks>
            For more information about handling events, see also SelectedNodeChanging.
            </remarks>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.SelectedNodesCleared">
            <summary>
            Occurs when selected nodes has been cleared.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.SelectedNodesChanged">
            <summary>
            Occurs when SelectedNodes collection has been changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodeMouseDown">
            <summary>
            Occurs when the user presses a mouse button over a RadTreeNode.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodeMouseUp">
            <summary>
            Occurs when the user releases a mouse button over a RadTreeNode.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodeMouseMove">
            <summary>
            Occurs when the user moves the mouse in the area of a RadTreeNode.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodeMouseEnter">
            <summary>
            Occurs when the mouse enters the area of a RadTreeNode.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodeMouseLeave">
            <summary>
            Occurs when the mouse leaves the area of a RadTreeNode.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodeMouseHover">
            <summary>
            Occurs when the mouse hovers over a RadTreeNode.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodeMouseClick">
            <summary>
             Occurs when a mouse button is clicked inside a <see cref="T:Telerik.WinControls.UI.TreeNodeElement"/>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodeMouseDoubleClick">
            <summary>
            Occurs when a mouse button is double clicked inside a <see cref="T:Telerik.WinControls.UI.TreeNodeElement"/>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodeCheckedChanging">
            <summary>
            Occurs when the value of the Checked property of a RadTreeNode is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodeCheckedChanged">
            <summary>
            Occurs when the value of the Checked property of a RadTreeNode is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodeExpandedChanging">
            <summary>
            Occurs before the value of the Expanded property of a tree node is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodeExpandedChanged">
            <summary>
            Occurs after the value of the Expanded property of a tree node is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodesNeeded">
            <summary>
            Occurs when the Nodes collection requires to be populated in Load-On-Demand mode using LazyTreeNodeProvider.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodeFormatting">
            <summary>
            Occurs when the node changes its state and needs to be formatted.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.CreateNode">
            <summary>
            Occurs when a new node is going to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.CreateNodeElement">
            <summary>
            Occurs when a new node element is going to be created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.ContextMenuOpening">
            <summary>
            Occurs when opening the context menu.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodeRemoved">
            <summary>
            Occurs after a node is removed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodeRemoving">
            <summary>
            Occurs before a node is removed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodeAdded">
            <summary>
            Occurs after a node is being added.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodeDataBound">
            <summary>
            Occurs after a node is bound to a data item.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeView.NodeAdding">
            <summary>
            Occurs before a node is being added.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.ExpandMode">
            <summary>
            Gets or sets a value indicating whether single node expand is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeView.AllowDefaultContextMenu">
            <summary>
            Gets or sets a value indicating whether the default context menu is enabled.
            </summary>
            <value>The default value is false.</value>
        </member>
        <member name="M:Telerik.WinControls.UI.TreeViewDragDropService.CreateTreeNode(Telerik.WinControls.UI.RadTreeNode)">
            <summary>
            Creates a new tree node in the target RadTreeView using the information from the source tree.
            </summary>
            <param name="sourceTreeNode">The source tree node.</param>
            <returns>A new instance of <see cref="T:Telerik.WinControls.UI.RadTreeNode"/> if successfull.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeViewDragDropService.ShowDropHint">
            <summary>
            Gets or sets a value indicating whether show drop hint should be shown.
            </summary>
            <value><c>true</c> if [show drop hint]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeViewDragDropService.ShowDragHint">
            <summary>
            Gets or sets a value indicating whether drag hint should be shown.
            </summary>
            <value><c>true</c> if [show drag hint]; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Telerik.WinControls.UI.TreeViewDateTimeEditor">
            <summary>
            Represents a date time editor in RadGridView.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TreeViewDropDownListEditor">
            <summary>
            Represents a DropDownList editor in RadGridView.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TreeViewSpinEditor">
            <summary>
            Represents a spin editor in RadGridView.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TreeViewTraversingEventHandler">
            <summary>
            Represents the method that will handle events in the hierarchy traverser.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Telerik.WinControls.UI.TreeViewTraversingEventArgs">
            <summary>
            Provides data for all events used in the hierarchy traverser.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TreeViewTraversingEventArgs.#ctor(Telerik.WinControls.UI.RadTreeNode)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TreeViewTraversingEventArgs"/> class.
            </summary>
            <param name="content">The content.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeViewTraversingEventArgs.Process">
            <summary>
            Gets or sets a value indicating whether the object instance to be processed by the hierarchy traverser.
            </summary>
            <value><c>true</c> if [process hierarchy object]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeViewTraversingEventArgs.Node">
            <summary>
            Gets the node.
            </summary>
            <value>The node.</value>
        </member>
        <member name="T:Telerik.WinControls.UI.TreeNodeStyle">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeStyle.Font">
            <summary>
            Gets or sets the font.
            </summary>
            <value>The font.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeStyle.ForeColor">
            <summary>
            Gets or sets the color of the fore.
            </summary>
            <value>The color of the fore.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeStyle.BorderColor">
            <summary>
            Gets or sets the color of the border.
            </summary>
            <value>The color of the border.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeStyle.BackColor4">
            <summary>
            Gets or sets the back color4.
            </summary>
            <value>The back color4.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeStyle.BackColor3">
            <summary>
            Gets or sets the back color3.
            </summary>
            <value>The back color3.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeStyle.BackColor2">
            <summary>
            Gets or sets the back color2.
            </summary>
            <value>The back color2.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeStyle.BackColor">
            <summary>
            Gets or sets the color of the back.
            </summary>
            <value>The color of the back.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeStyle.NumberOfColors">
            <summary>
            Gets or sets the number of colors.
            </summary>
            <value>The number of colors.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeStyle.GradientPercentage2">
            <summary>
            Gets or sets the gradient percentage2.
            </summary>
            <value>The gradient percentage2.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeStyle.GradientPercentage">
            <summary>
            Gets or sets the gradient percentage.
            </summary>
            <value>The gradient percentage.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeStyle.GradientAngle">
            <summary>
            Gets or sets the gradient angle.
            </summary>
            <value>The gradient angle.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeStyle.GradientStyle">
            <summary>
            Gets or sets the gradient style.
            </summary>
            <value>The gradient style.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeStyle.TextAlignment">
            <summary>
            Gets or sets the text alignment.
            </summary>
            <value>The text alignment.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeContentElement.FullDesiredSize">
            <summary>
            Gets or sets the full desired size calculated by the virtualized container
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TreeNodeLineElement.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TreeNodeLineElement"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.TreeNodeLineElement.#ctor(Telerik.WinControls.UI.TreeNodeElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.TreeNodeLineElement"/> class.
            </summary>
            <param name="nodeElement">The table element.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeLineElement.ArrowSize">
            <summary>
            Gets or sets the size of the arrow. Used to calculate pixel-perfect results.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeLineElement.Type">
            <summary>
            Gets or sets a value determining the shape of the link
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeLineElement.LineStyle">
            <summary>
            Gets or sets a value determining the style of the link lines
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TreeNodeLineElement.LinkType">
            <summary>
            Defines the differen link styles
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadTextBoxItem">
            <exclude/>
        </member>
        <member name="F:Telerik.WinControls.UI.RadTextBoxItem.RadTextBoxItemLastStateKey">
            <summary>
            This constant is used internally.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.#ctor(System.Windows.Forms.Control)">
            <summary>
            Initializes a new instance of 
            </summary>
            <param name="hostedControl"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.#ctor">
            <summary>
            Initializes a new instance of 
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.OnModifiedChanged(System.EventArgs)">
            <summary>
            Raises the ModifiedChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.AppendText(System.String)">
            <summary>
            Appends the given text
            </summary>
            <param name="text"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.Clear">
            <summary>
            Clears the editing control's text
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.ClearUndo">
            <summary>
            Clears and undoes the text
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.Copy">
            <summary>
            Copies the selected text
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.Cut">
            <summary>
            Cuts the selected text
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.DeselectAll">
            <summary>
            clears the selection
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.GetCharFromPosition(System.Drawing.Point)">
            <summary>
            Gets a character from a given point
            </summary>
            <param name="point"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.GetCharIndexFromPosition(System.Drawing.Point)">
            <summary>
            Gets the index of a character at a given point
            </summary>
            <param name="point"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.GetFirstCharIndexFromLine(System.Int32)">
            <summary>
            gets the index of the first char in a given line
            </summary>
            <param name="lineNumber"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.GetFirstCharIndexOfCurrentLine">
            <summary>
            gets the first char index at the current line
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.GetLineFromCharIndex(System.Int32)">
            <summary>
            Gets a line number from a char index
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.GetPositionFromCharIndex(System.Int32)">
            <summary>
            Gets the position from a char index
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.Paste">
            <summary>
            pastes the text in the clipboard
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.Paste(System.String)">
            <summary>
            Pasted a given text
            </summary>
            <param name="text"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.ScrollToCaret">
            <summary>
            scrolls the textbox to the caret position
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.Select(System.Int32,System.Int32)">
            <summary>
            Makes a selection in a given range specified by a start position and selection length
            </summary>
            <param name="start"></param>
            <param name="length"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.SelectAll">
            <summary>
            selects the whole text
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.OnAcceptsTabChanged(System.EventArgs)">
            <summary>
            Raises the AcceptsTabChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.OnHideSelectionChanged(System.EventArgs)">
            <summary>
            Raises the HideSelectionChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.OnMultilineChanged(System.EventArgs)">
            <summary>
            Raises the MultilineChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.OnPreviewKeyDown(System.Windows.Forms.PreviewKeyDownEventArgs)">
            <summary>
            Raises the PreviewKeyDown event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.OnReadOnlyChanged(System.EventArgs)">
            <summary>
            Raises the ReadOnlyChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxItem.OnTextAlignChanged(System.EventArgs)">
            <summary>
            Raises the TextAlignChanged event.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.Text">
            <summary>
            Gets or sets the text associated with this item. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.TabStop">
            <summary>
            Gets or sets whether the control can receives the focus when tab is pressed 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.AcceptsReturn">
            <summary>
            Gets or sets whether the text box accepts the return key
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.AcceptsTab">
            <summary>
             Gets or sets whether the text box accepts the tab key
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.CanUndo">
            <summary>
            Gets if the text box could undo its value
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.CharacterCasing">
            <summary>
            Indicates if all characters should be left alone or converted
            to upper or lower case
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.HideSelection">
            <summary>
            Gets or sets the selection in the text box
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.Lines">
            <summary>
            The lines of the text in a multi-line edit, as an array of string values
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.MaxLength">
            <summary>
            Specifies the maximum length of characters which could be entered
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.Modified">
            <summary>
            Indicates the visibility level of the object
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.Multiline">
            <summary>
            The text could span more than a line when the value is true
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.PasswordChar">
            <summary>
            Gets or sets the char used for entering passwords
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.PreferedHeght">
            <summary>
            Gets the preferred height
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.ReadOnly">
            <summary>
            Indicates whether the text could be changed or not
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.ScrollBars">
            <summary>
            The scrollbars which will appear if the editing control is in multiline mode
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.SelectedText">
            <summary>
            the text which is in selection
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.SelectionLength">
            <summary>
            the length of the selection
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.SelectionStart">
            <summary>
            Gets or sets the start selection position
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.ShortcutsEnabled">
            <summary>
            Indicates whether the shortcuts are enabled. <see href="http://msdn.microsoft.com/en-us/library/system.windows.forms.textboxbase.shortcutsenabled.aspx"/>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.TextAlign">
            <summary>
            Gets or sets the alignment of the text in the editing control
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.TextLength">
            <summary>
            Indicates the text length
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.WordWrap">
            <summary>
            Indicates if lines are automatically word-wrapped for
            multiline editing controls
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.NullText">
            <summary>
            Gets or sets the prompt text that is displayed when the TextBox  contains no text
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.NullTextColor">
            <summary>
            Gets or sets the color of prompt text that is displayed when the TextBox  contains no text
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.VsbVisible">
            <summary>
            Determines whether the element may be added associated with metadata in the Visual Style Builder.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.TextBoxControl">
            <summary>
            Gets the TextBox control hosted in this item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.StretchVertically">
            <summary>
            Gets or sets the vertical stretch value
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.UseGenericBorderPaint">
            <summary>
            Gets or sets a value indicating whether to show the bottom part of characters, clipped 
            due to font name or size particularities
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxItem.ShouldTextChangedFire">
            <summary>
            This property is used internally.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxItem.TabStopChanged">
            <summary>
            Occurs when the TabStop property has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxItem.AcceptsTabChanged">
            <summary>
            Occurs when the AcceptsTab property has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxItem.HideSelectionChanged">
            <summary>
            Occurs when the HideSelection property has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxItem.ModifiedChanged">
            <summary>
            Occurs when the Modified property has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxItem.MultilineChanged">
            <summary>
            Occurs when the Multiline property has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxItem.PreviewKeyDown">
            <summary>
            Occurs when a key is pressed while focus is on text box.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxItem.ReadOnlyChanged">
            <summary>
            Occurs when the ReadOnly property has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxItem.TextAlignChanged">
            <summary>
            Occurs when the TextAlign property has changed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeElement.IsSelected">
            <summary>
            Gets or sets a value indicating whether the node is selected.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeElement.IsCurrent">
            <summary>
            Gets or sets a value indicating that this is the current node.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeElement.IsExpanded">
            <summary>
            Gets or sets a value indicating whether the node is expanded.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeElement.IsControlFocused">
            <summary>
            Gets or sets a value indicating whether the control contains the focus.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeElement.IsRootNode">
            <summary>
            Gets a value indicating whether the node is currently at root level.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeElement.ItemHeight">
            <summary>
            Gets or sets the arbitrary height for this particular node.
            Valid when the owning RadTreeViewElement's AllowArbitraryHeight property is set to true.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeElement.HotTracking">
            <summary>
            Gets a value indicating that this is the hot tracking node.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.TreeNodeElement.HasChildren">
            <summary>
            Gets a value indicating whether this node contains child nodes.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.OnDataError(Telerik.WinControls.UI.TreeNodeDataErrorEventArgs)">
            <summary>
            Raises the <see cref="E:DataError"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.TreeNodeDataErrorEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.SetError(System.String,Telerik.WinControls.UI.RadTreeNode,System.Object[])">
            <summary>
            Sets the error.
            </summary>
            <param name="text">The text.</param>
            <param name="radTreeNode">The RAD tree node.</param>
            <param name="context">The context where this error occured.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.AddNodeByPath(System.String)">
            <summary>
            Creates a new node and adds a node by path. The label of the new node will be the text after the last separator.
            </summary>
            <param name="path">Where the node should be added.</param>
            <returns>The new node if the operation is successful.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.AddNodeByPath(System.String,System.String)">
            <summary>
            Creates a new node and adds a node by path. The label of the new node will be the text after the last separator.
            </summary>
            <param name="path">Where the node should be added.</param>
            <param name="pathSeparator">The path separator.</param>
            <returns>The new node if the operation is successful.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.GetNodeByPath(System.String)">
            <summary>
            Gets a node by specifying a path to it.
            </summary>
            <param name="path">The path to the node.</param>
            <returns>The node if found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.GetNodeByPath(System.String,System.String)">
            <summary>
            Gets a node by specifying a path to it.
            </summary>
            <param name="path">The path to the node.</param>
            <param name="pathSeparator">The path separator.</param>
            <returns>The node if found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.GetNodeByName(System.String)">
            <summary>
            Gets a node with the specified name.
            </summary>
            <param name="name">The name of the node.</param>
            <returns>A node with the specified name.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.GetNodeByName(System.String,Telerik.WinControls.UI.RadTreeNode)">
            <summary>
            Gets a node with the specified name.
            </summary>
            <param name="name">The name of the node.</param>
            /// <param name="rootNode">The node which the should be taken as a root.</param>
            <returns>A node with the specified name.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.BeginEdit">
            <summary>
            Puts the current node in edit mode.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.EndEdit">
            <summary>
             Commits any changes and ends the edit operation on the current cell.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.CancelEdit">
            <summary>
            Close the currently active editor and discard changes.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.Update(Telerik.WinControls.UI.RadTreeViewElement.UpdateActions)">
            <summary>
            Updates the visual items in the three view
            </summary>
            <param name="updateAction">Indicated the update action</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.Update(Telerik.WinControls.UI.RadTreeViewElement.UpdateActions,Telerik.WinControls.UI.RadTreeNode[])">
            <summary>
            Updates the visual items in the three view
            </summary>
            <param name="updateAction">Indicated the update action</param>
            <param name="nodes">Array representing the nodes which should be updated</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.BeginUpdate">
            <summary>
            Begins the update.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.EndUpdate">
            <summary>
            Ends the update.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.EndUpdate(System.Boolean,Telerik.WinControls.UI.RadTreeViewElement.UpdateActions)">
            <summary>
            Ends the update.
            </summary>
            <param name="performUpdate">Tells the view whether an update is required or not.</param>
            <param name="action">Indicates the update action</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.DeferRefresh">
            <summary>
            Defers the refresh.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.CollapseAll">
            <summary>
            Collapses all.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.ExpandAll">
            <summary>
            Expands all.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.GetNodes">
            <summary>
            Gets an enumerator which enumerates all nodes in the tree.
            </summary>
            <returns>The enumerator.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.GetDescendantNodes(Telerik.WinControls.UI.RadTreeNode)">
            <summary>
            Gets an enumerator which enumerates all descendant nodes of a node.
            </summary>
            <returns>The enumerator.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.GetNodeAt(System.Int32,System.Int32)">
            <summary>
            Gets the node at.
            </summary>
            <param name="x">The x.</param>
            <param name="y">The y.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.GetNodeAt(System.Drawing.Point)">
            <summary>
            Gets the node at.
            </summary>
            <param name="pt">The pt.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.GetNodeElementAt(System.Int32,System.Int32)">
            <summary>
            Gets the node element at.
            </summary>
            <param name="x">The x.</param>
            <param name="y">The y.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.GetNodeElementAt(System.Drawing.Point)">
            <summary>
            Gets the node element at.
            </summary>
            <param name="pt">The pt.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.GetNodeCount(System.Boolean)">
            <summary>
            Gets the node count.
            </summary>
            <param name="includeSubTrees">if set to <c>true</c> [include sub trees].</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.Find(System.Predicate{Telerik.WinControls.UI.RadTreeNode})">
            <summary>
            Finds the specified match.
            </summary>
            <param name="match">The match.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.Find(System.String)">
            <summary>
            Finds the specified text.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.FindNodes(System.Predicate{Telerik.WinControls.UI.RadTreeNode})">
            <summary>
            Finds the nodes.
            </summary>
            <param name="match">The match.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.FindNodes``1(Telerik.WinControls.UI.FindAction{``0},``0)">
            <summary>
            Finds the nodes.
            </summary>
            <param name="match">The match.</param>
            <param name="arg">The argument.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.FindNodes(System.String)">
            <summary>
            Finds the nodes.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.ForEach(System.Action{Telerik.WinControls.UI.RadTreeNode})">
            <summary>
            Execute the specified action for every RadTreeNode in the tree
            </summary>
            <param name="action"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.Execute(Telerik.WinControls.Commands.ICommand,System.Object[])">
            <summary>
            Executes the specified command.
            </summary>
            <param name="command">The command.</param>
            <param name="settings">The settings.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.Execute(System.Boolean,Telerik.WinControls.Commands.ICommand,System.Object[])">
            <summary>
            Executes the specified command include sub trees.
            </summary>
            <param name="includeSubTrees">if set to <c>true</c> [include sub trees].</param>
            <param name="command">The command.</param>
            <param name="settings">The settings.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.ScrollTo(System.Int32)">
            <summary>
            Scrolls to.
            </summary>
            <param name="delta">The delta.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.EnsureVisible(Telerik.WinControls.UI.RadTreeNode)">
            <summary>
            Ensures that the specified tree node is visible within the tree view element, scrolling the contents of the element if necessary.
            </summary>
            <param name="node">The node to scroll into view</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.BringIntoView(Telerik.WinControls.UI.RadTreeNode)">
            <summary>
            Ensures that the specified tree node is visible within the tree view element, scrolling the contents of the element if necessary. 
            This method expands parent items when necessary.
            </summary>
            <param name="node">The node to bring into view</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTreeViewElement.GetFirstMatch(System.String,Telerik.WinControls.UI.RadTreeNodeCollection)">
            <summary>
            This method traverses through the visible nodes of RadTreeView and returns a node that matches the <paramref name="searchCriteria"/>.
            </summary>
            <param name="searchCriteria"></param>
            <param name="nodes"></param>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.DataError">
            <summary>
            Occurs when [data error].
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.BindingContextChanged">
            <summary>
            Occurs when [binding context changed].
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.NodeFormatting">
            <summary>
            Occurs when <see cref="T:Telerik.WinControls.UI.TreeNodeElement"/> is formatting
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.CreateNodeElement">
            <summary>
            Occurs when <see cref="T:Telerik.WinControls.UI.TreeNodeElement"/> is created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.CreateNode">
            <summary>
            Occurs when <see cref="T:Telerik.WinControls.UI.RadTreeNode"/> is created.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.NodeDataBound">
            <summary>
            Occurs after a node is bound to a data item.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.NodeMouseDown">
            <summary>
            Occurs when <see cref="T:Telerik.WinControls.UI.TreeNodeElement"/> is mouse down.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.NodeMouseUp">
            <summary>
            Occurs when <see cref="T:Telerik.WinControls.UI.TreeNodeElement"/> is mouse up.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.NodeMouseMove">
            <summary>
            Occurs when mouse is move over a <see cref="T:Telerik.WinControls.UI.TreeNodeElement"/>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.ShowExpander">
            <summary>
            Occurs when LazyMode is true and NodesNeeded event is handled
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.NodeMouseEnter">
            <summary>
            Occurs when mouse enters a <see cref="T:Telerik.WinControls.UI.TreeNodeElement"/>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.NodeMouseLeave">
            <summary>
            Occurs when mouse leaves a <see cref="T:Telerik.WinControls.UI.TreeNodeElement"/>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.NodeMouseClick">
            <summary>
            Occurs when a mouse button is clicked inside a <see cref="T:Telerik.WinControls.UI.TreeNodeElement"/>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.NodeMouseDoubleClick">
            <summary>
            Occurs when a mouse button is double clicked inside a <see cref="T:Telerik.WinControls.UI.TreeNodeElement"/>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.NodeMouseHover">
            <summary>
            Occurs when <see cref="T:Telerik.WinControls.UI.TreeNodeElement"/> is hovered.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.NodeCheckedChanging">
            <summary>
            Occurs when node's checked state is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.NodeCheckedChanged">
            <summary>
            Occurs when node's checked state is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.NodeExpandedChanging">
            <summary>
            Occurs when node is expanding.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.NodeExpandedChanged">
            <summary>
            Occurs when node has been expanded.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.SelectedNodeChanging">
            <summary>
            Occurs when the selected node is changing
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.SelectedNodeChanged">
            <summary>
            Occurs when selected node has been changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.SelectedNodesCleared">
            <summary>
            Occurs when selected node has been cleared.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.SelectedNodesChanged">
            <summary>
            Occurs when SelectedNodes collection has been changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.EditorRequired">
            <summary>
            Occurs when editor is required.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.Editing">
            <summary>
            Occurs when editing is started.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.EditorInitialized">
            <summary>
            Occurs when editor is initialized.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.Edited">
            <summary>
            Occurs when editing has been finished.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.ValueChanging">
            <summary>
            Occurs when node's value is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.ValueChanged">
            <summary>
            Occurs when node's value has been changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.ValueValidating">
            <summary>
            Occurs when node's value is validating.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.ValidationError">
            <summary>
            Occurs when validation error occurs by canceling the ValueValidating event.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.ItemDrag">
            <summary>
            Occurs when the user begins dragging an item.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.DragStarting">
            <summary>
            Occurs when a drag is starting
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.DragStarted">
            <summary>
            Occurs when a drag has started
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.DragEnding">
            <summary>
            Occurs when a drag is ending 
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.DragEnded">
            <summary>
            Occurs when a drag has ended
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.DragOverNode">
            <summary>
            Occurs when drag feedback is needed for a node.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.NodesNeeded">
            <summary>
            Occurs when nodes are needed in load on demand hierarchy
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.NodeRemoved">
            <summary>
            Occurs after a node is removed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTreeViewElement.NodeAdded">
            <summary>
            Occurs after a node is being added.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.Comparer">
            <summary>
            Gets or sets the default sort Comparer for RadTreeView. The default comparer compares the nodes according to their text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.EnableKineticScrolling">
            <summary>
            Gets or sets a value indicating whether the kinetic scrolling function is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ScrollBehavior">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.ScrollServiceBehavior"/> that is responsible for the kinetic scrolling option.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.LazyMode">
            <summary>
            Gets or sets a value indicating whether the TreeView load child Nodes collection in NodesNeeded event only when Parend nodes expanded.
            </summary>
            <value><c>true</c> if [lazy mode]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.AutoCheckChildNodes">
            <summary>
            Gets or sets a value indicating whether the child nodes should be auto checked when RadTreeView is in tri state mode
             </summary>
            <value>The default value is false.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.RelationBindings">
            <summary>
            Contains data binding settings for related data.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ExpandAnimation">
            <summary>Gets or sets the type of the <see cref="P:Telerik.WinControls.UI.RadTreeViewElement.ExpandAnimation">expand animation enumeration</see>.</summary>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeViewElement.AllowPlusMinusAnimation">AllowPlusMinusAnimation enumeration</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeViewElement.PlusMinusAnimationStep">PlusMinusAnimationStep Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeViewElement.ExpandAnimation">ExpandAnimation Enumeration</seealso>
            <value>
            
                The default value is ExpandAnimation.Opacity.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.PlusMinusAnimationStep">
            <summary>Gets or sets the opacity animation step for expand/collapse animation.</summary>
            <value>
            Returns a double value from double.Epsilon to 1 representing the opacity changing step with
            which the plus minus buttons are animated. The default value is 0.025.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.AllowPlusMinusAnimation">
            <summary>
            Gets or sets a value indicating whether animation of collapse/expand images is enabled.
             </summary>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeViewElement.ShowExpandCollapse">ShowExpanCollapse Property</seealso>
            <seealso cref="P:Telerik.WinControls.UI.RadTreeViewElement.PlusMinusAnimationStep">PlusMinusAnimationStep Property</seealso>
            <value>The default value is false.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ImageIndex">
            <summary>
            The default image index for nodes.
            </summary>
            <value>The index of the image.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ImageKey">
            <summary>
            The default image key for nodes.
            </summary>
            <value>The image key.</value>
            
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.TriStateMode">
            <summary>
            Gets or sets a value indicating whether [tri state mode].
            </summary>
            <value><c>true</c> if [tri state mode]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ToggleMode">
            <summary>
            Gets or sets the toggle mode.
            </summary>
            <value>The toggle mode.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.DragDropService">
            <summary>
            Gets or sets the drag drop service used when dragging nodes within RadTreeView or between different instances of RadTreeView.
            </summary>
            <value>The drag drop service.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ItemDropHint">
            <summary>
            Gets or sets the <see cref="T:Telerik.WinControls.RadImageShape">RadImageShape</see> instance which describes the hint that indicates where an item will be dropped after a drag operation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.LastNode">
            <summary>
            Gets the last node.
            </summary>
            <value>The last node.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.AllowDragDrop">
            <summary>
            Gets or sets a value indicating whether [allow drag drop].
            </summary>
            <value><c>true</c> if [allow drag drop]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.MultiSelect">
            <summary>
            Gets or sets a value indicating whether [multi select].
            </summary>
            <value><c>true</c> if [multi select]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ShowExpandCollapse">
            <summary>
            Gets or sets a value indicating whether [show expander].
            </summary>
            <value><c>true</c> if [show expander]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.SelectedNodes">
            <summary>
            Gets the selected nodes.
            </summary>
            <value>The selected nodes.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.CheckedNodes">
            <summary>
            Gets the checked nodes.
            </summary>
            <value>The checked nodes.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ContextMenu">
            <summary>
            Gets or sets the context menu.
            </summary>
            <value>The context menu.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.CheckBoxes">
            <summary>
            Gets or sets a value indicating whether [check boxes].
            </summary>
            <value><c>true</c> if [check boxes]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.HideSelection">
            <summary>
            Gets or sets a value indicating whether [hide selection].
            </summary>
            <value><c>true</c> if [hide selection]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.HotTracking">
            <summary>
            Gets or sets a value indicating whether [hot tracking].
            </summary>
            <value><c>true</c> if [hot tracking]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ItemHeight">
            <summary>
            Gets or sets the height of the item.
            </summary>
            <value>The height of the item.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ActiveEditor">
            <summary>
            Gets or sets the active editor.
            </summary>
            <value>The active editor.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.AllowEdit">
            <summary>
            Gets or sets a value indicating whether [allow edit].
            </summary>
            <value><c>true</c> if [allow edit]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.EditMode">
            <summary>
            Gets or sets the default RadTreeNode edit mode.
            </summary>
            <value>The edit mode.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.AllowAdd">
            <summary>
            Gets or sets a value indicating whether [allow edit].
            </summary>
            <value><c>true</c> if [allow edit]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.AllowRemove">
            <summary>
            Gets or sets a value indicating whether [allow edit].
            </summary>
            <value><c>true</c> if [allow edit]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.IsEditing">
            <summary>
            Gets a value indicating whether there is an open editor in the tree view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.SelectedNode">
            <summary>
            Gets or sets the selected node.
            </summary>
            <value>The selected node.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ShowLines">
            <summary>
            Gets or sets a value indicating whether [show lines].
            </summary>
            <value><c>true</c> if [show lines]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ShowRootLines">
            <summary>
            Gets or sets a value indicating whether [show root lines].
            </summary>
            <value><c>true</c> if [show root lines]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ShowNodeToolTips">
            <summary>
            Gets or sets a value indicating whether [show node tool tips].
            </summary>
            <value><c>true</c> if [show node tool tips]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.TopNode">
            <summary>
            Gets the first visible tree node in the tree view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.LineColor">
            <summary>
            Gets or sets the color of the lines connecting the nodes in the tree view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.LineStyle">
            <summary>
            Gets or sets the line style.
            </summary>
            <seealso cref="T:Telerik.WinControls.UI.TreeLineStyle">TreeLineStyle enumeration</seealso>
            <value>
                A <see cref="T:Telerik.WinControls.UI.TreeLineStyle">TreeLineStyle</see> that represents the style used for
                the lines beteen the nodes. The default is
                <see cref="T:Telerik.WinControls.UI.TreeLineStyle">TreeLineStyle.Dot</see>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.VisibleCount">
            <summary>
             Gets the number of tree nodes that are visible in the tree view
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.PathSeparator">
            <summary>
            Gets or sets the path separator.
            </summary>
            <value>The path separator.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.TreeNodeProvider">
            <summary>
            Gets or sets the tree node provider.
            </summary>
            <value>The tree node provider.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.BindingContext">
            <summary>
            Gets or sets the binding context.
            </summary>
            <value>The binding context.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.DataSource">
            <summary>
            Gets or sets the data source that the <see cref="T:Telerik.WinControls.UI.RadTreeView"/> is displaying data for.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.Nodes">
            <summary>
            Gets the nodes.
            </summary>
            <value>The nodes.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.TreeIndent">
            <summary>
            Gets or sets the indent of nodes, applied to each tree level.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.Filter">
            <summary>
            Gets or sets the filter.
            </summary>
            <value>The filter.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.SortOrder">
            <summary>
            Gets or sets the sort order of Nodes.
            </summary>
            <value>The sort order.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.FilterDescriptors">
            <summary>
            Gets the filter descriptors.
            </summary>
            <value>The filter descriptors.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.SortDescriptors">
            <summary>
            Gets the sort descriptors.
            </summary>
            <value>The sort descriptors.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.DataMember">
            <summary>
            Gets or sets the name of the list or table in the data source for which the <see cref="T:Telerik.WinControls.UI.RadTreeViewElement"/> is displaying data. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ValueMember">
            <summary>
            Gets or sets a property name which will be used to extract a value from the data items. The value of the property with
            this name will be available via the Value property of every RadTreeNode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.CheckedMember">
            <summary>
            Gets or sets a property name which will be used to extract the checked state of the data items. The value of the property with
            this name will be available via the Checked property of every RadTreeNode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ChildMember">
            <summary>
            Gets or sets a property name which will be used to define a relation of the data items. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.DisplayMember">
            <summary>
            Gets or sets a property name which will be used to extract the text of the data items. The value of the property with
            this name will be available via the Text property of every RadTreeNode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ParentMember">
            <summary>
            Gets or sets a property name which will be used to define a relation of the data items. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ExpandImage">
            <summary>
             Gets or sets the expand image 
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.CollapseImage">
            <summary>
             Gets or sets the expand image 
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.HoveredExpandImage">
            <summary>
             Gets or sets the hovered expand image 
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.HoveredCollapseImage">
            <summary>
             Gets or sets the hovered collapse image 
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.AllowArbitraryItemHeight">
            <summary>
            Gets or sets a value indicating whether nodes can have different height.
            </summary>
            <value>The default value is false.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.FullRowSelect">
            <summary>
            Gets or sets a value indicating whether to select the full row.
            </summary>
            <value>The default value is false.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.NodeSpacing">
            <summary>
            Gets or sets the vertical spacing among nodes.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.AlternatingRowColor">
            <summary>
            Gets or sets the alternating row color.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.AllowAlternatingRowColor">
            <summary>
            Gets or sets a value indicating whether to show rows with alternating row colors.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.FirstVisibleIndex">
            <summary>
            Gets the index of the first visible node.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ExpandMode">
            <summary>
            Gets or sets a value indicating whether single node expand is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.HorizontalScrollState">
            <summary>
            Gets or sets a property that controls the visibility of the horizontal scrollbar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.VerticalScrollState">
            <summary>
            Gets or sets a property that controls the visibility of the vertical scrollbar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.IsInDesignMode">
            <summary>
            Gets or  a value indicating whether the control is in design mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.AutoScrollOnClick">
            <summary>
            Gets or sets a value indicating whether to scroll horizontally RadTreeView to ensure that the clicked node is visible.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.AllowDefaultContextMenu">
            <summary>
            Gets or sets a value indicating whether the default context menu is enabled.
            </summary>
            <value>The default value is false.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.FilterPredicate">
            <summary>
            Provides a callback so that the default filtering expression parser can be substituted. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.KeyboardSearchEnabled">
            <summary>
            Gets or sets a value that determines whether the user can navigate to an item by typing when RadTreeViewElement is focused.
            The default value is false.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.KeyboardSearchResetInterval">
            <summary>
            Gets or sets a value that specifies how long the user must wait before searching with the keyboard is reset.
             The default value is 300.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.FindStringComparer">
            <summary>
            Gets or sets an object that implements IFindStringComparer.
            The value of this property is used in the keyboard search functionality.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTreeViewElement.ExpandTimerInterval">
            <summary>
            Gets or sets the expand timer interval - this is the interval of time in milliseconds which will pass before a hovered node is being expanded during drag and drop operation.
            </summary>
            <value>
            The expand timer interval.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.RadButtonBase">
            <summary>
                Represents a base button control. The button control serves as a
                <see cref="T:Telerik.WinControls.UI.RadButtonElement">RadButtonElement Class</see> wrapper. All logic and
                presentation features are implemented in a parallel hierarchy of objects. For this
                reason, <see cref="T:Telerik.WinControls.UI.RadButtonElement">RadButtonElement Class</see> may be nested in
                any other telerik control, item, or element.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadButtonBase.#ctor">
            <summary>
            Initializes a new instance of the RadButtonBase class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadButtonBase.CreateButtonElement">
            <summary>
            Override this method to create custom main element. By default the main element is an instance of
            RadButtonElement.
            </summary>
            <returns>Instance of the one-and-only child of the root element of RadButton.</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonBase.Text">
            <summary>
            Gets or sets the text associated with this item. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonBase.AllowShowFocusCues">
            <summary>
            Indicates focus cues display, when available, based on the corresponding control type and the current UI state.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonBase.ButtonElement">
            <summary>
            Gets the instance of RadButtonElement wrapped by this control. RadButtonElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadButton.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonBase.MeasureTrailingSpaces">
            <summary>
            Includes the trailing space at the end of each line. By default the boundary rectangle returned by the Overload:System.Drawing.Graphics.MeasureString method excludes the space at the end of each line. Set this flag to include that space in measurement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonBase.Image">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadButtonItem.Image" filter=""/>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonBase.ImageIndex">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadButtonItem.ImageIndex" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonBase.ImageKey">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadButtonItem.ImageKey" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonBase.DisplayStyle">
            <summary>
            Specifies the options for display of image and text primitives in the element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonBase.TextImageRelation">
            <summary>
            Gets or sets the position of text and image relative to each other. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonBase.ImageAlignment">
            <summary>
            Gets or sets the alignment of image content on the drawing surface. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonBase.TextAlignment">
            <summary>
            Gets or sets the alignment of text content on the drawing surface. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButtonBase.UseMnemonic">
            <summary>
            Determines whether the button can be clicked by using mnemonic characters.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSplitter.IsCollapsed">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSplitter.CollapsedState">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSplitter.ThumbLength">
            <summary>
            Get or set thumb size
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.SplitterElement.HorizontalImage">
            <summary>
            Gets or sets the image used by the splitter when in horizontal orientation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.SplitterElement.VerticalImage">
            <summary>
            Gets or sets the image used by the splitter when in vertical orientation.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadGalleryDropDown">
            <summary>
            This class represents the drop-down
            of the RadGalleryElement.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGalleryDropDown.#ctor(Telerik.WinControls.UI.RadGalleryElement)">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.RadGalleryElement"/>
            class.
            </summary>
            <param name="ownerElement">An instance of the <see cref="T:Telerik.WinControls.UI.RadGalleryElement"/>
            class that represents the gallery that owns this drop-down.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.GroupBoxContent">
            <summary>
            Represents the groupbox content.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GroupBoxVisualElement.Fill">
            <summary>
            Gets the FillPrimitive contained in the Content area
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.GroupBoxVisualElement.Border">
            <summary>
            Gets the BorderPrimitive contained in the Content area.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GroupBoxContent.CreateChildElements">
            <summary>
            Creates child elements. Please refer to TPF documentation for more information.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GroupBoxContent.ToString">
            <summary>
            Returns class name.
            </summary>
            <returns>class name</returns>
        </member>
        <member name="T:Telerik.WinControls.UI.GroupBoxFooter">
            <summary>
            Represents the groupbox footer.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GroupBoxFooter.CreateChildElements">
            <summary>
            Creates child elements. Please refer to TPF documentation for more information.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GroupBoxFooter.MeasureOverride(System.Drawing.SizeF)">
            <summary>
            Performs layout measure. Please refer to TPF documentation for more information.
            </summary>
            <param name="availableSize"></param>
            <returns>desired size</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.GroupBoxFooter.ToString">
            <summary>
            Returns class name.
            </summary>
            <returns>class name</returns>
        </member>
        <member name="T:Telerik.WinControls.UI.RadGroupBox">
            <summary>
            Represents a groupbox. The group box major purpose is to define a radio buttons group. The RadGroupBox does not support scrolling.  
            The control is highly customizable using themes.    
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGroupBox.#ctor">
            <summary>
            Parameterless contstructor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.Text">
            <summary>
            Gets or sets the header text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.GroupBoxElement">
            <summary>
            Gets the groupbox element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.GroupBoxStyle">
            <summary>
            Gets or sets the groupbox style - Standard or Office.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.HeaderPosition">
            <summary>
            Gets or sets the header position - Top, Right, Bottom, Left
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.HeaderAlignment">
            <summary>
            Gets or sets the header alignment - Near, Center, Far.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.HeaderMargin">
            <summary>
            Gets or sets the header margin.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.FooterVisibility">
            <summary>
            Gets or sets footer visibility.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.HeaderText">
            <summary>
            Gets or sets the header text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.FooterText">
            <summary>
            Gets or sets the footer text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.HeaderImage">
            <summary>
            Gets or sets the header image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.FooterImage">
            <summary>
            Gets or sets the footer image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.HeaderImageKey">
            <summary>
            Gets or sets the header image key.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.HeaderImageIndex">
            <summary>
            Gets or sets the header image index.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.FooterImageKey">
            <summary>
            Gets or sets the footer image key.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.FooterImageIndex">
            <summary>
            Gets or sets the footer image index.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.HeaderTextImageRelation">
            <summary>
            Gets or sets the header text image relation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.FooterTextImageRelation">
            <summary>
            Gets or sets the footer text image relation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.HeaderTextAlignment">
            <summary>
            Gets or sets the header text alignment.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.FooterTextAlignment">
            <summary>
            Gets or sets the footer text alignment.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.HeaderImageAlignment">
            <summary>
            Gets or sets the header image alignment.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBox.FooterImageAlignment">
            <summary>
            Gets or sets the footer image alignment.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBoxElement.HeaderMargin">
            <summary>
            Gets or sets the header margin.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBoxElement.HeaderText">
            <summary>
            Gets or sets the header text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBoxElement.FooterText">
            <summary>
            Gets or sets the footer text.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBoxElement.HeaderImage">
            <summary>
            Gets or sets the header image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBoxElement.FooterImage">
            <summary>
            Gets or sets the footer image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBoxElement.HeaderTextImageRelation">
            <summary>
            Gets or sets the header text image relation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBoxElement.FooterTextImageRelation">
            <summary>
            Gets or sets the footer text image relation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBoxElement.HeaderTextAlignment">
            <summary>
            Gets or sets the header text alignment.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBoxElement.FooterTextAlignment">
            <summary>
            Gets or sets the footer text alignment.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBoxElement.HeaderImageAlignment">
            <summary>
            Gets or sets the header image alignment.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBoxElement.FooterImageAlignment">
            <summary>
            Gets or sets the footer image alignment.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBoxElement.HeaderImageKey">
            <summary>
            Gets or sets the header image key.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBoxElement.HeaderImageIndex">
            <summary>
            Gets or sets the header image index.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBoxElement.FooterImageKey">
            <summary>
            Gets or sets the footer image key.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBoxElement.FooterImageIndex">
            <summary>
            Gets or sets the footer image index.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGroupBoxElement.GroupBoxStyle">
            <summary>
            Gets or sets the group box style - Standard, or Office.  
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadGroupBoxStyle">
            <summary>
            Defines group box styles.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabel.AutoSize">
            <summary>
            	<para>Gets or sets a value indicating whether the control is automatically resized
                to display its entire contents.</para>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabel.TextImageRelation">
            <summary>
            Gets or sets the position of text and image relative to each other. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabel.TextWrap">
            <summary>
            true if the text should wrap to the available layout rectangle otherwise, false. The default is true
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabel.ImageAlignment">
            <summary>
            Gets or sets the alignment of image content on the drawing surface. 
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabel.TextAlignment">
            <summary>
            Gets or sets the alignment of text content on the drawing surface. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabel.ImageKey">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadButtonItem.ImageKey" filter=""/>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabel.ImageIndex">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadLabelElement.ImageIndex" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabel.Image">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadButtonItem.Image" filter=""/>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabel.UseMnemonic">
            <summary>
            If true, the first character preceded by an ampersand will be used as the label's mnemonic key
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabel.BorderVisible">
            <summary>
            Gets or sets a value indicating whether the border is visible
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabel.LabelElement">
            <summary>
            Gets the instance of RadLabelElement wrapped by this control. RadLabelElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadLabel.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.LayoutManagerPart.IsDirty">
            <summary>
            IsDirty Property
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemDataBindingEventArgs.#ctor(Telerik.WinControls.RadItem,System.Object)">
            <summary>
            Takes as parameters the <see cref="T:Telerik.WinControls.RadItem"/> that is binding
            and the <see cref="T:System.Object"/> that is being bound to the RadItem.
            </summary>
            <param name="dataBindingItem">The <see cref="T:Telerik.WinControls.RadItem"/> that is binding.</param>
            <param name="dataItem">The object that is being bound to the <see cref="P:Telerik.WinControls.UI.ItemDataBoundEventArgs.DataBoundItem"/>.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemDataBindingEventArgs.DataBindingItem">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.RadItem"/> that is bound.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemDataBindingEventArgs.NewBindingItem">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.RadItem"/> that was swapped with a new RadItem.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemDataBindingEventArgs.DataItem">
            <summary>
            Gets the object that is being bound to the <see cref="P:Telerik.WinControls.UI.ItemDataBoundEventArgs.DataBoundItem"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemDataBoundEventArgs.#ctor(Telerik.WinControls.RadItem,System.Object)">
            <summary>
            Takes as parameters the <see cref="T:Telerik.WinControls.RadItem"/> that is bound
            and the <see cref="T:System.Object"/> that is being bound to the RadItem.
            </summary>
            <param name="dataBoundItem">The <see cref="T:Telerik.WinControls.RadItem"/> that is bound.</param>
            <param name="dataItem">The object that is being bound to the <see cref="P:Telerik.WinControls.UI.ItemDataBoundEventArgs.DataBoundItem"/>.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemDataBoundEventArgs.DataBoundItem">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.RadItem"/> that is bound.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemDataBoundEventArgs.DataItem">
            <summary>
            Gets the object that is being bound to the <see cref="P:Telerik.WinControls.UI.ItemDataBoundEventArgs.DataBoundItem"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.EditorSupportedType">
            <summary>
            Returns the type supported by the class implementing the ICellEditor interface. 
            The supported type is the data type that can be handled and edited by the editor. 
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.EditorVisualMode">
            <summary>
            Defines how the editor will be positioned relatively to the edited container
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.EditorVisualMode.Inline">
            <summary>
            Editor is positioned inline, inside of the editor container, and logically resides in container's children
            hierarchy. Usually it is recommended to use this option for compact-sized editors, 
            like textboxes, comboboxes, mask editors, checkboxes, etc.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.EditorVisualMode.Dropdown">
            <summary>
            Editor is positioned inside a popup control which is positioned vertically under the edited 
            container. Usually it is recommended to use this 
            option for medium to large-sized editors, like calendars, custom controls and panels,
            radiobutton lists, checkbox groups, etc.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.EditorVisualMode.Default">
            <summary>
            Usually this means that the editor is positioned explicitly by the edited containers's logic. 
            Also it is used as a default initialization value.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.IEditorProvider">
            <summary>
            Provides functionality for managing editors
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.IEditorProvider.GetDefaultEditor">
            <summary>
            Returns an editor instance of the default type for the editor provider.
            </summary>
            <returns>An object that implements <see cref="T:Telerik.WinControls.UI.IInputEditor"/> interface.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.IEditorProvider.GetDefaultEditorType">
            <summary>
            Gets the default editor type for the editor provider.
            </summary>
            <returns>The default type.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.IEditorProvider.InitializeEditor(Telerik.WinControls.UI.IInputEditor)">
            <summary>
            Initializes a specified editor.
            </summary>
            <param name="editor">An object that implements <see cref="T:Telerik.WinControls.UI.IInputEditor"/> interface.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.IInputElement">
            <summary>
            Establishes the common events and also the event-related properties and methods for basic input processing by 
            Telerik Presentation Foundation (TPF) elements. 
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.IRadScrollViewport">
            <summary>
                This interface defines all necessary methods for custom scrolling. Performing each
                scroll operation via the method <see cref="M:Telerik.WinControls.UI.IRadScrollViewport.DoScroll(System.Drawing.Point,System.Drawing.Point)"/> (thus allowing custom
                logic to be used) is called logical scrolling. The only way to enable logical
                scrolling in <see cref="T:Telerik.WinControls.UI.RadScrollViewer"/> is via implementation of this
                interface.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.IRadScrollViewport.GetExtentSize">
            <summary>
            Gets the real size of the content that the viewport must visualize.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.IRadScrollViewport.InvalidateViewport">
            <summary>
            Invalidates the viewport.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.IRadScrollViewport.ResetValue(System.Drawing.Point,System.Drawing.Size,System.Drawing.Size)">
            <summary>
            Calculate scroll value. This method is used while resizing the scroll panel.
            </summary>
            <param name="currentValue"></param>
            <param name="viewportSize"></param>
            <param name="extentSize"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.IRadScrollViewport.DoScroll(System.Drawing.Point,System.Drawing.Point)">
            <summary>
            
            </summary>
            <param name="oldValue"></param>
            <param name="newValue"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.IRadScrollViewport.ScrollOffsetForChildVisible(Telerik.WinControls.RadElement,System.Drawing.Point)">
            <summary>Calculates the necessary offset in order to make the given child visible.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.IRadScrollViewport.GetScrollParams(System.Drawing.Size,System.Drawing.Size)">
            <summary>
            Retrieves the scroll parameters.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadStackViewport.GetLastFullVisibleItemsNum">
            <summary>
            Returns the number of items that are visible when the viewport is scrolled to its
            maximum value (the bottom for vertical stack and the right-most place for left-to-right
            horizontal stack). The last item must always be fully visible.
            If there are children the result will be at least 1.
            </summary>
            <returns>Number of full visible items in the viewport. If the items are with different sizes,
            the last items are used in the calculations.</returns>
        </member>
        <member name="T:Telerik.WinControls.UI.CaptureBox">
            <exclude/>
        </member>
        <member name="F:Telerik.WinControls.UI.CaptureBox.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CaptureBox.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.CaptureBox.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CaptureBox.CapturedColor">
            <summary>
            Gets or sets the captured color
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.CaptureBox.ColorChanged">
            <summary>
            Fires when the color is changed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadColorPicker.ColorListBox">
            <exclude/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadColorPicker.ColorListBox.ColorChanged">
            <summary>
            Fires when the selected color has changed
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ColorPalette">
            <summary>
            Represents a color palette
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ColorPalette.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ColorPalette.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ColorPalette.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ColorPalette.Columns">
            <summary>
            Gets or sets the number of columns in the palette
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ColorPalette.ColorMargin">
            <summary>
            Gets or sets the margin of the palette
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ColorPalette.Colors">
            <summary>
            Gets or sets the color in the palette
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ColorPalette.SelectedColor">
            <summary>
            Gets or sets the selected color
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.ColorPalette.ColorChanged">
            <summary>
            Fires when the selected color has changed
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ColorModes">
            <exclude/>
        </member>
        <member name="T:Telerik.WinControls.UI.ColorProvider">
            <summary>
            Provides different sets of colors
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ColorProvider.HexToColor(System.String)">
            <summary>
            Gets the color correspoding to a hex value
            </summary>
            <param name="color"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ColorProvider.ColorToHex(System.Drawing.Color)">
            <summary>
            Gets the hex value for the color
            </summary>
            <param name="color"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.ColorProvider.Round(System.Double)">
            <summary>
            Gets the rounded value
            </summary>
            <param name="val"></param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.ColorProvider.BasicColors">
            <summary>
            Gets the set of basic colors
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ColorProvider.SystemColors">
            <summary>
            Gets the set of system colors
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ColorProvider.NamedColors">
            <summary>
            Gets the set of named colors
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadColorPicker.ColorServices">
            <summary>
            Provides common services for color transformations
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorPicker.ColorServices.ColorFromRGBRatios(System.Double,System.Double,System.Double)">
            <summary>
            Gets a color from RGB ratios
            </summary>
            <param name="value1"></param>
            <param name="value2"></param>
            <param name="value3"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorPicker.ColorServices.GetColorQuotient(System.Single,System.Single)">
            <summary>
            Gets a color quotient
            </summary>
            <param name="value1"></param>
            <param name="value2"></param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinControls.UI.ColorWheel">
            <exclude/>
        </member>
        <member name="F:Telerik.WinControls.UI.ColorWheel.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ColorWheel.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ColorWheel.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ColorWheel.ColorRGB">
            <summary>
            Gets or sets the RgbValue value
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ColorWheel.ColorHSL">
            <summary>
            Gets or sets the HSL value
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.ColorWheel.ColorChanged">
            <summary>
            Fires when the selected color changes
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadColorPicker.DiscreteColorHexagon">
            <summary>
            Represents a hexagon of discrete colors
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadColorPicker.DiscreteColorHexagon.ColorChanged">
            <summary>
            Fires when the selected color has changed
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorPicker.DiscreteColorHexagon.SelectedColor">
            <summary>
            Gets the selected color
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorPicker.ColorHexagonElement.Paint(System.Drawing.Graphics)">
            <summary>
            Paints the hexagon
            </summary>
            <param name="graphics"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorPicker.ColorHexagonElement.CurrentColor">
            <summary>
            Gets or sets the hexagon color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorPicker.ColorHexagonElement.BoundingRectangle">
            <summary>
            Gets a rectangle containing the hexagon
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorPicker.ColorHexagonElement.IsHovered">
            <summary>
            Gets or sets a value indicating whether the hexagon is hovered
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorPicker.ColorHexagonElement.IsSelected">
            <summary>
            Gets or sets a value indicating whether the hexagon is selected
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ProfessionalColors2DBox">
            <exclude/>
        </member>
        <member name="F:Telerik.WinControls.UI.ProfessionalColors2DBox.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ProfessionalColors2DBox.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ProfessionalColors2DBox.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ProfessionalColors2DBox.ColorMode">
            <summary>
            Gets or sets the color mode
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ProfessionalColors2DBox.ColorHSL">
            <summary>
            Gets or sets the color in HSL format
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ProfessionalColors2DBox.ColorRGB">
            <summary>
            Gets or sets the color in RgbValue format
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.ProfessionalColors2DBox.ColorChanged">
            <summary>
            Fires when the selected color has changed
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ProfessionalColorsSlider">
            <exclude/>
        </member>
        <member name="F:Telerik.WinControls.UI.ProfessionalColorsSlider.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ProfessionalColorsSlider.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ProfessionalColorsSlider.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ProfessionalColorsSlider.ColorMode">
            <summary>
            Gets or sets the color mode of the slider
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ProfessionalColorsSlider.ColorHSL">
            <summary>
            Gets or sets the color in HSL format
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ProfessionalColorsSlider.ColorRGB">
            <summary>
            Gets or sets the color in RgbValue format
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ProfessionalColorsSlider.Position">
            <summary>
            Gets or sets the position of the slider arrow
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.ProfessionalColorsSlider.ColorChanged">
            <summary>
            Fires when the selected color has changed
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadarColors">
            <exclude/>
        </member>
        <member name="F:Telerik.WinControls.UI.RadarColors.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadarColors.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadarColors.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadarColors.ColorRGB">
            <summary>
            Gets or sets the color in RgbValue format
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadarColors.ColorChanged">
            <summary>
            Fires when the selected color changes
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadColorPicker.ProfessionalColors">
            <exclude/>
        </member>
        <member name="F:Telerik.WinControls.UI.RadColorPicker.ProfessionalColors.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorPicker.ProfessionalColors.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorPicker.ProfessionalColors.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorPicker.ProfessionalColors.ColorRgb">
            <summary>
            Gets or sets the color shown in RGB format
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorPicker.ProfessionalColors.ColorHsl">
            <summary>
            Gets or sets the color shown in HSL format
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadColorPicker.ProfessionalColors.ColorChanged">
            <summary>
            Fires when the selected color has changed
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadColorSelector">
            <summary>
            Represents a color selector control
            </summary>    
        </member>
        <member name="F:Telerik.WinControls.UI.RadColorSelector.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorSelector.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorSelector.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadColorSelector.CustomColorsConfigLocationNeeded">
            <summary>
            Fires when custom colors configuration is about to be saved or loaded.
            Can be used to change the default location of the configuration file.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadColorSelector.ColorChanged">
            <summary>
            Fires when the selected color changes
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadColorSelector.OkButtonClicked">
            <summary>
            Fires when the OK button is clicked
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadColorSelector.CancelButtonClicked">
            <summary>
            Fires when the Cancel button is clicked
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.EnableAnalytics">
            <summary>
            Gets or sets a value indicating whether the Analytics functionality is enable or disbale for this control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.SelectedColor">
            <summary>
            Gets or sets the selected color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.SelectedRgbColor">
            <summary>
            Gets or sets the selected color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.SelectedHslColor">
            <summary>
            Gets or sets the selected HSL color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.OldColor">
            <summary>
            Gets or sets the old color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.CustomColors">
            <summary>
            Gets the list of custom colors
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.ShowWebColors">
            <summary>
            Shows or hides the web colors tab
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.ShowBasicColors">
            <summary>
            Shows or hides the basic colors tab
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.ShowSystemColors">
            <summary>
            Shows or hides the system colors tab
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.ShowProfessionalColors">
            <summary>
            Shows or hides the professional colors tab
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.ShowCustomColors">
            <summary>
            Shows or hides the system colors tab
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.ShowHEXColorValue">
            <summary>
            Shows or hides the hex color textbox
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.AllowEditHEXValue">
            <summary>
            Gets or sets the value indicating whether the user can edit the hexadecimal color value
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.AllowColorPickFromScreen">
            <summary>
            Gets or sets the value indicating whether the user can pick a color from the screen
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.AllowColorSaving">
            <summary>
            Gets or sets the value indicating whether the user can save colors
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.AddNewColorButtonText">
            <summary>
            Gets or sets the text of the add new color button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.ActiveMode">
            <summary>
            Sets or gets the active mode of the RadColorPicker
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.BasicTabHeading">
            <summary>
            Gets or sets the heading of the basic colors tab
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.SystemTabHeading">
            <summary>
            Gets or sets the heading of the system colors tab
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.WebTabHeading">
            <summary>
            Gets or sets the heading of the web colors tab
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.ProfessionalTabHeading">
            <summary>
            Gets or sets the heading of the professional colors tab
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.SelectedColorLabelHeading">
            <summary>
            Gets or sets the heading of the new color label
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.OldColorLabelHeading">
            <summary>
            Gets or sets the heading of the old color label
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.DiscreteColorHexagon">
            <summary>
            Gets the DiscreteColorHexagon control
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorSelector.SaveCustomColors">
            <summary>
            Gets or sets a value indicatign whether custom colors should be save upon exiting the color picker.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadColorPicker.CustomColors">
            <summary>
            A panel holding a collection of saved colors
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorPicker.CustomColors.GetConfigFileLocation">
            <summary>
            Safely tries to find the path to the local app data folder.
            If no path is found, tries to find the path to the common app data folder.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorPicker.CustomColors.SaveXML">
            <summary>Serializes the custom colors.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorPicker.CustomColors.LoadXML">
            <summary>Deserializes the custom colors.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorPicker.CustomColors.SaveColor(System.Drawing.Color)">
            <summary>
            Save the color to the next color slot
            </summary>
            <param name="color"></param>
        </member>
        <member name="F:Telerik.WinControls.UI.RadColorPicker.CustomColors.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorPicker.CustomColors.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorPicker.CustomColors.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadColorPicker.CustomColors.ColorChanged">
            <summary>
            Fires when the selected color has changed
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadColorPicker.CustomColors.CustomColorsConfigLocationNeeded">
            <summary>
            Fires when custom colors configuration is about to be saved or loaded.
            Can be used to change the default location of the configuration file.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorPicker.CustomColors.SaveCustomColors">
            <summary>
            Gets or sets a value indicatign whether custom colors should be save upon exiting the color picker.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorPicker.CustomColors.CustomColorsConfigLocation">
            <summary>
            Gets or sets the custom directory path which will be used
            when the custom colors XML file is stored on the hard drive.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorPicker.CustomColors.SelectedColorIndex">
            <summary>
            Gets or sets the index of the currently selected color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorPicker.CustomColors.SelectedPanelColor">
            <summary>
            Gets the currently selected color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorPicker.CustomColors.Colors">
            <summary>
            Gets all the colors in the saved colors collection
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadColorPicker.TransparentColorBox">
            <summary>
            A transparent color box where semi-transparent colors can be shown
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorPicker.TransparentColorBox.BackColor">
            <summary>
            Gets or sets the color shown in the box
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadColorPicker.TransparentColorBoxElement">
            <summary>
            A transparent color box where semi-transparent colors can be shown
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorPicker.TransparentColorBoxElement.BackColor">
            <summary>
            Gets or set the color shown in the box
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadDateTimePicker">
            <summary>
            Represents the RadDateTimePicker class
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePicker.#ctor">
            <summary>
            Represents the RadDateTimePicker constructor
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePicker.CreateChildItems(Telerik.WinControls.RadElement)">
            <summary>
            creates and initializes the RadDateTimePickerElement
            </summary>
            <param name="parent"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePicker.SetToNullValue">
            <summary>
            Sets the current value to behave as a null value
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePicker.OnFormatChanged(System.EventArgs)">
            <summary>
            Raises the FormatChanged event
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePicker.OnValueChanged(System.EventArgs)">
            <summary>
            Raises the ValueChanged event
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePicker.OnNullableValueChanged(System.EventArgs)">
            <summary>
            Raises the ValueChanged event
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePicker.OnValueChanging(Telerik.WinControls.UI.ValueChangingEventArgs)">
            <summary>
            Raises the ValueChanging event
            </summary>
            <param name="e"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.DefaultSize">
            <summary>
            Gets the control's default size
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.Culture">
            <summary>
            Gets or sets the culture supported by this calendar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.DateTimePickerElement">
            <summary>
            Gets the instance of RadDateTimePickerElement wrapped by this control. RadDateTimePickerElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadDateTimePicker.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.Value">
            <summary>
            Gets or sets the date/time value assigned to the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.NullableValue">
            <summary>
            Gets or sets the date/time value assigned to the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.Format">
            <summary>
            Gets or sets the format of the date and time displayed in the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.ShowCheckBox">
            <summary>
            Indicates whether a check box is displayed in the control. When the check box is unchecked no value is selected
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.CustomFormat">
            <summary>
            Gets or sets the custom date/time format string.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.Checked">
            <summary>
            When ShowCheckBox is true, determines that the user has selected a value
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.MinDate">
            <summary>
            Gets or sets the minimum date and time that can be selected in the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.MaxDate">
            <summary>
            Gets or sets the maximum date and time that can be selected in the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.CalendarLocation">
            <summary>
            Gets or sets the location of the drop down showing the calendar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.CalendarSize">
            <summary>
            Gets or sets the size of the calendar in the drop down
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.NullDate">
            <summary>
            The DateTime value assigned to the date picker when the Value is null
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.ShowUpDown">
            <summary>
            Indicates whether a spin box rather than a drop down calendar is displayed for editing the control's value
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.NullText">
            <summary>
            Gets or sets the text that is displayed when the DateTimePicker contains a null 
            reference.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.ReadOnly">
            <summary>Gets or sets a value indicating whether RadDateTimePicker is read-only.
            </summary>
            <returns>true if the RadDateTimePicker is read-only; otherwise, false. The default is
            false.</returns>
            <filterpriority>1</filterpriority>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePicker.MaximumDateTime">
            <summary>
            Gets the maximum date value allowed for the DateTimePicker control.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePicker.FormatChanged">
            <summary>
            Occurs when the format of the control has changed
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePicker.ValueChanged">
            <summary>
            Occurs when the value of the control has changed
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePicker.ValueChanging">
            <summary>
            Occurs when the value of the control is changing
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePicker.NullableValueChanged">
            <summary>
            Occurs when the value of the control is changing
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePicker.Opened">
            <summary>
            Occurs when the drop down is opened
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePicker.Opening">
            <summary>
            Occurs when the drop down is opening
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePicker.Closing">
            <summary>
            Occurs when the drop down is closing
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePicker.Closed">
            <summary>
            Occurs when the drop down is closed
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePicker.KeyDown">
            <summary>
            Occurs when the RadItem has focus and the user pressees a key down
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePicker.KeyPress">
            <summary>
            Occurs when the RadItem has focus and the user pressees a key
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePicker.KeyUp">
            <summary>
            Occurs when the RadItem has focus and the user releases the pressed key up
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePicker.ToggleStateChanging">
            <summary>
            Occurs before the CheckBox's state changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePicker.ToggleStateChanged">
            <summary>
            Occurs when the CheckBox's state changes.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadDateTimePickerCalendar">
            <summary>
            Represents the RadDateTimePickerCalendar class
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerCalendar.#ctor(Telerik.WinControls.UI.RadDateTimePickerElement)">
            <summary>
            Represents the RadDateTimePickerCalendar constructor
            </summary>
            <param name="dateTimePicker"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerCalendar.CreateChildren">
            <summary>
            Creates dateTimePicker's children 
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerCalendar.ShowDropDown">
            <summary>
            Shows the drop-down window part of the combo box
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerCalendar.SetDateByValue(System.Nullable{System.DateTime},System.Windows.Forms.DateTimePickerFormat)">
            <summary>
            Sets the date shown in the textbox by a given value and format type.
            </summary>
            <param name="date"></param>
            <param name="formatType"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerCalendar.DateTimePickerElement">
            <summary>
            Gets the instance of RadDateTimePickerElement associated to the control
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerCalendar.ArrowButton">
            <summary>
            Gets the RadArrowButtonElement instance
            that represents the Date Time Picker's arrow
            button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerCalendar.Calendar">
            <summary>
            Gets or sets the calendar control which is shown when the pop up control is shown
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerCalendar.PopupControl">
            <summary>
            Gets or sets the drop down control which is shown when the user clicks on the arrow button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerCalendar.DropDownSizingMode">
            <summary>
            Gets or sets the drop down sizing mode. The mode can be: horizontal, veritcal or a combination of them.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerCalendar.DropDownMinSize">
            <summary>
            Gets or sets the drop down minimum size.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerCalendar.DropDownMaxSize">
            <summary>
            Gets or sets the drop down maximum size.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerCalendar.IsDropDownShow">
            <summary>
            Gets a value representing whether the drop down is shown
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadDateTimePickerDropDown.OwnerControl">
            <summary>
            The owner control of the popup
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerDropDown.ShowControl(Telerik.WinControls.UI.RadDirection,System.Int32)">
            <summary>
            Shows the popup control with a specified popup direction and offset by the owner
            </summary>
            <param name="popupDirection"></param>
            <param name="ownerOffset"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerDropDown.HideControl">
            <summary>
            Hides the popup
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePickerDropDown.Opened">
            <summary>
            Occurs when the drop down is opened
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePickerDropDown.Opening">
            <summary>
            Occurs when the drop down is opening
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePickerDropDown.Closing">
            <summary>
            Occurs when the drop down is closing
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadDateTimePickerDropDown.Closed">
            <summary>
            Occurs when the drop down is closed
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerDropDown.HostedControl">
            <summary>
            Gets or sets the hosted control in the popup.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerDropDown.Minimum">
            <summary>
            Get/Set minimum value allowed for size
            </summary>	
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerDropDown.Maximum">
            <summary>
            Get/Set maximum value allowed for size
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadDateTimePickerSpinEdit">
            <summary>
            Represents the RadDateTimePickerSpinEdit class
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerSpinEdit.#ctor(Telerik.WinControls.UI.RadDateTimePickerElement)">
            <summary>
            Represents the RadDateTimePickerSpinEdit constructor
            </summary>
            <param name="dateTimePicker"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerSpinEdit.SetDateByValue(System.Nullable{System.DateTime},System.Windows.Forms.DateTimePickerFormat)">
            <summary>
            Sets the date shown in the textbox by a given value and format type.
            </summary>
            <param name="date"></param>
            <param name="formatType"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadDateTimePickerSpinEdit.CreateChildren">
            <summary>
            Creates dateTimePicker's children
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadDateTimePickerSpinEdit.DateTimePickerElement">
            <summary>
            Gets the instance of RadDateTimePickerElement associated to the control
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BeginRotateEventArgs">
            <summary>
            RadRotator BeginRotate Event Arguments
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.BeginRotateEventHandler">
            <summary>
            Delegate for the BeginRotate event
            </summary>
            <param name="sender">The RadRotator that rotates</param>
            <param name="e"></param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRotator">
            <summary>
            This control is transfers the web-based rotators' functionality to the Windows forms work space.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotator.#ctor">
            <summary>
            Initializes the RadRotator control
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotator.CreateChildItems(Telerik.WinControls.RadElement)">
            <summary>
            Initializes the Childs Items
            </summary>
            <param name="parent"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotator.Start(System.Boolean)">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadRotatorElement.Start(System.Boolean)" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorElement.Start(System.Boolean)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Start"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Stop"/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotator.Start">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadRotatorElement.Start(System.Boolean)" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <returns></returns>
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorElement.Start(System.Boolean)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Start(System.Boolean)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Stop"/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotator.Stop">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadRotatorElement.Stop" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorElement.Stop"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Start(System.Boolean)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Start"/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotator.Goto(System.Int32)">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadRotatorElement.Goto(System.Int32)" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorElement.Goto(System.Int32)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.GotoDefault"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Previous"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Next"/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotator.GotoDefault">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadRotatorElement.GotoDefault" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorElement.GotoDefault"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Goto(System.Int32)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Previous"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Next"/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotator.Previous">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadRotatorElement.Previous" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>        /// 
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorElement.Previous"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Next"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Goto(System.Int32)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.GotoDefault"/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotator.Next">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadRotatorElement.Next" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>        /// 
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorElement.Next"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Previous"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Goto(System.Int32)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.GotoDefault"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotator.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotator.DefaultSize">
            <commentsfrom cref="P:System.Windows.Forms.Control.DefaultSize" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotator.RotatorElement">
            <summary>
            Gets the instance of RadRotatorElement wrapped by this control. RadRotatorElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadRotator.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotator.ShouldStopOnMouseOver">
            <summary>
            Gets or sets whether RadRotator should stop rotating on MouseOver
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotator.Items">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRotatorItem.Items" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRotatorItem.Items"/>
            <seealso cref="T:Telerik.WinControls.UI.RadRotatorItem"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRotator.DefaultItem"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Goto(System.Int32)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Start"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Stop"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotator.DefaultItem">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRotatorItem.DefaultItem" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRotatorItem.DefaultItem"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRotator.Items"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.GotoDefault"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Goto(System.Int32)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Start(System.Boolean)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Start"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Stop"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotator.Interval">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRotatorItem.Interval" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRotatorItem.Interval"/>
            <seealso cref="T:Telerik.WinControls.UI.RadRotatorItem"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRotator.AnimationFrames"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Start(System.Boolean)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Start"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Stop"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotator.AnimationFrames">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRotatorItem.AnimationFrames" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRotatorItem.AnimationFrames"/>
            <seealso cref="T:Telerik.WinControls.UI.RadRotatorItem"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRotator.Interval"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Start(System.Boolean)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Start"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Stop"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotator.OpacityAnimation">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRotatorItem.OpacityAnimation" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRotatorItem.OpacityAnimation"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRotator.LocationAnimation"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotator.LocationAnimation">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRotatorItem.LocationAnimation" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRotatorItem.LocationAnimation"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRotator.OpacityAnimation"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotator.CurrentIndex">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRotatorItem.CurrentIndex" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRotatorItem.CurrentIndex"/>
            <seealso cref="T:Telerik.WinControls.UI.RadRotatorItem"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRotator.CurrentItem"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Goto(System.Int32)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.GotoDefault"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotator.CurrentItem">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRotatorItem.CurrentItem" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRotatorItem.CurrentItem"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRotator.CurrentIndex"/>
            <seealso cref="T:Telerik.WinControls.UI.RadRotatorItem"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotator.Running">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRotatorItem.Running" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Start"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Start(System.Boolean)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotator.Stop"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRotator.ItemClicked">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadRotatorItem.ItemClicked" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="E:Telerik.WinControls.UI.RadRotatorItem.ItemClicked"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRotator.StartRotation">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadRotatorItem.StartRotation" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="E:Telerik.WinControls.UI.RadRotatorItem.StartRotation"/>
            <seealso cref="E:Telerik.WinControls.UI.RadRotator.StopRotation"/>
            <seealso cref="E:Telerik.WinControls.UI.RadRotator.BeginRotate"/>
            <seealso cref="E:Telerik.WinControls.UI.RadRotator.EndRotate"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRotator.StopRotation">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadRotatorItem.StopRotation" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="E:Telerik.WinControls.UI.RadRotatorItem.StopRotation"/>
            <seealso cref="E:Telerik.WinControls.UI.RadRotator.StartRotation"/>
            <seealso cref="E:Telerik.WinControls.UI.RadRotator.BeginRotate"/>
            <seealso cref="E:Telerik.WinControls.UI.RadRotator.EndRotate"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRotator.BeginRotate">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadRotatorItem.BeginRotate" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="E:Telerik.WinControls.UI.RadRotatorItem.BeginRotate"/>
            <seealso cref="E:Telerik.WinControls.UI.RadRotator.EndRotate"/>
            <seealso cref="E:Telerik.WinControls.UI.RadRotator.StartRotation"/>
            <seealso cref="E:Telerik.WinControls.UI.RadRotator.StopRotation"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRotator.EndRotate">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadRotatorItem.EndRotate" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <see cref="E:Telerik.WinControls.UI.RadRotatorItem.EndRotate"/>
            <seealso cref="E:Telerik.WinControls.UI.RadRotator.BeginRotate"/>
            <seealso cref="E:Telerik.WinControls.UI.RadRotator.StartRotation"/>
            <seealso cref="E:Telerik.WinControls.UI.RadRotator.StopRotation"/>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRotatorElement">
            <summary>
            The RadItem containing <see cref="T:Telerik.WinControls.UI.RadRotatorItem"/>, Border and Fill primitives
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotatorElement.CreateChildElements">
            <commentsfrom cref="M:Telerik.WinControls.RadElement.CreateChildElements" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotatorElement.Start(System.Boolean)">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadRotatorItem.Start(System.Boolean)" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotatorElement.Stop">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadRotatorItem.Stop" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotatorElement.Goto(System.Int32)">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadRotatorItem.Goto(System.Int32)" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotatorElement.GotoDefault">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadRotatorItem.GotoDefault" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotatorElement.Next">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadRotatorItem.Next" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotatorElement.Previous">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadRotatorItem.Previous" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorElement.Items">
            <summary>
            Gets the collection of <see cref="T:Telerik.WinControls.RadItem"/>s that will be rotated.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorElement.DefaultItem">
            <summary>
            Gets or Sets the <see cref="T:Telerik.WinControls.RadItem"/> that is to be displayed while loading the rest items. It is not cycled through when rotation starts.
            If you want to have initial item that will be cycled through, add it to the <see cref="P:Telerik.WinControls.UI.RadRotatorElement.Items"/> collection
            and advance to it using <see cref="M:Telerik.WinControls.UI.RadRotatorElement.Goto(System.Int32)"/>
            </summary>
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorElement.Goto(System.Int32)"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRotatorElement.CurrentIndex"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorElement.Interval">
            <summary>
            Gets or Sets the interval between consequetive rotation animations.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorElement.AnimationFrames">
            <summary>
            Gets or Sets the swap animation's frames number
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorElement.ShouldStopOnMouseOver">
            <summary>
            Gets or sets whether RadRotator should stop rotating on MouseOver
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorElement.OpacityAnimation">
            <summary>
            Gets or Sets value indicating whether opacity will be animated when switching frames
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorElement.LocationAnimation">
            <summary>
            Gets or Sets value defining the initial position of the incomming item
            and the final position of the outgoing item.
            Note: The position is relative, in the range [-1, 1] for each of the components (X, Y).
            Value of positive or negative 1 means that the object will not be in the visible area
            before the animation begins (for the incomming item) or after it ends (for the outgoing item)
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorElement.CurrentIndex">
            <summary>
            Gets or Sets the index of the current item.
            <b>Note:</b> When setting the current item, the old and the new item will be swapped.
            </summary>
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorElement.Goto(System.Int32)"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorElement.CurrentItem">
            <summary>
            Gets the current item.
            </summary>
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorElement.Goto(System.Int32)"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorElement.Running">
            <summary>
            Gets or Sets value indicating whether the <see cref="T:Telerik.WinControls.UI.RadRotator"/> is started/stopped.
            </summary>
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorElement.Start(System.Boolean)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorElement.Start(System.Boolean)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorElement.Stop"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorElement.RotatorItem">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.UI.RadRotatorItem"/> in the current <see cref="T:Telerik.WinControls.RadElement"/>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRotatorElement.ItemClicked">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadRotatorItem.ItemClicked" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRotatorElement.StartRotation">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadRotatorItem.StartRotation" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRotatorElement.StopRotation">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadRotatorItem.StopRotation" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRotatorElement.BeginRotate">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadRotatorItem.BeginRotate" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRotatorElement.EndRotate">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadRotatorItem.EndRotate" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
        </member>
        <member name="T:Telerik.WinControls.UI.RadItemsContainer">
            <summary>
            Represents TPF controls container
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadItemsContainer.Items">
            <summary>
            Gets the collection of <see cref="T:Telerik.WinControls.RadItem"/>s contained in the <see cref="T:Telerik.WinControls.UI.RadItemsContainer"/>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRotatorItem">
            <summary>
            The RadItem that implements the actual <see cref="T:Telerik.WinControls.UI.RadRotator"/>'s functionality.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotatorItem.Start(System.Boolean)">
            <summary>
            Starts cycling through the elements in the <see cref="P:Telerik.WinControls.UI.RadRotatorItem.Items"/> collection
            </summary>
            <param name="startImmediately">set to true to initiate rotation immediately, or set to false to rotate after the time <see cref="P:Telerik.WinControls.UI.RadRotatorItem.Interval"/></param>
            <returns>there are no elements to rotate (Items collection is empty)</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotatorItem.Stop">
            <summary>
            Stops the rotation process. If swap is under way, it will be completed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotatorItem.Goto(System.Int32)">
            <summary>
            Initiates swap between the current item and the one whose index is supplied.
            </summary>
            <param name="index">the index of the item in the <see cref="P:Telerik.WinControls.UI.RadRotatorItem.Items"/> collection. The index of the home element is -1.</param>
            <returns>true on successful swap</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotatorItem.GotoDefault">
            <summary>
            Makes transition to the default element.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotatorItem.Next">
            <summary>
            Advances to the next item
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotatorItem.Previous">
            <summary>
            Advances to the previous item
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotatorItem.OnMouseEnter(System.EventArgs)">
            <commentsfrom cref="M:Telerik.WinControls.RadElement.OnMouseEnter(System.EventArgs)" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotatorItem.OnMouseLeave(System.EventArgs)">
            <commentsfrom cref="M:Telerik.WinControls.RadElement.OnMouseLeave(System.EventArgs)" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRotatorItem.OnBubbleEvent(Telerik.WinControls.RadElement,Telerik.WinControls.RoutedEventArgs)">
            <commentsfrom cref="M:Telerik.WinControls.RadElement.OnBubbleEvent(Telerik.WinControls.RadElement,Telerik.WinControls.RoutedEventArgs)" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorItem.Items">
            <summary>
            Gets the collection of <see cref="T:Telerik.WinControls.RadItem"/>s that will be rotated.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorItem.DefaultItem">
            <summary>
            Gets or Sets the <see cref="T:Telerik.WinControls.RadItem"/> that is to be displayed while loading the rest items. It is not cycled through when rotation starts.
            If you want to have initial item that will be cycled through, add it to the <see cref="P:Telerik.WinControls.UI.RadRotatorItem.Items"/> collection
            and advance to it using <see cref="M:Telerik.WinControls.UI.RadRotatorItem.Goto(System.Int32)"/>
            </summary>
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorItem.Goto(System.Int32)"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRotatorItem.CurrentIndex"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorItem.Interval">
            <summary>
            Gets or Sets the interval between consequetive rotation animations.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorItem.ShouldStopOnMouseOver">
            <summary>
            Gets or sets whether RadRotator should stop rotating on MouseOver
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorItem.AnimationFrames">
            <summary>
            Gets or Sets the swap animation's frames number
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorItem.OpacityAnimation">
            <summary>
            Gets or Sets value indicating whether opacity will be animated when switching frames
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorItem.LocationAnimation">
            <summary>
            Gets or Sets value defining the initial position of the incomming item
            and the final position of the outgoing item.
            Note: The position is relative, in the range [-1, 1] for each of the components (X, Y).
            Value of positive or negative 1 means that the object will not be in the visible area
            before the animation begins (for the incomming item) or after it ends (for the outgoing item)
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorItem.CurrentIndex">
            <summary>
            Gets or Sets the index of the current item.
            <b>Note:</b> When setting the current item, the old and the new item will be swapped.
            </summary>
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorItem.Goto(System.Int32)"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorItem.CurrentItem">
            <summary>
            Gets the current item.
            </summary>
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorItem.Goto(System.Int32)"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRotatorItem.Running">
            <summary>
            Gets or Sets value indicating whether the <see cref="T:Telerik.WinControls.UI.RadRotator"/> is started/stopped.
            </summary>
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorItem.Start(System.Boolean)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorItem.Start(System.Boolean)"/>
            <seealso cref="M:Telerik.WinControls.UI.RadRotatorItem.Stop"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRotatorItem.ItemClicked">
            <summary>
            Fires when an Item is clicked
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRotatorItem.StartRotation">
            <summary>
            Fires when <see cref="T:Telerik.WinControls.UI.RadRotator"/> is started.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRotatorItem.StopRotation">
            <summary>
            Fires when <see cref="T:Telerik.WinControls.UI.RadRotator"/> is stopped.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRotatorItem.BeginRotate">
            <summary>
            Fires before <see cref="T:Telerik.WinControls.RadItem"/>s' swap begins.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRotatorItem.EndRotate">
            <summary>
            Fires when <see cref="T:Telerik.WinControls.RadItem"/>s' swap has finished.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ValidationErrorEventArgs">
            <summary>
            Provides information about the validation process.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ValidationErrorEventArgs.Exception">
            <summary>
            Gets the exception that is caused by the validation of the edited value. Generally 
            the exception is populated by the validation logic and is available for rising by the editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ValidationErrorEventArgs.Value">
            <summary>
            Gets the edited value that fails to be validated
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ValidationErrorEventHandler">
            <summary>
            Represents the method that handles the Validating event. 
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">A ValidationErrorEventArgs that contains the event data.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.ValueChangingEventHandler">
            <summary>
            Represents the method that handles the ValueChanging event. 
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">A ValueChangingEventArgs that contains the event data.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadContextMenuManager">
            <summary>
            Adds the RadContextMenu dynamic property and enables using RadContextMenu in all controls.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadSplitButton">
            <summary>
            Provides a menu-like interface within a button.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSplitButton.CreateButtonElement">
            <summary>
            Create main button element that is specific for RadSplitButton.
            </summary>
            <returns>The element that encapsulates the funtionality of RadSplitButton</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSplitButton.OnDefaultItemChanged(System.EventArgs)">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadSplitButtonElement.OnDefaultItemChanged(System.EventArgs)" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSplitButton.DropDownButtonElement">
            <summary>
            Gets the instance of RadSplitButtonElement wrapped by this control. RadSplitButtonElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadSplitButton.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSplitButton.DefaultItem">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadSplitButtonElement.DefaultItem" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadSplitButton.DefaultItemChanged">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadSplitButtonElement.DefaultItemChanged" filter=""/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSplitButtonElement.OnDefaultItemChanged(System.EventArgs)">
            <summary>
            Raises the DropDownItemClicked event.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSplitButtonElement.DefaultItem">
            <summary>
            Get or sets the item that is activated when the button portion of the 
            <see cref="T:Telerik.WinControls.UI.RadSplitButtonElement"> RadSplitButtonElement</see> is clicked or selected and Enter is pressed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSplitButtonElement.ButtonSeparator">
            <summary>
            Get or sets the item that is separating the action part and the arrow part of the button. 
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadSplitButtonElement.DefaultItemChanged">
            <summary>
            Occurs when the default item is changed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadMenuCheckmark">
            <exclude/>	
             <summary>
             Represents a checkmark element in a menu item.
             </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCheckmark">
            <exclude/>
             <summary>Represents checkmark.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckmark.VsbVisible">
            <summary>
            Determines whether the element may be added associated with metadata in the Visual Style Builder.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckmark.Border">
            <summary>
            Gets the instance of BorderPrimitive wrapped by this element. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckmark.Fill">
            <summary>
            Gets the instance of FillPrimitive wrapped by this element. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckmark.ImageElement">
            <summary>
            Gets the instance of ImagePrimitive wrapped by this element. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckmark.CheckElement">
            <summary>
            Gets the instance of CheckPrimitive wrapped by this element. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckmark.Image">
            <summary>
             Gets or sets the image that is displayed on a button element.
             </summary>		
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckmark.ImageIndex">
            <summary>
            Gets or sets the image list index value of the image displayed as a checkmark.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckmark.ImageKey">
            <summary>
            Gets or sets the key accessor for the image in the ImageList.
            </summary>		
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckmark.CheckState">
            <summary>
            Gets or sets value indicating RadCheckmark checkstate.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckmark.EnableVisualStates">
            <summary>
            Determines whether the item will be used as a separate item in another element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuCheckmark.ShowAlwaysBorder">
            <summary>Gets or sets value indicating whether border must be shown.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuCheckmark.ShowAlwaysBackground">
            <summary>Gets or sets value indicating whether background must be shown.</summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadMenuComboItem">
            <summary>
            	Represents a menu item which has a combobox placed inside.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuComboItem.ComboBoxElement">
            <summary>
            	Provides a reference to the ComboBox element in the menu item.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadMenuContentItem">
            <summary>
            	Represents a generic menu item which could have any descendant of RadElement placed inside.
            	Such element could be placed in the menu by setting the ContentElement property.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuContentItem.ShowImageOffset">
            <summary>
            Gets or sets if the image column offset is shown along with content element or not.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuContentItem.ContentElement">
            <summary>
            	Provides a reference to the content element in the menu item.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ScrollState">
            <summary>Defines scrolling states.</summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCanvasViewport">
            <exclude/>
        </member>
        <member name="T:Telerik.WinControls.UI.ScrollPanelEventArgs">
            <summary>
            Represents event data of the Scroll event defined in all controls providing 
            scrolling functionality(e.g. RadScrollBar).
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ScrollPanelEventArgs.#ctor(System.Drawing.Point,System.Drawing.Point)">
            <summary>
            Initializes a new instance of the ScrollPanelEventArgs class.
            </summary>
            <param name="oldValue"></param>
            <param name="newValue"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.ScrollPanelEventArgs.OldValue">
            <summary>Gets the old thumb position (point).</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ScrollPanelEventArgs.NewValue">
            <summary>Gets the new thumb position (point).</summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPanelScrollParametersEventArgs">
            <summary>
                Represents event data for the
                <see cref="T:Telerik.WinControls.UI.RadScrollViewer">ScrollParametersChanged</see> event.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanelScrollParametersEventArgs.IsHorizontalScrollBar">
            <summary>
            Indicates whether the scroll parameters are for the horizontal or for the vertical scroll bar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanelScrollParametersEventArgs.ScrollBarParameters">
            <summary>
            Scroll bar parameters taken from the scroll bar that caused the event.
            All parameters are filled correctly, not only the chagned one.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ScrollNeedsEventArgs">
            <summary>
            Indicates whether the need for horizontal or vertical srcolling has changed
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ScrollNeedsEventArgs.OldHorizontalScrollNeed">
            <summary>
            Indicates whether horizontal scrolling was necessary
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ScrollNeedsEventArgs.NewHorizontalScrollNeed">
            <summary>
            Indicates whether horizontal scrolling is necessary
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadScrollPanelHandler">
            <summary>
                Represents the method that will handle the
                <see cref="E:Telerik.WinControls.UI.RadScrollBarElement.Scroll">Scroll</see> event.
                <param name="sender">Represents the event sender.</param>
                <param name="args">Represents the event arguments.</param>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPanelScrollParametersHandler">
            <summary>
                Represents the method that will handle the
                <see cref="E:Telerik.WinControls.UI.RadScrollBarElement.Scroll">Scroll</see> event.
            </summary>
            <param name="sender">Represents the event sender.</param>
            <param name="args">Represents the <see cref="T:Telerik.WinControls.UI.RadPanelScrollParametersEventArgs">event arguments</see>.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.ScrollNeedsHandler">
            <summary>
                Represents the method that will handle the
                <see cref="E:Telerik.WinControls.UI.RadScrollBarElement.Scroll">ScrollNeedsChanged</see> event.
            </summary>
            <param name="sender"></param>
            <param name="args"></param>
        </member>
        <member name="T:Telerik.WinControls.UI.ScrollPanelParameters">
            <summary>
            Represents parameters of the scroll panel such as values for the small and
            large changes while scrolling.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ScrollPanelParameters.HorizontalScrollParameters">
            <summary>
            Represents horizonatal scroll parameters data: horizontal minimum and maximum
            positions, and horizontal small and large change.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ScrollPanelParameters.VerticalScrollParameters">
            <summary>
            Represents vertical scroll parameters data: vertical minimum and maximum
            positions, and vertical small and large change.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ScrollPanelParameters.#ctor(Telerik.WinControls.UI.ScrollBarParameters,Telerik.WinControls.UI.ScrollBarParameters)">
            <summary>
            Initializes a new ScrollPanelParameters struct.
            </summary>
            <overloads>
            	<see cref="T:Telerik.WinControls.UI.ScrollPanelParameters">ScrollPanelParameters(int,int,int,int,int,int,int,int)</see>
            </overloads>
            <param name="horizontalScrollParameters">
            Initializes the parameters pertaining to the horizontal scrolling - small and
            large horizontal changes, and minimum and maximum scrolling positions.
            </param>
            <param name="verticalScrollParameters">
            Initializes the parameters pertaining to the vertical scrolling - small and large
            vertical changes, and minimum and maximum scrolling positions.
            </param>
        </member>
        <member name="M:Telerik.WinControls.UI.ScrollPanelParameters.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Initializes a new ScrollPanelParameters structure.
            </summary>
            <overloads>
            	<see cref="T:Telerik.WinControls.UI.ScrollPanelParameters">ScrollPanelParameters(ScrollBarParameters,ScrollBarParameters)</see>
            </overloads>
            <param name="horizMinimum">Initializes the minimum horizontal scrolling position.</param>
            <param name="horizMaximum">Initializes the maximum horizontal scrolling position.</param>
            <param name="horizSmallChange">
            Initializes the small horizontal change value; the value added or substracted
            from the current position when small horizontal change is initiated.
            </param>
            <param name="horizLargeChange">
            Initializes the large horizontal change value; the value added or substracted
            from the current position when large horizontal change is initiated.
            </param>
            <param name="vertMinimum">Initializes the vertical minimum scrolling position.</param>
            <param name="vertMaximum">Initializes the vertical maximum scrolling position.</param>
            <param name="vertSmallChange">
            Initializes the small change vertical value; the value added or substracted from
            the current position when small vertical change is initiated.
            </param>
            <param name="vertLargeChange">
            Initializes the large vertical change value; the value added or substracted from
            the current position when large vertical change is initiated.
            </param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadMenuElement">
            <summary>
            Represents a menu. It may be nested in other telerik controls. RadMenu can be
            horizontal or vertical. You can add, remove, and disable menu items at run-time. It 
            offers full support for the Telerik RadControls 
            for WinForm theming engine, allowing you to easily construct a variety of stunning 
            visual effects. You can nest any other RadControl within a RadMenu
            . For example, you can create a menu with an embedded 
            textbox or combobox.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenuElement.OnOrientationChanged(System.EventArgs)">
            <summary>
            	Raises the <see cref="E:Telerik.WinControls.UI.RadMenuElement.OrientationChanged"/> event.
            </summary>
            <param name="args">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenuElement.OnAllItemsEqualHeightChanged(System.EventArgs)">
            <summary>
            	Raises the <see cref="E:Telerik.WinControls.UI.RadMenuElement.AllItemsEqualHeightChanged"/> event.
            </summary>
            <param name="args">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMenuElement.OrientationChanged">
            <summary>
            	Occurs when the menu Orientation property value changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMenuElement.AllItemsEqualHeightChanged">
            <summary>
            	Occurs when the menu AllItemsEqualHeight property value changes.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuElement.ContextItem">
            <summary>Gets or sets the context items.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuElement.ItemsLayout">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.Layout.WrapLayoutPanel"/> class
            that represents the layout panel in which the menu items reside.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuElement.Items">
            <summary>
            	<para>
                    Gets all root menu items (see <see cref="T:Telerik.WinControls.UI.RadMenuItemBase"/> for more
                    information about menu items).
                </para>
            </summary>
            <remarks>
            	<para>Root menu items are these menu items that can be displayed in the menu when
                nothing is dropped down.</para>
            	<para>
                    Menu items are hierarchical items - they have a parent item and a list of children
                    items. Children items are menu items that can be dropped down as submenu of
                    their parent. The difference between the root and the non-root menu items is that
                    root items have no parent item (the property
                    <see cref="P:Telerik.WinControls.UI.RadMenuItemBase.IsRootItem"/> can be used to check if an item is a
                    root one).
                </para>
            	<para>Note that <strong>Items</strong> contains all root menu items, not just the
                items that are displayed. An item remains in the Items collection even if it is an
                overflow item and is therefore not currently visible.</para>
            </remarks>
            <seealso cref="T:Telerik.WinControls.UI.RadMenuItemBase">RadMenuItemBase Class</seealso>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuElement.Orientation">
            <summary>
                Gets or sets the
                <see cref="T:System.Windows.Forms.Orientation">orientation</see> of menu
                items - Horizontal or Vertical.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuElement.AllItemsEqualHeight">
            <summary>
            	Gets or sets whether all items will appear with the same size (the size of the highest item in the collection).
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuElement.DropDownAnimationEnabled">
            <summary>
            	Gets or sets a value indicating whether the DropDown animation will be enabled when it shows.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuElement.DropDownAnimationEasing">
            <summary>
            	Gets or sets the type of the DropDown animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuElement.DropDownAnimationFrames">
            <summary>
            	Gets or sets the number of frames that will be used when the DropDown is being animated.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuElement.MenuFill">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.Primitives.FillPrimitive"/>class
            that represents the menu background fill.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuElement.MenuBorder">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.Primitives.BorderPrimitive"/>class
            that represents the border of the menu.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPopupClosingEventHandler">
            <summary>
            Represents the method that will handle the RadPopupClosing event.
            </summary>
            <param name="sender">Represents the event sender.</param>
            <param name="args">Represents the <see cref="T:Telerik.WinControls.UI.RadPopupClosingEventHandler">event arguments</see>.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPopupClosedEventHandler">
            <summary>
                Represents the method that will handle the
                <param name="args">Represents the <see cref="T:Telerik.WinControls.UI.RadPopupClosedEventArgs">event arguments</see>.</param>
            	<param name="sender">Represents the sender of the event.</param>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPopupOpeningEventHandler">
            <summary>
            Represents a method which will handle the PopupOpening event.
            </summary>
            <param name="sender">Repretents the event sender.</param>
            <param name="args">Represents the <see cref="T:System.ComponentModel.CancelEventArgs"/>event arguments</param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPopupFadeAnimationFinishedEventHandler">
            <summary>
            Represents a method which will handle the FadeAnimationFinished event.
            </summary>
            <param name="sender">Repretents the event sender.</param>
            <param name="args">Represents the <see cref="T:Telerik.WinControls.UI.FadeAnimationEventArgs"/>event arguments</param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPopupOpenedEventHandler">
            <summary>
            Represents a method which will handle the PopupOpened event.
            </summary>
            <param name="sender">Repretents the event sender.</param>
            <param name="args">Represents the <see cref="T:Telerik.WinControls.UI.RadPopupOpenedEventHandler"/>event arguments</param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPopupCloseReason">
            <summary>Defines the closing reasons for the popup.</summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadPopupCloseReason.AppFocusChange">
            <summary>
            	Specifies that the popup was closed because
                another application has received the
                focus.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadPopupCloseReason.Mouse">
            <summary>
            	Specifies that the popup was closed because the
                mouse was clicked outside the
                popup.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadPopupCloseReason.Keyboard">
            <summary>
            	Specifies that popup was closed because of
                keyboard activity, such as the ESC key being
                pressed.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadPopupCloseReason.CloseCalled">
            <summary>
            	Specifies that the popup was closed because
                ClosePopup() method had been called.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadPopupCloseReason.ParentClosed">
            <summary>
            Specifies that the popup was closed because its parent was closed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.FadeAnimationEventArgs">
            <summary>
            Instances of this class contain information
            about the fade animation finished event of a popup control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.FadeAnimationEventArgs.IsFadingIn">
            <summary>
            Gets a boolean value determining the type
            of the fade animation.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPopupOpeningEventArgs">
            <summary>
            Instances of this class contain information
            about the opening event of a popup control.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupOpeningEventArgs.#ctor(System.Drawing.Point)">
            <summary>
            Creates an instance of the <see cref="T:Telerik.WinControls.UI.RadPopupOpeningEventArgs"/>
            class.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPopupOpeningEventArgs.CustomLocation">
            <summary>
            Gets an instance of the <see cref="T:System.Drawing.Point"/>
            struct which contains the coordinates which will be used
            to position the popup.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPopupClosingEventArgs">
            <summary>
            Represents event data of the RadPopupClosingEvent.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupClosingEventArgs.#ctor(Telerik.WinControls.UI.RadPopupCloseReason)">
            <summary>
            Initializes a new instance of the RadPopupClosingEventArgs class using the close reason.
            </summary>
            <param name="CloseReason"></param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadDirection">
            <summary>
            Defines the direction in which the drop-down window will be shown relative to its parent.
            </summary>
            <remarks>
             This enumeration is used in such controls like menus, combo boxes, etc. for example.
            </remarks>
        </member>
        <member name="F:Telerik.WinControls.UI.RadDirection.Left">
            <summary>
            Indicates that the drop-down will be shown on the left side of the parent.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadDirection.Right">
            <summary>
            Indicates that the drop-down will be shown on the right side of the parent.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadDirection.Up">
            <summary>
            Indicates that the drop-down will be shown on the top side of the parent.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadDirection.Down">
            <summary>
            Indicates that the drop-down will be shown on the bottom side of the parent.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPopupHelper">
            <exclude/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupHelper.GetScreenBounds(System.Windows.Forms.Screen,System.Boolean)">
            <summary>
            Gets the screen rectangle of the provided screen.
            </summary>
            <param name="screen">The screen.</param>
            <param name="excludeTaskBar">Determines whether the taskbar is included in the result.</param>
            <returns>A Rectangle struct that contains the data about the bounds of the screen.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupHelper.GetValidLocationForContextMenu(Telerik.WinControls.UI.RadDirection,System.Drawing.Point,System.Drawing.Size,System.Boolean@)">
            <summary>
            Gets the valid location for a context menu
            </summary>
            <param name="popupDirection"></param>
            <param name="location"></param>
            <param name="popupSize"></param>
            <param name="corected"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupHelper.GetValidLocationForDropDown(Telerik.WinControls.UI.RadDirection,System.Drawing.Size,Telerik.WinControls.RadElement,System.Int32,System.Boolean@)">
            <summary>
            	<para>Gets the valid location for a drop-down (for menus, combo boxes,
                etc.).</para>
            </summary>
            <remarks>
                This method calculates: 
                <para>1. The rectangle of the screen where the drop down should be shown</para>
            	<para>2. The rectangle (in screen coordinates) of the owner element. Owner element
                is the element that shows the drop-down and is connected to it - like a menu item
                that shows its sub menus or a combobox element that shows its drop-down.</para>
            	<para>After calculating the screen and the element rectangles this method calls the
                basic method.
                </para>
            </remarks>
            <param name="popupDirection"></param>
            <param name="popupSize"></param>
            <param name="owner"></param>
            <param name="ownerOffset">
            Offset in pixels from the owner element. When this is zero there is no space
            between the owner and the drop-down.
            </param>
            <param name="corected"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupHelper.GetValidLocationForDropDown(Telerik.WinControls.UI.RadDirection,System.Drawing.Rectangle,System.Drawing.Size,System.Drawing.Rectangle,System.Int32,System.Boolean@)">
            <summary>Gets the valid location for a drop-down (for menus, combo boxes, etc.).</summary>
            <remarks>
            The popup is not allowed to be outside the screen rectangle and to be shown over
            the <strong>ownerRect</strong>.
            </remarks>
            <param name="popupDirection"></param>
            <param name="screenRect"></param>
            <param name="popupSize"></param>
            <param name="ownerRect"></param>
            <param name="ownerOffset">
            Offset in pixels from the owner element. When this is zero there is no space
            between the owner and the drop-down.
            </param>
            <param name="corected"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupHelper.GetScreen(System.Drawing.Point)">
            <summary>Gets a screen from a point on the desktop.</summary>
            <returns>
            A Screen object that contains the given point or the PrimaryScreen on
            error.
            </returns>
            <param name="pointInScreen">The point on the desktop that must be in the returned screen.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupHelper.GetScreenRect(Telerik.WinControls.RadElement)">
            <summary>
            Gets the rectangle of the screen that contains the biggest part of a given
            element.
            </summary>
            <returns>The rectangle of the primary screen on error.</returns>
            <param name="elementOnScreen">
            If the element is not added in a control or is not visible the rectangle of the
            primary screen is returned.
            </param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupHelper.GetScreenRect(System.Drawing.Point)">
            <summary>Gets the rectangle of the screen that contains given point on the desktop.</summary>
            <returns>The rectangle of the primary screen on error.</returns>
            <param name="pointInScreen">The point on the desktop that must be in the returned screen rectangle.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPopupHelper.EnsureBoundsInScreen(System.Drawing.Rectangle,System.Drawing.Rectangle)">
            <summary>
            Ensures a drop-down rectangle is entirely visible in a given screen
            rectangle.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadProgressBar">
            <summary>
                Represents a progress bar. You can set progress bar appearance in numerous ways.
                For example, you can use dash or dash integral style, set separator color and width, set a
                background image, etc. The RadProgressBar class is a simple wrapper for the
                <see cref="T:Telerik.WinControls.UI.RadProgressBarElement">RadProgressBarElement</see> class. The latter may
                be nested in other telerik controls. All UI and logic functionality is
                implemented by the <see cref="T:Telerik.WinControls.UI.RadProgressBarElement">RadProgressBarElement</see>
                class. RadProgressBar acts to transfer the events to and from the
                <see cref="T:Telerik.WinControls.UI.RadProgressBarElement">RadProgressBarElement</see> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadProgressBar.OnPropertyChanged(Telerik.WinControls.UI.ProgressBarEventArgs)">
            <summary>
            Raises the <see cref="E:PropertyChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.UI.ProgressBarEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.Text">
            <summary>
            Gets or sets the text associated with this control.
            </summary>
            <value>
            The text.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.BackgroundImage">
            <summary>
            Gets or sets the background image of the RadProgressBar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.BackgroundImageLayout">
            <summary>
            Gets or sets the layout of the background image of the RadProgressBar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.ProgressBarElement">
            <summary>
            Gets the instance of RadProgressBarElement wrapped by this control. RadProgressBarElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadProgressBar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.Value1">
            <summary>
            Gets or sets the value of the first progress line. There could be two progress
            lines in the progress bar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.Value2">
            <summary>
            Gets or sets the value of the second progress line. There could be two progress
            lines in the progress bar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.Minimum">
            <summary>
            Gets or sets the minimum value for the progress.
            </summary>
            <value>
            The minimum.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.Maximum">
            <summary>
            Gets or sets the maximum value for the progress.
            </summary>
            <value>
            The maximum.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.Step">
            <summary>
            Gets or sets a value indicating the amount to increment the current value with.
            </summary>
            <value>
            The step.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.StepWidth">
            <summary>
            Gets or sets the StepWidth between different separators.
            </summary>
            <value>
            The width of the step.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.Dash">
            <summary>
            	<para>Indicates whether the progress bar style is dash. When style is dash
            	the progress line is broken into segments with separators in between them.</para>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.Hatch">
            <summary>
            	<para>Indicates whether the progress bar style is hatch. When style is hatch
            	the progress line is covered with a hatch. You will have to change the SweepAngle
            	in order to see the style.</para>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.IntegralDash">
            <summary>
            When style is dash indicates if the progress indicators will progress on steps or smoothly.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.SeparatorColor1">
            <summary>
            Gets or sets the first gradient color for separators
            </summary>
            <value>
            The separator color1.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.SeparatorColor2">
            <summary>
            Gets or sets the second gradient color for separators.
            </summary>
            <value>
            The separator color2.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.SeparatorColor3">
            <summary>
            Gets or sets the third gradient color for separators.
            </summary>
            <value>
            The separator color3.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.SeparatorColor4">
            <summary>
            Gets or sets the fourth gradient color for separators.
            </summary>
            <value>
            The separator color4.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.SeparatorGradientAngle">
            <summary>
            Gets or sets the fourth gradient color for separators.
            </summary>
            <value>
            The separator gradient angle.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.SeparatorGradientPercentage1">
            <summary>
            Gets or sets the first color stop in the separator gradient.
            </summary>
            <value>
            The separator gradient percentage1.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.SeparatorGradientPercentage2">
            <summary>
            Gets or sets the second color stop in the separator gradient.
            </summary>
            <value>
            The separator gradient percentage2.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.SeparatorNumberOfColors">
            <summary>
            Gets or sets the number of colors used in the separator gradient.
            </summary>
            <value>
            The separator number of colors.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.SeparatorWidth">
            <summary>
            Gets or sets the separators width in pixels.
            </summary>
            <value>
            The width of the separator.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.Image">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadProgressBarElement.Image" filter=""/>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.ImageLayout">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadProgressBarElement.ImageLayout" filter=""/>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.ImageIndex">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadProgressBarElement.ImageIndex" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.ImageKey">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadProgressBarElement.ImageKey" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.ImageAlignment">
            <summary>
            Gets or sets the alignment of the image of the progress line.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.TextOrientation">
            <summary>
            Gets or sets the text orientation in the progress bar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.TextAlignment">
            <exclude/>
            <summary>Gets or sets the alignment of the text content on the drawing surface.</summary>
            <excludetoc/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.ProgressOrientation">
            <summary>
                Gets or sets the <see cref="T:Telerik.WinControls.ProgressOrientation">progress
                orientation</see>: Bottom, Left, Right, Top.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.ShowProgressIndicators">
            <summary>
            Indicates whether the progress bar style is hatch. When true, the style is Hatch.
            When both dash and hatch are true the style is hatch.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBar.SweepAngle">
            <summary>
            Gets or sets the angle at which the dash or hatch lines are tilted.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadProgressBar.ValueChanged">
            <summary>
            Fires when value is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadProgressBar.StepChanged">
            <summary>
            Fires when step is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadProgressBar.StepWidthChanged">
            <summary>
            Fires when step width is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadProgressBar.SeparatorWidthChanged">
            <summary>
            Fires when the separator width is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadProgressBar.MinimumChanged">
            <summary>
            Fires when the minimum property is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadProgressBar.MaximumChanged">
            <summary>
            Fires when the maximum property is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadProgressBar.DashChanged">
            <summary>
            Fires when the dash property is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadProgressBar.HatchChanged">
            <summary>
            Fires when the hatch property is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadProgressBar.IntegralDashChanged">
            <summary>
            Fires when the integral dash property is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadProgressBar.TextOrientationChanged">
            <summary>
            Fires when the text orientation is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadProgressBar.TextAlignmentChanged">
            <summary>
            Fires when the text alignment is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadProgressBar.ProgressOrientationChanged">
            <summary>
            Fires when the progress orientation is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadProgressBar.ShowProgressIndicatorsChanged">
            <summary>
            Fires when show progress indicators is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadProgressBar.SeparatorColorChanged">
            <summary>
            Fires when the separator color is changed.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadProgressBar.ProgressBarHandler">
            <summary>
                Represents the method that will handle some of the following events:
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.ValueChanged">ValueChanged</see>,
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.StepChanged">StepChanged</see>,
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.StepWidthChanged">StepWidthChanged</see>,
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.SeparatorWidthChanged">SeparatorWidthChanged</see>,
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.MinimumChanged">MinimumChanged</see>,
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.MaximumChanged">MaximumChanged</see>,
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.DashChanged">DashChanged</see>,
                <see cref="E:Telerik.WinControls.UI.RadProgressBar.DashChanged">TextOrientationChanged</see>,
                <param name="sender">Represents the event sender.</param>
            	<param name="e">Represents the event arguments.</param>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadProgressBarElement">
            <summary>
                Represents a progress bar element. <see cref="T:Telerik.WinControls.UI.RadProgressBar">RadProgressBar</see>
                is a simple wrapper for RadProgressBarElement. The latter may be included in other
                telerik controls. All graphical and logic functionality is implemented by
                RadProgressBarElement. The <see cref="T:Telerik.WinControls.UI.RadProgressBar">RadProgressBar</see> acts to
                transfer the events to and from its RadProgressBarElement instance.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadProgressBarElement.CallCreateChildElements">
            <summary>
            Creates the child elements and sets their locally applied values as Default
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadProgressBarElement.InitializeFields">
            <summary>
            Initializes the fields.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadProgressBarElement.GetProgressIndicatorFinalSize(Telerik.WinControls.UI.ProgressIndicatorElement,System.Drawing.RectangleF,System.Int32)">
            <summary>
            Gets the final size of the progress indicator.
            </summary>
            <param name="element">The element.</param>
            <param name="clientRect">The client rect.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadProgressBarElement.GetVerticalProgressIndicatorFinalSize(System.Drawing.RectangleF,System.Int32,System.Int32)">
            <summary>
            Gets the final size of a vertical progress indicator.
            </summary>
            <param name="clientRect">The client rect.</param>
            <param name="value">The value.</param>
            <param name="step">The step.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadProgressBarElement.GetHorizontalProgressIndicatorFinalSize(System.Drawing.RectangleF,System.Int32,System.Int32)">
            <summary>
            Gets the final size of a horizontal progress indicator.
            </summary>
            <param name="clientRect">The client rect.</param>
            <param name="value">The value.</param>
            <param name="step">The step.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadProgressBarElement.GetSeparatorsFinalSize(System.Drawing.RectangleF,System.Drawing.RectangleF)">
            <summary>
            Gets the final size of the separators.
            </summary>
            <param name="progressBar1Rectangle">The progress bar1 rectangle.</param>
            <param name="progressBar2Rectangle">The progress bar2 rectangle.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadProgressBarElement.OnPropertyChanged(Telerik.WinControls.RadPropertyChangedEventArgs)">
            <summary>
            Raises the <see cref="E:PropertyChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinControls.RadPropertyChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadProgressBarElement.PerformStepValue1">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Advances the
            current position of the progress bar by the amount of the Step property</span>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadProgressBarElement.PerformStepBackValue1">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Reverses the
            advance of the current position of the second progress bar by the amount of the Step
            property.</span>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadProgressBarElement.IncrementValue1(System.Int32)">
            <summary>
            Increments Value1 with the given argument value.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadProgressBarElement.DecrementValue1(System.Int32)">
            <summary>
            Decrements Value1 with the given argument value.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadProgressBarElement.PerformStepValue2">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Advances the
            current position of the first progress bar by the amount of the Step
            property.</span>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadProgressBarElement.PerformStepBackValue2">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Advances the
            current position of the first progress bar by the amount of the Step
            property.</span>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadProgressBarElement.IncrementValue2(System.Int32)">
            <summary>
            Increments Value2 with the given argument value.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadProgressBarElement.DecrementValue2(System.Int32)">
            <summary>
            Decrements Value2 with the given argument value.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.Value1">
            <summary>
            Gets or sets the value for the first progress indicator.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.Value2">
            <summary>
            Gets or sets the value for the second progress indicator.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.Minimum">
            <summary>
            Gets or sets the minimum possible value for the progress bar Value1(2).
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.Maximum">
            <summary>
            Gets or sets the maximum possible value for the progress bar Value1(2).
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.Step">
            <summary>
            Gets or sets the value with which the progress bar Value1(2) will 
            increments/decrements.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.StepWidth">
            <summary>
            Gets or sets the step width in pixels with which the progress bar 
            indicator will move if style is dash.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.ProgressOrientation">
            <summary>
            Gets or sets the progress orientation of the progress bar indicator. 
            Bottom, Left, Right, Top
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.ShowProgressIndicators">
            <summary>
            Gets or sets if the progress should be show with percentages.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.Dash">
            <summary>
            Gets or sets the style to dash.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.Hatch">
            <summary>
            Gets or sets the style to hatch.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.IntegralDash">
            <summary>
            Gets or sets the style to integral dash. To set IntegralDash you need
            to first set dash to true.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.Image">
            <summary>
            Gets or sets the progress bar indicator image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.ImageLayout">
            <summary>
            Gets or sets the layout of the image in the progress indicator.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.ImageIndex">
            <summary>
            Gets or sets the image index of the progress bar indicator image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.ImageKey">
            <summary>
            Gets or sets the image key for the progress bar indicator image.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.ImageAlignment">
            <summary>
            Gets or sets the alignment of the image in the progress line.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.IndicatorElement1">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.UpperProgressIndicatorElement"/> class
            that represents the progress indicator of the progress bar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.IndicatorElement2">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.ProgressIndicatorElement"/> class
            that represents the progress bar indicator.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.SeparatorsElement">
            <summary>
            Gets an instance of the <see cref="P:Telerik.WinControls.UI.RadProgressBarElement.SeparatorsElement"/> class
            that represents the separators on the progress bar indicator.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.SeparatorWidth">
            <summary>
            Gets or sets the separators width in pixels.
            </summary>
            <value>
            The width of the separator.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.SeparatorColor1">
            <summary>
            Gets or sets the first gradient color for separators
            </summary>
            <value>
            The separator color1.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.SeparatorColor2">
            <summary>
            Gets or sets the second gradient color for separators
            </summary>
            <value>
            The separator color2.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.SeparatorColor3">
            <summary>
            Gets or sets the third gradient color for separators
            </summary>
            <value>
            The separator color3.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.SeparatorColor4">
            <summary>
            Gets or sets the fourth gradient color for separators
            </summary>
            <value>
            The separator color4.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.SeparatorGradientAngle">
            <summary>
            Gets or sets the angle of the separators gradient
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.SeparatorGradientPercentage1">
            <summary>
            Gets or sets the first color percentage in the separator gradient.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.SeparatorGradientPercentage2">
            <summary>
            Gets or sets the second color percentage in the separator gradient.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.SeparatorNumberOfColors">
            <summary>
            Gets or sets the number of colors used in the separator gradient.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.TextElement">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.ProgressBarTextElement"/> class
            that represents the text of the progress bar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.Text">
            <summary>
            Gets or sets the text associated with this element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadProgressBarElement.SweepAngle">
            <summary>
            Gets or sets the angle at which the dash or hatch lines are tilted.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadOffice2007ScreenTip.ScreenTipElement">
            <summary>
            Gets the instance of RadScreenTipElement wrapped by this control. RadScreenTipElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadScreenTip.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadOffice2007ScreenTipElement.CaptionLabel">
            <summary>
            Gets the element that displays the caption
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadOffice2007ScreenTipElement.FooterLine">
            <summary>
            Gets the element that displays the footer line
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadOffice2007ScreenTipElement.MainTextLabel">
            <summary>
            Gets the element that displays the Text
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadOffice2007ScreenTipElement.FooterTextLabel">
            <summary>
            Gets the element that displays the Footer
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadOffice2007ScreenTipElement.ScreenTipFill">
            <summary>
            Gets the FillPrimitive instance that represents
            the screen tip fill.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadOffice2007ScreenTipElement.ScreenTipBorder">
            <summary>
            Gets the BorderPrimitive instance that represents
            the screen tip border.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandTabEventArgs">
            <summary>
            Represents event data for the following events: OnTabSelected, OnTabHovered, 
            OnTabDragStarted, OnTabDragStarting, OnTabDragEnding, and OnTabDragEnded.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CommandTabEventArgs.#ctor(Telerik.WinControls.UI.RibbonTab)">
            <summary>
            Initializes a new instance of the CommandTabEventArgs class using the 
            affected command tab.
            </summary>
            <param name="commandTab"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.CommandTabEventArgs.CommandTab">
            <summary>
            Gets the affected command tab.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.CommandTabEventHandler">
            <summary>
                Represents the method that will handle the following event:
                <see cref="E:Telerik.WinControls.UI.RadRibbonBarElement.CommandTabSelected">CommandTabSelected</see>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ContextualTabGroup">
            <summary>
            ContextualTabGroups are used to organize RibbonBar Tabs in
            groups which are visible depending on certain context.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ContextualTabGroup.TabItems">
            <summary>
            Collection containing references to the TabItems in the group.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ContextualTabGroup.BaseColor">
            <summary>Gets or sets the displayed text.</summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ContextualTabGroupCollection">
            <summary>
                <para>
                  A collection that stores <see cref="T:Telerik.WinControls.UI.ContextualTabGroup"/> objects.
               </para>
            </summary>
            <seealso cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/>
        </member>
        <member name="M:Telerik.WinControls.UI.ContextualTabGroupCollection.#ctor(Telerik.WinControls.RadElement)">
            <summary>
            	<para>
                    Initializes a new instance of the
                    <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/>.
                </para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ContextualTabGroupCollection.#ctor">
            <summary>
            	<para>
                    Initializes a new instance of the
                    <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/>.
                </para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ContextualTabGroupCollection.#ctor(Telerik.WinControls.UI.ContextualTabGroupCollection)">
            <summary>
            	<para>
                    Initializes a new instance of the
                    <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/>
                    based on another
                    <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/>.
                </para>
            </summary>
            <param name="value">
                  A <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/> from which the contents are copied
            </param>
        </member>
        <member name="M:Telerik.WinControls.UI.ContextualTabGroupCollection.#ctor(Telerik.WinControls.UI.ContextualTabGroup[])">
            <summary>
            	<para>
                    Initializes a new instance of the
                    <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/>
                    containing any array of
                    <see cref="T:Telerik.WinControls.UI.ContextualTabGroup"/> objects.
                </para>
            </summary>
            <param name="value">
                  A array of <see cref="T:Telerik.WinControls.UI.ContextualTabGroup"/> objects with which to intialize the collection
            </param>
        </member>
        <member name="M:Telerik.WinControls.UI.ContextualTabGroupCollection.Add(Telerik.WinControls.UI.ContextualTabGroup)">
            <summary>
               <para>Adds a <see cref="T:Telerik.WinControls.UI.ContextualTabGroup"/> with the specified value to the 
               <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/> .</para>
            </summary>
            <param name="value">The <see cref="T:Telerik.WinControls.UI.ContextualTabGroup"/> to add.</param>
            <returns>
               <para>The index at which the new element was inserted.</para>
            </returns>
            <seealso cref="M:Telerik.WinControls.UI.ContextualTabGroupCollection.AddRange(Telerik.WinControls.UI.ContextualTabGroup[])"/>
        </member>
        <member name="M:Telerik.WinControls.UI.ContextualTabGroupCollection.AddRange(Telerik.WinControls.UI.ContextualTabGroup[])">
            <summary>
            <para>Copies the elements of an array to the end of the <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/>.</para>
            </summary>
            <param name="value">
               An array of type <see cref="T:Telerik.WinControls.UI.ContextualTabGroup"/> containing the objects to add to the collection.
            </param>
            <returns>
              <para>None.</para>
            </returns>
            <seealso cref="M:Telerik.WinControls.UI.ContextualTabGroupCollection.Add(Telerik.WinControls.UI.ContextualTabGroup)"/>
        </member>
        <member name="M:Telerik.WinControls.UI.ContextualTabGroupCollection.AddRange(Telerik.WinControls.UI.ContextualTabGroupCollection)">
            <summary>
                <para>
                  Adds the contents of another <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/> to the end of the collection.
               </para>
            </summary>
            <param name="value">
               A <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/> containing the objects to add to the collection.
            </param>
            <returns>
              <para>None.</para>
            </returns>
            <seealso cref="M:Telerik.WinControls.UI.ContextualTabGroupCollection.Add(Telerik.WinControls.UI.ContextualTabGroup)"/>
        </member>
        <member name="M:Telerik.WinControls.UI.ContextualTabGroupCollection.Contains(Telerik.WinControls.UI.ContextualTabGroup)">
            <summary>
            <para>Gets a value indicating whether the 
               <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/> contains the specified <see cref="T:Telerik.WinControls.UI.RibbonTab"/>.</para>
            </summary>
            <param name="value">The <see cref="T:Telerik.WinControls.UI.ContextualTabGroup"/> to locate.</param>
            <returns>
            <para><see langword="true"/> if the <see cref="T:Telerik.WinControls.UI.ContextualTabGroup"/> is contained in the collection; 
              otherwise, <see langword="false"/>.</para>
            </returns>
            <seealso cref="M:Telerik.WinControls.UI.ContextualTabGroupCollection.IndexOf(Telerik.WinControls.UI.ContextualTabGroup)"/>
        </member>
        <member name="M:Telerik.WinControls.UI.ContextualTabGroupCollection.CopyTo(Telerik.WinControls.UI.ContextualTabGroup[],System.Int32)">
            <summary>
            <para>Copies the <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/> values to a one-dimensional <see cref="T:System.Array"/> instance at the 
               specified index.</para>
            </summary>
            <param name="array"><para>The one-dimensional <see cref="T:System.Array"/> that is the destination of the values copied from <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/> .</para></param>
            <param name="index">The index in <paramref name="array"/> where copying begins.</param>
            <returns>
              <para>None.</para>
            </returns>
            <exception cref="T:System.ArgumentException"><para><paramref name="array"/> is multidimensional.</para> <para>-or-</para> <para>The number of elements in the <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/> is greater than the available space to the end of <paramref name="array"/>.</para></exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="array"/> is <see langword="null"/>. </exception>
            <seealso cref="T:System.Array"/>
        </member>
        <member name="M:Telerik.WinControls.UI.ContextualTabGroupCollection.IndexOf(Telerik.WinControls.UI.ContextualTabGroup)">
            <summary>
               <para>Returns the index of a <see cref="T:Telerik.WinControls.UI.ContextualTabGroup"/> in 
                  the <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/> .</para>
            </summary>
            <param name="value">The <see cref="T:Telerik.WinControls.UI.ContextualTabGroup"/> to locate.</param>
            <returns>
            <para>The index of the <see cref="T:Telerik.WinControls.UI.ContextualTabGroup"/> of <paramref name="value"/> in the 
            <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/>, if found; otherwise, -1.</para>
            </returns>
            <seealso cref="M:Telerik.WinControls.UI.ContextualTabGroupCollection.Contains(Telerik.WinControls.UI.ContextualTabGroup)"/>
        </member>
        <member name="M:Telerik.WinControls.UI.ContextualTabGroupCollection.Insert(System.Int32,Telerik.WinControls.UI.ContextualTabGroup)">
            <summary>
            <para>Inserts a <see cref="T:Telerik.WinControls.UI.RibbonTab"/> into the <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/> at the specified index.</para>
            </summary>
            <param name="index">The zero-based index where <paramref name="value"/> should be inserted.</param>
            <param name=" value">The <see cref="T:Telerik.WinControls.UI.ContextualTabGroup"/> to insert.</param>
            <returns><para>None.</para></returns>
            <seealso cref="M:Telerik.WinControls.UI.ContextualTabGroupCollection.Add(Telerik.WinControls.UI.ContextualTabGroup)"/>
        </member>
        <member name="M:Telerik.WinControls.UI.ContextualTabGroupCollection.GetEnumerator">
            <summary>
               <para>Returns an enumerator that can iterate through 
                  the <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/> .</para>
            </summary>
            <returns><para>None.</para></returns>
            <seealso cref="T:System.Collections.IEnumerator"/>
        </member>
        <member name="M:Telerik.WinControls.UI.ContextualTabGroupCollection.Remove(Telerik.WinControls.UI.ContextualTabGroup)">
            <summary>
               <para> Removes a specific <see cref="T:Telerik.WinControls.UI.ContextualTabGroup"/> from the 
               <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/> .</para>
            </summary>
            <param name="value">The <see cref="T:Telerik.WinControls.UI.ContextualTabGroup"/> to remove from the <see cref="T:Telerik.WinControls.UI.ContextualTabGroupCollection"/> .</param>
            <returns><para>None.</para></returns>
            <exception cref="T:System.ArgumentException"><paramref name="value"/> is not found in the Collection. </exception>
        </member>
        <member name="P:Telerik.WinControls.UI.ContextualTabGroupCollection.Owner">
            <summary>Gets or sets a value indicating the owner.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ContextualTabGroupCollection.Item(System.Int32)">
            <summary>
            <para>Represents the entry at the specified index of the <see cref="T:Telerik.WinControls.UI.ContextualTabGroup"/>.</para>
            </summary>
            <param name="index"><para>The zero-based index of the entry to locate in the collection.</para></param>
            <value>
               <para> The entry at the specified index of the collection.</para>
            </value>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index"/> is outside the valid range of indexes for the collection.</exception>
        </member>
        <member name="T:Telerik.WinControls.UI.ContextualTabGroupCollection.ContextualTabGroupEnumerator">
            <summary>
            
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ContextualTabGroupCollection.ContextualTabGroupEnumerator.#ctor(Telerik.WinControls.UI.ContextualTabGroupCollection)">
            <summary>
            Initializes a new instance of the ContextualTabGroupEnumerator class
            using a collection of ribbon bar command tabs.
            </summary>
            <param name="mappings"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.ContextualTabGroupCollection.ContextualTabGroupEnumerator.MoveNext">
            <summary>
            Moves to the next element in the collection. When invoked for the first time,
            moves to the first element of the collection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ContextualTabGroupCollection.ContextualTabGroupEnumerator.Reset">
            <summary>Resets the iterator.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ContextualTabGroupCollection.ContextualTabGroupEnumerator.Current">
            <summary>Gets the current element of the collection.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMDIControlsItem.LayoutPropertyChanged">
            <summary>
            Find main form and save it in member variable
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMDIControlsItem.OnHostFormLayout">
            <summary>
            Main method for internal logic
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMDIControlsItem.MinimizeButton">
            <summary>
            Gets the Minimize button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMDIControlsItem.MaximizeButton">
            <summary>
            Gets the Maximize button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMDIControlsItem.CloseButton">
            <summary>
            Gets the Close button
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadQuickAccessToolBar.SetItemVisibility(Telerik.WinControls.RadItem,System.Boolean)">
            <summary>
            This method defines whether a Quick Access Toolbar item is visible or not.
            If the method is called to hide an item, its Visibility property is set to Collapsed
            and the corresponding menu item in the overflow button is unchecked.
            The method throws an InvalidOperationException if the item does not below
            to the current QAT collection.
            </summary>
            <param name="item">The item which visibility will be modified.</param>
            <param name="isVisible">True to show an item, false to collapse it.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadQuickAccessToolBar.Items">
            <summary>Gets the items in the tabstrip.</summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRibbonBarCaption">
            <exclude/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarCaption.Caption">
            <summary>
            Gets or sets the value of the caption
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarCaption.CaptionLayout">
            <summary>
            Gets the caption layout
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarCaption.MinimizeButton">
            <summary>
            Gets the Minimize button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarCaption.MaximizeButton">
            <summary>
            Gets the Maxmimize button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarCaption.CloseButton">
            <summary>
            Gets the Close button
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRibbonBarCaption.Close">
            <summary>
            Fires when the close button is clicked
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRibbonBarCaption.Minimize">
            <summary>
            Fires when the minimize button is clicked
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRibbonBarCaption.MaximizeRestore">
            <summary>
            Fires when the maximize button is clicked
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RibbonBarCaptionLayoutPanel">
            <exclude/>
        </member>
        <member name="M:Telerik.WinControls.UI.RibbonBarCaptionLayoutPanel.TransformXToClient(System.Drawing.Point)">
            <summary>
            Transforms the given point's X coordinate from world coordinates to local coordinates.
            </summary>
            <param name="point">The point to transform</param>
            <returns>The transformed point</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RibbonBarCaptionLayoutPanel.GetLeftCaptionSpace(System.Drawing.SizeF)">
            <summary>
            This method calculates the available space for the
            ribbon caption text at the left side of the</summary>
            contextual tab groups
            <param name="availableSize">The total available size for the elements 
            managed by this layout panel.</param>
            <returns>The width available.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RibbonBarCaptionLayoutPanel.GetRightCaptionSpace(System.Drawing.SizeF)">
            <summary>
            This method calculates the available space for the
            ribbon caption text at the right side of the</summary>
            contextual tab groups
            <param name="availableSize">The total available size for the elements 
            managed by this layout panel.</param>
            <returns>The width available.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RibbonBarCaptionLayoutPanel.ShouldResetContextTabs">
            <summary>
            Determines whether the tab strip items should be reordered so that they match
            the requirements for associated tab strip items.
            </summary>
            <returns>True if a reset is needed. Otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RibbonBarCaptionLayoutPanel.IsAddNewTabItemInTabStrip">
            <summary>
            Checks whether the Add New Tab item is in the tab strip.
            </summary>
            <returns>True or false</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RibbonBarCaptionLayoutPanel.GetEmptyGroupsCount">
            <summary>
            Gets the count of the empty contextual tab groups.
            </summary>
            <returns>The count of the empty groups.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RibbonBarCaptionLayoutPanel.ResetLayoutContext(System.Drawing.SizeF)">
            <summary>
            Resets the layout context variables which are used to determine the position
            of the caption text, the contextual tabs and the design-time
            contextual tab groups which are empty.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RibbonBarCaptionLayoutPanel.GetLeftMostGroup(System.Boolean)">
            <summary>
            Gets the left most contextual tab group.
            </summary>
            <param name="considerEmpty">Determines whether empty contextual groups are considered when
            calculating the left most group</param>
            <returns>A reference to the left most group. Null if no groups are found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RibbonBarCaptionLayoutPanel.GetRightMostGroup(System.Boolean)">
            <summary>
            Gets the right most contextual tab group.
            </summary>
            <param name="considerEmpty">Determines whether empty contextual groups are considered when
            calculating the right most group</param>
            <returns>A reference to the right most contextual group. Null if no groups are found.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RibbonBarCaptionLayoutPanel.ResetAssociatedTabItems">
            <summary>
            This method reorders the TabStrip items so that they are positioned under the
            ContextualTabGroup they are associated with. All tab items that are
            associated with a tab groups should be positioned on the right side of the tab strip.
            This algorithm begins iterating from the first to the last contextual tab group as they
            appear in the collection of the ribbon bar. The associated tab items are always inserted
            at the end of the tab strip. In this way the effect of positioning the last associated
            tab item at the end of the corresponding contextual group is achieved.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RibbonBarCaptionLayoutPanel.CalculateGroupWidth(Telerik.WinControls.UI.ContextualTabGroup)">
            <summary>
            This method calculates the size of a contextual group base on the associated tabs.
            </summary>
            <param name="tabGroup">The tab group which size is to be calculated</param>
            <returns>The calculated size of the group.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RibbonBarCaptionLayoutPanel.PerformMeasureWithShrink(System.Drawing.SizeF,Telerik.WinControls.UI.ContextualTabGroup)">
            <summary>
            This method is responsible for measuring the rightmost visible contextual group with associated tabs.
            This is a private case method which is called only for the right most group,
            since it has to be shrinked when the system buttons panel has to 'step' over it while resizing.
            </summary>
            <param name="availableSize">The available size for measuring</param>
            <param name="tabGroup">The tab group which is to be shrinked</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RibbonBarCaptionLayoutPanel.PerformArrangeWithShrink(System.Drawing.SizeF,Telerik.WinControls.UI.ContextualTabGroup)">
            <summary>
            This method is responsible for arranging the rightmost visible contextual group with associated tabs.
            This is a private case method which is called only for the right most group,
            since it has to be shrinked when the system buttons panel has to 'step' over it while resizing.
            </summary>
            <param name="finalSize">The final size for arranging</param>
            <param name="tabGroup">The tab group which is to be arranged</param>
        </member>
        <member name="T:Telerik.WinControls.UI.ScrollBarParameters">
            <summary>Represents parameters of the scroll bar such as small change and 
            large change in the scrolling position.</summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ScrollBarParameters.Minimum">
            <summary>
            Represents the minimum value of the scrolling position.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ScrollBarParameters.Maximum">
            <summary>
            Represents the maximum value of the scrolling position.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ScrollBarParameters.SmallChange">
            <summary>
            Represents a small change in the scrolling position; the value which will be
            added or substracted from the current position in case of small change.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ScrollBarParameters.LargeChange">
            <summary>
            Represents a large change in the scrolling position; the value which will be
            added or substracted from the current position in case of large change.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ScrollBarParameters.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>Initializes a new ScrollBarParameters structure.
            </summary>
            <param name="minimum">Initializes the <see cref="F:Telerik.WinControls.UI.ScrollBarParameters.Minimum">minimum</see> value of the scrolling.</param>
            <param name="maximum">Initializes the <see cref="F:Telerik.WinControls.UI.ScrollBarParameters.Maximum">maximum</see> value of the scrolling.</param>
            <param name="smallChange">Initializes the <see cref="F:Telerik.WinControls.UI.ScrollBarParameters.SmallChange">small change</see> value.</param>
            <param name="largeChange">Initializes the <see cref="F:Telerik.WinControls.UI.ScrollBarParameters.LargeChange">large change</see> value.</param>
        </member>
        <member name="F:Telerik.WinControls.UI.ShapedForm.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ShapedForm.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.ShapedForm.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ShapedForm.AllowResize">
            <summary>
            Allow form's resize
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ShapedForm.BorderColor">
            <summary>
            Gets or sets the form's border color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ShapedForm.BorderWidth">
            <summary>
            Gets or sets the form's border width
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ShapedForm.Shape">
            <summary>
            Gets or sets an instance of the Shape object of a form. The shape of the
            form is responsible for providing its' border(s) with custom shape.
            </summary>
            <remarks>
            Some predefined shapes are available, like <see cref="T:Telerik.WinControls.RoundRectShape"/> or <see cref="T:Telerik.WinControls.EllipseShape"/>.
            <see cref="T:Telerik.WinControls.CustomShape"/> offers a way to specify element's shape with a sequance of points and curves using code 
            or the design time <see cref="T:Telerik.WinControls.ElementShapeEditor"/>
            	<see cref="T:System.Drawing.Design.UITypeEditor"/>.
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.ShapedForm.ThemeName">
            <summary>Gets or sets theme name.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ShapedForm.EnableCompositionOnVista">
            <summary>Enables or disables transparent background on Vista</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ShapedForm.FormBorderStyle">
            <summary>
            Gets or sets the FormBorderStyle of the Form.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadTitleBar">
            <summary>
            <para>Represents a title bar. This control helps in creation of borderless forms by
            substituting the system title bar. Subscribe for radTitleBar events to implement 
            the actual action for the the corresponding event. For example, on Close event 
            close the form of your application.</para>
            <para>Use the Visual Style Builder to change the default appearance and the visible
            elements. For example the system menu is not visible by default.</para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTitleBar.#ctor">
            <summary>
            Initializes a new instance of the RadTitleBar class.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTitleBar.Text">
            <summary>
            Gets or sets the text associated with this item. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTitleBar.CanManageOwnerForm">
            <summary>
            Gets or sets a boolean value that determines whether the title bar
            can manage the owner form.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTitleBar.AllowResize">
            <summary>
            Allow form's resize
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTitleBar.ImageIcon">
            <summary>
            An Icon that represents the icon for the form.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTitleBar.TitleBarElement">
            <summary>
            Gets the instance of RadTitleBarElement wrapped by this control. RadTitleBarElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadTitleBar.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTitleBar.Minimize">
            <summary>
            Fires when a minimize action is performed by the user (the minimize button is
            pressed).
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTitleBar.MaximizeRestore">
            <summary>
            Fires when a maximize/restore action is performed by the user (maximizes button
            is pressed or the title bar is double clicked).
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTitleBar.MinimizeInTheTray">
            <summary>
            Fires when the minimize in the tray button is pressed. It is hidden by default.
            Use the Visual Style Builder to set which elements are visible and design their visual
            appearance.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.TitleBarSystemEventHandler">
            <summary>
            Represents the method that will handle some of the following events: Close,
            MaximizeRestore, Minimize, and MinimizeInTheTray.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadButton">
            <summary>
                Represents a button control. The button control serves as a
                <see cref="T:Telerik.WinControls.UI.RadButtonElement">RadButtonElement Class</see> wrapper. All logic and
                presentation features are implemented in a parallel hierarchy of objects. For this
                reason, <see cref="T:Telerik.WinControls.UI.RadButtonElement">RadButtonElement Class</see> may be nested in
                any other telerik control, item, or element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadButton.DialogResult">
            <summary>
            Gets or sets the DialogResult for this button.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.DropDownEditorLayoutPanel">
            <summary>
            Rec editors. It is used in 
            RadComboboxElement, DropDownButton, etc.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.DropDownEditorLayoutPanel.ArrowPosition">
            <summary>
            Note: this property is supposed to be used only when this.Parent.AutoSizeMode==WrapAroundChildren
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadMenuSeparatorItem">
            <summary>Represents a menu separation item. 
            Use it to separate logically unrelated items in the menu.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenuSeparatorItem.#ctor">
            <summary><para>Initializes a new instance of the RadMenuSeparatorItem class.</para></summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuSeparatorItem.SweepAngle">
            <summary>Gets or set the sweep angle in degrees.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuSeparatorItem.SeparatorOrientation">
            <summary>
                Gets or sets the <see cref="T:Telerik.WinControls.SepOrientation">separator
                orientation</see>. Possible values are members of SepOrientation enumeration.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuSeparatorItem.LineWidth">
            <summary>Gets or sets separators width in pixels.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuSeparatorItem.LineOffset">
            <summary>
            Gets or sets the offset of the location where the draw of the line should start
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenuSeparatorItem.Selectable">
            <summary>Gets a value indicating whether the RadMenuSeparator can be selected.</summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRadioButton">
            <summary>
            Represents the RadRadioButton control
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadToggleButton">
            <summary>
            	<para>Represents a RadToggleButton. A ToggleButton may have the following states:
                On, Off, and Indeterminate. The button may have only the first two states if the
                IsThreeState property is set to false.</para>
            	<para>
                    The RadToggleButton class is a simple wrapper for the
                    <see cref="T:Telerik.WinControls.UI.RadToggleButtonElement">RadToggleButtonElement</see>. All UI and
                    logic functionality is implemented in the
                    <see cref="T:Telerik.WinControls.UI.RadToggleButtonElement">RadToggleButtonElement</see> class. The
                    latter can be nested in other telerik controls. RadToggleButton acts to
                    transfer events to and from the its corresponding
                    <see cref="T:Telerik.WinControls.UI.RadToggleButtonElement">RadToggleButtonElement</see> instance.
                </para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadToggleButton.#cctor">
            <summary>Initializes a new instance of the RadToggleButton class.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadToggleButton.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadToggleButton"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadToggleButton.CreateButtonElement">
            <summary>
            Create main button element that is specific for RadToggleButton.
            </summary>
            <returns>The element that encapsulates the funtionality of RadToggleButton</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadToggleButton.OnToggleStateChanging(Telerik.WinControls.UI.StateChangingEventArgs)">
            <summary>
            Raises the StateChanging event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadToggleButton.OnToggleStateChanged(System.EventArgs)">
            <summary>
            Raises the StateChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadToggleButton.OnCheckStateChanging(Telerik.WinControls.UI.CheckStateChangingEventArgs)">
            <summary>
            Raises the CheckStateChanging event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadToggleButton.OnCheckStateChanged(System.EventArgs)">
            <summary> 
            Raises the CheckStateChanged event.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadToggleButton.ButtonElement">
            <summary>
            Gets the instance of RadToggleButtonElement wrapped by this control. RadToggleButtonElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadToggleButton.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadToggleButton.ToggleState">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadToggleButtonElement.ToggleState" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadToggleButton.IsChecked">
            <summary>Gets or sets a boolean value indicating where the button is checked.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadToggleButton.CheckState">
            <summary>
                Gets or sets the <see cref="T:System.Windows.Forms.CheckState"> CheckState
                </see>. CheckState enumeration defines the following values: Unchecked, Checked, and Indeterminate.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadToggleButton.IsThreeState">
            <summary>Gets or sets a boolean value indicating where the button is checked.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadToggleButton.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the toggle button is read only.
            </summary>
            <value>
              <c>true</c> if the toggle button is read only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="E:Telerik.WinControls.UI.RadToggleButton.ToggleStateChanging">
            <summary>Occurs when the elements's state is changing.</summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadToggleButton.ToggleStateChanged">
            <summary>
            Occurs when the element's state changes.  
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadToggleButton.CheckStateChanging">
            <summary>Occurs when the elements's check state is changing.</summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadToggleButton.CheckStateChanged">
            <summary>
            Occurs when the element's check state changed.  
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRadioButton.CreateButtonElement">
            <summary>
            Create main button element that is specific for RadRadioButton.
            </summary>
            <returns>The element that encapsulates the funtionality of RadRadioButton</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRadioButton.AutoSize">
            <summary>
            	<para>Gets or sets a value indicating whether the control is automatically resized
                to display its entire contents.</para>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRadioButton.DefaultSize">
            <summary>
            Gets the default size of RadRadioButton
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRadioButton.ButtonElement">
            <summary>
            Gets the instance of RadRadioButtonElement wrapped by this control. RadRadioButtonElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadRadioButton.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRadioButton.RadioCheckAlignment">
            <summary>Gets or sets a value indicating the alignment of the radio button.</summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRadioButtonElement">
            <summary>
                Represents a radio button element. The <see cref="T:Telerik.WinControls.UI.RadRadioButton">RadRadioButton</see>
                class is a simple wrapper for the RadRadioButtonElement class. The
                <see cref="T:Telerik.WinControls.UI.RadRadioButton">RadRadioButton</see> acts to transfer events to and from its
                corresponding RadRadioButtonElement instance. The RadRadioButtonElement which is
                essentially the <see cref="T:Telerik.WinControls.UI.RadRadioButton">RadRadioButton</see> control may be nested in
                other telerik controls.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadRadioButtonElement.RadioCheckAlignmentProperty">
            <summary>
            Registers the RadioCheckAlignment dependency property
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRadioButtonElement.OnClick(System.EventArgs)">
            <summary>
            Fires te Click event and handles the toggle logic 
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRadioButtonElement.CreateChildElements">
            <summary>
            initializes and adds the child elements
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRadioButtonElement.RadioCheckAlignment">
            <summary>Gets or sets a value indicating the alignment of the radio-mark according to the text of the button.</summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRadiomark">
            <exclude/>
             <summary>Represents checkmark.</summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadRadiomark.CheckStateProperty">
            <summary>
            Registers the CheckState dependency property
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadRadiomark.IsImageProperty">
            <summary>
            Registers the IsImage dependency property
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadRadiomark.IsCheckmarkProperty">
            <summary>
            Registers the IsCheckMark dependency property
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRadiomark.OnChildrenChanged(Telerik.WinControls.RadElement,Telerik.WinControls.ItemsChangeOperation)">
            <summary>
            Initializes the newly added children if needed. 
            </summary>
            <param name="child"></param>
            <param name="changeOperation"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRadiomark.OnPropertyChanged(Telerik.WinControls.RadPropertyChangedEventArgs)">
            <summary>
            handles the properties behavior when a property value is changed.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRadiomark.SetCheckState">
            <summary>
            Sets the toggle state of the RadioMark
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRadiomark.VsbVisible">
            <summary>
            Determines whether the element may be added associated with metadata in the Visual Style Builder.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRadiomark.CheckElement">
            <summary>
            Gets an instance of the check element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRadiomark.ImageElement">
            <summary>
            Gets an instance of Image element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRadiomark.CheckState">
            <summary>Gets or sets value indicating RadRadiomark checkstate.</summary>
        </member>
        <member name="F:Telerik.WinControls.UI.FilteredItemsEditorUI.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.FilteredItemsEditorUI.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.FilteredItemsEditorUI.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.GroupedItemsEditorUI.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.GroupedItemsEditorUI.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.GroupedItemsEditorUI.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGalleryElement.OnGalleryItemHover(Telerik.WinControls.UI.GalleryItemHoverEventArgs)">
            <summary>
            Raises the GalleryItemHover event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGalleryElement.OnDropDownOpening(System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the DropDownOpening event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGalleryElement.OnDropDownOpened(System.EventArgs)">
            <summary>
            Raises the DropDownOpened event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGalleryElement.OnDropDownClosing(Telerik.WinControls.UI.RadPopupClosingEventArgs)">
            <summary>
            Raises the DropDownClosing event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGalleryElement.OnDropDownClosed(Telerik.WinControls.UI.RadPopupClosedEventArgs)">
            <summary>
            Raises the DropDownClosed event.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.GalleryDropDown">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.RadGalleryDropDown"/>class
            that represents the popup control which hosts the <see cref="T:Telerik.WinControls.UI.RadGalleryPopupElement"/>
            displayed to the user when he/she clicks on the drop-down button of the gallery.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.GalleryPopupElement">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.RadGalleryPopupElement"/>class
            that represents the main element put in the <see cref="T:Telerik.WinControls.UI.RadGalleryDropDown"/>
            when it is shown to the user. This element holds the content of the gallery,
            as well as some additional elements like sizing grip etc.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.InRibbonFill">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.Primitives.FillPrimitive"/>instance
            that represents the Gallery Element's fill.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.InRibbonBorder">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.Primitives.BorderPrimitive"/>instance
            that represents the Gallery Element's border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.UpButton">
            <summary>
            Gets tne <see cref="T:Telerik.WinControls.UI.RadImageButtonElement"/> that
            represents the up button in the gallery element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.DownButton">
            <summary>
            Gets tne <see cref="T:Telerik.WinControls.UI.RadImageButtonElement"/> that
            represents the down button in the gallery element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.PopupButton">
            <summary>
            Gets tne <see cref="T:Telerik.WinControls.UI.RadImageButtonElement"/> that
            represents the show popup button in the gallery element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.FilterEnabled">
            <summary>
            Gets or sets a value indicating whether group filtering is enbled when filters are defined.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.Filters">
            <summary>
            Gets a collection representing the group filters defined in this gallery.
            </summary>	
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.Groups">
            <summary>
            Gets a collection representing the groups contained in this gallery.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.IsDroppedDown">
            <summary>
            Returns whether the gallery is currently dropped down.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.Items">
            <summary>
            Gets a collection representing the items contained in this gallery.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.ItemSelection">
            <summary>
            Gets or sets a value indicating whether the selection of the gallery items is enabled or not.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.MaxColumns">
            <summary>
            Gets or sets the maximum number of columns to be shown in the in-ribbon portion of the gallery. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.MaxDropDownColumns">
            <summary>
            Gets or sets the maximum number of columns to be shown in the drop-down portion of the gallery. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.MaxRows">
            <summary>
            Gets or sets the maximum number of rows to be shown in the in-ribbon portion of the gallery. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.MinDropDownColumns">
            <summary>
            Gets or sets the minimum number of columns to be shown in the drop-down portion of the gallery. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.SelectedItem">
            <summary>
            Gets or sets the currently selected item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.Tools">
            <summary>
            Gets the Tools menu items collection where you can add and remove items from the
            Tools part of the gallery
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.ZoomItems">
            <summary>
            Gets or sets a value indicating whether a gallery item is zoomed-in when mouse over it.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGalleryElement.GalleryItemHover">
            <summary>
            Occurs when the mouse pointer rests on the gallery item.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGalleryElement.DropDownOpening">
            <summary>
            Occurs when the drop-down is opening.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGalleryElement.DropDownOpened">
            <summary>
            Occurs when the drop-down has opened.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGalleryElement.DropDownClosing">
            <summary>
            Occurs when the drop-down is about to be closed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadGalleryElement.DropDownClosed">
            <summary>
            Occurs when the drop-down window has closed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryElement.DropDownInheritsThemeClassName">
            <summary>
            Gets or sets value indicating whether DropDownMenu will have the same class name as the owner control or its own.
            True means that the same class name will be used as the control that opened the dropdown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryGroupFilter.Items">
            <summary>
            Gets a collection representing the group items contained in this gallery filter.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryGroupFilter.Selected">
            <summary>
            Returns whether the filter is currently selected.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryGroupItem.ShowCaption">
            <summary>
            Gets or sets a value indicating whether the caption of the group is shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryItem.IsSelected">
            <summary>
            Returns whether the gallery item is currently selected.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryItem.DescriptionFont">
            <summary>
            Gets or sets the font of the descrition text of the RadGalleryItem. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryItem.DescriptionText">
            <summary>
            	Gets or sets the description text associated with this item. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryItem.ImagePrimitiveAngleTransform">
            <summary>
            Angle of rotation for the button image.
            Unlike AngleTransform the property ImagePrimitiveAngleTransform rotates the image only.
            AngleTransform rotates the whole item
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabelElement.TextAlignment">
            <summary>
            Gets or sets the alignment of text content on the drawing surface. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabelElement.UseMnemonic">
            <commentsfrom cref="P:Telerik.WinControls.Primitives.TextPrimitive.UseMnemonic" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabelElement.Image">
            <summary>
             Gets or sets the image that is displayed on a button element.
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabelElement.ImageIndex">
            <summary>
            Gets or sets the image list index value of the image displayed on the button control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabelElement.ImageKey">
            <summary>
            Gets or sets the key accessor for the image in the ImageList.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabelElement.TextImageRelation">
            <summary>
            Gets or sets the position of text and image relative to each other. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabelElement.ImageAlignment">
            <summary>
            Gets or sets the alignment of image content on the drawing surface. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabelElement.LabelFill">
            <summary>
            Gets the element responsible for painting the background of the label
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabelElement.LabelText">
            <summary>
            Gets the element responsible for painting the text of the label
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabelElement.LabelImage">
            <summary>
            Gets the image element responsible for painting the image part of the label.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLabelElement.LabelBorder">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.Primitives.BorderPrimitive"/> responsible for painting the image part of the label.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadCheckBox">
            <summary>
                Represents a check box. The RadCheckBox class is a simple wrapper for the
                <see cref="T:Telerik.WinControls.UI.RadCheckBoxElement">RadCheckBoxElement</see> class. The RadCheckBox acts
                to transfer events to and from its corresponding
                <see cref="T:Telerik.WinControls.UI.RadCheckBoxElement">RadCheckBoxElement</see>. The
                <see cref="T:Telerik.WinControls.UI.RadCheckBoxElement">RadCheckBoxElement</see> which is essentially the
                RadCheckBox control may be nested in other telerik controls.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadCheckBox.CreateButtonElement">
            <summary>
            Create main button element that is specific for RadCheckBox.
            </summary>
            <returns>The element that encapsulates the funtionality of RadCheckBox</returns>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckBox.AutoSize">
            <summary>
            	<para>Gets or sets a value indicating whether the control is automatically resized
                to display its entire contents.</para>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckBox.ButtonElement">
            <summary>
            Gets the instance of RadCheckBoxElement wrapped by this control. RadCheckBoxElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadCheckBox.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckBox.Checked">
            <summary>Gets or sets value idicating the checked state of the checkbox.</summary>
            <remarks>
            Since RadCheckBox is tri-state based (ToggleState property) the Checked property is provided for compatibility only.
            Checked=true corresponds to ToggleState.On and Checked=false corresponds to ToggleState.Off. 
            If value of ToggleState property equals <see cref="F:Telerik.WinControls.Enumerations.ToggleState.Indeterminate"/>, 
            value of Checked property is 'false'.
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckBox.UseMnemonic">
            <summary>
            Gets or sets a value indication whether mnemonics are used.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadCheckBox.CheckAlignment">
            <summary>Gets or sets a value indicating the alignment of the check box.</summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRepeatButton">
            <summary>
                Represents a RadRepeatButton. If the button is continuously held pressed, it
                generates clicks. The RadRepeatButton class is a simple wrapper for the
                <see cref="T:Telerik.WinControls.UI.RadRepeatButtonElement">RadRepeatButtonElement</see> class. The
                RadRepeatButton acts to transfer events to and from its corresponding
                <see cref="T:Telerik.WinControls.UI.RadRepeatButtonElement">RadRepeatButtonElement</see> instance. The
                <see cref="T:Telerik.WinControls.UI.RadRepeatButtonElement">RadRepeatButtonElement</see> which is
                essentially the <see cref="T:Telerik.WinControls.UI.RadRepeatButtonElement">RadRepeatButtonElement</see>
                control may be nested in other telerik controls. All graphical and logical
                functionality is implemented in
                <see cref="T:Telerik.WinControls.UI.RadRepeatButtonElement">RadRepeatButtonElement</see> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRepeatButton.OnButtonClick(System.EventArgs)">
            <summary>
            Raises the ButtonClick event.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRepeatButton.ButtonElement">
            <summary>
            Gets the instance of RadRepeatButtonElement wrapped by this control. RadRepeatButtonElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadRepeatButton.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRepeatButton.UseMnemonic">
            <summary>
            Determines whether the button can be clicked by using mnemonic characters.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRepeatButton.Delay">
            <summary>
            Gets or sets the amount of time, in milliseconds, the Repeat button element waits while it is pressed before it starts repeating. The value must be non-negative. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRepeatButton.Interval">
            <summary>
            Gets or sets the amount of time, in milliseconds, between repeats once repeating starts. The value must be non-negative.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRepeatButton.ButtonClick">
            <summary>
            Propagates internal element click.  
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.StateChangingEventHandler">
            <summary>
                Represents the method that will handle the
                <see cref="E:Telerik.WinControls.UI.RadToggleButtonElement.CheckStateChanging">ToggleStateChanging</see>
                event.
            </summary>
            <param name="sender">Represents the event sender.</param>
            <param name="args">Represents the <see cref="T:Telerik.WinControls.UI.StateChangingEventArgs">event arguments</see>.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.CheckStateChangingEventHandler">
            <summary>
                Represents the method that will handle the
                <see cref="E:Telerik.WinControls.UI.RadToggleButtonElement.CheckStateChanging">CheckStateChanging</see>
                event.
            </summary>
            <param name="sender">Represents the event sender.</param>
            <param name="args">Represents the <see cref="T:Telerik.WinControls.UI.CheckStateChangingEventArgs">event arguments</see>.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.CheckStateChangingEventArgs">
            <summary>
                Represents event data of the
                <see cref="E:Telerik.WinControls.UI.RadToggleButtonElement.CheckStateChanging">CheckStateChanging</see>
                event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.CheckStateChangingEventArgs.#ctor(System.Windows.Forms.CheckState,System.Windows.Forms.CheckState,System.Boolean)">
            <summary>
            Initializes a new instance of the StateChangingEventArgs class using the old toggle state, the new toggle state and  
            </summary>
            <param name="oldValue"></param>
            <param name="newValue"></param>
            <param name="canceled"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.CheckStateChangingEventArgs.OldValue">
            <summary>
            Gets or sets the old toggle state.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CheckStateChangingEventArgs.NewValue">
            <summary>
            Gets or sets the new toggle state.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.StateChangingEventArgs">
            <summary>
                Represents event data of the
                <see cref="E:Telerik.WinControls.UI.RadToggleButtonElement.ToggleStateChanging">ToggleStateChanging</see>
                event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.StateChangingEventArgs.#ctor(Telerik.WinControls.Enumerations.ToggleState,Telerik.WinControls.Enumerations.ToggleState,System.Boolean)">
            <summary>
            Initializes a new instance of the StateChangingEventArgs class using the old toggle state, the new toggle state and  
            </summary>
            <param name="oldValue"></param>
            <param name="newValue"></param>
            <param name="canceled"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.StateChangingEventArgs.OldValue">
            <summary>
            Gets or sets the old toggle state.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.StateChangingEventArgs.NewValue">
            <summary>
            Gets or sets the new toggle state.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.StateChangedEventArgs">
            <summary>
                Represents event data of the
                <see cref="E:Telerik.WinControls.UI.RadToggleButtonElement.ToggleStateChanged">ToggleStateChanged</see>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.StateChangedEventArgs.#ctor(Telerik.WinControls.Enumerations.ToggleState)">
            <summary>
            Initializes a new instance of the StateChangedEventArgs class.
            </summary>
            <param name="state"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.StateChangedEventArgs.ToggleState">
            <summary>
            Gets the toggle state Off, On, or Indeterminate
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.StateChangedEventHandler">
            <summary>
                Represents the method that will handle the
                <see cref="E:Telerik.WinControls.UI.RadToggleButtonElement.ToggleStateChanged">ToggleStateChanged</see>
                event.
            </summary>
            <param name="sender">Represents the event sender.</param>
            <param name="args">Represents the <see cref="T:Telerik.WinControls.UI.StateChangedEventArgs">event arguments</see>.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadSelectedIndexChangedEventHandler">
            <summary>
                Represents the method that will handle the SelectedIndexChanged event.
                <param name="args">A SelectedIndexChangedEventArgs that contains the event data.</param>
            	<param name="sender">The source of the event.</param>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.SelectedIndexChangedEventArgs">
            <summary>
            Represents event data of the SelectedIndexChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.SelectedIndexChangedEventArgs.#ctor(System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the SelectedIndexChangedEventArgs class.
            </summary>		
        </member>
        <member name="P:Telerik.WinControls.UI.SelectedIndexChangedEventArgs.OldIndex">
            <summary>
            Gets the instance of previously selected item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.SelectedIndexChangedEventArgs.NewIndex">
            <summary>
            Gets the instance of currently selected item.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPanel">
            <summary>Used to group collections of controls.</summary>
            <remarks>
            	<para>A <strong>RadPanel</strong> is a control that contains other controls. You
                can use a <strong>RadPanel</strong> to group collections of controls such as a
                group control of radio buttons. If the <strong>RadPanel</strong> control's
                <strong>Enabled</strong> property is set to <strong>false</strong>, the controls
                contained within the <strong>RadPanel</strong> will also be disabled.</para>
            	<para>You can use the <strong>AutoScroll</strong> property to enable scroll bars in
                the <strong>RadPanel</strong> control. When the <strong>AutoScroll</strong>
                property is set to <strong>true</strong>, any controls located within the
                <strong>RadPanel</strong> (but outside of its visible region), can be scrolled to
                with the scroll bars provided.</para>
            	<para>The <strong>RadPanel</strong> control is displayed by default with border and
                a text (using <strong>TextPrimitive</strong>). There is a
                <strong>FillPrimitive</strong> which is transparent by default. It allows gradients
                to be used for background of the <strong>RadPanel</strong>.</para>
            </remarks>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPanel.#ctor">
            <summary>Initializes new <strong>RadPanel</strong></summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPanel.CreateChildItems(Telerik.WinControls.RadElement)">
            <summary>Creates the main panel element and adds it in the root element.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanel.PanelElement">
            <summary>
            Gets the instance of RadPanelElement wrapped by this control. RadPanelElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadPanel.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanel.AutoScrollToCurrentControl">
            <summary>
            Gets or set a value indicating whether panel will scroll automatically to show 
            the currently focused control inside it.
            </summary>		
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanel.TextAlignment">
            <summary>
            Gets or sets the alignment of the text within Panel's bounds.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanel.DefaultSize">
            <summary>Gets the default size of the control.</summary>
            <value>The default System.Drawing.Size of the control.</value>
            <remarks>The default Size of the control.</remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanel.CausesValidation">
            <summary>
            Gets or sets a value indicating whether the control causes validation to be
            performed on any controls that require validation when it receives focus.
            </summary>
            <value>
            true if the control causes validation to be performed on any controls requiring
            validation when it receives focus; otherwise, false.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.RadPanelElement">
            <summary>The main element of the <strong>RadPanel</strong> control.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadPanelElement.CreateChildElements">
            <summary>Create the elements in the hierarchy.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanelElement.PanelFill">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.Primitives.FillPrimitive"/>of the
            panel element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanelElement.PanelBorder">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.Primitives.BorderPrimitive"/>of the
            panel element.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadPanelElement.PanelText">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.Primitives.TextPrimitive"/>of the
            panel element.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.PanelRootElement">
            <summary>
            This class represents the root element
             of a <see cref="T:Telerik.WinControls.UI.RadPanel"/> control.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadColorDialogForm">
            <summary>
            Represents a dialog containing a color picker
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorDialogForm.#ctor">
            <summary>
            Creates instance of RadColorDialog class
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadColorDialogForm.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorDialogForm.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadColorDialogForm.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.RadColorSelector">
            <summary>
            Gets the color selector
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.SelectedColor">
            <summary>
            Gets or sets the selected color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.SelectedHslColor">
            <summary>
            Gets or sets the selected color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.OldColor">
            <summary>
            Gets or sets the old color
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.ActiveMode">
            <summary>
            Gets or sets the active mode of the color tabstrip
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.ShowBasicColors">
            <summary>
            Shows or hides the basic colors tab
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.ShowSystemColors">
            <summary>
            Shows or hides the system colors tab
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.ShowWebColors">
            <summary>
            Shows or hides the web colors tab
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.ShowProfessionalColors">
            <summary>
            Shows or hides whe professional colors tab
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.ShowCustomColors">
            <summary>
            Shows or hides the custom colors tab
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.ShowHEXColorValue">
            <summary>
            Shows or hides the hex color value
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.AllowEditHEXValue">
            <summary>
            Allows or disallows editing the HEX value
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.AllowColorPickFromScreen">
            <summary>
            Allows or disallows color picking from the screen
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.AllowColorSaving">
            <summary>
            Allows or disallows color saving
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.CustomColors">
            <summary>
            Gets the custom colors
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.BasicTabHeading">
            <summary>
            Gets or sets the heading of the basic colors tab
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.SystemTabHeading">
            <summary>
            Gets or sets the heading of the system colors tab
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.WebTabHeading">
            <summary>
            Gets or sets the heading of the web colors tab
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.ProfessionalTabHeading">
            <summary>
            Gets or sets the heading of the professional colors tab
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.SelectedColorLabelHeading">
            <summary>
            Gets or sets the heading of the selected color label
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadColorDialogForm.OldColorLabelHeading">
            <summary>
            Gets or sets the heading of the old color label
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadColorDialogForm.ColorChanged">
            <summary>
            Fires when the selected color has changed
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ScrollbarSynchronizationNeededEventArgs">
            <summary>
            Instance of this class contain information about the control to which
            a container of the RadScrollablePanel is scrolled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryPopupElement.ScrollViewer">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.RadScrollViewer"/>
            class that represents the scrollable panel that holds
            the gallery items when the popup is shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryPopupElement.MenuElement">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.RadMenuElement"/>class
            that represents the element holding the buttons that represent
            the different filters and groups.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGalleryPopupElement.SizingGrip">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.SizeGripElement"/>class
            that represents the sizing grip of the dropdown.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.SetThemeName(System.String)">
            <summary>
            Set theme name for the whole RadMessageBox
            </summary>
            <param name="themeName"></param>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.Show(System.String)">
            <summary>
            Displays RadMessageBox with specified text. 
            </summary>
            <param name="text">The text to display in the RadMessageBox.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values</returns>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.Show(System.String,System.String)">
            <summary>
            Displays RadMessageBox with specified text and caption.
            </summary>
            <param name="text">The text to display in the RadMessageBox.</param>
            <param name="caption">The text to display in the title bar of the RadMessageBox.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.</returns>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons)">
            <summary>
            Displays a RadMessageBox with specified text, caption, and buttons. 
            </summary>
            <param name="text">The text to display in the RadMessageBox.</param>
            <param name="caption">The text to display in the title bar of the RadMessageBox.</param>
            <param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the RadMessageBox.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.</returns>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.String)">
            <summary>
            Displays a RadMessageBox with specified text, caption, and buttons. 
            </summary>
            <param name="text">The text to display in the RadMessageBox.</param>
            <param name="caption">The text to display in the title bar of the RadMessageBox.</param>
            <param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the RadMessageBox.</param>
            <param name="detailsText">If this parameter is set to a string value the message box will contain a details button and a text field which will display this string.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.</returns>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,Telerik.WinControls.RadMessageIcon)">
            <summary>
            Displays a RadMessageBox with specified text, caption, buttons, and icon. 
            </summary>
            <param name="text">The text to display in the RadMessageBox.</param>
            <param name="caption">The text to display in the title bar of the RadMessageBox.</param>
            <param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the RadMessageBox.</param>
            <param name="icon">One of the <see cref="T:Telerik.WinControls.RadMessageIcon"></see> values that specifies which icon to display in the RadMessageBox.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.</returns>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,Telerik.WinControls.RadMessageIcon,System.String)">
            <summary>
            Displays a RadMessageBox with specified text, caption, buttons, and icon. 
            </summary>
            <param name="text">The text to display in the RadMessageBox.</param>
            <param name="caption">The text to display in the title bar of the RadMessageBox.</param>
            <param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the RadMessageBox.</param>
            <param name="icon">One of the <see cref="T:Telerik.WinControls.RadMessageIcon"></see> values that specifies which icon to display in the RadMessageBox.</param>
            <param name="detailsText">If this parameter is set to a string value the message box will contain a details button and a text field which will display this string.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.</returns>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,Telerik.WinControls.RadMessageIcon,System.Windows.Forms.MessageBoxDefaultButton)">
            <summary>
            Displays a RadMessageBox with specified text, caption, buttons, icon and default button.
            </summary>
            <param name="text">The text to display in the RadMessageBox.</param>
            <param name="caption">The text to display in the title bar of the RadMessageBox.</param>
            <param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the RadMessageBox.</param>
            <param name="icon">One of the <see cref="T:Telerik.WinControls.RadMessageIcon"></see> values that specifies which icon to display in the RadMessageBox.</param>
            <param name="defaultButton">One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"></see> values that specifies the default button for the RadMessageBox.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.</returns>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,Telerik.WinControls.RadMessageIcon,System.Windows.Forms.MessageBoxDefaultButton,System.String)">
            <summary>
            Displays a RadMessageBox with specified text, caption, buttons, icon and default button.
            </summary>
            <param name="text">The text to display in the RadMessageBox.</param>
            <param name="caption">The text to display in the title bar of the RadMessageBox.</param>
            <param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the RadMessageBox.</param>
            <param name="icon">One of the <see cref="T:Telerik.WinControls.RadMessageIcon"></see> values that specifies which icon to display in the RadMessageBox.</param>
            <param name="defaultButton">One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"></see> values that specifies the default button for the RadMessageBox.</param>
            <param name="detailsText">If this parameter is set to a string value the message box will contain a details button and a text field which will display this string.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.</returns>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.Show(System.Windows.Forms.IWin32Window,System.String)">
            <summary>
            Displays a RadMessageBox in front of the specified object and with the specified text. 
            </summary>
            <param name="parent">An implementation of <see cref="T:System.Windows.Forms.IWin32Window"></see> that will own the RadMessageBox.</param>
            <param name="text">The text to display in the RadMessageBox.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.</returns>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String)">
            <summary>
            Displays a RadMessageBox in front of the specified object and with the specified text and caption. 
            </summary>
            <param name="parent">An implementation of <see cref="T:System.Windows.Forms.IWin32Window"></see> that will own the RadMessageBox.</param>
            <param name="text">The text to display in the RadMessageBox.</param>
            <param name="caption">The text to display in the title bar of the RadMessageBox.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.</returns>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons)">
            <summary>
            Displays a RadMessageBox in front of the specified object and with the specified text, caption, and buttons. 
            </summary>
            <param name="parent">An implementation of <see cref="T:System.Windows.Forms.IWin32Window"></see> that will own the RadMessageBox.</param>
            <param name="text">The text to display in the RadMessageBox.</param>
            <param name="caption">The text to display in the title bar of the RadMessageBox.</param>
            <param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the RadMessageBox.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.</returns>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.String)">
            <summary>
            Displays a RadMessageBox in front of the specified object and with the specified text, caption, and buttons. 
            </summary>
            <param name="parent">An implementation of <see cref="T:System.Windows.Forms.IWin32Window"></see> that will own the RadMessageBox.</param>
            <param name="text">The text to display in the RadMessageBox.</param>
            <param name="caption">The text to display in the title bar of the RadMessageBox.</param>
            <param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the RadMessageBox.</param>
            <param name="detailsText">If this parameter is set to a string value the message box will contain a details button and a text field which will display this string.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.</returns>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,Telerik.WinControls.RadMessageIcon)">
            <summary>
            Displays a RadMessageBox in front of the specified object and with the specified text, caption, buttons, and icon. 
            </summary>
            <param name="parent">An implementation of <see cref="T:System.Windows.Forms.IWin32Window"></see> that will own the RadMessageBox.</param>
            <param name="text">The text to display in the RadMessageBox.</param>
            <param name="caption">The text to display in the title bar of the RadMessageBox.</param>
            <param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the RadMessageBox.</param>
            <param name="icon">One of the <see cref="T:Telerik.WinControls.RadMessageIcon"></see> values that specifies which icon to display in the RadMessageBox.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.</returns>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Drawing.Bitmap)">
            <summary>
            Displays a RadMessageBox in front of the specified object and with the specified text, caption, buttons, and icon. 
            </summary>
            <param name="parent">An implementation of <see cref="T:System.Windows.Forms.IWin32Window"></see> that will own the RadMessageBox.</param>
            <param name="text">The text to display in the RadMessageBox.</param>
            <param name="caption">The text to display in the title bar of the RadMessageBox.</param>
            <param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the RadMessageBox.</param>
            <param name="icon"><see cref="T:System.Drawing.Icon"></see> that displays in the RadMessageBox.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.</returns>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,Telerik.WinControls.RadMessageIcon,System.Windows.Forms.MessageBoxDefaultButton)">
            <summary>
            Displays a RadMessageBox in front of the specified object and with the specified text, caption, buttons, icon, and default button. 
            </summary>
            <param name="parent">An implementation of <see cref="T:System.Windows.Forms.IWin32Window"></see> that will own the RadMessageBox.</param>
            <param name="text">The text to display in the RadMessageBox.</param>
            <param name="caption">The text to display in the title bar of the RadMessageBox.</param>
            <param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the RadMessageBox.</param>
            <param name="icon">One of the <see cref="T:Telerik.WinControls.RadMessageIcon"></see> values that specifies which icon to display in the RadMessageBox.</param>
            <param name="defaultBtn">One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"></see> values that specifies the default button for the RadMessageBox.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values</returns>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,Telerik.WinControls.RadMessageIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.RightToLeft)">
            <summary>
            Displays a RadMessageBox in front of the specified object and with the specified text, caption, buttons, icon, and default button. 
            </summary>
            <param name="parent">An implementation of <see cref="T:System.Windows.Forms.IWin32Window"></see> that will own the RadMessageBox.</param>
            <param name="text">The text to display in the RadMessageBox.</param>
            <param name="caption">The text to display in the title bar of the RadMessageBox.</param>
            <param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the RadMessageBox.</param>
            <param name="icon">One of the <see cref="T:Telerik.WinControls.RadMessageIcon"></see> values that specifies which icon to display in the RadMessageBox.</param>
            <param name="defaultBtn">One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"></see> values that specifies the default button for the RadMessageBox.</param>
            <param name="rtl">One of the <see cref="T:System.Windows.Forms.RightToLeft"></see> values that specifies right to left settings.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values</returns>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,Telerik.WinControls.RadMessageIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.RightToLeft,System.String)">
            <summary>
            Displays a RadMessageBox in front of the specified object and with the specified text, caption, buttons, icon, and default button. 
            </summary>
            <param name="parent">An implementation of <see cref="T:System.Windows.Forms.IWin32Window"></see> that will own the RadMessageBox.</param>
            <param name="text">The text to display in the RadMessageBox.</param>
            <param name="caption">The text to display in the title bar of the RadMessageBox.</param>
            <param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the RadMessageBox.</param>
            <param name="icon">One of the <see cref="T:Telerik.WinControls.RadMessageIcon"></see> values that specifies which icon to display in the RadMessageBox.</param>
            <param name="defaultBtn">One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"></see> values that specifies the default button for the RadMessageBox.</param>
            <param name="rtl">One of the <see cref="T:System.Windows.Forms.RightToLeft"></see> values that specifies right to left settings.</param>
            <param name="detailsText">If this parameter is set to a string value the message box will contain a details button and a text field which will display this string.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values</returns>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Drawing.Bitmap,System.Windows.Forms.MessageBoxDefaultButton)">
            <summary>
            Displays a RadMessageBox in front of the specified object and with the specified text, caption, buttons, icon, and default button. 
            </summary>
            <param name="parent">An implementation of <see cref="T:System.Windows.Forms.IWin32Window"></see> that will own the RadMessageBox.</param>
            <param name="text">The text to display in the RadMessageBox.</param>
            <param name="caption">The text to display in the title bar of the RadMessageBox.</param>
            <param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the RadMessageBox.</param>
            <param name="icon"><see cref="T:System.Drawing.Icon"></see> that displays in the RadMessageBox.</param>
            <param name="defaultBtn">One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"></see> values that specifies the default button for the RadMessageBox.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.</returns>
        </member>
        <member name="P:Telerik.WinControls.RadMessageBox.Instance">
            <summary>
            Gets the RadMessageBoxForm instance
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RadMessageBox.ThemeName">
            <summary>
            Gets or set theme name for the whole RadMessageBox
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RadMessageBox.Cursor">
            <summary>
            Set the cursor that is displayed when the mouse pointer is over the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RadMessageBox.ShowInTaskbar">
            <summary>
            Set the message to be shown in windows taskbar. Default is <b>false</b>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RadMessageBox.UseCompatibleTextRendering">
            <summary>
            Determines whether to use compatible text rendering engine (GDI+) or not (GDI).
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBoxForm.SetLabelTextAndSize(System.String)">
            <summary>
            Set label text and size according to text string measure
            </summary>
            <param name="text"></param>
        </member>
        <member name="M:Telerik.WinControls.RadMessageBoxForm.CalculateWidthFromTitleSize">
            <summary>
            Calculate form size according to title text size
            </summary>
            <returns>width</returns>
        </member>
        <member name="P:Telerik.WinControls.RadMessageBoxForm.UseCompatibleTextRendering">
            <summary>
            Determines whether to use compatible text rendering engine (GDI+) or not (GDI).
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RadMessageBoxForm.EnableBeep">
            <summary>
            Gets or sets a value indicating whether a beep is played when the message box is shown.
            </summary>
            <value>
              <c>true</c> if a beep is played; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.RadMessageBoxForm.MessageText">
            <summary>
            Sets the RadMessageBox Text
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RadMessageBoxForm.Text">
            <summary>
            Sets the RadMessageBox caption text
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RadMessageBoxForm.MessageIcon">
            <summary>
            RadMessageBox Icon
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RadMessageBoxForm.ButtonSize">
            <summary>
            Gets ot sets the size of the buttons shown in the message box.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.RadMessageLocalizationProvider">
            <summary>
            Provides Localization service for RadMessageBox
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RadMessageLocalizationProvider.GetLocalizedString(System.String)">
            <summary>
            Gets the string corresponding to the given ID.
            </summary>
            <param name="id">String ID</param>
            <returns>The string corresponding to the given ID.</returns>
        </member>
        <member name="T:Telerik.WinControls.UI.RadGripElement">
            <summary>
            present RadGripElement
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGripElement.CreateChildElements">
            <summary>
            creacte child elements
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGripElement.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            OnMouseDown
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGripElement.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            OnMouseUp
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadGripElement.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            OnMouseMove
            </summary>
            <param name="e"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadGripElement.Image">
            <summary>
            Grip image
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadStatusStrip">
            <summary>
                Represents a RadStatusStrip. The RadStatusStrip class is a simple wrapper for the
                <see cref="T:Telerik.WinControls.UI.RadStatusBarElement">RadStatusBarElement</see> class. The RadStatusStrip acts
                to transfer events to and from its corresponding    
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadStatusStrip.#ctor">
            <summary>
            create RadStatusStrip instance
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadStatusStrip.CreateChildItems(Telerik.WinControls.RadElement)">
            <summary>
            create child items
            </summary>
            <param name="parent"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadStatusStrip.OnMouseClick(System.Windows.Forms.MouseEventArgs)">
            <summary>
            fire the StatusBarClick event
            </summary>
            <param name="e"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadStatusStrip.AutoSize">
            <summary>
            	<para>Gets or sets a value indicating whether the control is automatically resized
                to display its entire contents.</para>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadStatusStrip.Dock">
            <summary>
            implement default Dock style
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadStatusStrip.Text">
             <summary>
            Gets or sets the text associated with this control.
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadStatusStrip.SizingGrip">
            <summary>
            Gets or sets the visibility of the grip used to reposition the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadStatusStrip.Items">
            <summary>
            Gets all the items that belong to a RadStatusStrip.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadStatusStrip.LayoutStyle">
            <summary>
            Set the RadStatusStrip's layout style 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadStatusStrip.StatusBarElement">
            <summary>
            Gets the instance of RadStatusBarElement wrapped by this control. RadStatusBarElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadStatusStrip.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadStatusStrip.StatusBarClick">
            <summary>
            status bar click events
            </summary>                
        </member>
        <member name="E:Telerik.WinControls.UI.RadStatusStrip.LayoutStyleChanging">
            <summary>
            this event fired before Layout Style Changing 
            </summary>                
        </member>
        <member name="E:Telerik.WinControls.UI.RadStatusStrip.LayoutStyleChanged">
            <summary>
            this event fired after LayoutStyle Changed
            </summary>                
        </member>
        <member name="T:Telerik.WinControls.UI.RadStatusStrip.RadStatusBarClickEvenHandler">
            <summary>
            custom event handle for the click  event
            </summary>
            <param name="sender"></param>
            <param name="args"></param>
        </member>
        <member name="T:Telerik.WinControls.UI.RadStatusBarClickEventArgs">
            <summary>
            represent the RadStatusBarClickEventArgs object
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadStatusBarClickEventArgs.#ctor(Telerik.WinControls.RadElement,System.Windows.Forms.MouseEventArgs)">
            <summary>
            create a instance of 
            </summary>
            <param name="clickedElement"></param>
            <param name="e"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadStatusBarClickEventArgs.ClickedElement">
            <summary>
            present the clicked element
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadStatusBarElement">
            <summary>
                Represents a RadStatusBarElement.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadStatusBarElement.CreateChildElements">
            <summary>
            create elements in the RadStatusBarElement
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadStatusBarElement.LayoutStyleChanging">
            <summary>
            this event fired before Layout Style Changing 
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadStatusBarElement.LayoutStyleChanged">
            <summary>
            this event fired after LayoutStyle Changed
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadStatusBarElement.Items">
            <summary>
            Gets a collection representing the "View changing" items contained in this statusbar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadStatusBarElement.Orientation">
            <summary>
            get or set RadStatusBarElement orienatation
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadStatusBarElement.GripStyle">
            <summary>
            show or hide the Grip element in RadStatusStrip
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadStatusBarElement.LayoutStyle">
            <summary>
            Set the RadStatusStrip's layout style 
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadStatusBarLayoutStyle">
            <summary>
            enumerate RadStatusStrip LayoutStyles
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadStatusBarPanelElement">
            <summary>
            represent the RadStatusBarPanelElement
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadStatusBarPanelElement.CreateChildElements">
            <summary>
            create child items
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.StatusBarBoxLayout">
            <summary>
            Represents the StatusBarBoxLayout class
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StatusBarBoxLayout.ProportionProperty">
            <summary>
            Registers the Proportion dependancy property of StatusBarBoxLayout
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StatusBarBoxLayout.OrientationProperty">
            <summary>
            Registers the Orientation dependancy proeprty of StatusBarBoxLayout
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.StatusBarBoxLayout.StripPositionProperty">
            <summary>
            Registers the StripPosition dependancy property of StatusBarBoxLayout
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.StatusBarBoxLayout.GetProportion(Telerik.WinControls.RadElement)">
            <summary>
            Gets the proportion based on a given element
            </summary>
            <param name="element"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.StatusBarBoxLayout.ArrangeOverride(System.Drawing.SizeF)">
            <summary>
            arranges the children by a given criteria 
            </summary>
            <param name="finalSize"></param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.UI.StatusBarBoxLayout.Orientation">
            <summary>
            Gets or sets strip orientation - it could be horizontal or vertical.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.StatusBarBoxLayout.StripPosition">
            <summary>
            represents StripPosition enumeration
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLineItem.LineWidth">
            <summary>Gets or sets the line width in pixels.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLineItem.SeparatorOrientation">
            <summary>
            Gets or sets the line orientation. Possible values are defined in the SepOrientation
            enumeration.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadLineItem.SweepAngle">
            <summary>Gets or sets the line angle in degrees.</summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadSpinEditor">
            <summary>
                Represents a numeric up/down control box. The RadSpinEditor class is a simple wrapper for the
                <see cref="T:Telerik.WinControls.UI.RadSpinElement">RadSpinElement</see> class. The RadSpinEditor acts
                to transfer events to and from its corresponding
                <see cref="T:Telerik.WinControls.UI.RadSpinElement">RadSpinElement</see>. The
                <see cref="T:Telerik.WinControls.UI.RadSpinElement">RadSpinElement</see> which is essentially the
                RadSpinEditor control may be nested in other telerik controls.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSpinEditor.#ctor">
            <summary>
            Initializes a new instance of the RadSpinEditor class
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSpinEditor.CreateChildItems(Telerik.WinControls.RadElement)">
            <summary>
            CreateChildItems
            </summary>
            <param name="parent"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadSpinEditor.PerformStep(System.Decimal)">
            <summary>
            increase or decrease value in the numeric up/dowm with step value
            </summary>
            <param name="step"></param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinEditor.DefaultSize">
            <summary>
            set the default control size
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinEditor.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinEditor.SpinElement">
            <summary>
            Gets the instance of RadSpinElement wrapped by this control. RadSpinElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadSpinControl.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinEditor.Minimum">
            <summary>
            Gets or sets the mimimum value for the spin edit
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinEditor.Maximum">
            <summary>
            Gets or sets the maximum value for the spin edit
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinEditor.ShowUpDownButtons">
            <summary>
            Gets or sets the whether RadSpinEditor will be used as a numeric textbox.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinEditor.RightMouseButtonReset">
            <summary>
            Gets or sets whether by right-mouse clicking the up/down button you reset the value to the Maximum/Minimum value respectively.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinEditor.ShowBorder">
            <summary>
            Gets or sets a value indicating whether the border is shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinEditor.Step">
             <summary>
            Set or get the Step value
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinEditor.Increment">
             <summary>
            Set or get the Step value
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinEditor.Wrap">
            <summary>
            Gets or sets a value indicating that value will revert to minimum value after reaching maximum and to maximum after reaching minimum.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinEditor.Value">
            <summary>
             Represents the decimal value in the numeric up/down
            </summary>        
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinEditor.InterceptArrowKeys">
            <summary>
            Gets or sets a value indicating whether the user can use the UP ARROW and DOWN ARROW keys to select values.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinEditor.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the text can be changed by the use of the up or down buttons only.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinEditor.ThousandsSeparator">
            <summary>
            Gets or sets a value indicating whether a thousands separator is displayed in the RadSpinEditor
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinEditor.DecimalPlaces">
            <summary>
            Gets or sets the number of decimal places to display in the RadSpinEditor
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinEditor.Hexadecimal">
            <summary>
            Gets or sets a value indicating whether the RadSpinEditor should display the value it contains in hexadecimal format.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadSpinEditor.TextAlignment">
            <summary>
            Gets or sets the minimum value that could be set in the spin editor
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadSpinEditor.ValueChanged">
            <summary>
            Occurs before the value of the SpinEdit is changed.        
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadSpinEditor.ValueChanging">
            <summary>
            Occurs before the value of the SpinEdit is changing.        
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.SplashForm.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.SplashForm.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.SplashForm.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.#cctor">
            <summary>
            Initializes a new instance of the RadTextBoxBase class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.#ctor">
            <summary>
            Represents RadTextBoxBase constructor
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.InitializeTextElement">
            <summary>
            Initializes textbox's children
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.AppendText(System.String)">
            <summary>
            Appends text to the current text.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.Clear">
            <summary>
            Empties the TextBox.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.ClearUndo">
            <summary>
            Undo to the previous text value before clear invocation.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.Copy">
            <summary>
            Copies the text value to the clipboard.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.Cut">
            <summary>
            Cuts the text value to the clipboard.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.DeselectAll">
            <summary>
            <para>Deselects the text in the cotrol.</para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.GetCharFromPosition(System.Drawing.Point)">
            <summary>
            Retrieves the character that is closest to the specified location within the
            control.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.GetCharIndexFromPosition(System.Drawing.Point)">
            <summary>
            Retrieves the index of the character nearest to the specified location.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.GetFirstCharIndexFromLine(System.Int32)">
            <summary>
            Retrieves the index of the first character of a given line.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.GetFirstCharIndexOfCurrentLine">
            <summary>
            	<para>Retrieves the index of the first character of the current line. This method
                is not supported by MaskedTextBox.</para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.GetLineFromCharIndex(System.Int32)">
            <summary>
            	<para>Retrieves the line number from the specified character position within the
                text of the control.</para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.GetPositionFromCharIndex(System.Int32)">
            <summary>
            	<para>Retrieves the location within the control at the specified character
                index.</para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.Paste">
            <summary>
            Pastes the text value to the clipboard.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.Paste(System.String)">
            <summary>
            Pastes the string parameter to the clipboard.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.ScrollToCaret">
            <summary>
            Scrolls the contents of the control to the current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.Select(System.Int32,System.Int32)">
            <summary>
            Selects the text in the TextBox from the start position inclusive to the end
            position exclusive.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.SelectAll">
            <summary>
            Selects the text in the TextBox.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.Focus">
            <summary>
            Sets input focus to the control.
            </summary>
            <returns>true if the input focus request was successful; otherwise, false.
            </returns>		
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.Select">
            <summary>
            Activates the control.
            </summary>		
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.OnAcceptsTabChanged(System.EventArgs)">
            <summary>
            Raises the AcceptsTabChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.OnHideSelectionChanged(System.EventArgs)">
            <summary>
            Raises the HideSelectionChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.OnModifiedChanged(System.EventArgs)">
            <summary>
            Raises the ModifiedChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.OnMultilineChanged(System.EventArgs)">
            <summary>
            Raises the MultilineChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.OnReadOnlyChanged(System.EventArgs)">
            <summary>
            Raises the ReadOnlyChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.OnTextAlignChanged(System.EventArgs)">
            <summary>
            Raises the TextAlignChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBoxBase.OnTextChanging(Telerik.WinControls.TextChangingEventArgs)">
            <summary>
            Raises the TextChanging event.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.Text">
            <summary>Gets or sets the displayed text.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.Font">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl03_LabelAbstract">Gets or sets
            the font of the text displayed by the control.</span>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.AcceptsReturn">
            <summary>
            Gets or sets a value indicating whether pressing ENTER in a multiline RadTextBox
            control creates a new line of text in the control or activates the default button for
            the form.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.AcceptsTab">
            <summary>
            Gets or sets a value indicating whether pressing the TAB key in a multiline text
            box control types a TAB character in the control instead of moving the focus to the
            next control in the tab order.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.CanUndo">
            <summary>Gets value indicating whether undo is allowed.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.CharacterCasing">
            <summary>
            	<para>Gets or sets a value indicating whether the RadTextBox control modifies the
                case of characters as they are typed.</para>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.HideSelection">
            <summary>
            	<para>Gets or sets a value indicating whether the selected text remains highlighted
                even when the RadTextBox has lost the focus.</para>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.Lines">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Gets or sets
            the lines of text in multiline configurations.</span>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.MaxLength">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Gets or sets
            the maximum number of characters allowed in the text box.</span>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.Modified">
            <summary>
            Gets or sets a value indicating whether the RadTextBox control has been modified
            by the user since the control was created or since its contents were last set.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.Multiline">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Gets or sets
            a value indicating whether this is a multiline TextBox control.</span>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.NullText">
            <summary>
            Gets or sets the text that is displayed when the ComboBox contains a null 
            reference. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.PasswordChar">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Gets or sets
            the character used to mask characters of a password in a single-line TextBox
            control.</span>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.ReadOnly">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Gets or sets
            a value indicating whether the contents of the TextBox control can be
            changed.</span>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.ScrollBars">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Gets or sets
            which scroll bars should appear in a multiline TextBox control.</span>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.SelectedText">
            <summary>
            Gets or sets a value indicating the currently selected text in the
            control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.SelectionLength">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Gets or sets
            the number of characters selected in the text box.</span>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.SelectionStart">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Gets or sets
            the starting point of text selected in the text box.</span>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.ShortcutsEnabled">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Gets or sets
            a value indicating whether the defined shortcuts are enabled.</span>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.TextAlign">
            <summary>Gets or sets how text is aligned in a TextBox control.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.TextLength">
            <summary>Gets the length of the text in the control.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBoxBase.WordWrap">
            <summary>
            	<para>Gets or sets a value indicating whether a multiline text box control
                automatically wraps words to the beginning of the next line when necessary.</para>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxBase.AcceptsTabChanged">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Occurs when
            the value of the AcceptsTab property has changed.</span>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxBase.HideSelectionChanged">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Occurs when
            the value of the HideSelection property changes.</span>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxBase.ModifiedChanged">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Occurs when
            the value of the Modified property has changed.</span>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxBase.MultilineChanged">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl02_LabelAbstract">Occurs when
            the value of the Multiline property has changed.</span>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxBase.ReadOnlyChanged">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl01_LabelAbstract">Occurs when
            the ReadOnly property changes.</span>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxBase.TextAlignChanged">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl03_LabelAbstract">Occurs when
            the value of the TextAlign property has changed.</span>
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadTextBoxBase.TextChanging">
            <summary>
            	<para><span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl03_LabelAbstract">Occurs
                when text is being changed.</span></para>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.HostedTextBoxBase">
            <summary>
            The TextBox control that is hosted by default by RadTextBoxItem.
            Children of this calss can be passed to RadTextBoxItem in order to customize the hosted text box.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.HostedTextBoxBase.DrawTextPrompt">
            <summary>
            Overload to automatically create the Graphics region before drawing the text prompt
            </summary>
            <remarks>The Graphics region is disposed after drawing the prompt.</remarks>
        </member>
        <member name="M:Telerik.WinControls.UI.HostedTextBoxBase.DrawNullText(System.Drawing.Graphics)">
            <summary>
            Draws the NullText in the client area of the TextBox using the default font and color.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.HostedTextBoxBase.NullTextColor">
            <summary>
            Gets or sets a color of the null text
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.HostedTextBoxBase.UseGenericBorderPaint">
            <summary>
            Gets or sets a value indicating whether to show the bottom part of characters, clipped 
            due to font name or size particularities
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadTextBox">
            <exclude/>
            <summary>
                Represents a RadTextBox. The RadTextBox control serves as a simple wrapper for
                <see cref="T:Telerik.WinControls.UI.RadTextBoxElement">RadTextBoxElement class</see> which in turn wraps
                <see cref="T:Telerik.WinControls.UI.RadTextBoxItem">RadTextBoxItem Class</see>. All logic and presentation
                features are implemented in a parallel hierarchy of objects. For this reason,
                <see cref="T:Telerik.WinControls.UI.RadTextBoxElement">RadTextBoxElement class</see> may be nested in any
                other telerik control, item, or element. RadTextBox acts to transfer events to and
                from its corresponding instance of the
                <see cref="T:Telerik.WinControls.UI.RadTextBoxElement">RadTextBoxElement class</see>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBox.#ctor">
            <summary>
            Represents RadTextBox's constructor
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadTextBox.InitializeTextElement">
            <summary>
            Initializes textbox's children
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBox.TextBoxElement">
            <summary>
            Gets the instance of RadTextBoxElement wrapped by this control. RadTextBoxElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadTextBox.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBox.UseGenericBorderPaint">
            <summary>
            Gets or sets a value indicating whether to show the bottom part of characters, clipped 
            due to font name or size particularities
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadTextBox.UseSystemPasswordChar">
            <summary>
            Gets or sets a value indicating whether the text should appear as the default password character.
            </summary>
            <value>
            <c>true</c> if the text otherwise hould appear as the default password character; <c>false</c>.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.CheckBoxLayoutPanel">
            <summary>
            Represents a layout panel used in the RadCheckBoxElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.CheckBoxLayoutPanel.CheckMarkOffset">
            <summary>Gets or sets the offset between the check and body elements.</summary>
            <remarks>
            The body can contain image and / or text the same way as all buttons can -
            see <see cref="T:Telerik.WinControls.UI.RadButton"/>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.CheckBoxLayoutPanel.CheckAlignment">
            <summary>Gets or set a value indicating the check alignment.</summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadScrollLayoutPanel">
            <summary>
            RadScrollLayoutPanel is the layout panel that arranges viewport, horizontal and vertical scrollbars
            and a spot that appears when both scrollbars are shown.
            </summary>
            <remarks>
                For more information about scrolling see the help for
                <see cref="T:Telerik.WinControls.UI.RadScrollViewer">RadScrollViewer class</see> and for
                <see cref="T:Telerik.WinControls.UI.IRadScrollViewport">IRadScrollViewport interace</see>.
            </remarks>
        </member>
        <member name="F:Telerik.WinControls.UI.RadScrollLayoutPanel.blankSpot">
            <summary>
            The spot between the ScrollBars when both are shown
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollLayoutPanel.ResetScrollState(Telerik.WinControls.UI.RadScrollLayoutPanel.ScrollFlags)">
            <summary>
            Set visible and enabled state of the ScrollBars.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollLayoutPanel.ResetScrollPos">
            <summary>
            Make viewportOffset to be with correct value.
            Set Value of ScrollBars using viewportOffset
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadScrollLayoutPanel.Scroll">
            <summary>
            Occurs when horizontal or vertical scrolling is performed
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadScrollLayoutPanel.ScrollNeedsChanged">
            <summary>
            Occurs when the need for horizontal or vertical scrollbar has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadScrollLayoutPanel.ScrollParametersChanged">
            <summary>
            Occurs when property that affects the scrolling functionality is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadScrollLayoutPanel.ScrollViewportSet">
            <summary>
            Occurs when the Viewport is changed
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollLayoutPanel.HorizontalScrollBar">
            <summary>
            Gets the horizontal scrollbar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollLayoutPanel.VerticalScrollBar">
            <summary>
            Gets the vertical scrollbar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollLayoutPanel.BlankSpot">
            <summary>
            Gets the retcangle that is between the two scrollbars when they both are shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollLayoutPanel.CanHorizontalScroll">
            <summary>
            Gets a value indicating whether can be performed horizontal scrolling operation
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollLayoutPanel.CanVerticalScroll">
            <summary>
            Gets a value indicating whether can be performed vertical scrolling operation
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollLayoutPanel.HorizontalScrollState">
            <summary>Gets or sets the scroll state of the horizontal scroll bar.</summary>
            <value>State of type <see cref="T:Telerik.WinControls.UI.ScrollState"/>. Default value is AutoHide.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollLayoutPanel.VerticalScrollState">
            <summary>Gets or sets the scroll state of the vertical scroll bar.</summary>
            <value>State of type <see cref="T:Telerik.WinControls.UI.ScrollState"/>. Default value is AutoHide.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollLayoutPanel.ScrollThickness">
            <summary>
            Gets or sets the thickness of the scrollbar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollLayoutPanel.Viewport">
            <summary>
                Gets or sets the element which content will be scrolled if the scroll viewer has
                not enough space for it. Very often the viewport is a layout panel that implements
                <see cref="T:Telerik.WinControls.UI.IRadScrollViewport"/>.
            </summary>
            <value>
            Object of type RadElement which represents the content that could be scrolled if
            necessary. Default value is null.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollLayoutPanel.UsePhysicalScrolling">
            <summary>
            Gets or sets a value indicating whether physical or logical scrolling will be
            used.
            </summary>
            <value>Boolean value: when it is false logical scrolling will be used.</value>
            <remarks>
            	<para>
                    This property cannot be set to false if <see cref="P:Telerik.WinControls.UI.RadScrollLayoutPanel.Viewport"/> does not
                    implement <see cref="T:Telerik.WinControls.UI.IRadScrollViewport"/>.
                </para>
            	<para>
                    Default value is true for ordinary viewports and false for viewports that
                    implement <see cref="T:Telerik.WinControls.UI.IRadScrollViewport"/>.
                </para>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollLayoutPanel.PixelsPerLineScroll">
            <summary>
            	<para>Gets or sets the number of pixels to use when performing Line
                Up/Down/Left/Right scrolling operation.</para>
            	<para>Still the scrolling position can be set with one pixel accuracy if the scroll
                bar thumb is dragged.</para>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollLayoutPanel.MinValue">
            <summary>Gets the minimum possible scrolling position.</summary>
            <value>
            Point which contains minimum values for scrolling in horizontal and vertical
            direction.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollLayoutPanel.MaxValue">
            <summary>Gets the maximum opssible scrolling position.</summary>
            <value>
            Point which contains maximum values for scrolling in horizontal and vertical
            direction.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollLayoutPanel.Value">
            <summary>
                Gets or sets the scrolling position. The value is between
                <see cref="P:Telerik.WinControls.UI.RadScrollLayoutPanel.MinValue"/> and <see cref="P:Telerik.WinControls.UI.RadScrollLayoutPanel.MaxValue"/>.
            </summary>
            <value>
            Point which contains the current scrolling position in horizontal and vertical
            direction.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.RadScrollViewer">
            <summary>
            	<para>
                    The only implementation of <see cref="T:Telerik.WinControls.Layouts.IScrollViewer"/> and base class of
                    all scrollable elements.
                </para>
            	<para>This class contains one element called Viewport. In addition to the ordinary
                property Size, Viewport has parameter called "extent size" which represents the
                real size of its content. Extent size could be bigger as well as smaller than the
                size of the scroll viewer.</para>
            	<para>
                    There are two types of viewports: ordinary elements and elements that implement
                    <see cref="T:Telerik.WinControls.UI.IRadScrollViewport"/>. In the first case extent size is the
                    size of the viewport itself. The scrolling is done on pixel basis and via
                    painting offset of the viewport (it is called physical scrolling). In the
                    second case the functions that are declared in
                    <see cref="T:Telerik.WinControls.UI.IRadScrollViewport"/> are called for getting extent size and
                    performing the scroll operation (this is called logical scrolling).
                </para>
            	<para>
                    If the viewport implementation is of type <see cref="T:Telerik.WinControls.UI.IRadScrollViewport"/> it
                    still can be physically scrolled by setting the property
                    <see cref="P:Telerik.WinControls.UI.RadScrollViewer.UsePhysicalScrolling"/> to true.
                </para>
            	<para>
                    Physical scrolling has one parameter that can be set -
                    <see cref="P:Telerik.WinControls.UI.RadScrollViewer.PixelsPerLineScroll"/> which represents the small change value
                    for the scrolling (i.e. the number of pixels for Line Up/Down/Left/Right). The
                    large change (Page Up/Down/Left/Right) is the corresponding size of the
                    viewable size of the viewport.
                </para>
            	<para>
                    For more information about custom viewports and logical scrolling - see
                    <see cref="T:Telerik.WinControls.UI.IRadScrollViewport"/>.
                </para>
            	<para>
                    Current scroll position can be get or set via the property
                    <see cref="P:Telerik.WinControls.UI.RadScrollViewer.Value"/>. In addition scrolling can be performed by calling the
                    methods that are implemented from <see cref="T:Telerik.WinControls.Layouts.IScrollViewer"/>.
                </para>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollViewer.CanHorizontalScroll">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollLayoutPanel.CanHorizontalScroll" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollViewer.CanVerticalScroll">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollLayoutPanel.CanVerticalScroll" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollViewer.Viewport">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollLayoutPanel.Viewport" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollViewer.HorizontalScrollState">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollLayoutPanel.HorizontalScrollState" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollViewer.VerticalScrollState">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollLayoutPanel.VerticalScrollState" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollViewer.UsePhysicalScrolling">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollLayoutPanel.UsePhysicalScrolling" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollViewer.PixelsPerLineScroll">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollLayoutPanel.PixelsPerLineScroll" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollViewer.MinValue">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollLayoutPanel.MinValue" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollViewer.MaxValue">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollLayoutPanel.MaxValue" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollViewer.Value">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollLayoutPanel.Value" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollViewer.ShowBorder">
            <summary>Gets or sets a value indicating whether the border is shown.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollViewer.ShowFill">
            <summary>Gets or sets a value indicating whether the fill is shown.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollViewer.ScrollThickness">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollLayoutPanel.ScrollThickness" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollViewer.ForceViewportWidth">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollLayoutPanel.ForceViewportWidth" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollViewer.ForceViewportHeight">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollLayoutPanel.ForceViewportHeight" filter=""/>
        </member>
        <member name="T:Telerik.WinControls.UI.RadMenu">
            <summary>
            	<para>Represents a menu. RadMenu can be horizontal or vertical. You can add,
                remove, and disable menu items at run-time. It offers full support for the
                Telerik UI for WinForms theming
                engine, allowing you to easily construct a variety of stunning visual effects. You
                can nest any other RadControl within a RadMenu. For
                example, you can create a menu with an embedded textbox or combobox.</para>
            	<para>RadMenu is a simple wrapper for the RadMenuElement class.</para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenu.#ctor">
            <summary>
            Initializes a new instance of the RadMenu class. RadMenu can be horizontal or
            vertical. You can add, remove, and disable menu items at run-time. It offers full
            support for the Telerik UI for WinForms
            theming engine, allowing you to easily construct a variety of stunning visual effects.
            You can nest any other RadControl within a RadMenu. For
            example, you can create a menu with an embedded textbox or combobox.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenu.OnOrientationChanged(System.EventArgs)">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadMenuElement.OnOrientationChanged(System.EventArgs)" filter=""/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenu.OnAllItemsEqualHeightChanged(System.EventArgs)">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadMenuElement.OnAllItemsEqualHeightChanged(System.EventArgs)" filter=""/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadMenu.OnTextOrientationChanged(System.EventArgs)">
            <commentsfrom cref="M:Telerik.WinControls.RadItem.OnTextOrientationChanged(System.EventArgs)" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMenu.OrientationChanged">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadMenuElement.OrientationChanged" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMenu.AllItemsEqualHeightChanged">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadMenuElement.AllItemsEqualHeightChanged" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadMenu.TextOrientationChanged">
            <commentsfrom cref="E:Telerik.WinControls.RadItem.TextOrientationChanged" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenu.IsMainMenu">
            <summary>
            Gets or sets boolean value that determines whether
            RadMenu handles the MDI menu functionality.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenu.StretchItems">
            <summary>
            Indicates whether the menu items should be stretched to fill the available space.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenu.SystemKeyHighlight">
            <summary>
            Gets or sets whether the Alt or F10 keys can be used to highlight the menu.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenu.MenuElement">
            <summary>
            Gets the instance of RadMenuElement wrapped by this control. RadMenuElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadMenu.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenu.Items">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadMenuElement.Items" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenu.Orientation">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadMenuElement.Orientation" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenu.AllItemsEqualHeight">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadMenuElement.AllItemsEqualHeight" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenu.DropDownAnimationEnabled">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadMenuElement.DropDownAnimationEnabled" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenu.DropDownAnimationEasing">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadMenuElement.DropDownAnimationEasing" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadMenu.DropDownAnimationFrames">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadMenuElement.DropDownAnimationFrames" filter=""/>
        </member>
        <member name="T:Telerik.WinControls.UI.RadMenu.RadMenuState">
            <summary>
            This enumerator describes the states <see cref="T:Telerik.WinControls.UI.RadMenu"/>can
            jump into when processing mnemonics.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadMenu.RadMenuState.CuesVisible">
            <summary>
            When the menu is in this state, that means that Mnemonics are visible.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadMenu.RadMenuState.CuesVisibleKeyboardActive">
            <summary>
            When the menu is in this state, that means it listens for keyboard input and can process mnemonics.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadMenu.RadMenuState.KeyboardActive">
            <summary>
            When the menu is in this state, that means it can process keyboard input not associated with mnemonics.
            This can be navigation input for instance.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadMenu.RadMenuState.NotActive">
            <summary>
            When the menu is in this state, that means it will not process mnemonics.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRibbonBar">
            <summary>
            	<para>other Telerik RadControls and Windows Represents a RadRibbonBar. The
                RadRibbon bar visual appearance can be customized in numerous ways through themes.
                Also you can nest other telerik controls in the ribbon bar chunks thus creating
                intuitive interface for your applications. All of the application's functionality
                is accessible from a single ribbon. The ribbon is divided into command tabs such as
                Write, Insert, and Page Layout. When the users clicks on a command tab, they see
                chunks such as Clipboard, Font, and Paragraph. Each chunk can hold an unlimited
                number of controls including toolbars, comboboxes, and Forms controls.</para>
            	<para>
                    The RadRibbonBar class is a simple wrapper for the
                    <see cref="T:Telerik.WinControls.UI.RadRibbonBarElement">RadRibbonBarElement</see> class. All UI and
                    logic functionality is implemented in
                    <see cref="T:Telerik.WinControls.UI.RadRibbonBarElement">RadRibbonBarElement</see> class. RadRibbonBar
                    acts to transfer the events to and from its
                    <see cref="T:Telerik.WinControls.UI.RadRibbonBarElement">RadRibbonBarElement</see> class.
                </para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBar.#cctor">
            <summary>Initializes a new instance of the RadRibbonBar control class.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBar.OnCommandTabSelecting(Telerik.WinControls.UI.CommandTabSelectingEventArgs)">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadRibbonBarElement.OnCommandTabSelected(Telerik.WinControls.UI.CommandTabEventArgs)" filter=""/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBar.OnCommandTabSelected(Telerik.WinControls.UI.CommandTabEventArgs)">
            <commentsfrom cref="M:Telerik.WinControls.UI.RadRibbonBarElement.OnCommandTabSelected(Telerik.WinControls.UI.CommandTabEventArgs)" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRibbonBar.CommandTabSelecting">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadRibbonBarElement.CommandTabSelected" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRibbonBar.CommandTabSelected">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadRibbonBarElement.CommandTabSelected" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.SmallImageList">
            <summary>
            Gets or sets the small image list
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.Text">
            <summary>
            Gets or sets the text of the control
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.CausesValidation">
            <summary>
            Gets or sets a flag indicating whether the control causes validation
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.CommandTabs">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRibbonBarElement.CommandTabs" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.ContextualTabGroups">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRibbonBarElement.ContextualTabGroups" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.QuickAccessToolBarHeight">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRibbonBarElement.QuickAccessMenuHeight" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.EnableKeyboardNavigation">
            <summary>
            Allows the user to navigate the control using the keyboard
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.HelpButton">
            <summary>
            Represent the Ribbon Help button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.ExpandButton">
            <summary>
            Represent the Ribbon Expand button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.ShowHelpButton">
            <summary>
            Get or sets value indicating whether RibbonBar Help button is visible or hidden. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.ShowExpandButton">
            <summary>
            Get or sets value indicating whether RibbonBar Help button is visible or hidden. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.EnableKeyMap">
            <summary>
            Gets or sets whether Key Map (Office 2007 like accelerator keys map)
            is used for this speciffic control. Currently this option is implemented for 
            the RadRibbonBar control only.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.ApplicationMenuAnimantionType">
            <summary>
            Gets or sets a value indicating the type of the fade animation.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.QuickAccessToolbarBelowRibbon">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRibbonBarElement.QuickAccessToolbarBelowRibbon" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.QuickAccessToolBarItems">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRibbonBarElement.QuickAccessMenuItems" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.QuickAccessToolBar">
            <summary>
            Gets the QuickAccessToolBar element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.StartButtonImage">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRibbonBarElement.StartButtonImage" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.StartMenuItems">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRibbonBarElement.StartMenuItems" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.StartMenuRightColumnItems">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRibbonBarElement.StartMenuRightColumnItems" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.StartMenuBottomStrip">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRibbonBarElement.StartMenuBottomStrip" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.StartMenuWidth">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRibbonBarElement.StartMenuWidth" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.OptionsButton">
            <summary>
            Gets the options menu button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.ExitButton">
            <summary>
            Gets the exit menu button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.SelectedCommandTab">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadRibbonBarElement.SelectedCommandTab" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.RibbonBarElement">
            <summary>
            Gets the instance of RadRibbonBarElement wrapped by this control. RadRibbonBarElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadRibbonBar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.Expanded">
            <summary>Gets or sets a value indicating whether the ribbon bar is expanded.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.CollapseRibbonOnTabDoubleClick">
            <summary>Gets or sets a value indicating whether the ribbon bar will be collapsed or expanded on ribbon tab double click.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.MinimizeButton">
            <summary>
            Gets or sets if the ribbon bar has minimize button in its caption
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.MaximizeButton">
            <summary>
            Gets or sets if the ribbon bar has maximize button in its caption
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.CloseButton">
            <summary>
            Gets or sets if the ribbon bar has close button in its caption
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBar.LocalizationSettings">
            <summary>
            Gets the localization settings associated with this control
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRibbonBarButtonGroup">
            <summary>
            Represents a ribbon bar button group. You can group buttons that are
            logically related, for example, bold, italic, and underline buttons in 
            a text editor application.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarButtonGroup.ItemChanged(Telerik.WinControls.RadItemCollection,Telerik.WinControls.RadItem,Telerik.WinControls.ItemsChangeOperation)">
             <summary>
             Fires ItemChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarButtonGroup.ItemClicked(Telerik.WinControls.RadItem)">
            <summary>
            Fires ItemClicked event.
            </summary>
            <param name="item"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarButtonGroup.SetSelectedItem(Telerik.WinControls.RadElement)">
            <summary>
            
            </summary>
            <param name="element"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarButtonGroup.RefreshItems(Telerik.WinControls.RadElement)">
            <summary>Refreshes the items nested in the argument.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarButtonGroup.SetIsSelected(Telerik.WinControls.RadElement,System.Boolean)">
            <summary>
            
            </summary>
            <param name="childElement"></param>
            <param name="value"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarButtonGroup.GetIsSelected(Telerik.WinControls.RadElement)">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarButtonGroup.Items">
            <summary>Gets the collection of items in the button group.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarButtonGroup.Orientation">
            <summary>Gets or sets the orientation of the elements inside the button group: Horizontal or Vertical.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarButtonGroup.ShowBorder">
            <summary>Gets or sets a value indicating whether the border is shown.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarButtonGroup.ShowBackColor">
            <summary>Gets or sets a value indicating whether the back color is shown.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarButtonGroup.LayoutPanel">
            <summary>
            Gets the stack layout panel
            that holds all elements.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRibbonBarGroup">
            <summary>
            Represents a Ribbon Bar group. The Group can contain telerik controls. You may
            group related controls in groups; this gives the application intuitive interface.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarGroup.ToString">
            <summary>
            Overrides object ToString() method. Returns the value of the Text property
            prefixed with the "chunk:" string.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarGroup.ExpandElementToStep(System.Int32)">
            <summary>Expands the chunk.</summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarGroup.CollapseElementToStep(System.Int32)">
            <summary>Collapses the chunk.</summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRibbonBarGroup.DialogButtonClick">
            <summary>
            Occurs when Dialog Button is clicked
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarGroup.GroupBorder">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.Primitives.BorderPrimitive"/>class
            that represents the group's outer border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarGroup.GroupFill">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.Primitives.FillPrimitive"/>class
            that represents the group's fill;
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarGroup.CaptionFill">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.Primitives.FillPrimitive"/>class
            that represents the caption's fill;
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarGroup.BodyFill">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.Primitives.FillPrimitive"/>class
            that represents the body's fill;
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarGroup.ShowDialogButton">
            <summary>
            Get or sets value indicating whether Dialog button is visible or hidden. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarGroup.Items">
            <summary>Gets a collection of nested items.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarGroup.Orientation">
            <summary><para>Gets or sets the orientation of the items inside the chunk. Possible values are: Horizontal and 
            Vertical.</para></summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarGroup.CollapsedImage">
            <summary>
            Gets or sets the image that is displayed when the chunk is collapsed.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarGroup.CollapsingPriority">
            <summary>
            Get or Set collapsing order weight - biger mean to start collapsing from this RadRibbonbarGroup
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRibbonBarCommandTabCollection">
            <summary>
                <para>
                  A collection that stores <see cref="T:Telerik.WinControls.UI.RibbonTab"/> objects.
               </para>
            </summary>
            <seealso cref="T:Telerik.WinControls.UI.RadRibbonBarCommandTabCollection"/>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarCommandTabCollection.#ctor">
            <summary>
            	<para>
                    Initializes a new instance of the
                    <see cref="T:Telerik.WinControls.UI.RadRibbonBarCommandTabCollection"/>.
                </para>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarCommandTabCollection.#ctor(Telerik.WinControls.RadElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadRibbonBarCommandTabCollection"/>.
            </summary>
            <param name="owner">Collection owner.</param>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRibbonBarCommandTabCollection.CollectionChanged">
            <summary>Fires when the collection is changed.</summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadRibbonBarElement">
            <summary>
            Represents a ribbon bar element. The RadRibbonBarElement can be nested in other 
            telerik controls. Essentially RadRibbonBar class is a simple wrapper for 
            RadRibbonBarElement class. RadRibbonBar acts to transfer events to and from the its
            corresponding instance of the RadRibbonBarElement.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarElement.OnCommandTabSelecting(Telerik.WinControls.UI.CommandTabSelectingEventArgs)">
            <summary>
            	Raises the <see cref="E:Telerik.WinControls.UI.RadRibbonBarElement.CommandTabSelecting"/> event.
            </summary>
            <param name="args">An <see cref="T:Telerik.WinControls.UI.CommandTabSelectingEventArgs"/> that contains the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarElement.OnCommandTabSelected(Telerik.WinControls.UI.CommandTabEventArgs)">
            <summary>
            	Raises the <see cref="E:Telerik.WinControls.UI.RadRibbonBarElement.CommandTabSelected"/> event.
            </summary>
            <param name="args">An <see cref="T:Telerik.WinControls.UI.CommandTabEventArgs"/> that contains the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarElement.OnCommandTabExpanded(Telerik.WinControls.UI.CommandTabEventArgs)">
            <summary>
            	Raises the <see cref="E:Telerik.WinControls.UI.RadRibbonBarElement.CommandTabExpanded"/> event.
            </summary>
            <param name="args">An <see cref="T:Telerik.WinControls.UI.CommandTabEventArgs"/> that contains the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarElement.OnCommandTabCollapsed(Telerik.WinControls.UI.CommandTabEventArgs)">
            <summary>
            	Raises the <see cref="E:Telerik.WinControls.UI.RadRibbonBarElement.CommandTabCollapsed"/> event.
            </summary>
            <param name="args">An <see cref="T:Telerik.WinControls.UI.CommandTabEventArgs"/> that contains the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarElement.OnApplicationMenuStyleChanged(System.EventArgs)">
            <summary>
            	Raises the <see cref="E:Telerik.WinControls.UI.RadRibbonBarElement.ApplicationMenuStyleChanged"/> event.
            </summary>
            <param name="args">An <see cref="T:Telerik.WinControls.UI.CommandTabEventArgs"/> that contains the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarElement.OnRibbonBarExpandedStateChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:Telerik.WinControls.UI.RadRibbonBarElement.ExpandedStateChanged"/> event.
            </summary>
            <param name="args">An <see cref="T:System.EventArgs"/> instance that contains the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarElement.CallOnCommandTabCollapsed(Telerik.WinControls.UI.CommandTabEventArgs)">
            <summary>
            Calls the OnCommandTabCollapsed event.
            For internal use only.
            </summary>
            <param name="args">The event args associated with this event</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRibbonBarElement.CallOnCommandTabExpanded(Telerik.WinControls.UI.CommandTabEventArgs)">
            <summary>
            Calls the OnCommandTabExpanded event.
            For internal use only.
            </summary>
            <param name="args">The event args associated with this event</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.CollapsingEnabled">
            <summary>
            Gets or sets a boolean value determining whether the groups are collapsed according to the ribbon's size.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.MinimizeButton">
            <summary>
            Gets or sets the Minimize button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.MaximizeButton">
            <summary>
            Gets or sets the Maximize button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.CloseButton">
            <summary>
            Gets or sets the Close button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.CommandTabs">
            <summary>Gets a collection of the command tabs.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.LocalizationSettings">
            <summary>
            Gets or the localization settings for this element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.ContextualTabGroups">
            <summary>
            Gets a collection of contextual tab groups.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.ShowHelpButton">
            <summary>
            Get or sets value indicating whether RibbonBar Help button is visible or hidden. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.ShowExpandButton">
            <summary>
            Get or sets value indicating whether RibbonBar Expand button is visible or hidden. 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.QuickAccessMenuItems">
            <summary>
            Gets the collection of quick access menu items.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.QuickAccessMenuHeight">
            <summary>Gets or sets the height of the quick access.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.QuickAccessToolbarBelowRibbon">
            <summary>Gets or sets if the quick access toolbar is below the ribbon.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.StartButtonImage">
            <summary>
            	Gets or sets the image of the start button placed in the top left corner.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.ApplicationButtonElement">
            <summary>
            Gets the application menu element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.OptionsButton">
            <summary>
            Gets the options menu button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.ExitButton">
            <summary>
            Gets the exit menu button
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.StartMenuItems">
            <summary>
            Gets the collection of the start button menu item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.StartMenuRightColumnItems">
            <summary>
            Gets the collection of the start button menu items which appear on the right.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.StartMenuBottomStrip">
            <summary>
            Gets the collection of the start button menu DropDown which is displayed when the button has two columns.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.StartMenuWidth">
            <summary>
            Gets or sets the width of the start menu
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.TabStripElement">
            <summary>
            	Gets an instance of the TabStripElement which is used to display the tab items in the RibbonBarElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.SelectedCommandTab">
            <summary>
            	Gets the instance of the currently selected command tab.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.Expanded">
            <summary>
            Gets or sets a boolean value indicating whether the 
            RadRibbonBarElement is expanded or not.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.QuickAccessToolBar">
            <summary>
            Gets the QuickAccessToolBar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.CaptionFill">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.Primitives.FillPrimitive"/>instance
            that represents the fill of the ribbon's caption.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.CaptionBorder">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.Primitives.BorderPrimitive"/>instance
            that represents the border of the ribbon's caption.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRibbonBarElement.CommandTabSelecting">
            <summary>
            	Occurs just before a command tab is selected.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRibbonBarElement.CommandTabSelected">
            <summary>
            	Occurs when a command tab is selected.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRibbonBarElement.CommandTabExpanded">
            <summary>
            	Occurs when a command tab is expanded by double clicking a collapsed command tab item.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRibbonBarElement.CommandTabCollapsed">
            <summary>
            	Occurs when a command tab is collapsed by double clicking an expanded command tab item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRibbonBarElement.Popup">
            <summary>
            Gets an instance of the RibbonBarPopup class which represents the
            RadRibbonBar popup.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadHScrollBar">
            <summary>
            	<span id="ctl00_ContentPlaceHolder1_src1_resRC_ctl04_LabelAbstract">Implements
            the basic functionality of a horizontal scroll bar control.</span>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadScrollBar">
            <summary>Implements the basic functionality for the scrolling.</summary>
            <remarks>
            	<para>
                    This class can be used both for horizontal and for vertical scrolling through its
                    property <see cref="P:Telerik.WinControls.UI.RadScrollBar.ScrollType"/>. Only the
                    specialized children are put in the Toolbox:
                    <see cref="T:Telerik.WinControls.UI.RadHScrollBar"/> and <see cref="T:Telerik.WinControls.UI.RadVScrollBar"/>.
                </para>
            	<para>
                    To adjust the value range of the scroll bar control set the
                    <see cref="P:Telerik.WinControls.UI.RadScrollBar.Minimum"/> and
                    <see cref="P:Telerik.WinControls.UI.RadScrollBar.Maximum"/> properties. To adjust the
                    distance the scroll thumb moves, set the <see cref="P:Telerik.WinControls.UI.RadScrollBar.SmallChange"/>
                    and <see cref="P:Telerik.WinControls.UI.RadScrollBar.LargeChange"/>
                    properties. To adjust the starting point of the scroll thumb, set the
                    <see cref="P:Telerik.WinControls.UI.RadScrollBar.Value"/> property when the control is
                    initially displayed.
                </para>
            </remarks>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollBar.PerformSmallDecrement(System.Int32)">
            <summary>
                Decrements the thumb position by the number of small steps given as a parameter.
                The distance of a small step is determined by the
                <see cref="P:Telerik.WinControls.UI.RadScrollBar.SmallChange">SmallChange</see> property.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollBar.PerformSmallIncrement(System.Int32)">
            <summary>
                Increments the thumb position by the number of small steps given as a parameter.
                The distance of a small step is determined by the
                <see cref="P:Telerik.WinControls.UI.RadScrollBar.SmallChange">SmallChange</see> property.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollBar.PerformLargeDecrement(System.Int32)">
            <summary>
                Decrements the thumb position by the number of large steps given as a parameter.
                The distance of a large step is determined by the
                <see cref="P:Telerik.WinControls.UI.RadScrollBar.LargeChange">LargeChange</see> property.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollBar.PerformLargeIncrement(System.Int32)">
            <summary>
                Increments the thumb position by the number of large steps given as a parameter.
                The distance of a large step is determined by the
                <see cref="P:Telerik.WinControls.UI.RadScrollBar.LargeChange">LargeChange</see> property.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollBar.PerformFirst">
            <summary>
                Scrolls to the first position specified by the <see cref="P:Telerik.WinControls.UI.RadScrollBar.Minimum">Minimum</see>
                property.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollBar.PerformLast">
            <summary>
                Scrolls to the last position specified by the <see cref="P:Telerik.WinControls.UI.RadScrollBar.Maximum">Maximum</see>
                property.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollBar.PerformScrollTo(System.Drawing.Point)">
            <summary>
            Scrolls to the specified position.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBar.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBar.ScrollBarElement">
            <summary>
            Gets the instance of RadScrollBarElement wrapped by this control. RadScrollBarElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of both
            RadHScrollBar and RadVScrollBar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBar.ThumbLengthProportion">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollBarElement.ThumbLengthProportion" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBar.MinThumbLength">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollBarElement.MinThumbLength" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBar.ThumbLength">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollBarElement.ThumbLength" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBar.Minimum">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollBarElement.Minimum" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBar.Maximum">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollBarElement.Maximum" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBar.Value">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollBarElement.Value" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBar.SmallChange">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollBarElement.SmallChange" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBar.LargeChange">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollBarElement.LargeChange" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBar.ScrollType">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadScrollBarElement.ScrollType" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadScrollBar.ValueChanged">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadScrollBarElement.ValueChanged" filter=""/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadScrollBar.ScrollParameterChanged">
            <commentsfrom cref="E:Telerik.WinControls.UI.RadScrollBarElement.ScrollParameterChanged" filter=""/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadHScrollBar.ScrollType">
            <summary>
            Gets or sets the ScrollType. Possible values are defined in the ScrollType 
            enumeration: Vertical, and Horizontal. 
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadScrollBarElement">
            <summary>Implements the basic functionality for scrolling.</summary>
            <remarks>
            	<para>
                    This class can be used both for horizontal and for vertical scrolling via its
                    property <see cref="P:Telerik.WinControls.UI.RadScrollBarElement.ScrollType"/>. In the Toolbox only the specialized
                    children are put: <see cref="T:Telerik.WinControls.UI.RadHScrollBar"/> and
                    <see cref="T:Telerik.WinControls.UI.RadVScrollBar"/>.
                </para>
            	<para>
                    To adjust the value range of the scroll bar control, set the
                    <see cref="P:Telerik.WinControls.UI.RadScrollBarElement.Minimum"/> and <see cref="P:Telerik.WinControls.UI.RadScrollBarElement.Maximum"/> properties. To adjust
                    the distance the scroll thumb moves, set the <see cref="P:Telerik.WinControls.UI.RadScrollBarElement.SmallChange"/> and
                    <see cref="P:Telerik.WinControls.UI.RadScrollBarElement.LargeChange"/> properties. To adjust the starting point of the
                    scroll thumb, set the <see cref="P:Telerik.WinControls.UI.RadScrollBarElement.Value"/> property when the control is
                    initially displayed.
                </para>
            </remarks>
        </member>
        <member name="F:Telerik.WinControls.UI.RadScrollBarElement.DefaultScrollType">
            <summary>
            <see cref="P:Telerik.WinControls.UI.RadScrollBar.ScrollType"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollBarElement.GetParameters">
            <summary>Retrieves the srolling parameters.</summary>
            <seealso cref="T:Telerik.WinControls.UI.ScrollBarParameters">ScrollBarParameters Structure</seealso>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollBarElement.SetParameters(Telerik.WinControls.UI.ScrollBarParameters)">
            <summary>Sets the given scroll parameters.</summary>
            <seealso cref="T:Telerik.WinControls.UI.ScrollBarParameters">ScrollBarParameters Structure</seealso>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollBarElement.PerformSmallDecrement(System.Int32)">
            <summary>
            Simulate scrolling - just like the top / left button is pressed.
            Unlike setting property Value this function fires scrolling events.
            </summary>
            <param name="numSteps">Value is decremented with (numSteps * SmallChange)</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollBarElement.PerformSmallIncrement(System.Int32)">
            <summary>
            Simulate scrolling - just like the bottom / right button is pressed.
            Unlike setting property Value this function fires scrolling events.
            </summary>
            <param name="numSteps">Value is incremented with (numSteps * SmallChange)</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollBarElement.PerformLargeDecrement(System.Int32)">
            <summary>
            Simulate scrolling - just like the top / left area according the thumb is pressed.
            Unlike setting property Value this function fires scrolling events.
            </summary>
            <param name="numSteps">Value is decremented with (numSteps * LargeChange)</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollBarElement.PerformLargeIncrement(System.Int32)">
            <summary>
            Simulate scrolling - just like the bottom / right area according the thumb is pressed.
            Unlike setting property Value this function fires scrolling events.
            </summary>
            <param name="numSteps">Value is incremented with (numSteps * LargeChange)</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollBarElement.PerformFirst">
            <summary>
            Simulate scrolling with positioning the thumb on its first position.
            Unlike setting property Value this function fires scrolling events.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollBarElement.PerformLast">
            <summary>
            Simulate scrolling with positioning the thumb on its last position.
            Unlike setting property Value this function fires scrolling events.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadScrollBarElement.PerformScrollTo(System.Drawing.Point)">
            <summary>Scrolls just like the thumb is dragged at given position</summary>
            <param name="position">Position of the thumb (in screen coordinates).</param>
        </member>
        <member name="E:Telerik.WinControls.UI.RadScrollBarElement.Scroll">
            <summary>
            Occurs when the scroll thumb has been moved by either a mouse or keyboard
            action.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadScrollBarElement.ValueChanged">
            <summary>
                Occurs when the <see cref="P:Telerik.WinControls.UI.RadScrollBarElement.Value"/> property is changed, either by a
                <see cref="E:Telerik.WinControls.UI.RadScrollBarElement.Scroll"/> event or programmatically.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadScrollBarElement.ScrollParameterChanged">
            <summary>
            Occurs when a property that affects the scrolling is changed.
            See <see cref="T:Telerik.WinControls.UI.ScrollBarParameters"/> for more information on which properties affect the scrolling.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBarElement.ClampValue">
            <summary>
            Indicates whether invalid values should be clamped or an exception should be thrown
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBarElement.FirstButton">
            <summary>
            Gets the first button element of this scrollbar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBarElement.SecondButton">
            <summary>
            Gets the second button element of this scrollbar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBarElement.ThumbLengthProportion">
            <summary>
            Gets or sets a value between 0.0 and 1.0 that indicates what part of the scrollable area
            can be occupied by the thumb. If the value is 0.0 then the thumb should be with length 0
            but the property MinThumbLength will cause the thumb to be larger.
            If the value is 1.0 the the thumb takes the whole area between the two scrolling buttons.
            Negative value means that the thumb length should be calculated automatically based on
            Minimum, Maximum and LargeChange values.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBarElement.MinThumbLength">
            <summary>
            	<para>
                    Gets or sets the minimum length of the scrolling thumb. See
                    <see cref="P:Telerik.WinControls.UI.RadScrollBarElement.ThumbLength"/> for more information about thumb length.
                </para>
            </summary>
            <value>
            An integer value that gives the minimum thumb length. It is taken into account no
            matter if the thumb length is calculated automatically or the thumb length is set
            explicitly.
            The thumb length could be smaller than MinThumbLength if there is no space in the scroll bar.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBarElement.ThumbLength">
            <summary>
            Gets the length of the scrolling thumb. Thumb length is the thumb's height
            for vertical scroll bar and the thumb's width for horizontal scroll bar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBarElement.GradientAngleCorrection">
            <summary>
            Controls the angle that the fill primitive will be rotated when switching from horizontal to vertical orientation
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBarElement.Maximum">
            <summary>Gets or sets the upper limit of the scrollable range.</summary>
            <value>A numeric value. The default value is 100.</value>
            <remarks>
            	<para>NOTE: The value of a scroll bar cannot reach its maximum value through user
                interaction at run time. The maximum value that can be reached is equal to the
                <b>Maximum</b> property value minus the
                <see cref="P:Telerik.WinControls.UI.RadScrollBarElement.LargeChange"/> property
                value plus 1. The maximum value can only be reached programmatically.</para>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBarElement.Minimum">
            <summary>Gets or sets the lower limit for the values of the scrollable range.</summary>
            <value>A numeric value. The default value is 0.</value>
            <notes>
            	<para>The value of a scroll bar cannot reach its maximum value through user
                interaction at run time. The maximum value that can be reached is equal to the
                <b>Maximum</b> property value minus the
                <see cref="P:Telerik.WinControls.UI.RadScrollBarElement.LargeChange"/>property
                value plus 1. The maximum value can only be reached programmatically.</para>
            </notes>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBarElement.Value">
            <summary>
            Gets or sets a numeric value that represents the current position of the scroll thumb on
            the scroll bar.
            </summary>
            <value>
                A numeric value that is within the <see cref="P:Telerik.WinControls.UI.RadScrollBarElement.Minimum"/> and
                <see cref="P:Telerik.WinControls.UI.RadScrollBarElement.Maximum"/> range. The default value is 0.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBarElement.SmallChange">
            <summary>
                Gets or sets the value to be added to or subtracted from the
                <see cref="P:Telerik.WinControls.UI.RadScrollBarElement.Value"/> property when the scroll thumb is moved a small distance.
            </summary>
            <value>A numeric value. The default value is 1.</value>
            <remarks>
            	<para>When the user presses one of the arrow keys, clicks one of the scroll bar
                buttons or calls one of the <b>LineXXX()</b> functions, the <b>Value</b> property changes
                according to the value set in the <b>SmallChange</b> property.</para>
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBarElement.LargeChange">
            <summary>
            Gets or sets a value to be added to or subtracted from the
            <see cref="P:Telerik.WinControls.UI.RadScrollBarElement.Value"/> property when the scroll
            thumb is moved a large distance.
            </summary>
            <value>A numeric value. The default value is 10.</value>
            <remarks>
            When the user presses the PAGE UP or PAGE DOWN key, clicks in the scroll bar
            track on either side of the scroll thumb, or calls one of the <b>PageXXX()</b> functions, the
            <b>Value</b> property changes according to the value set in the <b>LargeChange</b>
            property.
            </remarks>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBarElement.ScrollType">
            <summary>
                Gets or sets the <see cref="P:Telerik.WinControls.UI.RadScrollBarElement.ScrollType">scroll type</see> - it could be horizontal
                or vertical.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBarElement.ThumbElement">
            <summary>
            Gets the thumb element of this scrollbar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadScrollBarElement.ScrollTimerDelay">
            <summary>
            Gets or sets the scroll timer delay
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadVScrollBar">
            <summary>Represents a vertical scroll bar.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadVScrollBar.ScrollType">
            <summary>
                Gets or sets the <see cref="P:Telerik.WinControls.UI.RadVScrollBar.ScrollType">ScrollType</see>. Possible values are
                defined in the ScrollType enumeration: Horizontal and Vertical.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ScrollBarButton">
            <summary>
            Represents a scrollbar button. There are two buttons in the implementation of the
            RadScrollBar: FirstButton and SecondButton.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ScrollBarButton.#ctor">
            <summary><para>Initializes a new instance of the ScrollBarButton class.</para></summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ScrollBarButton.#ctor(Telerik.WinControls.UI.ScrollButtonDirection)">
            <summary>
            	<para>Initializes a new instance of the ScrollBarButton class using
                scrollButtonDirection.</para>
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ScrollBarButton.Direction">
            <summary>
                Gets or sets a value indicating the <see cref="T:Telerik.WinControls.UI.ScrollButtonDirection">button
                direction</see> defined in the ScrollButtonDirection enumeration: up, right,
                buttom, and left.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ScrollBarButton.ArrowPrimitive">
            <summary>
            Gets an instance of <see cref="P:Telerik.WinControls.UI.ScrollBarButton.ArrowPrimitive"/> contained in the button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ScrollBarButton.ButtonBorder">
            <summary>
            Gets an instance of <see cref="T:Telerik.WinControls.Primitives.BorderPrimitive"/> contained in the button.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ScrollBarButton.ButtonFill">
            <summary>
            Gets an instance of <see cref="T:Telerik.WinControls.Primitives.FillPrimitive"/> contained in the button.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ScrollBarThumb">
            <summary>Represents a scrollbar thumb in the scroll bar.</summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ScrollBarThumb.IsPressed">
            <summary>
            Gets a value indicating whether the thumb is in pressed state.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ScrollBarThumb.GripImage">
            <summary>
            Gets or sets the image associated with the thumb
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ScrollBarThumb.ThumbFill">
            <summary>
            Gets an instance of <see cref="T:Telerik.WinControls.Primitives.FillPrimitive"/> contained in the thumb.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ScrollBarThumb.ThumbBorder">
            <summary>
            Gets the <see cref="T:Telerik.WinControls.Primitives.BorderPrimitive"/> contained in the thumb.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadWebBrowserElement">
            <summary>
            RadWebBrowserElement extends RadWebBrowserItem adding border and background fill.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWebBrowserElement.Url">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadWebBrowserItem.Url" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="P:Telerik.WinControls.UI.RadWebBrowserItem.Url"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWebBrowserElement.DocumentText">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadWebBrowserItem.DocumentText" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="P:Telerik.WinControls.UI.RadWebBrowserItem.DocumentText"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWebBrowserElement.DocumentTitle">
            <commentsfrom cref="P:Telerik.WinControls.UI.RadWebBrowserItem.DocumentTitle" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="P:Telerik.WinControls.UI.RadWebBrowserItem.DocumentTitle"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWebBrowserElement.WebBrowserItem">
            <commentsfrom cref="T:Telerik.WinControls.UI.RadWebBrowserItem" filter="##SUMMARY,##OVERLOADS,##REMARKS,##VALUE,##NOTES"/>
            <seealso cref="T:Telerik.WinControls.UI.RadWebBrowserItem"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWebBrowserElement.FillPrimitive">
            <summary>
            Gets the <see cref="P:Telerik.WinControls.UI.RadWebBrowserElement.FillPrimitive"/> of the <see cref="T:Telerik.WinControls.UI.RadWebBrowserElement"/>
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.RadWebBrowserElement.FillPrimitive"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWebBrowserElement.BorderPrimitive">
            <summary>
            Gets the <see cref="P:Telerik.WinControls.UI.RadWebBrowserElement.BorderPrimitive"/> of the <see cref="T:Telerik.WinControls.UI.RadWebBrowserElement"/>
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.RadWebBrowserElement.BorderPrimitive"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWebBrowserElement.ShowBorder">
            <summary>
            Gets or Sets value indicating whether the <see cref="P:Telerik.WinControls.UI.RadWebBrowserElement.BorderPrimitive"/> is visible
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.RadWebBrowserElement.BorderPrimitive"/>
        </member>
        <member name="T:Telerik.WinControls.UI.RadWebBrowserItem">
            <summary>
            RadWebBrowserItem hosts WebBrowser control to allow using it in the TPF structure.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWebBrowserItem.Url">
            <summary>
            Gets or Sets the Url that is to be browsed.
            </summary>
            <seealso cref="P:System.Windows.Forms.WebBrowser.Url"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWebBrowserItem.DocumentText">
            <summary>
            Gets or Sets the HTML document content.
            </summary>
            <seealso cref="P:System.Windows.Forms.WebBrowser.DocumentText"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWebBrowserItem.DocumentTitle">
            <summary>
            Gets the HTML document title content.
            </summary>
            <seealso cref="P:System.Windows.Forms.WebBrowser.DocumentTitle"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWebBrowserItem.DocumentCompleted">
            <summary>
            Fires when document loading has completed.
            </summary>
            <seealso cref="E:System.Windows.Forms.WebBrowser.DocumentCompleted"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWebBrowserItem.FileDownload">
            <summary>
            Fires when file has been downloaded
            </summary>
            <seealso cref="E:System.Windows.Forms.WebBrowser.FileDownload"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWebBrowserItem.Navigated">
            <summary>
            Fires when the browser has navigated to a new document and has begun loading it.
            </summary>
            <seealso cref="E:System.Windows.Forms.WebBrowser.Navigated"/>
            <seealso cref="E:Telerik.WinControls.UI.RadWebBrowserItem.Navigating"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWebBrowserItem.Navigating">
            <summary>
            Fires before the browser navigates to a new document
            </summary>
            <seealso cref="E:System.Windows.Forms.WebBrowser.Navigating"/>
            <seealso cref="E:Telerik.WinControls.UI.RadWebBrowserItem.Navigated"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWebBrowserItem.NewWindow">
            <summary>
            Fires before new browser window is opened
            </summary>
            <seealso cref="E:System.Windows.Forms.WebBrowser.NewWindow"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWebBrowserItem.PreviewKeyDown">
            <summary>
            Fires before System.Windows.Forms.Control.KeyDown event when a key is pressed while focus is on this control.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWebBrowserItem.ProgressChanged">
            <summary>
            Fires when the RadWebBrowserItem has updated information on the download progress of a document it is navigating to.
            </summary>
            <seealso cref="E:System.Windows.Forms.WebBrowser.ProgressChanged"/>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWebBrowserItem.SystemColorsChanged">
            <summary>
            Fires when the System Colors change
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ZoomPopup.HasShadow">
            <summary>
            Gets or sets the zoom popup shadow
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ZoomPopup.AnimationFrames">
            <summary>
            Gets or sets the animation frames count
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ZoomPopup.AnimationInterval">
            <summary>
            Gets or sets the animation interval (in miliseconds)
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ItemScrollerToolTipTextNeededEventArgs`1">
            <summary>
            Provides data for the ToolTipTextNeeded event used in ItemScroller
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemScrollerToolTipTextNeededEventArgs`1.#ctor(System.Windows.Forms.ToolTip,System.Int32,`0,System.String)">
            <summary>
            Initializes a new instance of the GridElementToolTipTextNeededEventArgs class.
            </summary>
            <param name="toolTip">The tool tip.</param>
            <param name="itemIndex">The row index of the first visible item.</param>
            <param name="item">The first visible item.</param>
            <param name="tooltipText">The default tooltip text.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemScrollerToolTipTextNeededEventArgs`1.ItemIndex">
            <summary>
            Gets the item index of the first visible item.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemScrollerToolTipTextNeededEventArgs`1.Item">
            <summary>
            Gets the item associated with this ToolTip.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ITraversable">
            <summary>
            Represent a interface that is traversable
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ITraversable.Count">
            <summary>
            Gets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.ITraversable.Item(System.Int32)">
            <summary>
            Gets the item at the specified index.
            </summary>
            <value></value>
        </member>
        <member name="T:Telerik.WinControls.UI.ItemScrollerScrollModes">
            <summary>
            Scrolling modes of ItemScroller
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ItemScrollerScrollModes.Discrete">
            <summary>
            The discrete
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ItemScrollerScrollModes.Smooth">
            <summary>
            The smooth
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.ItemScrollerScrollModes.Deferred">
            <summary>
            The deferred
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ItemsNavigatingEventHandler`1">
            <summary>
            Represent a navigating event handler raised by ItemScroller
            </summary>
            <typeparam name="T"></typeparam>
            <param name="sender">The sender.</param>
            <param name="e">The e.</param>
        </member>
        <member name="T:Telerik.WinControls.UI.ItemsNavigatingEventArgs`1">
            <summary>
            Event arguments of ItemsNavigatingEventHandler
            </summary>
            <typeparam name="T">Item</typeparam>
        </member>
        <member name="M:Telerik.WinControls.UI.ItemsNavigatingEventArgs`1.#ctor(`0)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.ItemsNavigatingEventArgs`1"/> class.
            </summary>
            <param name="navigatingItem">The navigating item.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemsNavigatingEventArgs`1.Item">
            <summary>
            Gets the item.
            </summary>
            <value>
            The item.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.ItemsNavigatingEventArgs`1.SkipItem">
            <summary>
            Gets or sets a value indicating whether the item should be skipped.
            </summary>
            <value>
              <c>true</c> if skip the item; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Telerik.WinControls.UI.ScrollViewElement">
            <summary>
            Represent a generic scroll view element
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ScrollViewElementContainer">
            <summary>
            Container element of <see cref="T:Telerik.WinControls.UI.ScrollViewElement"/>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WaitingBarContentElement">
            <summary>
            Represents the content element of <see cref="T:Telerik.WinControls.UI.RadWaitingBarElement"/>.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.WaitingBarContentElement.WaitingStyleProperty">
            <summary>
            The waiting style property of <see cref="T:Telerik.WinControls.UI.WaitingBarContentElement"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingBarContentElement.UpdateIndicatorStretch(Telerik.WinControls.UI.WaitingBarIndicatorElement)">
            <summary>
            Updates the indicator stretch orientation.
            </summary>
            <param name="indicator">The indicator.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingBarContentElement.UpdateElementsState(Telerik.WinControls.UI.WaitingBarIndicatorElement)">
            <summary>
            Updates the vertical state property of the indicator.
            </summary>
            <param name="indicator">The indicator.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingBarContentElement.GetReversedDirection(Telerik.WinControls.ProgressOrientation)">
            <summary>
            Gets the reversed direction.
            </summary>
            <param name="direction">The direction.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingBarContentElement.IncrementOffset(System.Int32)">
            <summary>
            Increments the offset of the indicator
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingBarContentElement.IsVertical">
            <summary>
            Determines whether this instance is vertical.
            </summary>
            <returns>
              <c>true</c> if this instance is vertical; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingBarContentElement.ResetWaiting">
            <summary>
            Resets the waiting state of the indicator.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingBarContentElement.AddIndicatorStep(System.Single,System.Int32)">
            <summary>
            Adds the indicator step.
            </summary>
            <param name="step">The step.</param>
            <param name="i">The index of the indicator.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingBarContentElement.ArrangeIndeterminateIndicatorElements(Telerik.WinControls.UI.WaitingIndicatorCollection,System.Drawing.RectangleF)">
            <summary>
            Arranges the indeterminate indicator elements.
            </summary>
            <param name="indicators">The indicators.</param>
            <param name="clientRect">The client rect.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingBarContentElement.CalculateIndicatorStep(System.Drawing.RectangleF)">
            <summary>
            Calculates the indicator step.
            </summary>
            <param name="clientRect">The client rect.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingBarContentElement.GetThrobberIndicatorElementFinalSize(Telerik.WinControls.UI.WaitingBarIndicatorElement,System.Drawing.RectangleF)">
            <summary>
            Gets the final size of the throbber indicator element.
            </summary>
            <param name="element">The element.</param>
            <param name="clientRect">The client rect.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingBarContentElement.GetDashElementFinalSize(Telerik.WinControls.UI.WaitingBarSeparatorElement,System.Drawing.RectangleF)">
            <summary>
            Gets the final size of the dash element.
            </summary>
            <param name="element">The element.</param>
            <param name="clientRect">The client rect.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingBarContentElement.MoveIndicatorElement(Telerik.WinControls.UI.WaitingBarIndicatorElement,System.Drawing.RectangleF,Telerik.WinControls.ProgressOrientation)">
            <summary>
            Moves the indicator element.
            </summary>
            <param name="element">The element.</param>
            <param name="clientRect">The client rect.</param>
            <param name="waitingDirection">The waiting direction.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingBarContentElement.SetElementsVisibility(Telerik.WinControls.Enumerations.WaitingBarStyles)">
            <summary>
            Sets the elements visibility.
            </summary>
            <param name="style">The style.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingBarContentElement.SetIndicatorsVisibility(Telerik.WinControls.ElementVisibility)">
            <summary>
            Sets the indicators visibility.
            </summary>
            <param name="visibility">The visibility.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingBarContentElement.SetDashInitialPosition(Telerik.WinControls.UI.WaitingBarSeparatorElement,System.Drawing.RectangleF)">
            <summary>
            Sets the dash initial position.
            </summary>
            <param name="element">The element.</param>
            <param name="clientRect">The client rect.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingBarContentElement.UpdateOffset(System.Drawing.RectangleF)">
            <summary>
            Updates the offset.
            </summary>
            <param name="clientRect">The client rect.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.WaitingBarContentElement.Indicators">
            <summary>
            Gets a collection of <see cref="T:Telerik.WinControls.UI.WaitingBarIndicatorElement"/> elements
            which contains all waiting indicators of RadWaitingBar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WaitingBarContentElement.TextElement">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.WaitingBarTextElement"/> class
            that represents the waiting bar text element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WaitingBarContentElement.SeparatorElement">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.WaitingBarSeparatorElement"/> class
            that represents the waiting bar separator element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WaitingBarContentElement.WaitingDirection">
            <summary>
            Gets and sets the direction of waiting, e.g.
            the Right value moves the indicator from left to right
            Range: Bottom, Left, Right, Top
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WaitingBarContentElement.IsWaiting">
            <summary>
            Indicates whether the element is currently waiting
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WaitingBarContentElement.WaitingStyle">
            <summary>
            Sets the style of the WaitingBarElement 
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadWaitingBar">
            <summary>
            The RadWaitingBar class is a simple wrapper for the
            <see cref="T:Telerik.WinControls.UI.RadWaitingBarElement">RadWaitingBarElement</see> class.
            The latter implements all UI and logic functionality.
            The RadWaitingBar class acts to transfer events to and from the
            <see cref="T:Telerik.WinControls.UI.RadWaitingBarElement">RadWaitingBarElement</see> class.
            <see cref="T:Telerik.WinControls.UI.RadWaitingBarElement">RadWaitingBarElement</see> can be
            nested in other telerik controls.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWaitingBar.StartWaiting">
            <summary>
            Starts the waiting animation.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWaitingBar.StopWaiting">
            <summary>
            Stops the waiting animation.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWaitingBar.ResetWaiting">
            <summary>
            Resets the waiting indicator to initial position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWaitingBar.CreateWaitingBarElement">
            <summary>
            Creates the waiting bar element.
            </summary>
            <returns></returns>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWaitingBar.WaitingStarted">
            <summary>
            Starts control waiting
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWaitingBar.WaitingStopped">
            <summary>
            Ends control waiting
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.AutoSize">
            <summary>
            Gets or sets whether the edit control is auto-sized
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.Indicators">
            <summary>
            Gets a collection of <see cref="T:Telerik.WinControls.UI.WaitingBarIndicatorElement"/> elements
            which contains all waiting indicators of RadWaitingBar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.WaitingBarElement">
            <summary>
            Gets the instance of RadWaitingBarElement wrapped by this control. RadWaitingBarElement
            is the main element in the hierarchy tree and encapsulates the actual functionality of RadWaitingBar.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.DefaultSize">
            <summary>
            Sets the DefaultSize od RadWaitingBar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.Image">
            <summary>
            Gets and sets the image property of the indicator
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.ImageIndex">
            <summary>
            Gets and sets the image index property of the indicator
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.ImageKey">
            <summary>
            Gets and sets the image key property of the indicator
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.IsWaiting">
            <summary>
            Indicates whether the control is currently waiting
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.Orientation">
            <summary>
            Indicates the orientation of the RadWaitingBar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.StretchIndicatorsHorizontally">
            <summary>
            Indicates whether the indicators are stretched horizontally
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.StretchIndicatorsVertically">
            <summary>
            Indicates whether the indicators are stretched vertically
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.WaitingStyle">
            <summary>
            Sets the style of RadWaitingBar 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.Text">
            <summary>
            Gets and sets the text of the control's textElement
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.WaitingDirection">
            <summary>
            Gets and sets the WaitingDirection of the RadWaitingBarElement
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.WaitingIndicatorWidth">
            <summary>
            Gets and sets the width of the indicator in pixels
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.WaitingIndicatorSize">
            <summary>
            Gets and sets the size of the indicator in pixels
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.WaitingSpeed">
            <summary>
            Gets and sets the speed of the animation. Higher value moves the indicator more quickly across the bar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.WaitingStep">
            <summary>
            Gets and sets the number of pixels the indicator moves each step
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBar.ShowText">
            <summary>
            Shows text in RadWaitingBar.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadWaitingBarElement">
            <summary>
            Represents a waiting bar element. It may be included in other telerik controls.
            All graphical and logical functionality is implemented in RadWaitingBarElement.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadWaitingBarElement.timer">
            <summary>
            The timer
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadWaitingBarElement.continueWaiting">
            <summary>
            The continue waiting
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadWaitingBarElement.offset">
            <summary>
            The offset
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadWaitingBarElement.IsVerticalProperty">
            <summary>
            The is vertical property
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadWaitingBarElement.IsWaitingProperty">
            <summary>
            The is waiting property
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadWaitingBarElement.StretchIndicatorsHorizontallyProperty">
            <summary>
            Property indicates whether the indicators are stretched horizontall
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadWaitingBarElement.StretchIndicatorsVerticallyProperty">
            <summary>
            Property indicates whether the indicators are stretched vertically
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadWaitingBarElement.WaitingBarOrientationProperty">
            <summary>
            Property that determines
            When set to vertical the RadWaitingBar WaitingDirection property is set to Bottom
            When set to horizontal the RadWaitingBar WaitingDirection is property is set to Right
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadWaitingBarElement.WaitingDirectionProperty">
            <summary>
            The waiting direction property
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadWaitingBarElement.WaitingIndicatorSizeProperty">
            <summary>
            Property that gets and sets the size of the indicator in pixels
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadWaitingBarElement.WaitingSpeedProperty">
            <summary>
            Property that gets and sets the speed of the indicator
            Greater value results in faster indicator
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.RadWaitingBarElement.WaitingStepProperty">
            <summary>
            Property that determine the step in pixels which moves the indicator
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWaitingBarElement.OnStartWaiting(System.EventArgs)">
            <summary>
            Raises the <see cref="E:StartWaiting"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWaitingBarElement.OnStopWaiting(System.EventArgs)">
            <summary>
            Raises the <see cref="E:StopWaiting"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWaitingBarElement.#cctor">
            <summary>
            Initializes the <see cref="T:Telerik.WinControls.UI.RadWaitingBarElement"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWaitingBarElement.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RadWaitingBarElement"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWaitingBarElement.StartWaiting">
            <summary>
            Starts the waiting process
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWaitingBarElement.StopWaiting">
            <summary>
            Stops the waiting process
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadWaitingBarElement.ResetWaiting">
            <summary>
            Sets the indicator to its starting position depending on the WaitingDirection
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBarElement.ContentElement">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.WaitingBarContentElement"/> class
            that represents the waiting bar content element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBarElement.Indicators">
            <summary>
            Gets a collection of <see cref="T:Telerik.WinControls.UI.WaitingBarIndicatorElement"/> elements
            which contains all waiting indicators of RadWaitingBar
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBarElement.TextElement">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.WaitingBarTextElement"/> class
            that represents the waiting bar text element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBarElement.SeparatorElement">
            <summary>
            Gets an instance of the <see cref="T:Telerik.WinControls.UI.WaitingBarSeparatorElement"/> class
            that represents the waiting bar separator element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBarElement.IndicatorImage">
            <summary>
            Gets and sets the Image of the element's indicator
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBarElement.IndicatorImageIndex">
            <summary>
            Gets and sets the ImageIndex of the element's indicator
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBarElement.IndicatorImageKey">
            <summary>
            Gets and sets the ImageKey of the element's indicator
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBarElement.ShowText">
            <summary>
            Shows text in RadWaitingBarElement.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBarElement.StretchIndicatorsHorizontally">
            <summary>
            Indicates whether the indicators are stretched horizontally
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBarElement.StretchIndicatorsVertically">
            <summary>
            Indicates whether the indicators are stretched vertically
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBarElement.WaitingStyle">
            <summary>
            Sets the style of the WaitingBarElement 
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBarElement.WaitingIndicatorSize">
            <summary>
            Gets and sets the size of the indicator in pixels
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBarElement.WaitingIndicatorWidth">
            <summary>
            Gets and sets the width of the indicator in pixels
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBarElement.IsWaiting">
            <summary>
            Indicates whether the element is currently waiting
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBarElement.WaitingBarOrientation">
            <summary>
            When set to vertical the RadWaitingBar WaitingDirection property is set to Bottom
            When set to horizontal the RadWaitingBar WaitingDirection is property is set to Right
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBarElement.WaitingDirection">
            <summary>
            Gets and sets the direction of waiting, e.g.
            the Right value moves the indicator from left to right
            Range: Bottom, Left, Right, Top
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBarElement.WaitingSpeed">
            <summary>
            Gets and sets the speed of the indicator
            Greater value results in faster indicator
            Range: [0, 100]
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadWaitingBarElement.WaitingStep">
            <summary>
            Gets and sets the step in pixels which moves the indicator
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWaitingBarElement.WaitingStarted">
            <summary>
            Occurs when waiting is started.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadWaitingBarElement.WaitingStopped">
            <summary>
            Occurs when waiting is stopped.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RadWaitingBarStateManager">
            <summary>
            The state manager class of <see cref="T:Telerik.WinControls.UI.RadWaitingBarElement"/>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WaitingBarIndicatorElement">
            <summary>
            Represents waiting bar indicator element
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingBarIndicatorElement.#cctor">
            <summary>
            Initializes the <see cref="T:Telerik.WinControls.UI.WaitingBarIndicatorElement"/> class.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.WaitingBarIndicatorElement.IsVerticalProperty">
            <summary>
            The is vertical property
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.WaitingBarIndicatorElement.OffsetProperty">
            <summary>
            The offset property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WaitingBarIndicatorElement.SeparatorElement">
            <summary>
            Gets the separator element.
            </summary>
            <value>
            The separator element.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.WaitingBarIndicatorElement.Offset">
            <summary>
            Gets a offset of the indicator.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WaitingBarIndicatorStateManager">
            <summary>
            The state manager class of <see cref="T:Telerik.WinControls.UI.WaitingBarIndicatorElement"/>.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WaitingBarSeparatorStateManager">
            <summary>
            The state manager class of <see cref="T:Telerik.WinControls.UI.WaitingBarSeparatorElement"/>
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WaitingBarTextElement">
            <summary>
            Represents <see cref="T:Telerik.WinControls.UI.RadWaitingBarElement"/>'s text element
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WaitingBarSeparatorElement">
            <summary>
            Represents separator element in <see cref="T:Telerik.WinControls.UI.RadWaitingBarElement"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingBarSeparatorElement.#cctor">
            <summary>
            Initializes the <see cref="T:Telerik.WinControls.UI.WaitingBarSeparatorElement"/> class.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.WaitingBarSeparatorElement.DashProperty">
            <summary>
            The dash property
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.WaitingBarSeparatorElement.IsVerticalProperty">
            <summary>
            The is vertical property
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.WaitingBarSeparatorElement.HatchProperty">
            <summary>
            The hatch property
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.WaitingBarSeparatorElement.SeparatorWidthProperty">
            <summary>
            The separator width property
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.WaitingBarSeparatorElement.StepWidthProperty">
            <summary>
            The step width property
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.WaitingBarSeparatorElement.ProgressOrientationProperty">
            <summary>
            The progress orientation property
            </summary>
        </member>
        <member name="F:Telerik.WinControls.UI.WaitingBarSeparatorElement.SweepAngleProperty">
            <summary>
            The sweep angle property
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WaitingBarSeparatorElement.SeparatorWidth">
            <summary>
            Sets and gets the width of each separator line in pixels
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WaitingBarSeparatorElement.StepWidth">
            <summary>
            Sets and gets the distance between two adjacent separator lines
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WaitingBarSeparatorElement.ProgressOrientation">
            <summary>
            Sets and gets the orientation of the separator element
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WaitingBarSeparatorElement.SweepAngle">
            <summary>
            Sets and gets the angle of rotation of all separator lines
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WaitingBarSeparatorElement.Dash">
            <summary>
            Indicates whether separator lines should be drawn
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.WaitingBarSeparatorElement.Hatch">
            <summary>
            Indicates whether a second set of separator lines should be drawn
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.WaitingIndicatorCollection">
            <summary>
            Represents a collection of <see cref="T:Telerik.WinControls.UI.WaitingBarIndicatorElement"/> items.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.WaitingIndicatorCollection.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.WaitingIndicatorCollection"/> class.
            </summary>
        </member>
    </members>
</doc>
