<?xml version="1.0"?>
<doc>
    <assembly>
        <name>DevExpress.XtraBars.v11.1</name>
    </assembly>
    <members>
        <member name="T:DevExpress.XtraTabbedMdi.FloatPageDragMode">

            <summary>
                <para>Contains values that specify how pages are dragged outside the <see cref="T:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager"/>'s tab region.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraTabbedMdi.FloatPageDragMode.Default">
            <summary>
                <para>The same as the <see cref="F:DevExpress.XtraTabbedMdi.FloatPageDragMode.Preview"/> option.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraTabbedMdi.FloatPageDragMode.FullWindow">
            <summary>
                <para>The window is dragged in its original size.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraTabbedMdi.FloatPageDragMode.Preview">
            <summary>
                <para>When dragging, the window's preview version is dragged.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonPageCategoryAlignment">

            <summary>
                <para>Enumerates values that specify how custom page categories are aligned.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonPageCategoryAlignment.Default">
            <summary>
                <para>The same as the <see cref="F:DevExpress.XtraBars.Ribbon.RibbonPageCategoryAlignment.Left"/> option.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonPageCategoryAlignment.Left">
            <summary>
                <para>Headers of contextual page categories are aligned to a RibbonControl's left edge.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonPageCategoryAlignment.Right">
            <summary>
                <para>Headers of contextual page categories are aligned to a RibbonControl's right edge.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle">

            <summary>
                <para>Contains values specifying when the merge mechanism is invoked in MDI applications when using RibbonControls within a parent and child MDI forms.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle.Always">
            <summary>
                <para>Specifies that the merge mechanism should be invoked when a child MDI form is activated. The unmerge mechanism is invoked when a child form becomes inactive.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle.Default">
            <summary>
                <para>The same as the <see cref="F:DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle.OnlyWhenMaximized"/> option.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle.Never">
            <summary>
                <para>Specifies that the merge mechanism is never invoked.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle.OnlyWhenMaximized">
            <summary>
                <para>Specifies that the merge mechanism should be invoked when a child MDI form is maximized. The unmerge mechanism is invoked when a child form is restored from the maximized view.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.StandaloneBarDockControl">

            <summary>
                <para>Represents a control that can accommodate bars and display them at any position within the form.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.StandaloneBarDockControl.#ctor">
            <summary>
                <para>Initializes a new instance of the StandaloneBarDockControl class.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.StandaloneBarDockControl.AutoSize">
            <summary>
                <para>Gets or sets whether the control adjusts its size automatically to display its bars in their entirety. This property is not supported when a StandaloneBarDockControl control is placed within a <see cref="T:DevExpress.XtraLayout.LayoutControl"/>. Use the <see cref="P:DevExpress.XtraBars.StandaloneBarDockControl.AutoSizeInLayoutControl"/> property instead.
</para>
            </summary>
            <value><b>true</b> if the automatic sizing feature is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.StandaloneBarDockControl.AutoSizeInLayoutControl">
            <summary>
                <para>Gets or sets whether the StandaloneBarDockControl is auto-sized to fit its contents, when it's placed within a <see cref="T:DevExpress.XtraLayout.LayoutControl"/>.
</para>
            </summary>
            <value>A Boolean value that specifies whether the StandaloneBarDockControl is auto-sized to fit its contents, when it's placed within a <see cref="T:DevExpress.XtraLayout.LayoutControl"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.StandaloneBarDockControl.Dock">
            <summary>
                <para>Gets or sets which control borders are docked to its parent control and determines how the control is resized with its parent. 
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.DockStyle"/> enumeration member which specifies the position and manner in which the control is docked.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.StandaloneBarDockControl.DockStyle">
            <summary>
                <para>Gets a value which specifies how the bar dock control is aligned within its parent control. 
</para>
            </summary>
            <value>Always the <see cref="F:DevExpress.XtraBars.BarDockStyle.Standalone"/> value.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.StandaloneBarDockControl.GetPreferredSize(System.Drawing.Size)">
            <summary>
                <para>Retrieves the size of a rectangular area that will fit the control.


</para>
            </summary>
            <param name="proposedSize">
		The custom-sized area for a control. 

            </param>
            <returns>The size that will fit the control.

</returns>


        </member>
        <member name="P:DevExpress.XtraBars.StandaloneBarDockControl.HasBars">
            <summary>
                <para>Gets whether the current control contains any bar.
</para>
            </summary>
            <value><b>true</b> if the current control contains any bar; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.StandaloneBarDockControl.InitializeDesignTime(DevExpress.XtraBars.BarManager,DevExpress.XtraBars.BarDockStyle)">
            <summary>
                <para>This method supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <param name="manager">
		@nbsp;

            </param>
            <param name="dockStyle">
		@nbsp;

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.StandaloneBarDockControl.IsVertical">
            <summary>
                <para>Gets or sets whether bars are oriented vetically within the StandaloneBarDockControl object.
</para>
            </summary>
            <value><b>true</b> if bars are oriented vetically within the StandaloneBarDockControl object; <b>false</b> if bars are oriented horizontally.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.StandaloneBarDockControl.Location">
            <summary>
                <para>Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
</para>
            </summary>
            <value>The <see cref="T:System.Drawing.Point"/> structure that represents the upper-left corner of the control relative to the upper-left corner of its container.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.StandaloneBarDockControl.LockLayout">
            <summary>
                <para>Gets or sets a counter that controls the StandaloneBarDockControl's updates. 
</para>
            </summary>
            <value>An integer that specifies the value of the counter used to control the StandaloneBarDockControl's updates.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.StandaloneBarDockControl.Name">
            <summary>
                <para>Gets or sets the name of the control. 
</para>
            </summary>
            <value>The name of the control. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.StandaloneBarDockControl.Size">
            <summary>
                <para>Gets or sets the width and height of the StandaloneBarDockControl.
</para>
            </summary>
            <value>The <see cref="T:System.Drawing.Size"/> that represents the height and width of the control in pixels.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar">

            <summary>
                <para>Contains values that specify the visibility states for a gallery's vertical scroll bar.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto">
            <summary>
                <para>A gallery's vertical scroll bar is only visible when all gallery items do not fit into the gallery's visible area entirely.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Hide">
            <summary>
                <para>A gallery's vertical scroll bar is always hidden.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Show">
            <summary>
                <para>A gallery's vertical scroll bar is always visible. The scroll bar is only enabled when scrolling is required. Otherwise, it's disabled.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.Gallery.CheckDrawMode">

            <summary>
                <para>Identifies paint styles for gallery items when they are in the checked state.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.CheckDrawMode.Default">
            <summary>
                <para>The same as the <see cref="F:DevExpress.XtraBars.Ribbon.Gallery.CheckDrawMode.ImageAndText"/> option.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.CheckDrawMode.ImageAndText">
            <summary>
                <para>A gallery item's text and image are painted checked.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.CheckDrawMode.OnlyImage">
            <summary>
                <para>A gallery item's image is only painted checked.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection">

            <summary>
                <para>Represents a collection of <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory"/> objects.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection.#ctor(DevExpress.XtraBars.Ribbon.RibbonControl)">
            <summary>
                <para>Initializes a new instance of the RibbonPageCategoryCollection class.
</para>
            </summary>
            <param name="ribbon">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> control that will own this collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection.Ribbon"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection.Add(DevExpress.XtraBars.Ribbon.RibbonPageCategory)">
            <summary>
                <para>Adds the specified category to the current collection.
</para>
            </summary>
            <param name="category">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory"/> object to add to the collection.

            </param>
            <returns>An integer value that specifies the position of the category within the collection.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection.AddRange(DevExpress.XtraBars.Ribbon.RibbonPageCategory[])">
            <summary>
                <para>Adds an array of categories to the end of the collection. 
</para>
            </summary>
            <param name="categories">
		An array of <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory"/> objects to add to the collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection.Contains(DevExpress.XtraBars.Ribbon.RibbonPageCategory)">
            <summary>
                <para>Indicates whether the collection contains the specified category.
</para>
            </summary>
            <param name="category">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory"/> object to locate in the collection

            </param>
            <returns><b>true</b> if the collection contains the specified category; otherwise, <b>false</b>
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection.DefaultCategory">
            <summary>
                <para>Gets the RibbonControl's default page category.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory"/> object that represents the default page category.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection.GetCategoryByName(System.String)">
            <summary>
                <para>Returns a category by its name (<see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Name"/>).
</para>
            </summary>
            <param name="name">
		The name of the required category matching the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Name"/> property's value.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory"/> object that has the specified name.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection.GetCategoryByText(System.String)">
            <summary>
                <para>Returns a category by its caption (<see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Text"/>).
</para>
            </summary>
            <param name="text">
		The caption of the required category matching the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Text"/> property's value.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory"/> object that has the specified caption.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection.IndexOf(DevExpress.XtraBars.Ribbon.RibbonPageCategory)">
            <summary>
                <para>Returns the specified category's position within the collection.
</para>
            </summary>
            <param name="category">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory"/> object representing the category to be located. 

            </param>
            <returns>An integer value representing the specified category's zero-based index. <b>-1</b> if the collection doesn't contain the specified category.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection.Insert(System.Int32,DevExpress.XtraBars.Ribbon.RibbonPageCategory)">
            <summary>
                <para>Adds the specified category to the specified position within the collection. 
</para>
            </summary>
            <param name="index">
		An integer value representing the zero-based index at which the specified category should be inserted. If negative or exceeds the number of elements, an exception is raised. 

            </param>
            <param name="category">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory"/> object representing the category to be inserted. 

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to categories in the collection.
</para>
            </summary>
            <param name="index">
		An integer value specifying the zero-based index of the required category. If negative or exceeds the maximum available index, an exception is raised.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory"/> object representing a category at the specified position within the collection. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection.Item(System.String)">
            <summary>
                <para>Returns a page category by its caption.
</para>
            </summary>
            <param name="text">
		A string that represents the caption of the page category to be located. The category's caption is specified by the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Text"/> property.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory"/> object with the specified caption; <b>null</b> if there is no category with the specified caption.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection.Remove(DevExpress.XtraBars.Ribbon.RibbonPageCategory)">
            <summary>
                <para>Removes the specified category from the collection.
</para>
            </summary>
            <param name="category">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory"/> object to remove from the collection.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection.Ribbon">
            <summary>
                <para>Gets the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> which owns the current collection.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> which owns the current collection.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection.TotalCategory">
            <summary>
                <para>Allows you to return all pages and visible pages owned by the RibbonControl.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonTotalPageCategory"/> object that allows you to return all pages and visible pages owned by the RibbonControl.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory">

            <summary>
                <para>Represents a Ribbon page category.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCategory.#ctor">
            <summary>
                <para>Initializes a new instance of the RibbonPageCategory class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCategory.#ctor(System.String,System.Drawing.Color,System.Boolean)">
            <summary>
                <para>Initializes a new instance of the RibbonPageCategory class with the specified settings.
</para>
            </summary>
            <param name="text">
		A string that specifies the category's text. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Text"/> property.

            </param>
            <param name="color">
		A string that specifies the category's color. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Color"/> property.

            </param>
            <param name="visible">
		A string that specifies the category's visibility. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Visible"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCategory.#ctor(System.String,System.Drawing.Color)">
            <summary>
                <para>Initializes a new instance of the RibbonPageCategory class with the specified text and color.
</para>
            </summary>
            <param name="text">
		A string that specifies the category's text. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Text"/> property.

            </param>
            <param name="color">
		A string that specifies the category's color. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Color"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.CategoryInfo">
            <summary>
                <para>Gets an object containing view information on the RibbonPageCategory object.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonPageCategoryViewInfo"/> object.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Clone">
            <summary>
                <para>Creates a new RibbonPageCategory object with the settings matching those of the current object.
</para>
            </summary>
            <returns>A copy of the current RibbonPageCategory object.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Collection">
            <summary>
                <para>Gets the category collection that owns the current RibbonPageCategory object.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection"/> object that owns the current object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Color">
            <summary>
                <para>Gets or sets the color that is used to paint the category's caption and its pages.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> value that specifies the category's color.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Expanded">
            <summary>
                <para>Gets or sets whether the category is expanded.
</para>
            </summary>
            <value><b>true</b> if the category is expanded; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCategory.GetPageByText(System.String)">
            <summary>
                <para>Returns a Ribbon Page by its caption.
</para>
            </summary>
            <param name="pageText">
		A string that represents the caption of the page to be located. The page's caption is specified by the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPage.Text"/> property.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPage"/> object with the specified caption; <b>null</b> if there is no page with the specified caption. 
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.MergedPages">
            <summary>
                <para>Provides access to pages that have been merged into the current category.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCollection"/> object that contains pages that have been merged into the current category.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.MergeOrder">
            <summary>
                <para>Defines the visual position of the current RibbonPageCategory object after merging this RibbonControl into an MDI parent Ribbon.
</para>
            </summary>
            <value>An ordinal number determining the position of the RibbonPageCategory after merging this RibbonControl into an MDI parent Ribbon.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Name">
            <summary>
                <para>Gets or sets the component's name.
</para>
            </summary>
            <value>A string that specifies the component's name.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Pages">
            <summary>
                <para>Gets or sets the collection of ribbon pages that belong to the current category.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCollection"/> collection containing ribbon pages that belong to the current category.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Ribbon">
            <summary>
                <para>Gets the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> which owns the current category.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> which owns the current category.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Tag">
            <summary>
                <para>Gets or sets an object that contains data on the current RibbonPageCategory object.
</para>
            </summary>
            <value>An object that contains data on the current object. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Text">
            <summary>
                <para>Gets or sets the text displayed within the category's caption.
</para>
            </summary>
            <value>A string that specifies the text displayed within the category's caption.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCategory.Visible">
            <summary>
                <para>Gets or sets whether the current category is visible.
</para>
            </summary>
            <value><b>true</b> if the category is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.LayoutSerializationOptions">

            <summary>
                <para>Contains options that specify how a layout of dock panels is stored to and restored from a data store (a stream, xml file or system registry).
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.LayoutSerializationOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the LayoutSerializationOptions class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.LayoutSerializationOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
            <summary>
                <para>Copies all the settings from the options object passed as the parameter to the current object.
</para>
            </summary>
            <param name="options">
		A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.LayoutSerializationOptions.RestoreDockPanelsText">
            <summary>
                <para>Gets or sets whether captions of dock panels are restored from the data store when a layout is restored from the store.

</para>
            </summary>
            <value><b>true</b> to restore the captions of dock panels when a layout is restored; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.ImageGalleryFilterMenu">

            <summary>
                <para>Represents a filter menu for a <see cref="T:DevExpress.XtraBars.Ribbon.GalleryControl"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.ImageGalleryFilterMenu.#ctor(DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery)">
            <summary>
                <para>Initializes a new instance of the ImageGalleryFilterMenu class with the specified gallery.
</para>
            </summary>
            <param name="gallery">
		A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery"/> object that represents the current gallery.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ImageGalleryFilterMenu.Gallery">
            <summary>
                <para>Gets the current gallery.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery"/> object that represents the current gallery.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.GalleryFilterMenuClickEventArgs">

            <summary>
                <para>Provides data for events that fire when items are clicked within a gallery's Filter Menu.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryFilterMenuClickEventArgs.#ctor(DevExpress.XtraBars.Ribbon.ImageGalleryFilterMenu,DevExpress.Utils.Menu.DXMenuCheckItem)">
            <summary>
                <para>Initializes a new instance of the GalleryFilterMenuClickEventArgs class with the specified settings.
</para>
            </summary>
            <param name="filterMenu">
		A <see cref="T:DevExpress.XtraBars.Ribbon.ImageGalleryFilterMenu"/> object that represents the current menu.

            </param>
            <param name="item">
		A <see cref="T:DevExpress.Utils.Menu.DXMenuCheckItem"/> object that represents the menu item that has been checked.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryFilterMenuClickEventArgs.FilterMenu">
            <summary>
                <para>Gets the displayed menu.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraBars.Ribbon.ImageGalleryFilterMenu"/> object that represents the displayed menu.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryFilterMenuClickEventArgs.Gallery">
            <summary>
                <para>Gets the current gallery.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery"/> object that represents the current gallery.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryFilterMenuClickEventArgs.Item">
            <summary>
                <para>Gets the item that has been checked.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.Menu.DXMenuCheckItem"/> object that represents the currently checked item.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.GalleryFilterMenuEventArgs">

            <summary>
                <para>Provides data for the events that fire when a Filter Menu is about to be displayed for a gallery.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryFilterMenuEventArgs.#ctor(DevExpress.XtraBars.Ribbon.ImageGalleryFilterMenu)">
            <summary>
                <para>Initializes a new instance of the GalleryFilterMenuEventArgs class with the specified settings.
</para>
            </summary>
            <param name="filterMenu">
		A <see cref="T:DevExpress.XtraBars.Ribbon.ImageGalleryFilterMenu"/> object that represents the current menu.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryFilterMenuEventArgs.FilterMenu">
            <summary>
                <para>Gets the displayed menu.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraBars.Ribbon.ImageGalleryFilterMenu"/> object that represents the displayed menu.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryFilterMenuEventArgs.Gallery">
            <summary>
                <para>Gets the current gallery.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery"/> object that represents the current gallery.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.Gallery.GalleryScrollMode">

            <summary>
                <para>Gets or sets a gallery's scroll mode.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.GalleryScrollMode.Smooth">
            <summary>
                <para>Smooth scrolling is enabled.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.GalleryScrollMode.Standard">
            <summary>
                <para>The default scrolling mode.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery">

            <summary>
                <para>Represents the base class for the <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery"/> and <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.InDropDownGallery"/> classes.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.#ctor">
            <summary>
                <para>Initializes a new instance of the StandaloneGallery class.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.AllowFilter">
            <summary>
                <para>Gets or sets whether the group filtering feature is enabled. 
</para>
            </summary>
            <value><b>true</b> if the group filtering feature is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.AutoSize">
            <summary>
                <para>Gets or sets a gallery's auto-size mode, which determines the gallery's initial size.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.GallerySizeMode"/> value.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.CreateFrom(DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery)">
            <summary>
                <para>Copies settings and groups from the specified gallery to the current gallery.
</para>
            </summary>
            <param name="gallery">
		An <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery"/> object whose settings are groups copied to the current gallery.


            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.FilterCaption">
            <summary>
                <para>Gets or sets the text displayed within the Group Filter panel
</para>
            </summary>
            <value>A string displayed within the Group Filter panel.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.Invalidate(System.Drawing.Rectangle)">
            <summary>
                <para>Invalidates the specified region (adds it to the control's update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the control.
</para>
            </summary>
            <param name="rect">
		A <b>System.Drawing.Rectangle</b> structure representing the region to invalidate.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.Invalidate">
            <summary>
                <para>Invalidates the region occupied by the StandaloneGallery object (adds the region to the control's update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the control.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.MakeVisible(DevExpress.XtraBars.Ribbon.GalleryItem)">
            <summary>
                <para>Makes the specified item visible, if it's hidden due to scrolling.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object to be made visible.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.MenuOpened">
            <summary>
                <para>Gets whether the <b>Group Filter</b> menu is opened.
</para>
            </summary>
            <value><b>true</b> if the <b>Group Filter</b> menu is opened; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.OwnerControl">
            <summary>
                <para>Gets the control that displays the current gallery.
</para>
            </summary>
            <value>A Control that displays the current gallery.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.RefreshGallery">
            <summary>
                <para>Recalculates all the graphical information used to render the gallery, and then updates the gallery onscreen.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.ScrollTo(DevExpress.XtraBars.Ribbon.GalleryItemGroup,System.Boolean,DevExpress.Utils.VertAlignment)">
            <summary>
                <para>Scrolls the gallery, making the specified gallery group visible (with or without an animation effect).
</para>
            </summary>
            <param name="group">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemGroup"/> object to be made visible.

            </param>
            <param name="bAnimated">
		<b>true</b> to use an animation effect when scrolling; otherwise, <b>false</b>.

            </param>
            <param name="groupAlignment">
		A <see cref="T:DevExpress.Utils.VertAlignment"/> value that specifies the position at which the gallery group will be displayed within the view region after scrolling.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.ScrollTo(DevExpress.XtraBars.Ribbon.GalleryItem,System.Boolean,DevExpress.Utils.VertAlignment)">
            <summary>
                <para>Scrolls the gallery, making the specified gallery item visible (with or without an animation effect).
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object to be made visible.

            </param>
            <param name="bAnimated">
		<b>true</b> to use an animation effect when scrolling; otherwise, <b>false</b>.

            </param>
            <param name="itemAlignment">
		A <see cref="T:DevExpress.Utils.VertAlignment"/> value that specifies the position at which the gallery item will be displayed within the view region after scrolling.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.ScrollYPosition">
            <summary>
                <para>Gets or sets the top coordinate of the gallery's display area.
</para>
            </summary>
            <value>An integer which specifies the top coordinate of the gallery's display area.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.ShowScrollBar">
            <summary>
                <para>Gets or sets whether the gallery's vertical scroll bar is visible.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar"/> value that specifies the visibility of the gallery's vertical scroll bar.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.StretchItems">
            <summary>
                <para>Gets or sets whether items are stretched to the gallery's width.
</para>
            </summary>
            <value><b>true</b> if gallery items are stretched to the gallery's width; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.ToolTipController">
            <summary>
                <para>Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the StandaloneGallery class.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.ToolTipController"/> object which controls the appearance and behavior of tooltips displayed by elements of the StandaloneGallery. 

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.UseOptimizedScrolling">
            <summary>
                <para>Gets or sets whether an optimized fast scroll mechanism is enabled.
</para>
            </summary>
            <value><b>true</b> if an optimized fast scroll mechanism is enabled; <b>false</b> if the old scroll mechanism is in effect.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery">

            <summary>
                <para>Represents a gallery within a <see cref="T:DevExpress.XtraBars.Ribbon.GalleryControl"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.#ctor(DevExpress.XtraBars.Ribbon.GalleryControl)">
            <summary>
                <para>Initializes a new instance of the GalleryControlGallery class with the specified <see cref="T:DevExpress.XtraBars.Ribbon.GalleryControl"/> object.
</para>
            </summary>
            <param name="galleryControl">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryControl"/> object that will own the created gallery.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.#ctor">
            <summary>
                <para>Initializes a new instance of the GalleryControlGallery class.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.AutoFitColumns">
            <summary>
                <para>Gets or sets whether changing the gallery's width automatically adds/removes columns.
</para>
            </summary>
            <value><b>true</b> if changing the gallery's width automatically adds/removes columns; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.BackColor">
            <summary>
                <para>Gets or sets the gallery's background color.
</para>
            </summary>
            <value>The gallery's background color.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.BackgroundImage">
            <summary>
                <para>Gets or sets the gallery's background image.
</para>
            </summary>
            <value>The gallery's background image.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.BackgroundImageLayout">
            <summary>
                <para>Gets or sets the layout of the <see cref="P:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.BackgroundImage"/>.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.Drawing.ImageLayoutMode"/> value that specifies how the background image is arranged.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.ContentHorzAlignment">
            <summary>
                <para>Gets or sets the horizontal alignment of gallery items relative to the right edge (for vertically oriented galleries).
For horizontally oriented galleries, this property specifies the vertical alignment of gallery items relative to the top edge.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> value that specifies the horizontal or vertical alignment of gallery items.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.GalleryControl">
            <summary>
                <para>Gets the <see cref="T:DevExpress.XtraBars.Ribbon.GalleryControl"/> that owns the current gallery.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryControl"/> object that owns the current gallery.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.Invalidate">
            <summary>
                <para>Invalidates the region occupied by the GalleryControlGallery object (adds the region to the control's update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the control.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.Orientation">
            <summary>
                <para>Gets or sets the gallery's orientation.

</para>
            </summary>
            <value>An Orientation value that specifies the gallery's orientation.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.OwnerControl">
            <summary>
                <para>Gets the control that displays the current gallery.
</para>
            </summary>
            <value>The control that displays the current gallery.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.RefreshGallery">
            <summary>
                <para>Recalculates all the graphical information used to render the gallery, and then updates the gallery onscreen.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.ToolTipController">
            <summary>
                <para>Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the GalleryControlGallery class.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.ToolTipController"/> object which controls the appearance and behavior of tooltips displayed by elements of the GalleryControlGallery. 

</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.Gallery.ItemCheckMode">

            <summary>
                <para>Contains values that specify how gallery items can be selected.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.ItemCheckMode.Multiple">
            <summary>
                <para>Multiple items can be checked , by clicking them while holding the CTRL/SHIFT key.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.ItemCheckMode.MultipleInGroup">
            <summary>
                <para>Multiple items can be checked, but only within a single group. Checking any item within another group, unchecks items in the previous group.
<para>
To select multiple items, click them while holding the CTRL/SHIFT key.
</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.ItemCheckMode.None">
            <summary>
                <para>An item is not automatically checked on clicking.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.ItemCheckMode.SingleCheck">
            <summary>
                <para>Only a single item can be checked throughout the gallery. When checking another item, the previously checked item is unchecked.

<para>
A checked item can be unchecked when clicking on it again.
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.ItemCheckMode.SingleCheckInGroup">
            <summary>
                <para>An end-user can check a single item within each group.  When checking another item, the previously checked item in the same group is unchecked.

<para>
A checked item can be unchecked when clicking on it again.
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.ItemCheckMode.SingleRadio">
            <summary>
                <para>The same as the <see cref="F:DevExpress.XtraBars.Ribbon.Gallery.ItemCheckMode.SingleCheck"/> option, except the following:

<para>
A checked item is NOT unchecked when clicking on it again.
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.ItemCheckMode.SingleRadioInGroup">
            <summary>
                <para>The same as the <see cref="F:DevExpress.XtraBars.Ribbon.Gallery.ItemCheckMode.SingleCheckInGroup"/> option, except the following:

<para>
A checked item is NOT unchecked when clicking on it again.
</para>
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.Gallery.GalleryItemAlignment">

            <summary>
                <para>Contains values that specify alignment of gallery items.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.GalleryItemAlignment.Center">
            <summary>
                <para>A gallery item is centered.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.GalleryItemAlignment.Custom">
            <summary>
                <para>A gallery item is custom aligned.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.GalleryItemAlignment.Far">
            <summary>
                <para>A gallery item is aligned to the far edge of the parent control.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.Gallery.GalleryItemAlignment.Near">
            <summary>
                <para>A gallery item is aligned to the near edge of the parent control.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.ItemImageLocation">

            <summary>
                <para>Contains values that specify how an image is displayed next to a text region.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ItemImageLocation.Bottom">
            <summary>
                <para>An image is displayed below the text.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ItemImageLocation.Default">
            <summary>
                <para>The same as the <b>Left</b> option.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ItemImageLocation.Left">
            <summary>
                <para>An image is displayed to the left of the text.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ItemImageLocation.Right">
            <summary>
                <para>An image is displayed to the right of the text.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ItemImageLocation.Top">
            <summary>
                <para>An image is displayed above the text.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.GalleryItemGroupCaptionAlignment">

            <summary>
                <para>Contains values that specify the horizontal alignment of a group caption content..

</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.GalleryItemGroupCaptionAlignment.Center">
            <summary>
                <para>A gallery group caption's content is centered.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.GalleryItemGroupCaptionAlignment.Left">
            <summary>
                <para>A gallery group caption's content is aligned to the left.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.GalleryItemGroupCaptionAlignment.Right">
            <summary>
                <para>A gallery group caption's content is aligned to the right.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.GalleryItemGroupCaptionAlignment.Stretch">
            <summary>
                <para>A gallery group caption's content is stretched to the caption width.
This option is in effect when a custom control is embedded into the gallery group caption via the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItemGroup.CaptionControl"/> property.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.GalleryControl">

            <summary>
                <para>Represents a control capable of displaying images, while allowing you to categorize them into groups.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryControl.#ctor">
            <summary>
                <para>Initializes a new instance of the GalleryControl class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryControl.About">
            <summary>
                <para>Activates the GalleryControl's <b>About</b> dialog box.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryControl.Appearance">
            <summary>
                <para>This property is not supported by the GalleryControl class.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryControl.AutoSize">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code. 
To enable the auto-size feature, use the gallery's <see cref="P:DevExpress.XtraBars.Ribbon.Gallery.StandaloneGallery.AutoSize"/> property instead.
</para>
            </summary>
            <value>A Boolean value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryControl.BackColor">
            <summary>
                <para>This property is not supported by the GalleryControl class. Use the <b>Gallery.</b><b>BackColor</b> (<see cref="P:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.BackColor"/>) property instead.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryControl.BackgroundImage">
            <summary>
                <para>This property is not supported by the GalleryControl class. Use the <b>Gallery.</b><b>BackgroundImage</b> (<see cref="P:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.BackgroundImage"/>) property instead.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryControl.BackgroundImageLayout">
            <summary>
                <para>This property is not supported by the GalleryControl class. Use the <b>Gallery.</b><b>BackgroundImageLayout</b> (<see cref="P:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.BackgroundImageLayout"/>) property instead.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryControl.BeginInit">
            <summary>
                <para>Starts the runtime initialization of the GalleryControl component.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryControl.CalcHitInfo(System.Drawing.Point)">
            <summary>
                <para>Returns information on the GalleryControl's elements located at the specified point.
</para>
            </summary>
            <param name="pt">
		A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the GalleryControl's top-left corner.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo"/> object which contains information about the visual elements located at the test point.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryControl.Controller">
            <summary>
                <para>Gets or sets the Bar and Docking Controller that provides default look and feel options for the GalleryControl.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object that provides default look and feel options for the GalleryControl.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryControl.DesignGalleryGroupIndex">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryControl.DesignGalleryItemIndex">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryControl.EndInit">
            <summary>
                <para>Ends component initialization. 
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryControl.Font">
            <summary>
                <para>This property is not supported by the GalleryControl class.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryControl.ForeColor">
            <summary>
                <para>This property is not supported by the GalleryControl class.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryControl.Gallery">
            <summary>
                <para>Provides access to the Gallery displayed by the GalleryControl.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery"/> displayed by the GalleryControl.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryControl.GetController">
            <summary>
                <para>Returns the Bar and Docking Controller that provides look and feel options for the GalleryControl. 
</para>
            </summary>
            <returns>A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object that provides look and feel  options for the GalleryControl
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryControl.GetDesignTimeManager">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns>@nbsp;
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryControl.GetPreferredSize(System.Drawing.Size)">
            <summary>
                <para>Retrieves the size of a rectangular area that will fit the control.
</para>
            </summary>
            <param name="proposedSize">
		The custom-sized area for a control. 

            </param>
            <returns>The size that will fit the control.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryControl.IsLoading">
            <summary>
                <para>Gets or sets whether the GalleryControl is being loaded.
</para>
            </summary>
            <value><b>true</b> if the GalleryControl is being loaded; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryControl.MenuManager">
            <summary>
                <para>Gets or sets an object that controls the look and feel of the control's popup menus.
</para>
            </summary>
            <value>An object that controls the look and feel of the control's popup menus.

</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.ShowPageHeadersMode">

            <summary>
                <para>Lists values that specify when ribbon page headers are displayed.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Default">
            <summary>
                <para>Currently, this option is the same as the <see cref="F:DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Show"/> option.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide">
            <summary>
                <para>Ribbon page headers are hidden.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Show">
            <summary>
                <para>Ribbon page headers are always visible.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages">
            <summary>
                <para>Ribbon page headers are visible when the control contains two or more pages.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.MenuDrawMode">

            <summary>
                <para>Enumerates menu display modes.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.MenuDrawMode.Default">
            <summary>
                <para>A menu is painted according to its type.

<para>
For <see cref="T:DevExpress.XtraBars.Ribbon.ApplicationMenu"/> objects, the default draw mode is affected by the <see cref="P:DevExpress.XtraBars.Ribbon.ApplicationMenu.ShowRightPane"/> property. If the <see cref="P:DevExpress.XtraBars.Ribbon.ApplicationMenu.ShowRightPane"/> option is set to <b>false</b>, menu items are painted as in the <see cref="F:DevExpress.XtraBars.MenuDrawMode.LargeImagesTextDescription"/> mode. If the option is set to <b>true</b>, menu items are painted as in the <see cref="F:DevExpress.XtraBars.MenuDrawMode.LargeImagesText"/> draw mode.
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.MenuDrawMode.LargeImagesText">
            <summary>
                <para>Allows menu item captions and large images to be displayed.

<para>

</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.MenuDrawMode.LargeImagesTextDescription">
            <summary>
                <para>Allows menu item captions, descriptions and large images to be displayed.

<para>

</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.MenuDrawMode.SmallImagesText">
            <summary>
                <para>Allows menu item captions and small images to be displayed.

<para>

</para>
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.ApplicationMenu">

            <summary>
                <para>Represents a popup menu which implements the MS Office 2007 Application Menu.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.ApplicationMenu.#ctor(System.ComponentModel.IContainer)">
            <summary>
                <para>Initializes a new instance of the ApplicationMenu class with the specified container.

</para>
            </summary>
            <param name="container">
		An object which implements <see cref="T:System.ComponentModel.IContainer"/>.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.ApplicationMenu.#ctor">
            <summary>
                <para>Initializes a new instance of the ApplicationMenu class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ApplicationMenu.BottomPaneControlContainer">
            <summary>
                <para>Gets or sets the control to be displayed along the bottom edge of the ApplicationMenu.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.PopupControlContainer"/> control that is displayed along the bottom edge of the ApplicationMenu.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ApplicationMenu.CanShowPopup">
            <summary>
                <para>Indicates whether the ApplicationMenu can be displayed.
</para>
            </summary>
            <value><b>true</b>, if the ApplicationMenu can be displayed; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ApplicationMenu.MenuCaption">
            <summary>
                <para>Gets or sets the menu's caption. This property is not supported by the ApplicationMenu class.
</para>
            </summary>
            <value>A string value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ApplicationMenu.RightPaneControlContainer">
            <summary>
                <para>Gets or sets the control to be displayed within the ApplicationMenu's right pane.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.PopupControlContainer"/> control that is displayed within the ApplicationMenu's right pane.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ApplicationMenu.RightPaneWidth">
            <summary>
                <para>Gets or sets the right pane's width.
</para>
            </summary>
            <value>An integer value which specifies the right pane's width, in pixels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ApplicationMenu.ShowCaption">
            <summary>
                <para>Gets or sets whether the menu's header is visible. This property is not supported by the ApplicationMenu class.

</para>
            </summary>
            <value>A Boolean value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ApplicationMenu.ShowRightPane">
            <summary>
                <para>Gets or sets whether the menu's right pane is visible.
</para>
            </summary>
            <value><b>true</b> if the right pane is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo">

            <summary>
                <para>Contains information about a specific point within a ribbon control.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.#ctor">
            <summary>
                <para>Initializes a new instance of the RibbonHitInfo class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.Equals(System.Object)">
            <summary>
                <para>Determines whether the specified <see cref="T:System.Object"/> is equal to the current <b>Object</b>.
</para>
            </summary>
            <param name="obj">
		The <see cref="T:System.Object"/> to compare with the current <b>Object</b>.

            </param>
            <returns><b>true</b> if the specified <see cref="T:System.Object"/> is equal to the current <b>Object</b>; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.Gallery">
            <summary>
                <para>Gets the Gallery located at the test point.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery"/> descendant which represents the Gallery located at the test point. <b>null</b> (<b>Nothing</b> in Visual Basic) if there isn't any Gallery located at the test point.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.GalleryItem">
            <summary>
                <para>Gets the Gallery item located at the test point.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object which represents the Gallery item located at the test point. <b>null</b> (<b>Nothing</b> in Visual Basic) if there isn't any Gallery item located at the test point.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.GalleryItemGroup">
            <summary>
                <para>Gets the Gallery item group located at the test point.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemGroup"/> object that represents the group of gallery items within a gallery located at the test point. <b>null</b> (<b>Nothing</b> in Visual Basic) if there is no Gallery item group located at the test point.

</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.GetHashCode">
            <summary>
                <para>Returns the hash code for this instance.
</para>
            </summary>
            <returns>A 32-bit signed integer hash code.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.HitPoint">
            <summary>
                <para>Gets or set the test point.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Point"/> structure that specifies test point coordinates relative to the ribbon control's top-left corner.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.HitTest">
            <summary>
                <para>Gets a value which identifies the type of the visual element located under the test point.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest"/> enumeration value that identifies the type of the visual element that contains the test point.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.InFormButton">
            <summary>
                <para>Gets whether the test point is within any of the form's buttons (Minimize, Maximize or Close).
</para>
            </summary>
            <value><b>true</b> if the test point is within a form's button; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.InGallery">
            <summary>
                <para>Gets whether the test point is within a Gallery.
</para>
            </summary>
            <value><b>true</b> if the test point is within a Gallery; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.InGalleryFilter">
            <summary>
                <para>Gets whether the test point is within the Dropdown Gallery's Filter panel.
</para>
            </summary>
            <value><b>true</b> if the test point is within the Dropdown Gallery's Filter panel; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.InGalleryGroup">
            <summary>
                <para>Gets whether the test point is within a Gallery group.
</para>
            </summary>
            <value><b>true</b> if the test point is within a Gallery group; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.InGalleryItem">
            <summary>
                <para>Gets whether the test point is within a Gallery item.
</para>
            </summary>
            <value><b>true</b> if the test point is within a Gallery item; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.InGalleryScrollBar">
            <summary>
                <para>Gets whether the test point is over a gallery's scroll bar. 
</para>
            </summary>
            <value><b>true</b> if the test point is over a gallery's scroll bar; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.InGallerySizeGrip">
            <summary>
                <para>Gets whether the test point is within a size grip region.
</para>
            </summary>
            <value><b>true</b> if the test point belongs to a size grip region; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.InGallerySizingPanel">
            <summary>
                <para>Gets whether the test point is within the Dropdown Gallery's Sizing panel.
</para>
            </summary>
            <value><b>true</b> if the test point is within the Dropdown Gallery's Sizing panel; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.InItem">
            <summary>
                <para>Gets whether the test point is within a bar item link.
</para>
            </summary>
            <value><b>true</b> if the test point is within a bar item link; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.InPage">
            <summary>
                <para>Gets whether the test point is within a ribbon page's caption.
</para>
            </summary>
            <value><b>true</b> if the test point belongs to a ribbon page's caption; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.InPageCategory">
            <summary>
                <para>Gets whether the test point is within a Ribbon page category's caption.
</para>
            </summary>
            <value><b>true</b> if the test point belongs to a Ribbon page category's caption; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.InPageGroup">
            <summary>
                <para>Gets whether the test point is within a page group.
</para>
            </summary>
            <value><b>true</b> if the test point is within a page group; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.InPageHeaderScrollButtons">
            <summary>
                <para>Gets whether the test point belongs to a scroll button used to scroll through pages.
</para>
            </summary>
            <value><b>true</b> if the test point belongs to a scroll button used to scroll through pages; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.InPageItem">
            <summary>
                <para>Gets whether the test point is within a bar item link that is displayed within a page group.
</para>
            </summary>
            <value><b>true</b> if the test point is within a bar item link that is displayed within a page group; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.InPanel">
            <summary>
                <para>Gets whether the test point is within the Group Panel.
</para>
            </summary>
            <value><b>true</b> if the test point is within the Group Panel; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.InPanelScrollButtons">
            <summary>
                <para>Gets whether the test point belongs to a scroll button used to scroll through a page's contents.
</para>
            </summary>
            <value><b>true</b> if the test point belongs to a scroll button used to scroll through a page's contents; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.InToolbar">
            <summary>
                <para>Gets whether the test point is within a Quick Access Toolbar.
</para>
            </summary>
            <value><b>true</b> if the test point is within a Quick Access Toolbar; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.IsEmpty">
            <summary>
                <para>Gets whether the test point belongs to any visual element or is outside the ribbon control.

</para>
            </summary>
            <value><b>true</b> if the test point does not belong to any visual element or is outside the ribbon control; otherwise, <b>false</b>.

</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.IsEqualItems(DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo)">
            <summary>
                <para>Returns true, if the current and the specified RibbonHitInfo objects contain matching bar item links.
</para>
            </summary>
            <param name="hitInfo">
		A <see cref="T:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo"/> object to which the current object is compared.


            </param>
            <returns><b>true</b> if the current and the specified RibbonHitInfo objects contain matching bar item links; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.Item">
            <summary>
                <para>Gets the bar item link which is located at the test point.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object that represents the link which is located at the test point.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.Page">
            <summary>
                <para>Gets or sets the ribbon page which is located at the test point.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPage"/> object that represents the ribbon page which is located at the test point. <b>null</b> (<b>Nothing</b> in Visual Basic) if there isn't any ribbon page located at the test point.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.PageCategory">
            <summary>
                <para>Gets or sets the Ribbon page category which is located at the test point.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory"/> object that refers to the Ribbon page category at the test point.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.PageCategoryInfo">
            <summary>
                <para>Gets an object that contains view information on the category at the test point.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonPageCategoryViewInfo"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.PageGroup">
            <summary>
                <para>Gets or sets the ribbon page group which is located at the test point.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroup"/> object that represents the ribbon page group located at the test point.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.StatusBar">
            <summary>
                <para>Gets the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> control located at the test point.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> control located at the test point; <b>null</b> (<b>Nothing</b> in Visual Basic) if the test point doesn't belong to a Ribbon Status Bar. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo.Toolbar">
            <summary>
                <para>Gets or sets the Ribbon Quick Access Toolbar which is located at the test point.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbar"/> object that represents the Ribbon Quick Access Toolbar located at the test point.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.RibbonGalleryAppearances">

            <summary>
                <para>Provides appearance settings that are used to paint ribbon gallery elements. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.RibbonGalleryAppearances.#ctor(DevExpress.Utils.IAppearanceOwner)">
            <summary>
                <para>Initializes a new instance of the RibbonGalleryAppearances class.
</para>
            </summary>
            <param name="owner">
		An object which owns the appearance collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.RibbonGalleryAppearances.Dispose">
            <summary>
                <para>Releases all the resources used by the current object.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryAppearances.FilterPanelCaption">
            <summary>
                <para>Gets the appearance settings used to paint the filter panel's caption.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the filter panel's caption.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryAppearances.GroupCaption">
            <summary>
                <para>Gets the appearance settings used to paint group captions.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint group captions.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryAppearances.ItemCaption">
            <summary>
                <para>Gets the appearance settings used to paint Gallery item captions.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint Gallery item captions.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryAppearances.ItemDescription">
            <summary>
                <para>Gets the appearance settings used to paint Gallery item descriptions.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint Gallery item descriptions.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.GalleryItemEventArgs">

            <summary>
                <para>Provides data for gallery item handling events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemEventArgs.#ctor(DevExpress.XtraBars.Ribbon.Gallery.BaseGallery,DevExpress.XtraBars.Ribbon.GalleryItem)">
            <summary>
                <para>Initializes a new instance of the GalleryItemEventArgs class.
</para>
            </summary>
            <param name="gallery">
		A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery"/> descendant which represents the Ribbon Gallery whose item is currently being processed. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItemEventArgs.Gallery"/> property.

            </param>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object which represents the processed Gallery item. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItemEventArgs.Item"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemEventArgs.#ctor(DevExpress.XtraBars.RibbonGalleryBarItemLink,DevExpress.XtraBars.Ribbon.Gallery.BaseGallery,DevExpress.XtraBars.Ribbon.GalleryItem)">
            <summary>
                <para>Initializes a new instance of the GalleryItemEventArgs class with the specified settings.
</para>
            </summary>
            <param name="inRibbonGalleryLink">
		A <see cref="T:DevExpress.XtraBars.RibbonGalleryBarItemLink"/> object that represents a link to a <see cref="T:DevExpress.XtraBars.RibbonGalleryBarItem"/> object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItemEventArgs.InRibbonGalleryLink"/> property.

            </param>
            <param name="gallery">
		A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery"/> descendant which represents the Ribbon Gallery whose item is currently being processed. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItemEventArgs.Gallery"/> property.

            </param>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object which represents the processed Gallery item. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItemEventArgs.Item"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemEventArgs.Gallery">
            <summary>
                <para>Gets the Gallery that contains the processed Gallery item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery"/> descendant which represents the Gallery whose item is currently being processed.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemEventArgs.InRibbonGalleryLink">
            <summary>
                <para>For In-Ribbon galleries, gets the bar item link that displays the current gallery.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.RibbonGalleryBarItemLink"/> object that displays the current gallery. <b>null</b> if the current gallery is not an In-Ribbon gallery.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemEventArgs.Item">
            <summary>
                <para>Gets the Gallery item currently being processed.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object which represents the processed Gallery item.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ItemClick"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler.Invoke(System.Object,DevExpress.XtraBars.Ribbon.GalleryItemClickEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ItemClick"/> event.
</para>
            </summary>
            <param name="sender">
		The event source.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemClickEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.GalleryItemClickEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ItemClick"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemClickEventArgs.#ctor(DevExpress.XtraBars.RibbonGalleryBarItemLink,DevExpress.XtraBars.Ribbon.Gallery.BaseGallery,DevExpress.XtraBars.Ribbon.GalleryItem)">
            <summary>
                <para>Initializes a new instance of the GalleryItemClickEventArgs class.
</para>
            </summary>
            <param name="inRibbonGalleryLink">
		A <see cref="T:DevExpress.XtraBars.RibbonGalleryBarItemLink"/> object which contains the clicked Gallery item. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItemEventArgs.InRibbonGalleryLink"/> property.

            </param>
            <param name="gallery">
		A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery"/> descendant which represents the Ribbon Gallery whose item is currently being processed. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItemEventArgs.Gallery"/> property.

            </param>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object which represents the processed Gallery item. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItemEventArgs.Item"/> property.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.GalleryItemCustomDrawEventHandler">

            <summary>
                <para>Represents a method that will handle events used to custom paint gallery items.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemCustomDrawEventHandler.Invoke(System.Object,DevExpress.XtraBars.Ribbon.GalleryItemCustomDrawEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.CustomDrawItemImage"/> and <see cref="E:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.CustomDrawItemText"/> events.

</para>
            </summary>
            <param name="sender">
		The event source.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemCustomDrawEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.GalleryItemCustomDrawEventArgs">

            <summary>
                <para>Provides data for events used to custom paint gallery items.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemCustomDrawEventArgs.#ctor(DevExpress.Utils.Drawing.GraphicsCache,DevExpress.XtraBars.Ribbon.Gallery.BaseGallery,System.Object,System.Drawing.Rectangle)">
            <summary>
                <para>Initializes a new instance of the GalleryItemCustomDrawEventArgs class.
</para>
            </summary>
            <param name="cache">
		A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object which specifies the storage for the most  used pens, fonts and brushes. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItemCustomDrawEventArgs.Cache"/> property.

            </param>
            <param name="gallery">
		A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery"/> descendant which represents the Ribbon Gallery whose item is currently being processed. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItemEventArgs.Gallery"/> property.

            </param>
            <param name="itemInfo">
		An object which provides information required to paint a Gallery item. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItemCustomDrawEventArgs.ItemInfo"/> property.


            </param>
            <param name="bounds">
		A <see cref="T:System.Drawing.Rectangle"/> structure which represents the Gallery item's boundaries. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItemCustomDrawEventArgs.Bounds"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemCustomDrawEventArgs.Bounds">
            <summary>
                <para>Gets the bounding rectangle of the Gallery item currently being painted.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Rectangle"/> structure which represents the Gallery item's boundaries.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemCustomDrawEventArgs.Cache">
            <summary>
                <para>Gets an object which specifies the storage for the most  used pens, fonts and brushes.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object which specifies the storage for the most  used pens, fonts and brushes.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemCustomDrawEventArgs.Handled">
            <summary>
                <para>Gets or sets whether an event was handled. If it was handled default painting isn't required.

</para>
            </summary>
            <value><b>true</b> if default painting isn't required; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemCustomDrawEventArgs.ItemInfo">
            <summary>
                <para>Gets the information which is required to paint a Gallery item.
</para>
            </summary>
            <value>An object which provides information required to paint a Gallery item.

</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.GalleryItemCollection">

            <summary>
                <para>Represents a collection of gallery items.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the GalleryItemCollection class with the default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemCollection.#ctor(DevExpress.XtraBars.Ribbon.GalleryItemGroup)">
            <summary>
                <para>Initializes a new instance of the GalleryItemCollection class with the specified owner.
</para>
            </summary>
            <param name="group">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemGroup"/> object which represents the owner of the created collection. This value is used to initialize the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItemCollection.Group"/> property.


            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemCollection.Add(DevExpress.XtraBars.Ribbon.GalleryItem)">
            <summary>
                <para>Adds the specified item to the collection.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> to be added to the collection.

            </param>
            <returns>A zero-based integer which specifies the position of the element within the collection.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemCollection.AddRange(DevExpress.XtraBars.Ribbon.GalleryItem[])">
            <summary>
                <para>Adds an array of gallery items to the end of the collection. 
</para>
            </summary>
            <param name="items">
		An array of <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> objects which need to be added to the collection. 

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemCollection.Contains(DevExpress.XtraBars.Ribbon.GalleryItem)">
            <summary>
                <para>Indicates whether the collection contains the specified item.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object to locate in the collection.

            </param>
            <returns><b>true</b> if the collection contains the specified item; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemCollection.Group">
            <summary>
                <para>Gets or sets the group which owns the current collection.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemGroup"/> object which owns the current collection.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemCollection.IndexOf(DevExpress.XtraBars.Ribbon.GalleryItem)">
            <summary>
                <para>Returns the specified item's position within the collection.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object to locate in the collection.

            </param>
            <returns>A zero-based integer representing the item's position within the collection. <b>-1</b> if the collection does not contain the specified item. 
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemCollection.Insert(System.Int32,DevExpress.XtraBars.Ribbon.GalleryItem)">
            <summary>
                <para>Inserts the specified item into the collection at the specified location. 
</para>
            </summary>
            <param name="index">
		The zero-based index at which an item is inserted.

            </param>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> to insert into the collection.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to items in the collection.
</para>
            </summary>
            <param name="index">
		The zero-based index of the <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object to return from the collection.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object located at the specified position within the collection. <b>null</b> (<b>Nothing</b> in Visual Basic) if the specified item has not been found. 

</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemCollection.Remove(DevExpress.XtraBars.Ribbon.GalleryItem)">
            <summary>
                <para>Removes the specified item from the collection. 
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object to remove from the collection. 

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonForm">

            <summary>
                <para>Represents a RibbonForm.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonForm.#ctor">
            <summary>
                <para>Initializes a new instance of the RibbonForm class with the default settings.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonForm.AllowDisplayRibbon">
            <summary>
                <para>Gets or sets whether the form's embedded RibbonControl is visible.
</para>
            </summary>
            <value><b>true</b> if  the embedded RibbonControl is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonForm.AllowFormGlass">
            <summary>
                <para>Gets or sets whether the window frame transparency feature is enabled when a program runs under Windows Vista.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether the window frame transparency feature is enabled.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonForm.AllowFormSkin">
            <summary>
                <para>Gets or sets whether the RibbonForm's title bar and borders are painted using the current skin.
</para>
            </summary>
            <value>The property always returns <b>true</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonForm.AutoHideRibbon">
            <summary>
                <para>Gets or sets whether the RibbonControl is automatically hidden when the form's size is reduced so that the control's commands cannot be displayed in their entirety.

</para>
            </summary>
            <value><b>true</b> if the RibbonControl's auto-hide feature is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonForm.DisplayRectangle">
            <summary>
                <para>Gets the bounds of the form's client region.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Rectangle"/> structure which represents the bounding rectangle of the from's client region. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonForm.LookAndFeel">
            <summary>
                <para>This property is not supported by this class.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonForm.Ribbon">
            <summary>
                <para>Gets or sets a <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> displayed within the form.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> displayed within the form.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonForm.StatusBar">
            <summary>
                <para>Gets or sets a <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> displayed within the form.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> object displayed within the form.
</value>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonForm.UseAdvancedDisplayRectangle">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.GalleryItemGroup">

            <summary>
                <para>Represents a group of gallery items within a gallery.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemGroup.#ctor">
            <summary>
                <para>Initializes a new instance of the GalleryItemGroup class with the default settings.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemGroup.#ctor(DevExpress.XtraBars.Ribbon.GalleryItemGroup)">
            <summary>
                <para>Initializes a new instance of the GalleryItemGroup class with settings of the specified GalleryItemGroup object.
</para>
            </summary>
            <param name="sourceGroup">
		A GalleryItemGroup object which will be a prototype for the object being created.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemGroup.Assign(DevExpress.XtraBars.Ribbon.GalleryItemGroup)">
            <summary>
                <para>Copies settings from the specified object to the current object.
</para>
            </summary>
            <param name="sourceGroup">
		A GalleryItemGroup object whose settings are copied to the current object.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemGroup.Caption">
            <summary>
                <para>Specifies the caption of the GalleryItemGroup object.
</para>
            </summary>
            <value>A string which specifies the caption of the GalleryItemGroup object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemGroup.CaptionAlignment">
            <summary>
                <para>Gets or sets the horizontal alignment of the group caption content.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemGroupCaptionAlignment"/> value that specifies the alignment of the group caption content.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemGroup.CaptionControl">
            <summary>
                <para>Gets or sets a custom control to be displayed within a group caption.
</para>
            </summary>
            <value>A custom control to be displayed within a group caption.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemGroup.CaptionControlSize">
            <summary>
                <para>Gets or sets the size of the control assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItemGroup.CaptionControl"/> property.
</para>
            </summary>
            <value>A Size value that specifies the size of the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItemGroup.CaptionControl"/>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemGroup.Clone">
            <summary>
                <para>Creates a new GalleryItemGroup object with the settings matching those of the current object.
</para>
            </summary>
            <returns>A copy of the current GalleryItemGroup object.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemGroup.Dispose">
            <summary>
                <para>Releases all resources used by the GalleryItemGroup object.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemGroup.Gallery">
            <summary>
                <para>Gets the gallery which owns the current GalleryItemGroup object.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery"/> descendant which owns the current object.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemGroup.GetCheckedItems">
            <summary>
                <para>Gets a list of checked items within the current group.
</para>
            </summary>
            <returns>A list of checked gallery items.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemGroup.Items">
            <summary>
                <para>Provides access to the collection of items of the current GalleryItemGroup object.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemCollection"/> object which specifies the collection of items displayed within the current group.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemGroup.Tag">
            <summary>
                <para>Gets or sets an object that contains data on the current GalleryItemGroup object.
</para>
            </summary>
            <value>An object that contains data on the current object. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemGroup.Visible">
            <summary>
                <para>Gets or sets whether the current GalleryItemGroup object is visible.
</para>
            </summary>
            <value><b>true</b> if the group is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.GalleryItemGroupCollection">

            <summary>
                <para>Represents a collection of gallery groups.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemGroupCollection.#ctor(DevExpress.XtraBars.Ribbon.Gallery.BaseGallery)">
            <summary>
                <para>Initializes a new instance of the GalleryItemGroupCollection class with the specified owner.
</para>
            </summary>
            <param name="gallery">
		A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery"/> descendant that will own the new collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItemGroupCollection.Gallery"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemGroupCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the GalleryItemGroupCollection class
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemGroupCollection.Add(DevExpress.XtraBars.Ribbon.GalleryItemGroup)">
            <summary>
                <para>Adds a new Gallery Item Group to the collection.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemGroup"/> object to add to the collection.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemGroup"/> object that has been added to the collection.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemGroupCollection.AddRange(DevExpress.XtraBars.Ribbon.GalleryItemGroup[])">
            <summary>
                <para>Adds an array of fields to the end of the collection.
</para>
            </summary>
            <param name="groups">
		An array of <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemGroup"/> objects to add to the collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemGroupCollection.Contains(DevExpress.XtraBars.Ribbon.GalleryItemGroup)">
            <summary>
                <para>Indicates whether the collection contains the specified Gallery Item Group.
</para>
            </summary>
            <param name="group">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemGroup"/> object to locate in the collection.

            </param>
            <returns><b>true</b> if the collection contains the specified group; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemGroupCollection.Gallery">
            <summary>
                <para>Gets or sets the collection's owner.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery"/> descendant which owns the collection.

</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemGroupCollection.IndexOf(DevExpress.XtraBars.Ribbon.GalleryItemGroup)">
            <summary>
                <para>Returns the specified element's position within the collection.
</para>
            </summary>
            <param name="group">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemGroup"/> object to locate in the collection.

            </param>
            <returns>A zero-based integer which specifies the Gallery Item Group's position within the collection. <b>-1</b> if the Gallery Item Group doesn't belong to the collection.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemGroupCollection.Insert(System.Int32,DevExpress.XtraBars.Ribbon.GalleryItemGroup)">
            <summary>
                <para>Adds the specified Gallery Item Group at the specified position.
</para>
            </summary>
            <param name="index">
		A zero-based integer which specifies the position at which the Gallery Item Group should be inserted. If it's negative or exceeds the number of elements within the collection an exception is thrown.

            </param>
            <param name="group">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemGroup"/> object to insert.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemGroupCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to individual Gallery Item Groups in the collection.
</para>
            </summary>
            <param name="index">
		A zero-based integer which specifies the group's position within the collection. If negative or exceeds the last available index, an exception is raised.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemGroup"/> object which is located at the specified position.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItemGroupCollection.Remove(DevExpress.XtraBars.Ribbon.GalleryItemGroup)">
            <summary>
                <para>Removes the specified element from the collection.
</para>
            </summary>
            <param name="group">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemGroup"/> object to remove.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemGroupCollection.VisibleGroups">
            <summary>
                <para>Returns visible groups as an <see cref="T:System.Collections.ArrayList"/> object.
</para>
            </summary>
            <value>An <see cref="T:System.Collections.ArrayList"/> object that contains visible groups.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItemGroupCollection.VisibleGroupsCount">
            <summary>
                <para>Gets the number of visible groups within the collection.
</para>
            </summary>
            <value>An integer which specifies the number of visible groups.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.GalleryItem">

            <summary>
                <para>Represents an item within a gallery.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItem.#ctor(System.Drawing.Image,System.String,System.String)">
            <summary>
                <para>Initializes a new instance of the GalleryItem class with the specified image, caption and description.
</para>
            </summary>
            <param name="image">
		A <see cref="T:System.Drawing.Image"/> object which specifies the item's image. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Image"/> property.

            </param>
            <param name="caption">
		A string which specifies the item's caption. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Caption"/> property.

            </param>
            <param name="description">
		A string which specifies the item's description. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Description"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItem.#ctor">
            <summary>
                <para>Initializes a new instance of the GalleryItem class with the default settings.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItem.#ctor(DevExpress.XtraBars.Ribbon.GalleryItem)">
            <summary>
                <para>Initializes a new instance of the GalleryItem class with the values of the specified source gallery item.

</para>
            </summary>
            <param name="source">
		A GalleryItem object whose values are used to initialize the item being created.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItem.#ctor(System.Drawing.Image,System.Drawing.Image,System.String,System.String,System.Int32,System.Int32,System.Object,System.String)">
            <summary>
                <para>Initializes a new instance of the GalleryItem class with the specified settings.
</para>
            </summary>
            <param name="image">
		A <see cref="T:System.Drawing.Image"/> object which specifies the item's image. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Image"/> property.

            </param>
            <param name="hoverImage">
		A <see cref="T:System.Drawing.Image"/> object which specifies the item's hover image. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.HoverImage"/> property.

            </param>
            <param name="caption">
		A string which specifies the item's caption. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Caption"/> property.

            </param>
            <param name="description">
		A string which specifies the item's description. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Description"/> property.

            </param>
            <param name="imageIndex">
		An integer which specifies the index of the item's image in the <see cref="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.Images"/> collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.ImageIndex"/> property.

            </param>
            <param name="hoverImageIndex">
		An integer which specifies the index of the item's image in the <see cref="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.HoverImages"/> collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.HoverImageIndex"/> property.

            </param>
            <param name="tag">
		An object to be bound to the item. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Tag"/> property.

            </param>
            <param name="hint">
		A string which specifies the item's hint. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Hint"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItem.#ctor(System.Drawing.Image,System.Drawing.Image,System.String,System.String,System.Int32,System.Int32,System.Object,System.String,System.Boolean)">
            <summary>
                <para>Initializes a new instance of the GalleryItem class with the specified settings.
</para>
            </summary>
            <param name="image">
		A <see cref="T:System.Drawing.Image"/> object which specifies the item's image. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Image"/> property.

            </param>
            <param name="hoverImage">
		A <see cref="T:System.Drawing.Image"/> object which specifies the item's hover image. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.HoverImage"/> property.

            </param>
            <param name="caption">
		A string which specifies the item's caption. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Caption"/> property.

            </param>
            <param name="description">
		A string which specifies the item's description. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Description"/> property.

            </param>
            <param name="imageIndex">
		An integer which specifies the index of the item's image in the <see cref="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.Images"/> collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.ImageIndex"/> property.

            </param>
            <param name="hoverImageIndex">
		An integer which specifies the index of the item's image in the <see cref="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.HoverImages"/> collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.HoverImageIndex"/> property.

            </param>
            <param name="tag">
		An object to be bound to the item. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Tag"/> property.

            </param>
            <param name="hint">
		A string which specifies the item's hint. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Hint"/> property.

            </param>
            <param name="itemChecked">
		A Boolean value that indicates whether the item is checked. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Checked"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItem.#ctor(System.Drawing.Image,System.Drawing.Image,System.String,System.String,System.Int32,System.Int32,System.Object,System.String,System.Boolean,System.Boolean)">
            <summary>
                <para>Initializes a new instance of the GalleryItem class with the specified settings.
</para>
            </summary>
            <param name="image">
		A <see cref="T:System.Drawing.Image"/> object which specifies the item's image. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Image"/> property.

            </param>
            <param name="hoverImage">
		A <see cref="T:System.Drawing.Image"/> object which specifies the item's hover image. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.HoverImage"/> property.

            </param>
            <param name="caption">
		A string which specifies the item's caption. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Caption"/> property.

            </param>
            <param name="description">
		A string which specifies the item's description. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Description"/> property.

            </param>
            <param name="imageIndex">
		An integer which specifies the index of the item's image in the <see cref="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.Images"/> collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.ImageIndex"/> property.

            </param>
            <param name="hoverImageIndex">
		An integer which specifies the index of the item's image in the <see cref="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.HoverImages"/> collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.HoverImageIndex"/> property.

            </param>
            <param name="tag">
		An object to bind to the item. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Tag"/> property.


            </param>
            <param name="hint">
		A string which specifies the item's hint. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Hint"/> property.

            </param>
            <param name="visible">
		A Boolean value that specifies the gallery item's visibility. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Visible"/> property.

            </param>
            <param name="itemChecked">
		A Boolean value that indicates whether the item is checked. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Checked"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItem.Assign(DevExpress.XtraBars.Ribbon.GalleryItem)">
            <summary>
                <para>Copies settings from the specified object to the current object.
</para>
            </summary>
            <param name="galleryItem">
		A GalleryItem object whose settings are copied to the current object.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItem.Caption">
            <summary>
                <para>Gets or sets the item's caption.
</para>
            </summary>
            <value>A string that specifies the item's caption.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItem.Checked">
            <summary>
                <para>Gets or sets whether the item is checked.

</para>
            </summary>
            <value><b>true</b> if the item is checked; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItem.Clone">
            <summary>
                <para>Creates a new GalleryItem object with the settings matching those of the current object.
</para>
            </summary>
            <returns>A copy of the current GalleryItem object.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItem.Description">
            <summary>
                <para>Gets or sets the item's description.
</para>
            </summary>
            <value>A string that specifies the item's description.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItem.Gallery">
            <summary>
                <para>Gets the gallery which owns the current item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery"/> descendant which owns the current item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItem.GalleryGroup">
            <summary>
                <para>Gets a gallery group which is the owner of the current item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemGroup"/> object which is the owner of the current item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItem.Hint">
            <summary>
                <para>Gets a hint associated with the gallery item.
</para>
            </summary>
            <value>A string that specifies the gallery item's hint.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItem.HoverImage">
            <summary>
                <para>Gets or sets the item's hover image. 
</para>
            </summary>
            <value>An <see cref="T:System.Drawing.Image"/> object which represents the item's hover image.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItem.HoverImageIndex">
            <summary>
                <para>Gets or sets the index of the hover image assigned to the gallery item.
</para>
            </summary>
            <value>An integer which specifies the index of the item's hover image in the collection of hover images.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItem.HoverImages">
            <summary>
                <para>Gets the collection of hover images that can be used by the current item.
</para>
            </summary>
            <value>A <see cref="T:System.Object"/> which provides hover images for the gallery item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItem.Image">
            <summary>
                <para>Gets or sets the item's image. 
</para>
            </summary>
            <value>An <see cref="T:System.Drawing.Image"/> object which represents the item's image.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItem.ImageIndex">
            <summary>
                <para>Gets or sets the index of the image assigned to the gallery item.
</para>
            </summary>
            <value>An integer which specifies the index of the item's image in the collection of images.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItem.Images">
            <summary>
                <para>Gets the collection of images that can be displayed within the current item.
</para>
            </summary>
            <value>A <see cref="T:System.Object"/> which provides images for the gallery item.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItem.MakeVisible">
            <summary>
                <para>Makes the current gallery item visible onscreen, if it's hidden due to scrolling.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItem.OriginItem">
            <summary>
                <para>Gets the item that was used as a source when the current item was created.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object that was used as a source for the current object.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryItem.ResetSuperTip">
            <summary>
                <para>Removes the <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.SuperTip"/> object that has been assigned to the current gallery item.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItem.SuperTip">
            <summary>
                <para>Gets or sets a <see cref="T:DevExpress.Utils.SuperToolTip"/> for the current bar item. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.SuperToolTip"/> object associated with the item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItem.Tag">
            <summary>
                <para>Gets or sets an object that contains data on the current GalleryItem object.
</para>
            </summary>
            <value>An object that contains data on the current object. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryItem.Visible">
            <summary>
                <para>Gets or sets whether the gallery item is visible.
</para>
            </summary>
            <value>A Boolean value that specifies whether the gallery item is visible.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.GallerySizeMode">

            <summary>
                <para>Contains values that specify how a dropdown gallery can be resized.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.GallerySizeMode.Both">
            <summary>
                <para>Allows a dropdown gallery to be resized horizontally and vertically.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.GallerySizeMode.Default">
            <summary>
                <para>The same as the <see cref="F:DevExpress.XtraBars.Ribbon.GallerySizeMode.None"/> option.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.GallerySizeMode.None">
            <summary>
                <para>A dropdown gallery cannot be resized.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.GallerySizeMode.Vertical">
            <summary>
                <para>A dropdown gallery can only be resized vertically.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery">

            <summary>
                <para>Represents a base class for galleries.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.#ctor">
            <summary>
                <para>Initializes a new instance of the BaseGallery class with the default settings.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.AllowHoverImages">
            <summary>
                <para>Gets or sets whether the <b>hover images</b> feature is enabled.
</para>
            </summary>
            <value><b>true</b> to enable the <b>hover images</b> feature; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.AllowMarqueeSelection">
            <summary>
                <para>Gets or sets whether the marquee selection feature is enabled, which allows gallery items to be selected by dragging over items with the mouse.
</para>
            </summary>
            <value><b>true</b> if the marquee selection feature is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.Appearance">
            <summary>
                <para>Gets the appearances that are used to paint gallery elements.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.RibbonGalleryAppearances"/> object which provides the appearance settings for gallery elements.


</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.BeginUpdate">
            <summary>
                <para>Prevents the gallery from being updated until the <see cref="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.CancelUpdate"/> or <see cref="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.EndUpdate"/> method is called.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.CancelUpdate">
            <summary>
                <para>Unlocks the gallery after the <see cref="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.BeginUpdate"/> method call without forcing an immediate update.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.CheckDrawMode">
            <summary>
                <para>Gets or sets how gallery items are painted when in the checked state.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.CheckDrawMode"/> value that specifies how checked gallery items are painted.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ClearSelectionOnClickEmptySpace">
            <summary>
                <para>Gets or sets whether the current selection is cleared when clicking the empty space.
</para>
            </summary>
            <value>A Boolean value that specifies whether the current selection is cleared when clicking the empty space.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ColumnCount">
            <summary>
                <para>Gets or sets the (maximum) number of columns in the gallery.
</para>
            </summary>
            <value>An integer value that specifies the (maximum) number of columns in the gallery.

</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.CustomDrawItemImage">
            <summary>
                <para>Enables the Gallery item's image to be painted manually.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.CustomDrawItemText">
            <summary>
                <para>Enables the Gallery item's text to be painted manually.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.Destroy">
            <summary>
                <para>Destroys gallery items and clears gallery group collection.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.DestroyItems">
            <summary>
                <para>Destroys gallery items that belong to the current gallery.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.DistanceBetweenItems">
            <summary>
                <para>Gets or sets the distance between Gallery items.
</para>
            </summary>
            <value>An integer value that specifies the distance between Gallery items, in pixels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.DistanceItemCaptionToDescription">
            <summary>
                <para>Gets or sets the distance between an item's caption and its description.
</para>
            </summary>
            <value>An integer value that specifies the distance between an item's caption and its description, in pixels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.DistanceItemImageToText">
            <summary>
                <para>Gets or sets the distance between an item's image and its text.
</para>
            </summary>
            <value>An integer value that specifies the distance between an item's image and its text, in pixels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.DrawImageBackground">
            <summary>
                <para>Gets or sets whether the background of the Gallery item's image is displayed.
</para>
            </summary>
            <value><b>true</b> to draw the background of the Gallery item's image; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.EndScroll">
            <summary>
                <para>Fires after gallery scrolling stops.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.EndUpdate">
            <summary>
                <para>Unlocks the ribbon gallery after the <see cref="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.BeginUpdate"/> method call and causes an immediate update.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.FilterMenuItemClick">
            <summary>
                <para>Fires when a standard item of a gallery's Group Filter menu is clicked.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.FilterMenuPopup">
            <summary>
                <para>Fires when an end-user invokes the Group Filter menu.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.FirstItemVertAlignment">
            <summary>
                <para>Gets or sets the first gallery item's <b>vertical</b> position beyond which this item cannot be moved when scrolling backwards.
(When the gallery is horizontally oriented (see <see cref="P:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.Orientation"/>), the FirstItemVertAlignment property defines the fist item's <b>horizontal</b> position.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.GalleryItemAlignment"/> value that specifies the item's vertical or horizontal position.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.FirstItemVertIndent">
            <summary>
                <para>Gets or sets a custom indent of the first gallery item from the gallery's top or left edge (depending on the gallery's orientation). The property is in effect when <see cref="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.FirstItemVertAlignment"/> is set to <b>Custom</b>.
</para>
            </summary>
            <value>A custom indent of the first gallery item from the gallery's top or left edge, in pixels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.FixedHoverImageSize">
            <summary>
                <para>Gets or sets whether hover images are displayed with the same size.
</para>
            </summary>
            <value><b>true</b> to display hover images with the same size; <b>false</b> to display hover images with their original size.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.FixedImageSize">
            <summary>
                <para>Gets or sets whether gallery item images have the same display size as the <see cref="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ImageSize"/> value.

</para>
            </summary>
            <value><b>true</b> to display gallery item images with the same size; <b>false</b> to display gallery item images in their original size.


</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.GalleryItemHover">
            <summary>
                <para>Fires when the mouse pointer hovers over a Gallery item.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.GalleryItemLeave">
            <summary>
                <para>Fires when the mouse pointer leaves a Gallery item.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.GetAllItems">
            <summary>
                <para>Returns a list containing all gallery items that belong to the current gallery.
</para>
            </summary>
            <returns>A list of gallery items that belong to the current gallery.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.GetCheckedItems">
            <summary>
                <para>Returns a list containing the currently checked (selected) gallery items.
</para>
            </summary>
            <returns>A list that contains checked (selected) gallery items.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.GetItemByCaption(System.String)">
            <summary>
                <para>Returns an item that has the specified caption.
</para>
            </summary>
            <param name="caption">
		A string that specifies the caption of the item to be located.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object that has the specified caption. <b>null</b> if no item matching the specified criteria is found.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.GetVisibleItems">
            <summary>
                <para>Returns a list containing visible gallery items.
</para>
            </summary>
            <returns>A list that contains visible gallery items.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.Groups">
            <summary>
                <para>Gets a collection of groups owned by the gallery.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemGroupCollection"/> object that represents the collection of groups owned by the gallery.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.HoverImages">
            <summary>
                <para>Gets or sets the source of hover images.

</para>
            </summary>
            <value>A <see cref="T:System.Object"/> which provides hover images for gallery items.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.HoverImageSize">
            <summary>
                <para>Gets or sets the size of hover images.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> structure which specifies the size of hover images.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.Images">
            <summary>
                <para>Gets or sets the source of images that can be displayed within gallery items.

</para>
            </summary>
            <value>A <see cref="T:System.Object"/> which provides images for gallery items.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ImageSize">
            <summary>
                <para>Gets or sets the display size of gallery item images.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> structure which specifies the display size of gallery item images.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.Invalidate">
            <summary>
                <para>Invalidates the region which is occupied by the gallery.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.Invalidate(DevExpress.XtraBars.Ribbon.GalleryItem)">
            <summary>
                <para>Invalidates the region which is occupied by the specified Gallery item.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object which represents the Gallery item.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.Invalidate(System.Drawing.Rectangle)">
            <summary>
                <para>Invaldates the specified region of the current BaseGallery object.
</para>
            </summary>
            <param name="rect">
		A <see cref="T:System.Drawing.Rectangle"/> structure which represents the region to invalidate. 

            </param>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ItemCheckedChanged">
            <summary>
                <para>Fires whenever an item's check (selected) state is changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ItemCheckMode">
            <summary>
                <para>Gets or sets whether item checking (selection) is enabled, and how the items can be checked (selected).
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.ItemCheckMode"/> value.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ItemClick">
            <summary>
                <para>Fires when a Gallery item is clicked.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ItemDoubleClick">
            <summary>
                <para>Fires after a gallery item has been double-clicked.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ItemImageLayout">
            <summary>
                <para>Gets or sets how a gallery item's image is displayed within the item's image area.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.Drawing.ImageLayoutMode"/> value that specifies how a gallery item's image is arranged.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ItemImageLocation">
            <summary>
                <para>Gets or sets the location of images within gallery items.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.Locations"/> enumeration value which specifies how the item's image is positioned relative to the item's text.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ItemImagePadding">
            <summary>
                <para>Gets or sets the amount of space, in pixels, between the Gallery item's image and its borders.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Skins.SkinPaddingEdges"/> object that contains inner indents between the Gallery item's image and its borders.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ItemTextPadding">
            <summary>
                <para>Gets or sets the amount of space, in pixels, between the Gallery item's text and its borders.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Skins.SkinPaddingEdges"/> object that contains inner indents between the Gallery item's text and its borders.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.LastItemVertAlignment">
            <summary>
                <para>Gets or sets the last gallery item's <b>vertical</b> position, beyond which this item cannot be moved when scrolling forwards.
(When the gallery is horizontally oriented (see <see cref="P:DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery.Orientation"/>), the LastItemVertAlignment property defines the last item's <b>horizontal</b> position.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.GalleryItemAlignment"/> value that specifies the item's vertical or horizontal position.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.LastItemVertIndent">
            <summary>
                <para>Gets or sets a custom indent of the last gallery item from the gallery's bottom or right edge (depending on the gallery's orientation). The property is in effect when <see cref="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.LastItemVertAlignment"/> is set to <b>Custom</b>.
</para>
            </summary>
            <value>A custom indent of the last gallery item from the gallery's bottom or right edge, in pixels.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.MakeVisible(DevExpress.XtraBars.Ribbon.GalleryItem)">
            <summary>
                <para>Makes the specified gallery item visible onscreen, if it's hidden due to scrolling.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object to make visible.

            </param>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.MarqueeSelectionCompleted">
            <summary>
                <para>Fires when a user has finished selecting gallery items using marquee selection.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.RefreshGallery">
            <summary>
                <para>Recalculates all the graphical information of the gallery.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.RowCount">
            <summary>
                <para>Gets or sets the number of rows in a gallery when the gallery is displayed within a dropdown window.
</para>
            </summary>
            <value>An integer which specifies the number of rows when the gallery is displayed within a dropdown window.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ScrollMode">
            <summary>
                <para>Gets or sets how the gallery is scrolled when the <see cref="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ScrollTo"/> method is called.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.GalleryScrollMode"/> value that specifies the current scroll mode.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ScrollSpeed">
            <summary>
                <para>Gets or sets how fast the gallery is scrolled when calling the <see cref="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ScrollTo"/> method.
</para>
            </summary>
            <value>A Single value that specifies the speed multiplier.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ScrollTo(DevExpress.XtraBars.Ribbon.GalleryItemGroup,System.Boolean)">
            <summary>
                <para>Scrolls the gallery (with or without an animation effect) making the specified gallery group visible.
</para>
            </summary>
            <param name="group">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemGroup"/> object to be made visible.

            </param>
            <param name="bAnimated">
		<b>true</b> to use an animation effect when scrolling; otherwise, <b>false</b>.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ScrollTo(DevExpress.XtraBars.Ribbon.GalleryItem,System.Boolean,DevExpress.Utils.VertAlignment)">
            <summary>
                <para>Scrolls the gallery (with or without an animation effect) making the specified gallery item visible at a specific position.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object to be made visible.

            </param>
            <param name="bAnimated">
		<b>true</b> to use an animation effect when scrolling; otherwise, <b>false</b>.

            </param>
            <param name="itemAlignment">
		A <see cref="T:DevExpress.Utils.VertAlignment"/> value that specifies the position at which the gallery item will be displayed within the display region after scrolling.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ScrollTo(DevExpress.XtraBars.Ribbon.GalleryItem,System.Boolean)">
            <summary>
                <para>Scrolls the gallery (with or without an animation effect) making the specified item visible.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object to be made visible.

            </param>
            <param name="bAnimated">
		<b>true</b> to use an animation effect when scrolling; otherwise, <b>false</b>.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ScrollTo(DevExpress.XtraBars.Ribbon.GalleryItemGroup,System.Boolean,DevExpress.Utils.VertAlignment)">
            <summary>
                <para>Scrolls the gallery (with or without an animation effect) making the specified gallery group visible at a specific position.
</para>
            </summary>
            <param name="group">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItemGroup"/> object to be made visible.

            </param>
            <param name="bAnimated">
		<b>true</b> to use an animation effect when scrolling; otherwise, <b>false</b>.

            </param>
            <param name="groupAlignment">
		A <see cref="T:DevExpress.Utils.VertAlignment"/> value that specifies the position at which the gallery group will be displayed within the display region after scrolling.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.SetItemCheck(DevExpress.XtraBars.Ribbon.GalleryItem,System.Boolean,System.Boolean)">
            <summary>
                <para>Checks or unchecks the specified item, while allowing you to specify whether the previously checked items should be unchecked.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object to be checked/unchecked.

            </param>
            <param name="newValue">
		A Boolean value that specifies the new value for the item's <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Checked"/> property.

            </param>
            <param name="unselectOtherItems">
		<b>true</b> to uncheck the previously checked items; <b>false</b> to retain the items' check states (this option is in effect only when multiple item checking is enabled).

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.SetItemCheck(DevExpress.XtraBars.Ribbon.GalleryItem,System.Boolean)">
            <summary>
                <para>Checks or unchecks the specified item. If multiple item checking is enabled and the CTRL or SHIFT key is currently pressed, the <b>SetItemCheck</b> method doesn't uncheck the previously checked items. Otherwise, these items are unchecked.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> to be checked/unchecked.

            </param>
            <param name="newValue">
		A Boolean value that specifies the new value for the item's <see cref="P:DevExpress.XtraBars.Ribbon.GalleryItem.Checked"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ShowGroupCaption">
            <summary>
                <para>Gets or sets whether group captions are displayed.
</para>
            </summary>
            <value><b>true</b> to display group captions; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.ShowItemText">
            <summary>
                <para>Gets or sets whether Gallery items display their caption and description.
</para>
            </summary>
            <value><b>true</b> to display the caption and description of Gallery items; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.Tag">
            <summary>
                <para>Gets or sets an object that contains data on the current BaseGallery object.
</para>
            </summary>
            <value>An object that contains data on the current object. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.BaseGallery.UseMaxImageSize">
            <summary>
                <para>Gets or sets whether gallery item images have the same display size as the biggest image.

</para>
            </summary>
            <value><b>true</b> if gallery item images have the same display size as the biggest image; otherwise, <b>false</b>.

</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery">

            <summary>
                <para>Represents an In-Ribbon gallery.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery.#ctor(DevExpress.XtraBars.RibbonGalleryBarItem)">
            <summary>
                <para>Initializes a new instance of the InRibbonGallery class.
</para>
            </summary>
            <param name="ownerItem">
		A <see cref="T:DevExpress.XtraBars.RibbonGalleryBarItem"/> object which owns the In-Ribbon Gallery. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery.OwnerItem"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery.FixedImageSize">
            <summary>
                <para>This property is not supported by this class. 
</para>
            </summary>
            <value>Always <b>true</b>
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery.GalleryDropDown">
            <summary>
                <para>Gets or sets the Gallery Dropdown control associated with the bar item which owns the current gallery.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryDropDown"/> object which is associated with the bar item.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery.InitDropDownGallery">
            <summary>
                <para>Enables the gallery, when it's displayed as a dropdown window, to be customized.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery.Invalidate(DevExpress.XtraBars.Ribbon.GalleryItem)">
            <summary>
                <para>Invalidates the region occupied by the specified gallery item.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> whose region needs to be invalidated.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery.Invalidate">
            <summary>
                <para>Invalidates the region occupied by the gallery.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery.Invalidate(System.Drawing.Rectangle)">
            <summary>
                <para>Invaldates the specified region of the current InRibbonGallery object.
</para>
            </summary>
            <param name="rect">
		A <see cref="T:System.Drawing.Rectangle"/> structure which represents the region to invalidate. 

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery.MakeVisible(DevExpress.XtraBars.Ribbon.GalleryItem)">
            <summary>
                <para>Makes the specified gallery item visible onscreen, if it's hidden due to scrolling.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object to make visible.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery.MinimumColumnCount">
            <summary>
                <para>Gets or sets the minimum number of columns allowed in the InRibbonGallery.

</para>
            </summary>
            <value>An integer which specifies the minimum number of columns allowed in a gallery.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery.OwnerItem">
            <summary>
                <para>Gets or sets the bar item which owns the In-Ribbon Gallery.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.RibbonGalleryBarItem"/> object which owns the In-Ribbon Gallery.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery.PopupClose">
            <summary>
                <para>Fires when a popup window which contains the current gallery is closed.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery.RefreshGallery">
            <summary>
                <para>Recalculates all the graphical information of the In-Ribbon Gallery.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery.Site">
            <summary>
                <para>Gets or sets a <see cref="T:System.ComponentModel.ISite"/> for the object.
</para>
            </summary>
            <value>A <see cref="T:System.ComponentModel.ISite"/> for the object.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.Gallery.InDropDownGallery">

            <summary>
                <para>Represents an In-Dropdown gallery.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.InDropDownGallery.#ctor">
            <summary>
                <para>Initializes a new instance of the InDropDownGallery class with the default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.InDropDownGallery.#ctor(DevExpress.XtraBars.Ribbon.GalleryDropDown)">
            <summary>
                <para>Initializes a new instance of the InDropDownGallery class with the specified owner.
</para>
            </summary>
            <param name="galleryDropDown">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryDropDown"/> control which will become the owner of the created object. This value is used to initialize the <see cref="P:DevExpress.XtraBars.Ribbon.Gallery.InDropDownGallery.GalleryDropDown"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.InDropDownGallery.AutoHideGallery">
            <summary>
                <para>Gets or sets whether the InDropDownGallery is automatically closed on clicking its gallery item.
</para>
            </summary>
            <value><b>true</b> if the gallery is closed on clicking its gallery item; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.InDropDownGallery.GalleryDropDown">
            <summary>
                <para>Gets the Dropdown control which owns the current gallery.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryDropDown"/> control which owns the current gallery.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.InDropDownGallery.MakeVisible(DevExpress.XtraBars.Ribbon.GalleryItem)">
            <summary>
                <para>Makes the specified gallery item visible onscreen, if it's hidden due to scrolling.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object to make visible.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.InDropDownGallery.OwnerControl">
            <summary>
                <para>Gets the control that displays the current gallery.
</para>
            </summary>
            <value>The control that displays the current gallery.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.Gallery.InDropDownGallery.RefreshGallery">
            <summary>
                <para>Recalculates all the graphical information used to render the gallery and then updates the gallery onscreen.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.InDropDownGallery.Site">
            <summary>
                <para>Gets or sets a <see cref="T:System.ComponentModel.ISite"/> for the object.
</para>
            </summary>
            <value>A <see cref="T:System.ComponentModel.ISite"/> for the object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.InDropDownGallery.SizeMode">
            <summary>
                <para>Gets or sets how the Dropdown control that owns the current gallery can be resized.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.GallerySizeMode"/> value that specifies the current size mode.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.InDropDownGallery.SynchWithInRibbonGallery">
            <summary>
                <para>Gets or sets whether checking/unchecking gallery items within the current dropdown gallery automatically changes the check states of corresponding items in the <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery"/>.
</para>
            </summary>
            <value><b>true</b> if checking/unchecking gallery items within the current dropdown gallery automatically changes the check states of corresponding items in the <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery"/>; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.Gallery.InDropDownGallery.ToolTipController">
            <summary>
                <para>Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the InDropDownGallery class.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.ToolTipController"/> object which controls the appearance and behavior of tooltips displayed by elements of the InDropDownGallery. 

</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.GalleryDropDown">

            <summary>
                <para>Represents a control which displays a gallery and which can be invoked as a popup window.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryDropDown.#ctor">
            <summary>
                <para>Initializes a new instance of the GalleryDropDown class with the default settings.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryDropDown.#ctor(System.ComponentModel.IContainer)">
            <summary>
                <para>Initializes a new instance of the GalleryDropDown class with the specified container.
</para>
            </summary>
            <param name="container">
		A <see cref="T:System.ComponentModel.IContainer"/> object.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryDropDown.BeginUpdate">
            <summary>
                <para>Prevents the GalleryDropDown control and its gallery from being updated until the <see cref="M:DevExpress.XtraBars.Ribbon.GalleryDropDown.EndUpdate"/> method is called.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryDropDown.CanShowPopup">
            <summary>
                <para>Indicates whether the current GalleryDropDown can be displayed onscreen.
</para>
            </summary>
            <value><b>true</b>, if the GalleryDropDown can be displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryDropDown.EndUpdate">
            <summary>
                <para>Unlocks the GalleryDropDown control and its gallery after the <see cref="M:DevExpress.XtraBars.Ribbon.GalleryDropDown.BeginUpdate"/> method call and causes an immediate update.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.GalleryDropDown.Gallery">
            <summary>
                <para>Gets the gallery displayed by the GalleryDropDown.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.InDropDownGallery"/> object which specifies the control's gallery.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.GalleryDropDown.GalleryCustomDrawItemImage">
            <summary>
                <para>Enables images of items in the GalleryDropDown control's gallery to be painted manually.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.GalleryDropDown.GalleryCustomDrawItemText">
            <summary>
                <para>Enables the text of gallery items in the GalleryDropDown control's gallery to be painted manually.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.GalleryDropDown.GalleryFilterMenuItemClick">
            <summary>
                <para>Fires when a filter menu item is clicked.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.GalleryDropDown.GalleryFilterMenuPopup">
            <summary>
                <para>Fires when an end-user invokes the <b>filter menu</b>.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.GalleryDropDown.GalleryItemCheckedChanged">
            <summary>
                <para>Fires whenever an item's check state is changed.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.GalleryDropDown.GalleryItemClick">
            <summary>
                <para>Fires when a Gallery item in the GalleryDropDown control's gallery is clicked.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.GalleryDropDown.GalleryItemDoubleClick">
            <summary>
                <para>Fires after a gallery item has been double-clicked.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.GalleryDropDown.GalleryItemHover">
            <summary>
                <para>Fires when the mouse pointer hovers over a Gallery item.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.GalleryDropDown.GalleryItemLeave">
            <summary>
                <para>Fires when the mouse pointer leaves a Gallery item.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryDropDown.HidePopup">
            <summary>
                <para>Hides the current GalleryDropDown object.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.GalleryDropDown.MarqueeSelectionCompleted">
            <summary>
                <para>Fires when a user has finished selecting gallery items using marquee selection.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.GalleryDropDown.ShowPopup(DevExpress.XtraBars.BarManager,System.Drawing.Point)">
            <summary>
                <para>Displays the GalleryDropDown control at the specified position.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object which represents the BarManager responsible for managing the Dropdown control.

            </param>
            <param name="p">
		A <see cref="T:System.Drawing.Point"/> value which specifies the screen point at which the Dropdown control is shown. 

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.RibbonGalleryBarItemLink">

            <summary>
                <para>Represents a link to a <see cref="T:DevExpress.XtraBars.RibbonGalleryBarItem"/> object. 

</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItemLink.ActAsButtonGroup">
            <summary>
                <para>This property is not supported by the RibbonGalleryBarItemLink class.
</para>
            </summary>
            <value><b>false</b>
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItemLink.CanPressDropDownButton">
            <summary>
                <para>Gets whether the RibbonGalleryBarItemLink's Dropdown button can be pressed.
</para>
            </summary>
            <value><b>true</b> if the Dropdown button can be pressed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.RibbonGalleryBarItemLink.Dispose">
            <summary>
                <para>Releases all resources used by the RibbonGalleryBarItemLink. 
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItemLink.Item">
            <summary>
                <para>Gets a <see cref="T:DevExpress.XtraBars.RibbonGalleryBarItem"/> to which the current link refers.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.RibbonGalleryBarItem"/> to which the current link refers.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.RibbonGalleryBarItemLink.MakeVisible(DevExpress.XtraBars.Ribbon.GalleryItem)">
            <summary>
                <para>Makes the specified gallery item visible onscreen, if it's hidden due to scrolling.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object to make visible.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItemLink.ScrollRowIndex">
            <summary>
                <para>Gets or sets the top visible row of items within the current gallery.
</para>
            </summary>
            <value>A zero-based integer value representing the top visible row.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItemLink.ScrollYPosition">
            <summary>
                <para>Gets the top coordinate of the gallery's display area.
</para>
            </summary>
            <value>An integer which specifies the top coordinate of the gallery's display area.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.RibbonGalleryBarItem">

            <summary>
                <para>A bar item that represents an In-Ribbon gallery. 

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.RibbonGalleryBarItem.#ctor(DevExpress.XtraBars.BarManager)">
            <summary>
                <para>Initializes a new instance of the RibbonGalleryBarItem class with the specified owner.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object which will own the created bar item.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.RibbonGalleryBarItem.#ctor">
            <summary>
                <para>Initializes a new instance of the RibbonGalleryBarItem class with the default settings.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.ActAsDropDown">
            <summary>
                <para>Gets or sets whether clicking a bar item link should invoke an associated Dropdown control. This member is not supported by the RibbonGalleryBarItem class. 

</para>
            </summary>
            <value>A Boolean value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.Alignment">
            <summary>
                <para>Gets or sets the horizontal alignment of the item's link(s). This member is not supported by the RibbonGalleryBarItem class. 

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLinkAlignment"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.AllowAllUp">
            <summary>
                <para>Gets or sets whether all the button items in a group can be in the normal (elevated) state at a time. This member is not supported by the RibbonGalleryBarItem class. 

</para>
            </summary>
            <value>A Boolean value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.ButtonStyle">
            <summary>
                <para>Get or sets the button item's style. This member is not supported by the RibbonGalleryBarItem class. 

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarButtonStyle"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.CloseSubMenuOnClick">
            <summary>
                <para>Gets or sets a value indicating whether a submenu which contains the item's link is closed on a click. This member is not supported by the RibbonGalleryBarItem class. 

</para>
            </summary>
            <value>A Boolean value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.Down">
            <summary>
                <para>Gets or sets a value indicating whether the button item is pressed down. This member is not supported by the RibbonGalleryBarItem class. 

</para>
            </summary>
            <value>A Boolean value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.DropDownControl">
            <summary>
                <para>Gets or sets the item's Dropdown control. This member is not supported by the RibbonGalleryBarItem class. 

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.PopupControl"/> control.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.DropDownEnabled">
            <summary>
                <para>Gets or sets whether the item's Dropdown control is enabled. This member is not supported by the RibbonGalleryBarItem class. 

</para>
            </summary>
            <value>A Boolean value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.Gallery">
            <summary>
                <para>Gets the <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery"/> gallery associated with the item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.Gallery.InRibbonGallery"/> object associated with the bar item.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.RibbonGalleryBarItem.GalleryCustomDrawItemImage">
            <summary>
                <para>Enables images of gallery items to be painted manually.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.RibbonGalleryBarItem.GalleryCustomDrawItemText">
            <summary>
                <para>Enables the text of gallery items to be painted manually.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.GalleryDropDown">
            <summary>
                <para>Gets or sets the item's Gallery Dropdown control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryDropDown"/> control.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.RibbonGalleryBarItem.GalleryFilterMenuItemClick">
            <summary>
                <para>Fires when a filter menu item is clicked.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.RibbonGalleryBarItem.GalleryFilterMenuPopup">
            <summary>
                <para>Fires when an end-user invokes the <b>filter menu</b>.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.RibbonGalleryBarItem.GalleryInitDropDownGallery">
            <summary>
                <para>Enables a gallery, when displayed as a dropdown window, to be customized.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.RibbonGalleryBarItem.GalleryItemCheckedChanged">
            <summary>
                <para>Fires whenever a gallery item's check (selected) state is changed.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.RibbonGalleryBarItem.GalleryItemClick">
            <summary>
                <para>Fires when a gallery item is clicked.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.RibbonGalleryBarItem.GalleryItemDoubleClick">
            <summary>
                <para>Fires after a gallery item has been double-clicked. 
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.RibbonGalleryBarItem.GalleryItemHover">
            <summary>
                <para>Fires when the mouse pointer hovers over a Gallery item.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.RibbonGalleryBarItem.GalleryItemLeave">
            <summary>
                <para>Fires when the mouse pointer leaves a Gallery item.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.RibbonGalleryBarItem.GalleryPopupClose">
            <summary>
                <para>Fires when a popup window containing a gallery is closed. 

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.Glyph">
            <summary>
                <para>. Gets or sets the item's image.  This member is not supported by the RibbonGalleryBarItem class 

</para>
            </summary>
            <value>An <see cref="T:System.Drawing.Image"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.GlyphDisabled">
            <summary>
                <para>Gets or sets the image corresponding to the item's disabled state. This member is not supported by the RibbonGalleryBarItem class. 

</para>
            </summary>
            <value>An <see cref="T:System.Drawing.Image"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.GroupIndex">
            <summary>
                <para>Gets or sets the item's group index. This member is not supported by the RibbonGalleryBarItem class. 

</para>
            </summary>
            <value>An integer value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.ImageIndex">
            <summary>
                <para>Gets or sets the index of the item's small image. This member is not supported by the RibbonGalleryBarItem class. 

</para>
            </summary>
            <value>An integer value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.ImageIndexDisabled">
            <summary>
                <para>Gets or sets the index of the image displayed within the corresponding links when they are disabled. This member is not supported by the RibbonGalleryBarItem class. 

</para>
            </summary>
            <value>An integer value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.ItemShortcut">
            <summary>
                <para>Gets or sets the shortcut used to access associated links using the keyboard. This property is not supported by the RibbonGalleryBarItem class.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarShortcut"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.LargeGlyph">
            <summary>
                <para>Gets or sets the item's large image. This member is not supported by the RibbonGalleryBarItem class. 

</para>
            </summary>
            <value>An <see cref="T:System.Drawing.Image"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.LargeGlyphDisabled">
            <summary>
                <para>Gets or sets the item's large image that is used when the item is disabled. This member is not supported by the RibbonGalleryBarItem class. 

</para>
            </summary>
            <value>An <see cref="T:System.Drawing.Image"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.LargeImageIndex">
            <summary>
                <para>Gets or sets the index of the item's large image. This member is not supported by the RibbonGalleryBarItem class. 

</para>
            </summary>
            <value>An integer value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.LargeImageIndexDisabled">
            <summary>
                <para>Gets or sets the index of the item's large image that is used when the item is disabled. This member is not supported by the RibbonGalleryBarItem class. 

</para>
            </summary>
            <value>An integer value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.LargeWidth">
            <summary>
                <para>This member is not supported by the RibbonGalleryBarItem object.
</para>
            </summary>
            <value>An integer value.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.RibbonGalleryBarItem.MakeVisible(DevExpress.XtraBars.Ribbon.GalleryItem)">
            <summary>
                <para>Makes the specified gallery item visible onscreen, if it's hidden due to scrolling.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.GalleryItem"/> object to make visible.

            </param>


        </member>
        <member name="E:DevExpress.XtraBars.RibbonGalleryBarItem.MarqueeSelectionCompleted">
            <summary>
                <para>Fires when a user has finished selecting gallery items using marquee selection.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.PaintStyle">
            <summary>
                <para>Gets or sets the item's paint style. This member is not supported by the RibbonGalleryBarItem class. 

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemPaintStyle"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.RibbonStyle">
            <summary>
                <para>Gets or sets the options that specify the item's possible states within a <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/>. This member is not supported by the RibbonGalleryBarItem class. 

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonItemStyles"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.SmallWithoutTextWidth">
            <summary>
                <para>This member is not supported by the RibbonGalleryBarItem object.
</para>
            </summary>
            <value>An integer value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonGalleryBarItem.SmallWithTextWidth">
            <summary>
                <para>This member is not supported by the RibbonGalleryBarItem object.
</para>
            </summary>
            <value>An integer value.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarDockControl">

            <summary>
                <para>Represents a Bar Dock Control.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarDockControl.#ctor">
            <summary>
                <para>Initializes a new instance of the BarDockControl class.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarDockControl.AllowDispose">
            <summary>
                <para>Gets or sets whether the control can be disposed of.
</para>
            </summary>
            <value><b>true</b> if the control can be disposed of; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarDockControl.AllowDrop">
            <summary>
                <para>This property is not supported by the BarDockControl class.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarDockControl.Appearance">
            <summary>
                <para>Gets the appearance settings used to paint the dock control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that contains the dock control's appearance settings.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarDockControl.BackColor">
            <summary>
                <para>Gets the background color for the bar dock control.

</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> object that specifies the background color.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarDockControl.BeginUpdate">
            <summary>
                <para>Prevents the bar dock control from being updated until the <see cref="M:DevExpress.XtraBars.BarDockControl.CancelUpdate"/> or <see cref="M:DevExpress.XtraBars.BarDockControl.EndUpdate"/> method is called.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarDockControl.CancelUpdate">
            <summary>
                <para>Unlocks the bar dock control after a call to the <see cref="M:DevExpress.XtraBars.BarDockControl.BeginUpdate"/> method without forcing an immediate update.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarDockControl.Controls">
            <summary>
                <para>Gets the collection of controls contained within the bar dock control.

</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.Control.ControlCollection"/> object which represents the collection of controls contained within the bar dock control.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarDockControl.Dock">
            <summary>
                <para>Gets or sets a value which specifies how the bar dock control is aligned within its parent control.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.DockStyle"/> enumeration value which specifies the manner in which a bar dock control is docked.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarDockControl.DockStyle">
            <summary>
                <para>Gets a value which specifies how the bar dock control is aligned within its parent control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value which specifies the manner in which a bar dock control is docked.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarDockControl.EndUpdate">
            <summary>
                <para>Unlocks the bar dock control after a call to the <see cref="M:DevExpress.XtraBars.BarDockControl.BeginUpdate"/> method and causes an immediate update.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarDockControl.IsVertical">
            <summary>
                <para>Gets whether the bar dock control is oriented vertically.
</para>
            </summary>
            <value><b>true</b> if the bar dock control is oriented vertically; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarDockControl.Location">
            <summary>
                <para>Gets or sets the location of the BarDockControl.
</para>
            </summary>
            <value>A <see cref="T:System.Point"/> structure that specifies the control's location relative to the owner's top left corner.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarDockControl.LockLayout">
            <summary>
                <para>Gets or sets a counter that controls updates of the BarDockControl.

</para>
            </summary>
            <value>An integer that specifies the value of the counter used to control updates of the BarDockControl.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarDockControl.Name">
            <summary>
                <para>Gets or sets the control's name.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the name of the bar dock control.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarDockControl.Site">
            <summary>
                <para>Gets or sets a <see cref="T:System.ComponentModel.ISite"/> for a control.
</para>
            </summary>
            <value>A <see cref="T:System.ComponentModel.ISite"/> for a control.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarDockControl.Size">
            <summary>
                <para>Gets or sets the width and height of the bar dock control.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> structure which specifies the width and height of the bar dock control, in pixels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarDockControl.TabIndex">
            <summary>
                <para>Gets or sets the control's index within the set of controls included in the tab order. 
</para>
            </summary>
            <value>A zero-based integer value that specifies the control's index within the set of controls included in the tab order.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarDockControl.TabStop">
            <summary>
                <para>Gets or sets a value that specifies whether an end-user can focus the control using the TAB key.
</para>
            </summary>
            <value><b>true</b> if an end-user can focus the control using the TAB key; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarDockControl.UpdateScheme">
            <summary>
                <para>Updates the bar dock control.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarDockControl.ViewInfo">
            <summary>
                <para>Gets the bar dock control's view information. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.ViewInfo.DockControlViewInfo"/> object that provides view information on all the control's elements.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.RibbonAppearances">

            <summary>
                <para>Provides the appearance settings used to paint a ribbon control.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.RibbonAppearances.#ctor(DevExpress.Utils.IAppearanceOwner)">
            <summary>
                <para>Initializes a new instance of the RibbonAppearances class.
</para>
            </summary>
            <param name="owner">
		An object that implements the <see cref="T:DevExpress.Utils.IAppearanceOwner"/> interface and will own the created collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.RibbonAppearances.BeginUpdate">
            <summary>
                <para>Prevents sending change notifications to the BarAndDockingController until the <see cref="M:DevExpress.XtraBars.RibbonAppearances.EndUpdate"/> method is called. 
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.RibbonAppearances.Dispose">
            <summary>
                <para>Releases all the resources used by the current object.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.RibbonAppearances.EndUpdate">
            <summary>
                <para>Enables change notifications to be sent again after the <see cref="M:DevExpress.XtraBars.RibbonAppearances.BeginUpdate"/> method has been called (which stops change notifications) and causes the BarAndDockingController to immediately update to reflect all the recent changes.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonAppearances.FormCaption">
            <summary>
                <para>Gets the appearance settings used to paint a RibbonForm's caption.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides corresponding appearance settings.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonAppearances.FormCaptionForeColor2">
            <summary>
                <para>Gets or sets the color used to paint the portion of the RibbonForm's caption which is specified by the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonControl.ApplicationDocumentCaption"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> color used to paint the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonControl.ApplicationDocumentCaption"/> string within a RibbonForm's caption.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonAppearances.FormCaptionForeColorInactive">
            <summary>
                <para>Gets or sets the color used to paint the caption of an inactive RibbonForm.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> color used to paint the caption of an inactive RibbonForm.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonAppearances.Gallery">
            <summary>
                <para>Provides the default appearance settings used to paint galleries in a RibbonControl.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.RibbonGalleryAppearances"/> object that contains corresponding settings.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonAppearances.Item">
            <summary>
                <para>Gets the appearance settings used to paint bar items.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint bar items.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonAppearances.ItemDescription">
            <summary>
                <para>Provides appearance settings used to paint the descriptions (<see cref="P:DevExpress.XtraBars.BarItem.Description"/>) of bar items.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains corresponding appearance options.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonAppearances.ItemDescriptionDisabled">
            <summary>
                <para>Provides appearance settings used to paint the descriptions (<see cref="P:DevExpress.XtraBars.BarItem.Description"/>) of disabled bar items.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains corresponding appearance options.
 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonAppearances.ItemDisabled">
            <summary>
                <para>Gets the appearance settings used to paint bar items when they are disabled.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint bar items when they are disabled.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonAppearances.PageCategory">
            <summary>
                <para>Gets the appearance settings (the foreground color and font settings) used to paint captions of Page Categories.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object that specifies the corresponding appearance settings.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonAppearances.PageGroupCaption">
            <summary>
                <para>Gets the appearance settings used to paint group captions.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint group captions.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonAppearances.PageHeader">
            <summary>
                <para>Gets the appearance settings used to paint page headers.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint page headers.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarCheckItemLink">

            <summary>
                <para>Represents a link to the <see cref="T:DevExpress.XtraBars.BarCheckItem"/>.
</para>
            </summary>

        </member>
        <member name="T:DevExpress.XtraBars.BarButtonGroupLink">

            <summary>
                <para>Represents a link to the <see cref="T:DevExpress.XtraBars.BarButtonGroup"/> item.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarButtonGroupLink.GetActAsButtonGroupDefault">
            <summary>
                <para>Gets the default value for the <see cref="P:DevExpress.XtraBars.BarItemLink.ActAsButtonGroup"/> property.
</para>
            </summary>
            <returns><b>true</b>
</returns>


        </member>
        <member name="T:DevExpress.XtraBars.BarButtonGroup">

            <summary>
                <para>Represents a group of links that correspond to the bar button items.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarButtonGroup.#ctor(DevExpress.XtraBars.BarManager)">
            <summary>
                <para>Initializes a new instance of the BarButtonGroup class with the specified BarManager.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object that represents the BarManager that will manage the created bar button group.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarButtonGroup.#ctor">
            <summary>
                <para>Initializes a new instance of the BarButtonGroup class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarButtonGroup.#ctor(DevExpress.XtraBars.BarManager,DevExpress.XtraBars.BarBaseButtonItem[])">
            <summary>
                <para>Initializes a new instance of the BarButtonGroup class with the specified settings.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object that represents the BarManager that will control the created bar button group.


            </param>
            <param name="items">
		An array of <see cref="T:DevExpress.XtraBars.BarBaseButtonItem"/> descendants that represent items to which links are created and added to the <see cref="P:DevExpress.XtraBars.BarButtonGroup.ItemLinks"/> collection.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.BarButtonGroup.ItemLinks">
            <summary>
                <para>Provides access to links that are owned by the current group.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLinkCollection"/> object that contains links owned by the container item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarButtonGroup.LinksPersistInfo">
            <summary>
                <para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>Always <b>null</b> (<b>Nothing</b> in Visual Basic).
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonBarItems">

            <summary>
                <para>Represents a collection of bar items within the RibbonControl.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonBarItems.#ctor(DevExpress.XtraBars.Ribbon.RibbonBarManager)">
            <summary>
                <para>Initializes a new instance of the RibbonBarItems class.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonBarManager"/> object that represents ribbon BarManager.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonBarItems.CreateButtonGroup(DevExpress.XtraBars.BarBaseButtonItem[])">
            <summary>
                <para>Creates a bar button group that contains links to the specified items.
</para>
            </summary>
            <param name="items">
		An array of <see cref="T:DevExpress.XtraBars.BarBaseButtonItem"/> objects that represent bar button items.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarButtonGroup"/> object that represents the bar button group.
</returns>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbar">

            <summary>
                <para>Represents the Quick Access Toolbar.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbar.#ctor(DevExpress.XtraBars.Ribbon.RibbonControl)">
            <summary>
                <para>Initializes a new instance of the RibbonQuickAccessToolbar class.
</para>
            </summary>
            <param name="ribbon">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object that represents the ribbon control which owns the Quick Access Toolbar.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbar.Dispose">
            <summary>
                <para>Releases all resources used by the current object.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbar.IsToolbarCustomizationItem(DevExpress.XtraBars.BarItemLink)">
            <summary>
                <para>Gets whether the specified link represents the RibbonQuickAccessToolbar's customize button.
</para>
            </summary>
            <param name="link">
		A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object which represents the link to be tested.

            </param>
            <returns><b>true</b> if the specified link represents the RibbonQuickAccessToolbar's customize button; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbar.ItemLinks">
            <summary>
                <para>Gets a collection of item links.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonQuickToolbarItemLinkCollection"/> object which contains item links that are owned by the Quick Access Toolbar.

</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbar.RestoreLayoutFromRegistry(System.String)">
            <summary>
                <para>Restores the layout of the RibbonQuickAccessToolbar's items from the system registry.
</para>
            </summary>
            <param name="path">
		A string value which specifies the system registry path. If the specified path doesn't exist, this method does nothing.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbar.RestoreLayoutFromStream(System.IO.Stream)">
            <summary>
                <para>Restores the layout of the RibbonQuickAccessToolbar's items from a stream.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> descendant from which the layout of items is loaded. 

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbar.RestoreLayoutFromXml(System.String)">
            <summary>
                <para>Restores the layout of the RibbonQuickAccessToolbar's items from an XML file.
</para>
            </summary>
            <param name="xmlFile">
		A string value which specifies the path to the XML file from which the layout of items is read. If the specified file doesn't exist, an exception is raised.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbar.Ribbon">
            <summary>
                <para>Gets the Ribbon Control that owns the current RibbonQuickAccessToolbar instance.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object that owns the current RibbonQuickAccessToolbar instance.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbar.SaveLayoutToRegistry(System.String)">
            <summary>
                <para>Saves the layout of the RibbonQuickAccessToolbar's items to the system registry.
</para>
            </summary>
            <param name="path">
		A string value which specifies the system registry path. If the specified path doesn't exist, this method does nothing.

            </param>
            <returns><b>true</b> if the layout has been saved to the system registry; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbar.SaveLayoutToStream(System.IO.Stream)">
            <summary>
                <para>Saves the layout of the RibbonQuickAccessToolbar's items to a stream.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> descendant to which the layout of items is written. 

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbar.SaveLayoutToXml(System.String)">
            <summary>
                <para>Saves the layout of the RibbonQuickAccessToolbar's items to an XML file.
</para>
            </summary>
            <param name="xmlFile">
		A string value which specifies the path to the XML file to which the layout of items is stored.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbar.ShowCustomizeItem">
            <summary>
                <para>Gets or sets whether the <b>customize item</b> is displayed within the Quick Access Toolbar.
</para>
            </summary>
            <value><b>true</b> if the <b>customize item</b> is displayed within the Quick Access Toolbar; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbar.Tag">
            <summary>
                <para>Gets or sets an object that contains data on the current RibbonQuickAccessToolbar object.
</para>
            </summary>
            <value>An object that contains data on the current object. 
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonItemStyles">

            <summary>
                <para>Lists the options that specify the bar item's possible states within a Ribbon Control.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonItemStyles.All">
            <summary>
                <para>If active, enables all other options.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonItemStyles.Default">
            <summary>
                <para>If active, an item's possible states with a Ribbon Control are determined based on the item's settings. For example, if the item is associated with a small image and isn't associated with a large image, its possible states within the ribbon control are <see cref="F:DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText"/> and <see cref="F:DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText"/>.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large">
            <summary>
                <para><para>If active, a bar item can be displayed as a large bar item.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText">
            <summary>
                <para><para>If active, an item can be displayed like a smal bar item without its caption.</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText">
            <summary>
                <para><para>If active, an item can be displayed like a smal bar item with its caption.</para>

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation">

            <summary>
                <para>Lists the values that specify the location of a Quick Access Toolbar.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Above">
            <summary>
                <para>A Quick Access Toolbar is displayed above the ribbon control.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Below">
            <summary>
                <para>A Quick Access Toolbar is displayed below the ribbon control.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Default">
            <summary>
                <para>A Quick Access Toolbar is displayed above the ribbon control.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden">
            <summary>
                <para>A Quick Access Toolbar is hidden.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest">

            <summary>
                <para>Lists values that identify a ribbon control's elements.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.ApplicationButton">
            <summary>
                <para>The test point belongs to the Application Button.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.FormCaption">
            <summary>
                <para>The test point belongs to a Ribbon form's caption.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.FormCloseButton">
            <summary>
                <para>The test point belongs to the Close button in the top-right corner of a Ribbon form.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.FormHelpButton">
            <summary>
                <para>The test point belongs to the Help button in the top-right corner of a Ribbon form.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.FormMaximizeButton">
            <summary>
                <para>The test point belongs to the Maximize button in the top-right corner of a Ribbon form.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.FormMinimizeButton">
            <summary>
                <para>The test point belongs to the Minimize button in the top-right corner of a Ribbon form.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.Gallery">
            <summary>
                <para>The test point belongs to a Gallery.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.GalleryDownButton">
            <summary>
                <para>The test point belongs to the Down button which is used to scroll down a Gallery's content.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.GalleryDropDownButton">
            <summary>
                <para>The test point belongs to the Dropdown button which is used to invoke an In-Ribbon Gallery's Dropdown Gallery.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.GalleryFilter">
            <summary>
                <para>The test point belongs to the Filter panel within a Dropdown Gallery.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.GalleryImage">
            <summary>
                <para>The test point belongs to the image within a Gallery item.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.GalleryItem">
            <summary>
                <para>The test point belongs to a Gallery item.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.GalleryItemGroup">
            <summary>
                <para>The test point belongs to a Gallery group.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.GalleryLeftButton">
            <summary>
                <para>The test point belongs to the left scroll button which is used to scroll a Gallery's content to the left.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.GalleryRightButton">
            <summary>
                <para>The test point belongs to the right scroll button which is used to scroll a Gallery's content to the right.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.GallerySizeGrip">
            <summary>
                <para>The test point belongs to the size grip.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.GallerySizingPanel">
            <summary>
                <para>The test point belongs to a Dropdown Gallery's Sizing panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.GalleryUpButton">
            <summary>
                <para>The test point belongs to the Up button which is used to scroll up a Gallery's content.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.HeaderPanel">
            <summary>
                <para>The test point belongs to a header panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.Item">
            <summary>
                <para>The test point belongs to a Bar Items and Links.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.ItemDrop">
            <summary>
                <para>The test point belongs to a bar item's drop down button.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.ItemSeparator">
            <summary>
                <para>The test point belongs to a bar item separator.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.None">
            <summary>
                <para>The test point does not belong to any visual element or is outside a ribbon control.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.PageGroup">
            <summary>
                <para>The test point belongs to a page group.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.PageGroupCaption">
            <summary>
                <para>The test point belongs to the caption of a page group.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.PageGroupCaptionButton">
            <summary>
                <para>The test point belongs to the caption button of a page group.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.PageHeader">
            <summary>
                <para>The test point belongs to a page header.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.PageHeaderCategory">
            <summary>
                <para>The test point belongs to a page category's header.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.PageHeaderLeftScroll">
            <summary>
                <para>The test point belongs to the left page scroll button.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.PageHeaderRightScroll">
            <summary>
                <para>The test point belongs to the right page scroll button.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.Panel">
            <summary>
                <para>The test point belongs to a group panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.PanelLeftScroll">
            <summary>
                <para>The test point belongs to the left scroll button used to scroll through a page's contents.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.PanelRightScroll">
            <summary>
                <para>The test point belongs to the right scroll button used to scroll through a page's contents.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.StatusBar">
            <summary>
                <para>The test point belongs to a Ribbon Status Bar.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitTest.Toolbar">
            <summary>
                <para>The test point belongs to a Quick Access Toolbar.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar">

            <summary>
                <para>Represents a status bar which is displayed at the bottom of the form.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonStatusBar.#ctor(DevExpress.XtraBars.Ribbon.RibbonControl)">
            <summary>
                <para>Initializes a new instance of the RibbonStatusBar class with the specified ribbon control.
</para>
            </summary>
            <param name="ribbon">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object that represents the ribbon control which the created status bar belongs to. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonStatusBar.Ribbon"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonStatusBar.#ctor">
            <summary>
                <para>Initializes a new instance of the RibbonStatusBar class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonStatusBar.AccessibleNotifyClients(System.Windows.Forms.AccessibleEvents,System.Int32,System.Int32)">
            <summary>
                <para>Notifies the accessibility client applications of the specified <see cref="T:System.Windows.Forms.AccessibleEvents"/> event for the specified child control. 

</para>
            </summary>
            <param name="accEvents">
		An <see cref="T:System.Windows.Forms.AccessibleEvents"/> event being fired.

            </param>
            <param name="objectId">
		The identifier of the AccessibleObject.

            </param>
            <param name="childId">
		A child <see cref="T:System.Windows.Forms.Control"/> which fires the event.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonStatusBar.AccessibleStatusBar">
            <summary>
                <para>Gets the object that provides the accessibility information.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.Accessible.RibbonStatusBarAccessible"/> object that provides the accessibility information.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonStatusBar.AutoHeight">
            <summary>
                <para>Gets or sets whether the status bar's height is automatically adjusted to display all the bar items in their entirety.
</para>
            </summary>
            <value><b>true</b> if the auto-height feature is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonStatusBar.CalcHitInfo(System.Drawing.Point)">
            <summary>
                <para>Returns information on the status bar elements located at the specified point.
</para>
            </summary>
            <param name="point">
		A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the status bar's top-left corner.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo"/> object which contains information about the visual elements located at the test point.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonStatusBar.Dock">
            <summary>
                <para>This member overrides the <see cref="P:System.Windows.Forms.Control.Dock"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.DockStyle"/> enumeration value which specifies the position and manner in which a control is docked.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonStatusBar.IsDesignMode">
            <summary>
                <para>Gets a value which indicates whether the status bar is currently in design mode.
</para>
            </summary>
            <value><b>true</b> if the status bar is in design mode; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonStatusBar.ItemLinks">
            <summary>
                <para>Gets a collection of item links.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLinkCollection"/> object which contains item links that are owned by the status bar.

</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonStatusBar.LayoutChanged">
            <summary>
                <para>Updates a status bar.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonStatusBar.Manager">
            <summary>
                <para>Gets the ribbon BarManager. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonBarManager"/> object that represents the ribbon BarManager.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.RibbonStatusBar.Merge">
            <summary>
                <para>Allows you to perform any actions after a RibbonStatusBar within a child MDI form has been merged into the current RibbonStatusBar object.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonStatusBar.MergeStatusBar(DevExpress.XtraBars.Ribbon.RibbonStatusBar)">
            <summary>
                <para>Merges the specified RibbonStatusBar object into the current RibbonStatusBar object.
</para>
            </summary>
            <param name="mergedStatusBar">
		A RibbonStatusBar object to be merged into the current status bar.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonStatusBar.Refresh">
            <summary>
                <para>Updates a status bar.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonStatusBar.Ribbon">
            <summary>
                <para>Gets or sets a ribbon control which the status bar belongs to.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object that represents the ribbon control which owns the status bar.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonStatusBar.ShowSizeGrip">
            <summary>
                <para>Gets or sets whether the size grip is displayed within the status bar.
</para>
            </summary>
            <value><b>true</b> is the size grip is displayed within the status bar; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonStatusBar.TabIndex">
            <summary>
                <para>Gets or sets the control's index within the set of controls included in the tab order.
</para>
            </summary>
            <value>A zero-based integer value that specifies the control's index within the set of controls included in the tab order.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonStatusBar.TabStop">
            <summary>
                <para>Gets or sets a value that specifies whether an end-user can focus the control using the TAB key
</para>
            </summary>
            <value><b>true</b> if an end-user can focus the control using the TAB key; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonStatusBar.Text">
            <summary>
                <para>Gets or sets the control's text.
</para>
            </summary>
            <value>Always the <see cref="F:System.String.Empty"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonStatusBar.ToolTipController">
            <summary>
                <para>Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/>.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.ToolTipController"/> object that controls the appearance and behavior of tooltips displayed by elements of the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.RibbonStatusBar.UnMerge">
            <summary>
                <para>Allows you to perform any actions after another RibbonStatusBar object has been unmerged from the current RibbonStatusBar object.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonStatusBar.UnMergeStatusBar">
            <summary>
                <para>Restores the bar commands layout within the current RibbonStatusBar object after another RibbonStatusBar object has been merged into it.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonStatusBar.ViewInfo">
            <summary>
                <para>Gets the status bar's view information.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonStatusBarViewInfo"/> object that provides view information on all the status bar's elements.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonPageGroupEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Ribbon.RibbonControl.PageGroupCaptionButtonClick"/> and <see cref="E:DevExpress.XtraBars.Ribbon.RibbonPageGroup.CaptionButtonClick"/> events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageGroupEventHandler.Invoke(System.Object,DevExpress.XtraBars.Ribbon.RibbonPageGroupEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Ribbon.RibbonControl.PageGroupCaptionButtonClick"/> and <see cref="E:DevExpress.XtraBars.Ribbon.RibbonPageGroup.CaptionButtonClick"/> events.
</para>
            </summary>
            <param name="sender">
		The event source.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroupEventArgs"/> object which contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonPageGroupEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.Ribbon.RibbonControl.PageGroupCaptionButtonClick"/> and <see cref="E:DevExpress.XtraBars.Ribbon.RibbonPageGroup.CaptionButtonClick"/> events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageGroupEventArgs.#ctor(DevExpress.XtraBars.Ribbon.RibbonPageGroup)">
            <summary>
                <para>Initializes a new instance of the RibbonPageGroupEventArgs class.
</para>
            </summary>
            <param name="pageGroup">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroup"/> object that represent the processed page group. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageGroupEventArgs.PageGroup"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroupEventArgs.PageGroup">
            <summary>
                <para>Gets the processed page group.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroup"/> object that represent the processed page group.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonPageGroupCollection">

            <summary>
                <para>Represents a page group collection for ribbon pages.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageGroupCollection.#ctor(DevExpress.XtraBars.Ribbon.RibbonPage)">
            <summary>
                <para>Initializes a new instance of the RibbonPageGroupCollection class.
</para>
            </summary>
            <param name="page">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPage"/> object that represents the ribbon page which will own the collection being created.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageGroupCollection.Add(DevExpress.XtraBars.Ribbon.RibbonPageGroup)">
            <summary>
                <para>Adds the specified group to the end of the collection.
</para>
            </summary>
            <param name="group">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroup"/> object to add to the collection.

            </param>
            <returns>A zero-based integer which represents the group's position within the collection.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageGroupCollection.AddRange(DevExpress.XtraBars.Ribbon.RibbonPageGroup[])">
            <summary>
                <para>Adds an array of groups to the end of the collection.
</para>
            </summary>
            <param name="groups">
		An array of <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroup"/> objects to add to the collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageGroupCollection.Contains(DevExpress.XtraBars.Ribbon.RibbonPageGroup)">
            <summary>
                <para>Indicates whether the collection contains the specified group.
</para>
            </summary>
            <param name="group">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroup"/> object to locate in the collection.

            </param>
            <returns><b>true</b> if the collection contains the specified group; otherwise, <b>false</b>. 
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageGroupCollection.GetGroupByName(System.String)">
            <summary>
                <para>Locates a page group with the specified name within the current collection.
</para>
            </summary>
            <param name="name">
		A string value that identifies the name of the group to be found. The group's name is specified by the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.Name"/> property.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroup"/> object with the specified name. <b>null</b> if no page with the specified name has been found.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageGroupCollection.GetGroupByText(System.String)">
            <summary>
                <para>Retrieves a group by its caption.
</para>
            </summary>
            <param name="text">
		A string that represents the caption of the group to be located. A group's caption is specified by the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.Text"/> property.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroup"/> object with the specified caption.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageGroupCollection.IndexOf(DevExpress.XtraBars.Ribbon.RibbonPageGroup)">
            <summary>
                <para>Returns the position of the group within the collection.
</para>
            </summary>
            <param name="group">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroup"/> object to locate in the collection.

            </param>
            <returns>A zero-based index of the specified group in the collection. <b>-1</b> if the collection doesn't contain the specified group.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageGroupCollection.Insert(System.Int32,DevExpress.XtraBars.Ribbon.RibbonPageGroup)">
            <summary>
                <para>Adds the specified group to the collection at the specified position
</para>
            </summary>
            <param name="index">
		A zero-based index at which the specified group is inserted. If negative or exceeds the number of elements in the collection an exception is thrown.

            </param>
            <param name="group">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroup"/> object that represents the inserted group.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroupCollection.Item(System.Int32)">
            <summary>
                <para>Gets a page group at the specified index. 
</para>
            </summary>
            <param name="index">
		An integer value that specifies the zero-based index of the required page group. If negative or exceeds the maximum available index, an exception is raised.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroup"/> object that represents a page group at the specified position within the collection.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroupCollection.Item(System.String)">
            <summary>
                <para>Gets a page group by its name.
</para>
            </summary>
            <param name="name">
		A string that represents the name of the group to be located. The group's name is specified by the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.Name"/> property.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroup"/> object with the specified name; <b>null</b> if there is no group with the specified name.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageGroupCollection.Remove(DevExpress.XtraBars.Ribbon.RibbonPageGroup)">
            <summary>
                <para>Removes the specified page group from the collection.
</para>
            </summary>
            <param name="group">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroup"/> object to remove from the collection.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonPageGroup">

            <summary>
                <para>Represents a group within a Ribbon Page.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageGroup.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the RibbonPageGroup class with the specified caption.
</para>
            </summary>
            <param name="text">
		A string which specifies the created group's caption. This value is used to initialize the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.Text"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageGroup.#ctor">
            <summary>
                <para>Initializes a new instance of the RibbonPageGroup class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageGroup.AddGroupToToolbar">
            <summary>
                <para>Creates a link to the current group and adds it to the Ribbon Quick Access Toolbar.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.AllowMinimize">
            <summary>
                <para>Gets or sets whether the page group can be collapsed.
</para>
            </summary>
            <value><b>true</b> if the page group automatically collapses when its size is reduced so it can no longer display all its links at a time; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.AllowTextClipping">
            <summary>
                <para>Gets or sets whether to clip the group's text when there's not enough space to display it entirely, or to expand the group to accommodate the entire text.
</para>
            </summary>
            <value><b>true</b> if the group's text is clipped when there's not enough space to display it entirely; <b>false</b> if the group's width is increased to accommodate the group's entire text.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageGroup.Assign(DevExpress.XtraBars.Ribbon.RibbonPageGroup)">
            <summary>
                <para>Copies settings of the specified object to the current object.
</para>
            </summary>
            <param name="group">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroup"/> object whose settings are copied to the current object.

            </param>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.RibbonPageGroup.CaptionButtonClick">
            <summary>
                <para>Occurs when the group's Caption Button is clicked.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageGroup.Clone">
            <summary>
                <para>Creates a new RibbonPageGroup object with the settings matching those of the current object.
</para>
            </summary>
            <returns>A copy of the current RibbonPageGroup object.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.Glyph">
            <summary>
                <para>Gets or sets the image that is displayed within the group when it's collapsed.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing,Image"/> object which represents the image displayed when the group is collapsed.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.ImageIndex">
            <summary>
                <para>Gets or sets the index of the image within the image collection that is displayed within the group when it's in a collapsed state.
</para>
            </summary>
            <value>An integer that specifies the index of the image in the image collection.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.Images">
            <summary>
                <para>Gets the collection of images that can be displayed within the group when it's in a collapsed state.
</para>
            </summary>
            <value>An object which represents the collection of images.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.ItemLinks">
            <summary>
                <para>Gets the collection of bar item links displayed within the group.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroupItemLinkCollection"/> object which stores links that are displayed within the current group.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.KeyTip">
            <summary>
                <para>Gets or sets the <b>Key Tip</b> used to emulate clicking on the group's Caption Button.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the Key Tip associated with the Ribbon Page Group.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.MergeOrder">
            <summary>
                <para>Defines the visual position of the current RibbonPageGroup object after merging this RibbonControl into an MDI parent Ribbon.
</para>
            </summary>
            <value>An ordinal number determining the position of the RibbonPageGroup after merging this RibbonControl into an MDI parent Ribbon.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.Name">
            <summary>
                <para>Gets the name of the current component.
</para>
            </summary>
            <value>A string which specifies the name of the component.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.OriginalPageGroup">
            <summary>
                <para>Gets the group that was used to create the current RibbonPageGroup instance.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroup"/> object that represents the original group.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.Page">
            <summary>
                <para>Gets the page which owns the current group.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPage"/> object which owns the current group.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageGroup.RemoveGroupFromToolbar">
            <summary>
                <para>Removes a link to the current group from the Ribbon Quick Access Toolbar.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.Ribbon">
            <summary>
                <para>Gets the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> which owns the current group.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object which is the owner of the current group.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.ShowCaptionButton">
            <summary>
                <para>Gets or sets whether the Caption Button is visible.
</para>
            </summary>
            <value><b>true</b> if the Caption Button is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.SuperTip">
            <summary>
                <para>Gets or sets a <see cref="T:DevExpress.Utils.SuperToolTip"/> associated with the ribbon page group.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.SuperToolTip"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.Tag">
            <summary>
                <para>Gets or sets an object that contains data on the current RibbonPageGroup object.
</para>
            </summary>
            <value>An object that contains data on the current object. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.Text">
            <summary>
                <para>Gets or sets the text displayed within the group.
</para>
            </summary>
            <value>A string which specifies the text displayed within the group.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.ToolbarContentButtonLink">
            <summary>
                <para>Gets a link to the current group within the Ribbon Quick Access Toolbar.
</para>
            </summary>
            <value>A link to the current group within the Ribbon Quick Access Toolbar.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.Visible">
            <summary>
                <para>Gets or sets whether the group is visible.
</para>
            </summary>
            <value><b>true</b> if the group is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonPageCollection">

            <summary>
                <para>Represents a collection of pages within the RibbonControl.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCollection.#ctor(DevExpress.XtraBars.Ribbon.RibbonControl)">
            <summary>
                <para>Initializes a new instance of the RibbonPageCollection class.
</para>
            </summary>
            <param name="ribbon">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> which will own the created collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCollection.#ctor(DevExpress.XtraBars.Ribbon.RibbonControl,DevExpress.XtraBars.Ribbon.RibbonPageCategory)">
            <summary>
                <para>Initializes a new instance of the RibbonPageCollection class with the specified <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> and <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory"/> objects.
</para>
            </summary>
            <param name="ribbon">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> which will own the created collection. 

            </param>
            <param name="category">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory"/> object that specifies the category to which the page collection is associated. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageCollection.Category"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCollection.Add(DevExpress.XtraBars.Ribbon.RibbonPage)">
            <summary>
                <para>Adds the specified page to the current collection.
</para>
            </summary>
            <param name="page">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPage"/> object to add to the collection.

            </param>
            <returns>An integer value that specifies the position of the page within the collection.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCollection.AddRange(DevExpress.XtraBars.Ribbon.RibbonPage[])">
            <summary>
                <para>Adds an array of pages to the end of the collection. 
</para>
            </summary>
            <param name="pages">
		An array of <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPage"/> objects to add to the collection.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCollection.Category">
            <summary>
                <para>Gets the page category with which the current collection's pages are associated.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory"/> object with which the current collection's pages are associated.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCollection.Contains(DevExpress.XtraBars.Ribbon.RibbonPage)">
            <summary>
                <para>Indicates whether the collection contains the specified page.
</para>
            </summary>
            <param name="page">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPage"/> object to locate in the collection

            </param>
            <returns><b>true</b> if the collection contains the specified page; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCollection.GetPageByName(System.String)">
            <summary>
                <para>Returns a page by its name (<see cref="P:DevExpress.XtraBars.Ribbon.RibbonPage.Name"/>).
</para>
            </summary>
            <param name="name">
		The name of the required page matching the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPage.Name"/> property's value.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPage"/> object that has the specified name.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCollection.GetPageByText(System.String)">
            <summary>
                <para>Returns a page by its caption (<see cref="P:DevExpress.XtraBars.Ribbon.RibbonPage.Text"/>).
</para>
            </summary>
            <param name="text">
		The caption of the required page matching the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPage.Text"/> property's value.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPage"/> object that has the specified caption.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCollection.IndexOf(DevExpress.XtraBars.Ribbon.RibbonPage)">
            <summary>
                <para>Returns the specified page's position within the collection.
</para>
            </summary>
            <param name="page">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPage"/> object representing the page to be located. 

            </param>
            <returns>An integer value representing the specified page's zero-based index. <b>-1</b> if the collection doesn't contain the specified page.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCollection.Insert(System.Int32,DevExpress.XtraBars.Ribbon.RibbonPage)">
            <summary>
                <para>Adds the specified page to the specified position within the collection. 
</para>
            </summary>
            <param name="index">
		An integer value representing the zero-based index at which the specified page should be inserted. If negative or exceeds the number of elements, an exception is raised. 

            </param>
            <param name="page">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPage"/> object representing the page to be inserted. 

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCollection.Item(System.Int32)">
            <summary>
                <para>Gets a page at the specified index. 
</para>
            </summary>
            <param name="index">
		An integer value specifying the zero-based index of the required page. If negative or exceeds the maximum available index, an exception is raised.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPage"/> object representing a page at the specified position within the collection. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPageCollection.Item(System.String)">
            <summary>
                <para>Returns a page by its caption.
</para>
            </summary>
            <param name="text">
		A string that represents the caption of the page to be located. The page's caption is specified by the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPage.Text"/> property.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPage"/> object with the specified caption; <b>null</b> if there is no page with the specified caption.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPageCollection.Remove(DevExpress.XtraBars.Ribbon.RibbonPage)">
            <summary>
                <para>Removes the specified page from the collection.
</para>
            </summary>
            <param name="page">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPage"/> object to remove from the collection.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonPage">

            <summary>
                <para>Represents a Ribbon Page within a RibbonControl.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPage.#ctor">
            <summary>
                <para>Initializes a new instance of the RibbonPage class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPage.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the RibbonPage class with the specified caption.
</para>
            </summary>
            <param name="text">
		A string that specifies the text to be displayed within the page's header. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPage.Text"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.Category">
            <summary>
                <para>Gets or sets the page category with which the current RibbonPage object is associated.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory"/> object with which the current page is associated.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPage.Clone">
            <summary>
                <para>Creates a new RibbonPage object with the settings matching those of the current object.
</para>
            </summary>
            <returns>A copy of the current RibbonPage object.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.Collection">
            <summary>
                <para>Gets the collection of pages that contains the current RibbonPage object.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCollection"/> object that contains the current RibbonPage object.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPage.GetGroupByName(System.String)">
            <summary>
                <para>Locates a page group with the specified name within the current page.
</para>
            </summary>
            <param name="name">
		A string value that identifies the name of the group to be found. The group's name is specified by the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.Name"/> property.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroup"/> object with the specified name. <b>null</b> if no page with the specified name has been found.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonPage.GetImage">
            <summary>
                <para>Returns an image displayed within the pager's header.
</para>
            </summary>
            <returns>A <see cref="T:System.Drawing.Image"/> object that represents the image displayed within the page's header.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.Groups">
            <summary>
                <para>Gets the collection of ribbon page groups owned by the current page.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroupCollection"/> which contains ribbon page groups of the current page.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.Image">
            <summary>
                <para>Gets or sets an image displayed within the ribbon page's header.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Image"/> object that represents the image displayed within the page's header.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.ImageAlign">
            <summary>
                <para>Gets or sets the alignment of the image displayed within the page's header.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration value that specifies the image's horizontal alignment.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.ImageIndex">
            <summary>
                <para>Gets or sets an image displayed within the ribbon page's header.
</para>
            </summary>
            <value>A zero-based index that specifies the image displayed within the ribbon page's header.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.Images">
            <summary>
                <para>Gets a collection of images.
</para>
            </summary>
            <value>An object that contains images.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.ImageToTextIndent">
            <summary>
                <para>Gets or sets the distance between the page header's image and text.
</para>
            </summary>
            <value>An integer value that specifies the distance between the page header's image and text, in pixels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.IsInDefaultCategory">
            <summary>
                <para>Gets or sets whether the current page belongs to the default page category.
</para>
            </summary>
            <value><b>true</b> if the current page belongs to the default page category; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.KeyTip">
            <summary>
                <para>Gets or sets the <b>Key Tip</b> for a Ribbon Page.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the Key Tip associated with the Ribbon Page.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.MergedGroups">
            <summary>
                <para>Provides access to groups that have been merged into the current page.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroupCollection"/> collection containing groups that have been merged into the current page.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.MergeOrder">
            <summary>
                <para>Defines the visual position of the current RibbonPage object after merging this RibbonControl into an MDI parent Ribbon.
</para>
            </summary>
            <value>An ordinal number determining the position of the RibbonPage after merging this RibbonControl into an MDI parent Ribbon.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.Name">
            <summary>
                <para>Gets the name of the current component.
</para>
            </summary>
            <value>A string which specifies the name of the component.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.PageIndex">
            <summary>
                <para>Gets the page's index within the page collection of the category to which this page belongs.
</para>
            </summary>
            <value>An integer value that specifies the zero-based index of the current page within the page collection of the category to which this page belongs. <b>-1</b> if the page doesn't belong to any category.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.PageInfo">
            <summary>
                <para>Gets the information used to render the ribbon page.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonPageViewInfo"/> object which contains information used to render the ribbon page.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.Ribbon">
            <summary>
                <para>Returns the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> which owns the current page.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> which owns the current page.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.Tag">
            <summary>
                <para>Gets or sets an object that contains data on the current RibbonPage object.
</para>
            </summary>
            <value>An object that contains data on the current object. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.Text">
            <summary>
                <para>Gets or sets the text displayed within the page's header.
</para>
            </summary>
            <value>A string that is displayed within the page's header.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonPage.Visible">
            <summary>
                <para>Gets or sets whether the page is visible. 
</para>
            </summary>
            <value><b>true</b> if the page is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonControl">

            <summary>
                <para>Represents the Ribbon Control.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.#ctor">
            <summary>
                <para>Initializes a new instance of the RibbonControl class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.About">
            <summary>
                <para>Activates the ribbon control's <b>About</b> dialog box.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.AccessibleNotifyClients(System.Windows.Forms.AccessibleEvents,System.Int32,System.Int32)">
            <summary>
                <para>Notifies the accessibility client applications of the specified <see cref="T:System.Windows.Forms.AccessibleEvents"/> event for the specified child control. 

</para>
            </summary>
            <param name="accEvent">
		An <see cref="T:System.Windows.Forms.AccessibleEvents"/> event being fired.

            </param>
            <param name="objectId">
		The identifier of the AccessibleObject.

            </param>
            <param name="childId">
		A child <see cref="T:System.Windows.Forms.Control"/> which fires the event.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.AccessibleRibbon">
            <summary>
                <para>Gets the object that provides the accessibility information.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.Accessible.AccessibleRibbon"/> object that provides the accessibility information.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.AllowKeyTips">
            <summary>
                <para>Gets or sets whether Key Tips are enabled.
</para>
            </summary>
            <value><b>true</b> if Key Tips are enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.AllowMinimizeRibbon">
            <summary>
                <para>Gets or sets whether the RibbonControl's context menu displays the <b>Minimize the Ribbon</b> command, allowing an end-user to collapse the Ribbon Control.
</para>
            </summary>
            <value><b>true</b> if the RibbonControl's context menu displays the <b>Minimize the Ribbon</b> command; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonControl.AllowSystemShortcuts">
            <summary>
                <para>Gets or sets whether pressing the ALT key displays shortcuts for controls that belong to the same form as the RibbonControl.
</para>
            </summary>
            <returns><b>true</b> if shortcuts for external controls are displayed when ALT is pressed; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.AllowTrimPageText">
            <summary>
                <para>Gets or sets whether text in Ribbon page tabs (<see cref="P:DevExpress.XtraBars.Ribbon.RibbonPage.Text"/>) is trimmed when reducing the Ribbon Control's width.
</para>
            </summary>
            <value><b>true</b> if text in Ribbon page tabs is trimmed when reducing the Ribbon Control's width; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ApplicationButtonAccessibleDescription">
            <summary>
                <para>Gets or sets the description for the Application Button used by client accessibility applications.

</para>
            </summary>
            <value>A string that specifies the description for the Application Button.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ApplicationButtonAccessibleName">
            <summary>
                <para>Gets or sets the name for the Application Button which is used by client accessibility applications.

</para>
            </summary>
            <value>A string which specifies the name for the Application Button used by client accessibility applications. 

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ApplicationButtonAnimationLength">
            <summary>
                <para>Gets or sets the length of the fading animation effect for the Application Button.
</para>
            </summary>
            <value>An integer value that specifies the length of the fading animation effect for the Application button, in system timer ticks.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.RibbonControl.ApplicationButtonClick">
            <summary>
                <para>Occurs when the Application Button is clicked.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.RibbonControl.ApplicationButtonDoubleClick">
            <summary>
                <para>Fires when the Application Button is double-clicked.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ApplicationButtonDropDownControl">
            <summary>
                <para>Gets or sets the dropdown control which is invoked when the Application Button is clicked. 
</para>
            </summary>
            <value>An object (any control or specific DevExpress component) which is invoked when the Ribbon Form's Application Button is clicked.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ApplicationButtonKeyTip">
            <summary>
                <para>Gets or sets the Key Tip for the Application Button.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the Key Tip associated with the Application Button.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ApplicationButtonSuperTip">
            <summary>
                <para>Gets or sets a <see cref="T:DevExpress.Utils.SuperToolTip"/> for the Application Button. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.SuperToolTip"/> assigned to the application button.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ApplicationButtonText">
            <summary>
                <para>Gets or sets the text displayed within the Application Button in the Office2010 style, when no icon is assigned to the button.
</para>
            </summary>
            <value>A string value that species the text to be displayed in the Application Button.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ApplicationCaption">
            <summary>
                <para>Gets or sets the second portion of the RibbonForm's caption which generally specifies the name of the current application.
</para>
            </summary>
            <value>A string which specifies the second portion of the RibbonForm's caption.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ApplicationDocumentCaption">
            <summary>
                <para>Gets or sets the first portion of the RibbonForm's caption which generally specifies the name of the active document.
</para>
            </summary>
            <value>A string which specifies the first portion of the RibbonForm's caption.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ApplicationIcon">
            <summary>
                <para>Gets or sets an image displayed within the Application Button
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Bitmap"/> object which specifies the image displayed within the Application Button.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.AutoSizeItems">
            <summary>
                <para>Gets or sets whether bar item links are displayed with the same width within a group.

</para>
            </summary>
            <value><b>true</b> to display bar item links with the same width within a group; otherwise, <b>false</b>.

</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.RibbonControl.BeforeApplicationButtonContentControlShow">
            <summary>
                <para>Fires when the Application Button's associated control (<see cref="P:DevExpress.XtraBars.Ribbon.RibbonControl.ApplicationButtonDropDownControl"/>) is about to be displayed.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.BeginInit">
            <summary>
                <para>Starts the runtime initialization of the RibbonControl component.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ButtonGroupsVertAlign">
            <summary>
                <para>Gets or sets the vertical alignment of button groups within Ribbon page groups.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.VertAlignment"/> value that specifies the vertical alignment of button groups within Ribbon page groups.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.CalcHitInfo(System.Drawing.Point)">
            <summary>
                <para>Returns information on the ribbon control elements located at the specified point.
</para>
            </summary>
            <param name="point">
		A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the ribbon control's top-left corner.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonHitInfo"/> object which contains information about the visual elements located at the test point.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.Categories">
            <summary>
                <para>Gets a collection of categories used to logically organize bar items.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarManagerCategoryCollection"/> object that represents the collection of categories.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ColorScheme">
            <summary>
                <para>Gets or sets the color scheme used to paint specific Ribbon elements.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControlColorScheme"/> value that specifies the selected color scheme.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.RibbonControl.ColorSchemeChanged">
            <summary>
                <para>Fires when the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonControl.ColorScheme"/> property's value is changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ContextMenu">
            <summary>
                <para>Overrides the <see cref="P:System.Windows.Forms.Control.ContextMenu"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.ContextMenu"/> object.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ContextMenuStrip">
            <summary>
                <para>Overrides the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.ContextMenuStrip"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.Controller">
            <summary>
                <para>Gets or sets the Bar and Docking Controller that provides default appearance options for the ribbon control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object that provides default appearance options for the ribbon control.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.DefaultPageCategory">
            <summary>
                <para>Provides access to pages associated with the default page category.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategory"/> object that provides access to pages which are associated with the default page category.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.Dock">
            <summary>
                <para>This member overrides the <see cref="P:System.Windows.Forms.Control.Dock"/> property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.DockStyle"/> enumeration member which specifies the position and manner in which a control is docked.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.EndInit">
            <summary>
                <para>Finishes the runtime initialization of the component.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ExpandCollapseItem">
            <summary>
                <para>Gets the bar item that encapsulates the Ribbon expand/collapse functionality.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarButtonItem"/> object that encapsulates the Ribbon expand/collapse functionality.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ExternalRepository">
            <summary>
                <para>Gets or sets the external editors repository.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraEditors.Repository.PersistentRepository"/> component that holds a collection of the repository items that can be used to create editors.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.ForceInitialize">
            <summary>
                <para>Forces the ribbon control to finish its initialization.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.GalleryAnimationLength">
            <summary>
                <para>Gets or sets the length of the fading animation effect for gallery items.
</para>
            </summary>
            <value>An integer value that specifies the length of the fading animation effect for gallery items, in system timer ticks.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.GetController">
            <summary>
                <para>Returns the Bar and Docking Controller that provides default appearance options for the ribbon control. 
</para>
            </summary>
            <returns>A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object that provides default appearance options for the ribbon control.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.GetGroupByName(System.String)">
            <summary>
                <para>Locates a page group with the specified name within all pages.
</para>
            </summary>
            <param name="name">
		A string value that identifies the name of the group to be found. The group's name is specified by the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonPageGroup.Name"/> property.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageGroup"/> object with the specified name. <b>null</b> if no page with the specified name has been found.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.GetMinHeight">
            <summary>
                <para>Returns the minimum allowed height of the ribbon control.
</para>
            </summary>
            <returns>An integer value that specifies the minimum allowed height of the ribbon control.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.GetPopupContextMenu(System.Windows.Forms.Control)">
            <summary>
                <para>Gets the popup menu which is assigned to a control.
</para>
            </summary>
            <param name="control">
		The control whose popup menu is to be returned.

            </param>
            <returns>The popup menu which is assigned to the control.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.GroupAnimationLength">
            <summary>
                <para>Gets or sets the length of the fading animation effect for ribbon page groups.
</para>
            </summary>
            <value>An integer value that specifies the length of the fading animation effect for ribbon page groups, in system timer ticks.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.HideApplicationButtonContentControl">
            <summary>
                <para>Hides the control assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonControl.ApplicationButtonDropDownControl"/> property.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.Images">
            <summary>
                <para>Gets or sets the source of images that can be displayed within item links.
</para>
            </summary>
            <value>A <see cref="T:System.Object"/> that provides images for bar items.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.IsDesignMode">
            <summary>
                <para>Gets a value which indicates whether the ribbon control is currently in design mode.
</para>
            </summary>
            <value><b>true</b> if the control is in design mode; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.IsShowKeyTip">
            <summary>
                <para>Gets whether key tips are currently being displayed.
</para>
            </summary>
            <value><b>true</b> if key tips are currently being displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ItemAnimationLength">
            <summary>
                <para>Gets or sets the length of the fading animation effect for the RibbonControl's bar item links.
</para>
            </summary>
            <value>An integer value that specifies the length of the fading animation effect for bar item links, in system timer ticks.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.RibbonControl.ItemClick">
            <summary>
                <para>Fires when a link within the ribbon control is clicked.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.RibbonControl.ItemPress">
            <summary>
                <para>Fires after a links has been pressed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.Items">
            <summary>
                <para>Provides access to a ribbon control's item collection.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonBarItems"/> object that represents the collection of bar items.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ItemsVertAlign">
            <summary>
                <para>Gets or sets the vertical alignment of bar items within Ribbon page groups.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.VertAlignment"/> value that specifies the vertical alignment of bar items within Ribbon page groups.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.KeyTipManager">
            <summary>
                <para>Gets the key tip manager.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonKeyTipManager"/> object that represents the key tip manager.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.LargeImages">
            <summary>
                <para>Gets or sets the source of large images that can be displayed within item links.
</para>
            </summary>
            <value>A <see cref="T:System.Object"/> which provides large images for bar button items.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.LayoutChanged">
            <summary>
                <para>Updates a ribbon control.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.Manager">
            <summary>
                <para>Gets the ribbon BarManager. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonBarManager"/> object that represents the ribbon BarManager.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.MaxItemId">
            <summary>
                <para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>The integer value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.MdiMergeStyle">
            <summary>
                <para>Gets or sets if and when a merge mechanism is invoked in an MDI application.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle"/> value that specifies when merge operations must be performed.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.RibbonControl.Merge">
            <summary>
                <para>Allows you to perform additional customizations after another RibbonControl has been merged into the current RibbonControl.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.MergedCategories">
            <summary>
                <para>Provides access to categories that have been merged into the Ribbon Control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection"/> object containing page categories that have been merged into the Ribbon Control.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.MergedPages">
            <summary>
                <para>Provides access to pages that have been merged into the default category of the Ribbon Control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCollection"/> object that contains pages that have been merged into the default category.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.MergedRibbon">
            <summary>
                <para>Gets the RibbonControl that has been merged into the current RibbonControl object.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object that has been merged with the current RibbonControl object.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.MergeRibbon(DevExpress.XtraBars.Ribbon.RibbonControl)">
            <summary>
                <para>Merges the specified RibbonControl into the current RibbonControl.
</para>
            </summary>
            <param name="ribbon">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> to be merged into the current RibbonControl.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.Minimized">
            <summary>
                <para>Gets or sets whether the RibbonControl is minimized.
</para>
            </summary>
            <value><b>true</b> if the RibbonControl is minimized; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.RibbonControl.MinimizedChanged">
            <summary>
                <para>Allows you to respond to minimizing/restoring the RibbonControl's pages.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.MiniToolbars">
            <summary>
                <para>Provides access to the collection of <see cref="T:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar"/> objects.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarCollection"/> object that is the collection of <see cref="T:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar"/> objects.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.PageAnimationLength">
            <summary>
                <para>Gets or sets the length of the fading animation effect for the RibbonControl's page headers.
</para>
            </summary>
            <value>An integer value that specifies the length of the fading animation effect for ribbon pages' headers, in system timer ticks.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.PageCategories">
            <summary>
                <para>Gets the collection of custom page categories, which allows contextual tab pages to be added and manipulated.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategoryCollection"/> object containing the collection of custom page categories.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.PageCategoryAlignment">
            <summary>
                <para>Gets or sets the alignment of custom page categories, which display contextual tab pages.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCategoryAlignment"/> value that specifies the alignment of custom page categories.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.RibbonControl.PageGroupCaptionButtonClick">
            <summary>
                <para>Enables you to perform actions when end-users click group caption buttons.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.PageHeaderItemLinks">
            <summary>
                <para>Gets a collection of bar item links displayed at the right edge of the control in the same row with tab headers.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageHeaderItemLinkCollection"/> object representing the collection of bar item links.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.PageHeaderMinWidth">
            <summary>
                <para>Gets or sets the minimum allowed width of page headers.
</para>
            </summary>
            <value>An integer value that specifies the minimum allowed width of page headers.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.Pages">
            <summary>
                <para>Provides access to the ribbon control's main pages.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPageCollection"/> object that represents the collection of main pages.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.QuickToolbarItemLinks">
            <summary>
                <para>Gets the collection of item links displayed in the Ribbon Quick Access Toolbar.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonQuickToolbarItemLinkCollection"/> object that contains item links owned by the Quick Access Toolbar.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.Refresh">
            <summary>
                <para>Updates a ribbon control.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.RepositoryItems">
            <summary>
                <para>Provides access to the control's internal repository.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemCollection"/> object that contains repository items whose settings can be used to create in-place editors.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.ResetApplicationButtonSuperTip">
            <summary>
                <para>Removes the <see cref="T:DevExpress.Utils.SuperToolTip"/> object that has been assigned to the Application Button via the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonControl.ApplicationButtonSuperTip"/> property.


</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.RibbonStyle">
            <summary>
                <para>Gets or sets the style of the RibbonControl.
</para>
            </summary>
            <value>A RibbonControlStyle enumeration value that specifies the paint style.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.SelectedPage">
            <summary>
                <para>Gets or sets the currently selected page.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonPage"/> object that represents the page currently selected. <b>null</b> (<b>Nothing</b> in Visual Basic) if the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonControl.Pages"/> collection is empty.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.RibbonControl.SelectedPageChanged">
            <summary>
                <para>Fires after the selected page has been changed.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.RibbonControl.SelectedPageChanging">
            <summary>
                <para>Fires before a specific Ribbon Page is activated.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.SetPopupContextMenu(System.Windows.Forms.Control,DevExpress.XtraBars.PopupMenu)">
            <summary>
                <para>Sets the popup menu for a control within a form.
</para>
            </summary>
            <param name="control">
		The control which the popup menu should be assigned to.

            </param>
            <param name="menu">
		The popup menu to set.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ShowApplicationButton">
            <summary>
                <para>Gets or sets whether the Application Button is visible.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies the Application Button's visibility.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.ShowApplicationButtonContentControl">
            <summary>
                <para>Opens the control associated with the Application Button via the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonControl.ApplicationButtonDropDownControl"/> property.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ShowCategoryInCaption">
            <summary>
                <para>Gets or sets whether category names are displayed in the RibbonForm's title bar.
</para>
            </summary>
            <value><b>true</b> if category names are displayed in the RibbonForm's title bar; otherwise, <b>false</b>.

</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.RibbonControl.ShowCustomizationMenu">
            <summary>
                <para>Occurs before the RibbonControl's Customization Menu is displayed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ShowExpandCollapseButton">
            <summary>
                <para>Gets or sets whether the RibbonControl displays a button that allows an end-user to hide/restore the RibbonControl's pages.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies the visibility of the button that allows an end-user to hide/restore the RibbonControl's pages.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ShowPageHeaders">
            <summary>
                <para>Gets or sets whether page headers are displayed.
</para>
            </summary>
            <value><b>true</b> to display page headers; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ShowPageHeadersMode">
            <summary>
                <para>Gets or sets page headers display mode.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.ShowPageHeadersMode"/> value that specifies page headers display mode.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ShowToolbarCustomizeItem">
            <summary>
                <para>Gets or sets whether the <b>customize item</b> is displayed within the Quick Access Toolbar.
</para>
            </summary>
            <value><b>true</b> to display the <b>customize item</b> within the Quick Access Toolbar; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.StatusBar">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> object linked with the current Ribbon Control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> object linked with the Ribbon Control.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.TabIndex">
            <summary>
                <para>This member overrides the <see cref="P:System.Windows.Forms.Control.TabIndex"/> property.
</para>
            </summary>
            <value>A zero-based integer value that specifies the control's index within the set of controls included in the tab order.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.TabStop">
            <summary>
                <para>This member overrides the <see cref="P:System.Windows.Forms.Control.TabStop"/> property.
</para>
            </summary>
            <value><b>true</b> if an end-user can focus the control using the TAB key; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.Text">
            <summary>
                <para>This member overrides the <see cref="P:System.Windows.Forms.Control.Text"/> property.
</para>
            </summary>
            <value>Always the <see cref="F:System.String.Empty"/> value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.Toolbar">
            <summary>
                <para>Provides access to the Quick Access Toolbar.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbar"/> object that represents the ribbon control's Quick Access Toolbar.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ToolbarLocation">
            <summary>
                <para>Gets or sets the position of the Quick Access Toolbar.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation"/> enumeration value that specifies the Quick Access Toolbar's position.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.RibbonControl.ToolbarLocationChanged">
            <summary>
                <para>Fires after the value of the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonControl.ToolbarLocation"/> property has been changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ToolTipController">
            <summary>
                <para>Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the RibbonControl. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.ToolTipController"/> object which controls the appearance and behavior of tooltips displayed by elements of the RibbonControl. 

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.TotalPageCategory">
            <summary>
                <para>Allows you to return all pages and visible pages owned by the RibbonControl.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonTotalPageCategory"/> object that allows you to return all pages and visible pages owned by the RibbonControl.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.TransparentEditors">
            <summary>
                <para>Gets or sets whether specific in-place editors, when focused, are painted using a transparent background color.
</para>
            </summary>
            <value><b>true</b> if specific in-place editors are painted using a transparent background color when focused; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.RibbonControl.UnMerge">
            <summary>
                <para>Allows you to perform additional customizations after another RibbonControl has been unmerged from the current RibbonControl.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.UnMergeRibbon">
            <summary>
                <para>Restores the original layout of RibbonControls after they have been manually merged via the <see cref="M:DevExpress.XtraBars.Ribbon.RibbonControl.MergeRibbon"/> method.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonControl.UpdateViewInfo">
            <summary>
                <para>Recalculates the control's view information.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonControl.ViewInfo">
            <summary>
                <para>Gets the ribbon control's view information.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.ViewInfo.RibbonViewInfo"/> object that provides view information on all the ribbon's elements.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarToolbarsListItemLink">

            <summary>
                <para>Represents a link to the <see cref="T:DevExpress.XtraBars.BarToolbarsListItem"/>.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.BarToolbarsListItemLink.CanOpenMenu">
            <summary>
                <para>Indicates whether the current menu can be opened.
</para>
            </summary>
            <value><b>true</b>, if the current menu can be opened; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraTabbedMdi.SetNextMdiChildMode">

            <summary>
                <para>Lists the values that specify the order in which pages are cycled.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraTabbedMdi.SetNextMdiChildMode.Default">
            <summary>
                <para>The input focus is set to the next visible page.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraTabbedMdi.SetNextMdiChildMode.TabControl">
            <summary>
                <para>The input focus is set to the next visible page.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraTabbedMdi.SetNextMdiChildMode.Windows">
            <summary>
                <para>The input focus is set to the next page in the tab order.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraTabbedMdi.MdiTabPageEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.PageAdded"/> and <see cref="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.PageRemoved"/> events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraTabbedMdi.MdiTabPageEventHandler.Invoke(System.Object,DevExpress.XtraTabbedMdi.MdiTabPageEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.PageAdded"/> and <see cref="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.PageRemoved"/> events.
</para>
            </summary>
            <param name="sender">
		The event sender.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraTabbedMdi.MdiTabPageEventArgs"/> object which contains event data. 

            </param>


        </member>
        <member name="T:DevExpress.XtraTabbedMdi.MdiTabPageEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.PageAdded"/> and <see cref="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.PageRemoved"/> events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraTabbedMdi.MdiTabPageEventArgs.#ctor(DevExpress.XtraTabbedMdi.XtraMdiTabPage)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraTabbedMdi.MdiTabPageEventArgs"/> class.
</para>
            </summary>
            <param name="page">
		An <see cref="T:DevExpress.XtraTabbedMdi.XtraMdiTabPage"/> object which represents the processed page. This value is assigned to the <see cref="P:DevExpress.XtraTabbedMdi.MdiTabPageEventArgs.Page"/> property.


            </param>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.MdiTabPageEventArgs.Page">
            <summary>
                <para>Gets the processed tab page.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraTabbedMdi.XtraMdiTabPage"/> object which represents the processed page.
</value>


        </member>
        <member name="T:DevExpress.XtraTabbedMdi.SetNextMdiChildEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.SetNextMdiChild"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraTabbedMdi.SetNextMdiChildEventHandler.Invoke(System.Object,DevExpress.XtraTabbedMdi.SetNextMdiChildEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.SetNextMdiChild"/> event.
</para>
            </summary>
            <param name="sender">
		The event source.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraTabbedMdi.SetNextMdiChildEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraTabbedMdi.SetNextMdiChildEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.SetNextMdiChild"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraTabbedMdi.SetNextMdiChildEventArgs.#ctor(System.Windows.Forms.Message)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraTabbedMdi.SetNextMdiChildEventArgs"/> class.
</para>
            </summary>
            <param name="m">
		A <see cref="T:System.Windows.Forms.Message"/> object which implements a Windows message.

            </param>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.SetNextMdiChildEventArgs.ForwardNavigation">
            <summary>
                <para>Gets a value which identifies the direction in which the pages are cycled.
</para>
            </summary>
            <value><b>true</b> if the pages are cycled forward; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.SetNextMdiChildEventArgs.Handled">
            <summary>
                <para>Gets or sets whether an event was handled, if it was handled the default actions are not required.
</para>
            </summary>
            <value><b>true</b> if the default cycling mechanism isn't required; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraTabbedMdi.XtraMdiTabPageCollection">

            <summary>
                <para>Represents a tabbed MDI manager's page collection.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraMdiTabPageCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraTabbedMdi.XtraMdiTabPageCollection"/> class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraMdiTabPageCollection.Add(DevExpress.XtraTabbedMdi.XtraMdiTabPage)">
            <summary>
                <para>Adds the specified tab page to the collection.
</para>
            </summary>
            <param name="page">
		An <see cref="T:DevExpress.XtraTabbedMdi.XtraMdiTabPage"/> object which represents the tab page to add.


            </param>
            <returns>An integer value which specifies the position into which the tab page was inserted.
</returns>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraMdiTabPageCollection.Dispose">
            <summary>
                <para>Disposes of all pages owned by the current collection.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraMdiTabPageCollection.IndexOf(DevExpress.XtraTab.IXtraTabPage)">
            <summary>
                <para>Returns the specified page's position within the collection.
</para>
            </summary>
            <param name="page">
		An object which implements the <see cref="T:DevExpress.XtraTab.IXtraTabPage"/> interface.

            </param>
            <returns>An integer value representing the specified page's zero-based index. <b>-1</b> if the collection doesn't contain the specified page.
</returns>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraMdiTabPageCollection.Insert(System.Int32,DevExpress.XtraTab.IXtraTabPage)">
            <summary>
                <para>Adds the specified page to the collection at the specified position.
</para>
            </summary>
            <param name="index">
		A zero-based integer which specifies the position at which the page should be inserted. If it's negative or exceeds the number of elements within the collection an exception is thrown.

            </param>
            <param name="page">
		An object which implements the <see cref="T:DevExpress.XtraTab.IXtraTabPage"/> interface.

            </param>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraMdiTabPageCollection.IsValid(System.Int32)">
            <summary>
                <para>Gets whether the specified index points to an existing page within the current collection.
</para>
            </summary>
            <param name="index">
		An integer that specifies the index to be tested.

            </param>
            <returns><b>true</b> if the specified index falls in the range [0;Count-1]; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraMdiTabPageCollection.Item(System.Windows.Forms.Form)">
            <summary>
                <para>Gets the tab page which corresponds to the specified MDI child form.
</para>
            </summary>
            <param name="mdiChild">
		A <see cref="T:System.Windows.Forms.Form"/> object which represents the MDI child form.

            </param>
            <value>An <see cref="T:DevExpress.XtraTabbedMdi.XtraMdiTabPage"/> object representing the tab page which corresponds to the specified MDI child form. <b>null</b> (<b>Nothing</b> in Visual Basic) if no tab page is found.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraMdiTabPageCollection.Item(System.Int32)">
            <summary>
                <para>Gets the tab page at the specified position within the collection.
</para>
            </summary>
            <param name="index">
		An integer value representing the zero-based index of the page. If it's negative or exceeds the number of elements, an exception is raised.

            </param>
            <value>An <see cref="T:DevExpress.XtraTabbedMdi.XtraMdiTabPage"/> object which represents the tab page at the specified position.
</value>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraMdiTabPageCollection.Remove(DevExpress.XtraTab.IXtraTabPage)">
            <summary>
                <para>Removes the specified tab page from the collection.
</para>
            </summary>
            <param name="page">
		An object which implements the <see cref="T:DevExpress.XtraTab.IXtraTabPage"/> interface to remove from the collection.

            </param>


        </member>
        <member name="T:DevExpress.XtraTabbedMdi.XtraMdiTabPage">

            <summary>
                <para>Represents a single tab page.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraMdiTabPage.#ctor(DevExpress.XtraTab.IXtraTab,System.Windows.Forms.Form)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraTabbedMdi.XtraMdiTabPage"/> class with the specified settings.

</para>
            </summary>
            <param name="tabControl">
		An object which implements the <see cref="T:DevExpress.XtraTab.IXtraTab"/> interface and owns the created tab page. This value is assigned to the <see cref="P:DevExpress.XtraTabbedMdi.XtraMdiTabPage.TabControl"/> property.

            </param>
            <param name="mdiChild">
		A <see cref="T:System.Windows.Forms.Form"/> object which represents the MDI child form to which the created tab page corresponds. This value is assigned to the <see cref="P:DevExpress.XtraTabbedMdi.XtraMdiTabPage.MdiChild"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraMdiTabPage.#ctor(DevExpress.XtraTab.IXtraTab,System.Windows.Forms.Form,System.Boolean)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraTabbedMdi.XtraMdiTabPage"/> class with the specified settings.

</para>
            </summary>
            <param name="tabControl">
		An object which implements the <see cref="T:DevExpress.XtraTab.IXtraTab"/> interface and owns the created tab page. This value is assigned to the <see cref="P:DevExpress.XtraTabbedMdi.XtraMdiTabPage.TabControl"/> property.

            </param>
            <param name="mdiChild">
		A <see cref="T:System.Windows.Forms.Form"/> object which represents the MDI child form to which the created tab page corresponds. This value is assigned to the <see cref="P:DevExpress.XtraTabbedMdi.XtraMdiTabPage.MdiChild"/> property.

            </param>
            <param name="useFormIconAsImage">
		A Boolean value that specifies whether to display a child form's icon (Form.Icon) in the corresponding page header. This value is assigned to the <see cref="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.UseFormIconAsPageImage"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraMdiTabPage.GetImage(System.Windows.Forms.Form)">
            <summary>
                <para>Gets the specified form's icon (Form.Icon) in Image format.
</para>
            </summary>
            <param name="mdiChild">
		A Form whose icon needs to be converted.

            </param>
            <returns>A <see cref="T:System.Drawing.Image"/> object to which the form's icon is converted. <b>null</b> if no icon is assigned to the form.
</returns>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraMdiTabPage.Image">
            <summary>
                <para>Gets or sets the image displayed within the tab page's header.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Image"/> object which represents the image displayed within the tab page's header.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraMdiTabPage.ImageIndex">
            <summary>
                <para>Gets or sets the index of the image displayed within the tab page's header.
</para>
            </summary>
            <value>A zero-based integer value specifying the index of an image within the <see cref="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.Images"/> list.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraMdiTabPage.MdiChild">
            <summary>
                <para>Gets the multiple document interface (MDI) child form to which the current page corresponds.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.Form"/> object which represents the MDI child form to which the created tab page corresponds.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraMdiTabPage.PageEnabled">
            <summary>
                <para>Gets whether the tab page can be selected.
</para>
            </summary>
            <value><b>true</b> if the tab page is enabled and can be selected by an end-user or via code; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraMdiTabPage.PageVisible">
            <summary>
                <para>Gets whether the tab page is visible.
</para>
            </summary>
            <value><b>true</b> if the tab page is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraMdiTabPage.ShowCloseButton">
            <summary>
                <para>Gets or sets whether the page contains a Close button.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether a Close button is displayed in the tab.
</value>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraMdiTabPage.StartAnimation">
            <summary>
                <para>Starts the animation of an animated GIF file displayed in the page's header.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraMdiTabPage.StopAnimation">
            <summary>
                <para>Stops animation of an animated GIF file displayed in the tab page's header.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraMdiTabPage.SuperTip">
            <summary>
                <para>Gets or sets a <see cref="T:DevExpress.Utils.SuperToolTip"/> for the current XtraMdiTabPage object.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.SuperToolTip"/> object associated with the current XtraMdiTabPage object.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraMdiTabPage.TabControl">
            <summary>
                <para>Gets the tabbed MDI manager to which the current tab page belongs.
</para>
            </summary>
            <value>An object which implements the <see cref="T:DevExpress.XtraTab.IXtraTab"/> interface.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraMdiTabPage.Text">
            <summary>
                <para>Gets or sets the tab page's caption.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value which specifies the text displayed within the page header.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraMdiTabPage.Tooltip">
            <summary>
                <para>Gets or sets a regular tooltip for the tab page.

</para>
            </summary>
            <value>A <see cref="T:System.String"/> value which specifies a regular tooltip for the tab page.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraMdiTabPage.TooltipIconType">
            <summary>
                <para>Gets or sets the type of the tooltip icon to display in a regular tooltip.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.ToolTipIconType"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraMdiTabPage.TooltipTitle">
            <summary>
                <para>Gets or sets a regular tooltip's title.
</para>
            </summary>
            <value>A string that specifies a regular tooltip's title. 
</value>


        </member>
        <member name="T:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager">

            <summary>
                <para>Represents the component used to provide centralized control over the multiple document interface (MDI) child forms that are parented to the form.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.#ctor(System.ComponentModel.IContainer)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager"/> class which is associated with the specified container.

</para>
            </summary>
            <param name="container">
		An object which implements <see cref="T:System.ComponentModel.IContainer"/>.

            </param>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager"/> class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.ActiveFloatForm">
            <summary>
                <para>Gets the currently active floating page.
</para>
            </summary>
            <value>The currently active floating page
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.AllowDragDrop">
            <summary>
                <para>Gets or sets whether end-users can reorder pages by dragging their headers.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value which specifies whether end-users can reorder pages by dragging their headers.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.Appearance">
            <summary>
                <para>Gets the appearance settings used to paint the MDI client.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the MDI client.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.AppearancePage">
            <summary>
                <para>Provides access to the properties that control the appearance of all the pages.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTab.PageAppearance"/> object which provides appearance settings for all the pages.
</value>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.BeginDocking">
            <summary>
                <para>Allows you to cancel docking a floating page onto the XtraTabbedMdiManager.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.BeginFloating">
            <summary>
                <para>Allows you to prevent a page from becoming floating.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.BeginUpdate">
            <summary>
                <para>Prevents the control from being updated until the <see cref="M:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.EndUpdate"/> method is called.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.BorderStyle">
            <summary>
                <para>Gets or sets the border style of the multiple document interface (MDI) client.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value which specifies the border style of the MDI client.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.BorderStylePage">
            <summary>
                <para>Gets or sets the border style of all the tab pages.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value which specifies the border style for all the tab pages.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.Bounds">
            <summary>
                <para>Gets the bounding rectangle of the multiple document interface (MDI) client.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Rectangle"/> structure which represents the bounding rectangle of the MDI client.
</value>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.CalcHitInfo(System.Drawing.Point)">
            <summary>
                <para>Returns information on the visual elements located at the specified point.

</para>
            </summary>
            <param name="point">
		A <see cref="T:System.Drawing.Point"/> structure which specifies test point coordinates relative to the tabbed MDI's top-left corner.

            </param>
            <returns>A <see cref="T:DevExpress.XtraTab.ViewInfo.BaseTabHitInfo"/> object that contains information about the visual elements located at the test point.
</returns>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.ClosePageButtonShowMode">
            <summary>
                <para>Gets or sets whether Close buttons are displayed in individual tab pages and the tab control's header.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTab.ClosePageButtonShowMode"/> value that specifies the display mode for Close buttons.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.CloseTabOnMiddleClick">
            <summary>
                <para>Gets or sets the value that determines if tabs will be closed on a mouse middle click.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTabbedMdi.CloseTabOnMiddleClick"/> value that determines if tabs will be closed on a mouse middle click.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.Controller">
            <summary>
                <para>Gets or sets the BarAndDockingController that controls the appearance settings of the XtraTabbedMdiManager component.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object which controls the appearance settings of the XtraTabbedMdiManager component.


</value>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.CustomDocumentSelectorItem">
            <summary>
                <para>Allows you to customize display settings of the Document Selector's items.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.CustomDocumentSelectorSettings">
            <summary>
                <para>Allows you to customize the Document Selector's settings, before it's displayed on-screen.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.Dock(System.Windows.Forms.Form,DevExpress.XtraTabbedMdi.XtraTabbedMdiManager)">
            <summary>
                <para>Moves a floating page from the specified XtraTabbedMdiManager to the current XtraTabbedMdiManager and docks the page.
</para>
            </summary>
            <param name="floatForm">
		A floating page (form) that belongs to the specified XtraTabbedMdiManager, and must be docked to the current XtraTabbedMdiManager.


            </param>
            <param name="source">
		A XtraTabbedMdiManager object that represents the old owner of the floating page.

            </param>
            <returns>A Boolean value indicating that the floating page has been successfully moved and docked in the current XtraTabbedMdiManager.

</returns>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.EndDocking">
            <summary>
                <para>Fires after a floating page has been docked to the XtraTabbedMdiManager.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.EndFloating">
            <summary>
                <para>Fires when dropping a page that is becoming floating.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.EndUpdate">
            <summary>
                <para>Unlocks the current control after a call to the <see cref="M:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.BeginUpdate"/> method and causes an immediate update.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.Float(DevExpress.XtraTabbedMdi.XtraMdiTabPage,System.Drawing.Point)">
            <summary>
                <para>Makes the specified page floating.

</para>
            </summary>
            <param name="page">
		An <see cref="T:DevExpress.XtraTabbedMdi.XtraMdiTabPage"/> object to be made floating.

            </param>
            <param name="point">
		A Point at which the page will float.

            </param>
            <returns><b>true</b> if the page was successfully made floating; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.FloatForms">
            <summary>
                <para>Provides access to the collection of floating pages.
</para>
            </summary>
            <value>A FloatFormCollection object that represents the collection of floating pages.
</value>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.Floating">
            <summary>
                <para>Fires when a docked page becomes floating.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.FloatMDIChildActivated">
            <summary>
                <para>Fires when a floating page is activated.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.FloatMDIChildDeactivated">
            <summary>
                <para>Fires when a floating page is deactivated.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.FloatMDIChildDockDelay">
            <summary>
                <para>Gets or sets the time interval between moving a floating page onto the tab header region and docking the page.
</para>
            </summary>
            <value>An integer value that specifies the delay before docking a floating page, in milliseconds.
</value>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.FloatMDIChildDragging">
            <summary>
                <para>Fires when dragging a floating page. Allows you to implement the drag-and-drop of child floating pages to another XtraTabbedMdiManager.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.FloatOnDoubleClick">
            <summary>
                <para>Gets or sets whether a page is made floating on double-clicking its tab.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies if a page is made floating on double-clicking its tab.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.FloatOnDrag">
            <summary>
                <para>Gets or sets whether a page can be dragged away from the XtraTabbedMdiManager and then restored.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies if a page is made floating on dragging its tab outside the tab header region.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.FloatPageDragMode">
            <summary>
                <para>Gets or sets how a page is dragged away from the XtraTabbedMdiManager's header region.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTabbedMdi.FloatPageDragMode"/> value.
</value>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.GetXtraTabbedMdiManager(System.Windows.Forms.Form)">
            <summary>
                <para>Gets the tabbed MDI manager which is associated with the specified Form.
</para>
            </summary>
            <param name="mdiParent">
		A <see cref="T:System.Windows.Forms.Form"/> object which represents the container for multiple document interface (MDI) child forms.


            </param>
            <returns>An <see cref="T:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager"/> object representing the tabbed MDI manager which is associated with the Form specified. <b>null</b> (<b>Nothing</b> in Visual Basic) if the manager isn't associated with the form.

</returns>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.Handler">
            <summary>
                <para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTab.ViewInfo.BaseTabHandler"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.HeaderAutoFill">
            <summary>
                <para>Gets or sets whether the page headers should be automatically stretched to fill the empty space in a tab row.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value which specifies whether the page headers should be automatically stretched to fill the empty space in a tab row.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.HeaderButtons">
            <summary>
                <para>Gets the options that specify which tab buttons can be displayed within the header panel.
</para>
            </summary>
            <value>A set of <see cref="T:DevExpress.XtraTab.TabButtons"/> flags that specify the visibility of tab buttons.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.HeaderButtonsShowMode">
            <summary>
                <para>Gets or sets a value which specifies the display mode for the header buttons.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTab.TabButtonShowMode"/> enumeration member which specifies the manner in which buttons are displayed.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.HeaderLocation">
            <summary>
                <para>Gets or sets the position of the page headers. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTab.TabHeaderLocation"/> enumeration member which specifies the position of the page headers.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.HeaderOrientation">
            <summary>
                <para>Gets or sets the orientation of the page headers.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTab.TabOrientation"/> enumeration member which specifies the orientation of the page headers.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.Images">
            <summary>
                <para>Gets or sets the source of images that can be displayed within page headers.
</para>
            </summary>
            <value>A <see cref="T:System.Object"/> which provides images for page headers.
</value>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.Invalidate(System.Drawing.Rectangle)">
            <summary>
                <para>Invalidates the specified region occupied by the multiple document interface (MDI) client.
</para>
            </summary>
            <param name="rect">
		A <see cref="T:System.Drawing.Rectangle"/> structure which represents the region to invalidate.

            </param>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.Invalidate">
            <summary>
                <para>Invalidates the region occupied by the multiple document interface (MDI) client.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.LayoutChanged">
            <summary>
                <para>Updates a tabbed MDI.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.MdiParent">
            <summary>
                <para>Gets or sets a container for multiple document interface (MDI) child forms.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.Form"/> object which represents a container for multiple document interface (MDI) child forms.
</value>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.MouseDown">
            <summary>
                <para>Occurs when the mouse pointer is over a tabbed MDI and a mouse button is pressed. 
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.MouseEnter">
            <summary>
                <para>Occurs when the mouse pointer enters the tabbed MDI.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.MouseLeave">
            <summary>
                <para>Occurs when the mouse pointer leaves the tabbed MDI.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.MouseMove">
            <summary>
                <para>Occurs when the mouse pointer moves over a tabbed MDI.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.MouseUp">
            <summary>
                <para>Occurs when the mouse button is released if it was pressed within a tabbed MDI.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.MultiLine">
            <summary>
                <para>Gets or sets whether more than one row of page headers can be displayed.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value which specifies whether more than one row of page headers can be displayed.
</value>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.PageAdded">
            <summary>
                <para>Fires after a new page has been added to the <see cref="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.Pages"/> collection.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.PageImagePosition">
            <summary>
                <para>Gets or sets the alignment of the image displayed within the page header.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTab.TabPageImagePosition"/> enumeration member which specifies the image's alignment.
</value>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.PageRemoved">
            <summary>
                <para>Fires after a page has been removed from the <see cref="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.Pages"/> collection.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.Pages">
            <summary>
                <para>Provides access to the tabbed MDI manager's page collection.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraTabbedMdi.XtraMdiTabPageCollection"/> object which represents a collection of pages that represent multiple document interface (MDI) child forms that are parented to the form.

</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.PreviewPageZoomRatio">
            <summary>
                <para>Gets or sets the zoom ratio to calculate the size of a floating page's preview version.
</para>
            </summary>
            <value>A Single value that specifies the zoom ratio to calculate the size of a floating page's preview version.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.SelectedPage">
            <summary>
                <para>Gets or sets the currently selected page.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraTabbedMdi.XtraMdiTabPage"/> object which represents the page currently selected. <b>null</b> (<b>Nothing</b> in Visual Basic) if the <see cref="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.Pages"/> collection is empty or all pages are hidden.

</value>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.SelectedPageChanged">
            <summary>
                <para>Fires after the selected page has been changed.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.SetNextMdiChild">
            <summary>
                <para>Provides the ability to cycle through the pages using custom rules.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.SetNextMdiChildMode">
            <summary>
                <para>Gets or sets a value which specifies the order in which pages are cycled through.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTabbedMdi.SetNextMdiChildMode"/> enumeration value that specifies the order in which pages are cycled through.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.ShowFloatingDropHint">
            <summary>
                <para>Gets or sets whether hints are displayed to indicate positions when a floating page is being dragged-and-dropped onto the XtraTabbedMdiManager's header region.
</para>
            </summary>
            <value><b>true</b> if the hints are enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.ShowHeaderFocus">
            <summary>
                <para>Gets or sets whether a focus frame is displayed around the selected page header.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration member which specifies whether a focus frame is displayed around the selected page header.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.ShowToolTips">
            <summary>
                <para>Gets or sets whether hints can be displayed for page headers.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration member which specifies whether hints can be displayed for page headers.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.ToolTipController">
            <summary>
                <para>Gets or sets the tooltip controller component that controls the appearance, position and content of the hints displayed for tab pages. 
</para>
            </summary>
            <value>The <see cref="T:DevExpress.Utils.ToolTipController"/> component which controls the appearance and behavior of the hints displayed for tab pages. 
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.UseDocumentSelector">
            <summary>
                <para>Gets or sets whether the Document Selector feature is enabled, which allows an end-user to switch between tab pages.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether a Document Selector feature is enabled.
</value>


        </member>
        <member name="P:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager.UseFormIconAsPageImage">
            <summary>
                <para>Gets or sets whether to display a child form's icon (Form.Icon) in the corresponding page header.
</para>
            </summary>
            <value><b>true</b> to display a child form's icon (Form.Icon) in the corresponding page header; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.BaseDockOptions">

            <summary>
                <para>Serves as the base class for classes which contain options for controlling the docking functionality.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.BaseDockOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
            <summary>
                <para>Copies all the settings from the options object passed as the parameter to the current object.

</para>
            </summary>
            <param name="options">
		A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.BaseDockOptions.FloatOnDblClick">
            <summary>
                <para>Gets or sets whether an end-user can double-click a panel's caption to float it.
</para>
            </summary>
            <value><b>true</b> if an end-user can double-click a panel's caption to float it; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.BaseDockOptions.ShowAutoHideButton">
            <summary>
                <para>Gets or sets whether the auto hide button is displayed within a dock panel's caption.

</para>
            </summary>
            <value><b>true</b> to show the auto hide button within the caption of a dock panel; otherwise <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.BaseDockOptions.ShowCloseButton">
            <summary>
                <para>Gets or sets whether the close button is displayed within a dock panel's caption.

</para>
            </summary>
            <value><b>true</b> to show the close button within the caption of a dock panel; otherwise <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.BaseDockOptions.ShowMaximizeButton">
            <summary>
                <para>Gets or sets whether the maximize button can be displayed within a dock panel's caption.
</para>
            </summary>
            <value><b>true</b> to allow the maximize button to be displayed within the caption of a dock panel; otherwise <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.DockPanelOptions">

            <summary>
                <para>Provides options for controlling the docking functionality of a panel.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanelOptions.#ctor(DevExpress.XtraBars.Docking.DockPanel)">
            <summary>
                <para>Initializes a new instance of the DockPanelOptions class with default settings.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> panel that will own the newly created DockPanelOptions object.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanelOptions.AllowDockBottom">
            <summary>
                <para>Gets or sets whether the dock panel can be docked to the bottom edge of a form (or user control).
</para>
            </summary>
            <value><b>true</b> if the current panel can be docked to the bottom edge of a form; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanelOptions.AllowDockFill">
            <summary>
                <para>Gets or sets whether the dock panel can be docked to another dock panel.
</para>
            </summary>
            <value><b>true</b> if the panel can be docked to another dock panel; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanelOptions.AllowDockLeft">
            <summary>
                <para>Gets or sets whether the dock panel can be docked to the left edge of a form (or user control).
</para>
            </summary>
            <value><b>true</b> if the panel can be docked to the left edge of a form; otherwise, <b>false</b>
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanelOptions.AllowDockRight">
            <summary>
                <para>Gets or sets whether the dock panel can be docked to the right edge of a form (or user control).
</para>
            </summary>
            <value><b>true</b> if the panel can be docked to the right edge of a form; otherwise, <b>false</b>
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanelOptions.AllowDockTop">
            <summary>
                <para>Gets or sets whether the dock panel can be docked to the top edge of a form (or user control).
</para>
            </summary>
            <value><b>true</b> if the current panel can be docked to the top edge of a form; otherwise, <b>false</b>
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanelOptions.AllowFloating">
            <summary>
                <para>Gets or sets whether the dock panel can be floated.
</para>
            </summary>
            <value><b>true</b> if the panel can be floated; otherwise, <b>false</b>
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanelOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
            <summary>
                <para>Copies all the settings from the options object passed as the parameter to the current object.

</para>
            </summary>
            <param name="options">
		A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.EndSizingEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Docking.DockManager.EndSizing"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.EndSizingEventHandler.Invoke(System.Object,DevExpress.XtraBars.Docking.EndSizingEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Docking.DockManager.EndSizing"/> event.
</para>
            </summary>
            <param name="sender">
		The event sender. Identifies the dock manager that raised the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.Docking.EndSizingEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.EndSizingEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.Docking.DockManager.EndSizing"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.EndSizingEventArgs.#ctor(DevExpress.XtraBars.Docking.DockPanel,System.Boolean,DevExpress.XtraBars.Docking.SizingSide)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.EndSizingEventArgs"/> class with the specified parameters.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object which represents the processed dock panel. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanelEventArgs.Panel"/> property.

            </param>
            <param name="canceled">
		<b>true</b> if the sizing operation has been canceled; otherwise, <b>false</b>.

            </param>
            <param name="sizingSide">
		A <see cref="T:DevExpress.XtraBars.Docking.SizingSide"/> enumeration member which represents the dock panel's dragging edge. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.EndSizingEventArgs.SizingSide"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.EndSizingEventArgs.Canceled">
            <summary>
                <para>Gets a value which indicates whether the operation has been canceled.
</para>
            </summary>
            <value><b>true</b> if the operation has been canceled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.EndSizingEventArgs.SizingSide">
            <summary>
                <para>Gets the dock panel's dragged edge.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.SizingSide"/> enumeration member which represents the dock panel's dragged edge.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.StartSizingEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Docking.DockManager.StartSizing"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.StartSizingEventHandler.Invoke(System.Object,DevExpress.XtraBars.Docking.StartSizingEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Docking.DockManager.StartSizing"/> event.
</para>
            </summary>
            <param name="sender">
		The event sender. Identifies the dock manager that raised the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.Docking.StartSizingEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.StartSizingEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.Docking.DockManager.StartSizing"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.StartSizingEventArgs.#ctor(DevExpress.XtraBars.Docking.DockPanel,DevExpress.XtraBars.Docking.SizingSide)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.StartSizingEventArgs"/> class.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object which represents the dock panel being resized. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanelEventArgs.Panel"/> property.

            </param>
            <param name="sizingSide">
		A <see cref="T:DevExpress.XtraBars.Docking.SizingSide"/> enumeration member which represents the dock panel's dragging edge. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.StartSizingEventArgs.SizingSide"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.StartSizingEventArgs.SizingSide">
            <summary>
                <para>Gets the edge of the dock panel which is being dragged.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.SizingSide"/> enumeration member which represents the edge of the dock panel being dragged.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.SizingEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Docking.DockManager.Sizing"/> event. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.SizingEventHandler.Invoke(System.Object,DevExpress.XtraBars.Docking.SizingEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Docking.DockManager.Sizing"/> event. 
</para>
            </summary>
            <param name="sender">
		The event sender. Identifies the dock manager that raised the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.Docking.SizingEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.SizingEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.Docking.DockManager.Sizing"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.SizingEventArgs.#ctor(DevExpress.XtraBars.Docking.DockPanel,DevExpress.XtraBars.Docking.SizingSide,System.Drawing.Point,System.Drawing.Size)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.SizingEventArgs"/> class.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object which represents the processed dock panel. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanelEventArgs.Panel"/> property.

            </param>
            <param name="sizingSide">
		A <see cref="T:DevExpress.XtraBars.Docking.SizingSide"/> enumeration member which represents the edge of the dock panel being dragged. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.StartSizingEventArgs.SizingSide"/> property.

            </param>
            <param name="ptClient">
		A <see cref="T:System.Drawing.Point"/> structure which specifies the current coordinates of the mouse pointer, in client coordinates. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.SizingEventArgs.PtClient"/> property.

            </param>
            <param name="newSize">
		A <see cref="T:System.Drawing.Size"/> structure which specifies the dock panel's new size. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.SizingEventArgs.NewSize"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.SizingEventArgs.NewSize">
            <summary>
                <para>Gets the dock panel's new size.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> structure which specifies the dock panel's new size.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.SizingEventArgs.PtClient">
            <summary>
                <para>Gets the mouse pointer's coordinates relative to the top-left corner of the control.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Point"/> structure which specifies the current coordinates of the mouse pointer, in client coordinates.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.ReadOnlyPanelCollection">

            <summary>
                <para>Represents a collection of all the dock panels owned by the dock manager.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.ReadOnlyPanelCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.ReadOnlyPanelCollection"/> class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.ReadOnlyPanelCollection.Contains(DevExpress.XtraBars.Docking.DockPanel)">
            <summary>
                <para>Indicates whether the collection contains the specified dock panel. 
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object to locate in the collection. 

            </param>
            <returns><b>true</b> if the collection contains the specified dock panel; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.ReadOnlyPanelCollection.IndexOf(DevExpress.XtraBars.Docking.DockPanel)">
            <summary>
                <para>Returns the specified dock panel's position within the collection. 
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object to locate in the collection.

            </param>
            <returns>A zero-based integer representing the dock panel's position within the collection. <b>-1</b> if the collection doesn't contain the specified dock panel.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.ReadOnlyPanelCollection.Item(System.String)">
            <summary>
                <para>Gets the dock panel which has the specified name.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the name of the dock panel to find.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the dock panel with the specified name. <b>null</b> (<b>Nothing</b> in Visual Basic) if no dock panel is found.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.ReadOnlyPanelCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to the dock panels contained within the collection.
</para>
            </summary>
            <param name="index">
		An integer value specifying the dock panel's zero-based index within the collection.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the dock panel at the specified position.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.ReadOnlyPanelCollection.Item(System.Guid)">
            <summary>
                <para>Gets the dock panel with the specified unique identifier.
</para>
            </summary>
            <param name="id">
		A <see cref="T:System.Guid"/> object which represents a globally unique identifier (GUID).

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object which represents the dock panel with the specified unique identifier. <b>null</b> (<b>Nothing</b> in Visual Basic) if no dock panel is found.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.VisibilityChangedEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Docking.DockManager.VisibilityChanged"/> and <see cref="E:DevExpress.XtraBars.Docking.DockPanel.VisibilityChanged"/> events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.VisibilityChangedEventHandler.Invoke(System.Object,DevExpress.XtraBars.Docking.VisibilityChangedEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Docking.DockManager.VisibilityChanged"/> and <see cref="E:DevExpress.XtraBars.Docking.DockPanel.VisibilityChanged"/> events.
</para>
            </summary>
            <param name="sender">
		The event sender. Identifies the dock manager or panel that raised the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.Docking.VisibilityChangedEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.VisibilityChangedEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.Docking.DockManager.VisibilityChanged"/> and <see cref="E:DevExpress.XtraBars.Docking.DockPanel.VisibilityChanged"/> events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.VisibilityChangedEventArgs.#ctor(DevExpress.XtraBars.Docking.DockPanel,DevExpress.XtraBars.Docking.DockVisibility)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.VisibilityChangedEventArgs"/> class.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the dock panel whose visible state has been changed. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanelEventArgs.Panel"/> property.

            </param>
            <param name="oldVisibility">
		A <see cref="T:DevExpress.XtraBars.Docking.DockVisibility"/> enumeration value specifying the panel's previous visible state. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.VisibilityChangedEventArgs.OldVisibility"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.VisibilityChangedEventArgs.OldVisibility">
            <summary>
                <para>Gets the previous visible state of the panel.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockVisibility"/> enumeration value specifying the previous visible state of the panel.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.VisibilityChangedEventArgs.Visibility">
            <summary>
                <para>Gets the current visible state of the panel.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockVisibility"/> enumeration value specifying the panel's current visible state.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.TabsPositionChangedEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Docking.DockManager.TabsPositionChanged"/> and <see cref="E:DevExpress.XtraBars.Docking.DockPanel.TabsPositionChanged"/> events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.TabsPositionChangedEventHandler.Invoke(System.Object,DevExpress.XtraBars.Docking.TabsPositionChangedEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Docking.DockManager.TabsPositionChanged"/> and <see cref="E:DevExpress.XtraBars.Docking.DockPanel.TabsPositionChanged"/> events.
</para>
            </summary>
            <param name="sender">
		The event sender. Identifies the dock manager or panel that raised the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.Docking.TabsPositionChangedEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.TabsPositionChangedEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.Docking.DockManager.TabsPositionChanged"/> and <see cref="E:DevExpress.XtraBars.Docking.DockPanel.TabsPositionChanged"/> events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.TabsPositionChangedEventArgs.#ctor(DevExpress.XtraBars.Docking.DockPanel,DevExpress.XtraBars.Docking.TabsPosition)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.TabsPositionChangedEventArgs"/> class.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the dock panel whose <see cref="P:DevExpress.XtraBars.Docking.DockPanel.TabsPosition"/> property has been changed. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanelEventArgs.Panel"/> property.

            </param>
            <param name="oldTabsPosition">
		A <see cref="T:DevExpress.XtraBars.Docking.TabsPosition"/> enumeration value specifying the previous position of the tabs in a tab container. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.TabsPositionChangedEventArgs.OldTabsPosition"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.TabsPositionChangedEventArgs.OldTabsPosition">
            <summary>
                <para>Gets the previous position of the tabs in a tab container.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.TabsPosition"/> enumeration value specifying the previous position of the tabs in a tab container.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.TabsPositionChangedEventArgs.TabsPosition">
            <summary>
                <para>Gets the current position of the tabs in a tab container.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.TabsPosition"/> enumeration value specifying the current position of the tabs in a tab container.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.EndDockingEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Docking.DockManager.EndDocking"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.EndDockingEventHandler.Invoke(System.Object,DevExpress.XtraBars.Docking.EndDockingEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Docking.DockManager.EndDocking"/> event.
</para>
            </summary>
            <param name="sender">
		The event sender. Identifies the dock manager that raised the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.Docking.EndDockingEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.EndDockingEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.Docking.DockManager.EndDocking"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.EndDockingEventArgs.#ctor(DevExpress.XtraBars.Docking.DockPanel,System.Boolean)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.EndDockingEventArgs"/> class.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the docked panel. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanelEventArgs.Panel"/> property.

            </param>
            <param name="canceled">
		<b>true</b> if the docking operation was canceled by an end-user; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.EndDockingEventArgs.Canceled"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.EndDockingEventArgs.Canceled">
            <summary>
                <para>Indicates whether the docking operation was canceled by an end-user.
</para>
            </summary>
            <value><b>true</b> if the docking operation was canceled by an end-user; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.EndDockingEventArgs.DockedPanels">
            <summary>
                <para>Gets the panel(s) docked to the target control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.ReadOnlyPanelCollection"/> object representing the collection of panels docked to the target control. An empty collection if the docking operation has been canceled by an end-user.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.DockingEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Docking.DockManager.Docking"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockingEventHandler.Invoke(System.Object,DevExpress.XtraBars.Docking.DockingEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Docking.DockManager.Docking"/> event.
</para>
            </summary>
            <param name="sender">
		The event sender. Identifies the dock manager that raised the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.Docking.DockingEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.DockingEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.Docking.DockManager.Docking"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockingEventArgs.#ctor(DevExpress.XtraBars.Docking.DockPanel,System.Windows.Forms.Control,System.Drawing.Point,DevExpress.XtraBars.Docking.DockingStyle,System.Boolean,System.Int32)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.DockingEventArgs"/> class.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object which represents the processed dock panel. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanelEventArgs.Panel"/> property.

            </param>
            <param name="target">
		A <see cref="T:System.Windows.Forms.Control"/> descendant which represents the target control the panel is being docked to. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockingEventArgs.TargetForm"/> or <see cref="P:DevExpress.XtraBars.Docking.DockingEventArgs.TargetPanel"/> properties.

            </param>
            <param name="dragPoint">
		A <see cref="T:System.Drawing.Point"/> structure which specifies the current position of the mouse pointer, in screen coordinates. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockingEventArgs.DragPoint"/> property.

            </param>
            <param name="dock">
		A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value which specifies how the dock panel would be docked to the target control. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockingEventArgs.Dock"/> property.

            </param>
            <param name="targetTabbed">
		<b>true</b> if the dock panel will represent a tab within a tab container if dropped; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockingEventArgs.TargetTabbed"/> property.

            </param>
            <param name="index">
		A zero-based integer specifying the position of the current panel within the owning collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockingEventArgs.Index"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockingEventArgs.Dock">
            <summary>
                <para>Gets a value indicating how the dock panel would be docked to the targeted control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value specifying how the dock panel would be docked to the target control.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockingEventArgs.DragPoint">
            <summary>
                <para>Gets the mouse pointer's coordinates relative to the top left corner of the screen.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Point"/> structure specifying the current position of the mouse pointer, in screen coordinates.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockingEventArgs.Index">
            <summary>
                <para>Gets the position of the dock panel within the owning collection.
</para>
            </summary>
            <value>A zero-based integer specifying the position of the current panel within the owning collection.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockingEventArgs.TargetForm">
            <summary>
                <para>Gets the form (or user control) the panel is being docked to.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.ContainerControl"/> object representing the form (or user control) the panel is being docked to. <b>null</b> (<b>Nothing</b> in Visual Basic) if the panel is being docked to a panel.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockingEventArgs.TargetPanel">
            <summary>
                <para>Gets the target panel, which the processed panel is being docked to.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the target dock panel. <b>null</b> (<b>Nothing</b> in Visual Basic) if the panel is being docked to the form (or user control).
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockingEventArgs.TargetTabbed">
            <summary>
                <para>Identifies whether the dock panel will be turned into a tab within a tab container if it's dropped at its current position.
</para>
            </summary>
            <value><b>true</b> if the dock panel will represent a tab within a tab container if dropped; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarBaseButtonItemLink">

            <summary>
                <para>Represents a link to the <see cref="T:DevExpress.XtraBars.BarBaseButtonItem"/> item.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.BarBaseButtonItemLink.Item">
            <summary>
                <para>Gets the bar item which the current link corresponds to. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarBaseButtonItem"/> object representing the item which the current link corresponds to.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarBaseButtonItem">

            <summary>
                <para>Serves as a base class for classes that implement functionality for button items.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarBaseButtonItem.#ctor">
            <summary>
                <para>Initializes a new instance of the BarBaseButtonItem class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarBaseButtonItem.AllowAllUp">
            <summary>
                <para>Gets or sets whether all the button items in a group can be in the normal (elevated) state at a time.

</para>
            </summary>
            <value><b>true</b> if all the button items in a group can be in the normal (elevated) state at a time; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarBaseButtonItem.ButtonStyle">
            <summary>
                <para>Gets or sets the button item's style which determines how it functions. 

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarButtonStyle"/> value that determines how this item functions.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarBaseButtonItem.CanDown">
            <summary>
                <para>Gets a value indicating whether the button item has two states (normal and pressed).
</para>
            </summary>
            <value><b>true</b> if the button item has two states (normal and pressed); otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarBaseButtonItem.CloseSubMenuOnClick">
            <summary>
                <para>Gets or sets a value indicating whether a submenu which contains the button item's link is closed on a click.

</para>
            </summary>
            <value><b>true</b>, if a submenu containing the button item's link is closed on a click; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarBaseButtonItem.Down">
            <summary>
                <para>Gets or sets a value indicating whether the button item is pressed down.
</para>
            </summary>
            <value><b>true</b> if the button item is pressed down; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarBaseButtonItem.DownChanged">
            <summary>
                <para>Occurs after the item's pressed state has been changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarBaseButtonItem.GroupIndex">
            <summary>
                <para>Gets or sets the group index of the button item.
</para>
            </summary>
            <value>The group index of the button item.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarBaseButtonItem.Toggle">
            <summary>
                <para>Toggles the button item's state.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarBaseButtonItem.Toggle(DevExpress.XtraBars.BarItemLink)">
            <summary>
                <para>Toggles the button item's (link's) state.
</para>
            </summary>
            <param name="link">
		A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object that will be passed to the <see cref="E:DevExpress.XtraBars.BarBaseButtonItem.DownChanged"/> event.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.DockVisibility">

            <summary>
                <para>Contains values that specify the visible state for dock panels.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Docking.DockVisibility.AutoHide">
            <summary>
                <para>The panel's auto-hide functionality is enabled.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.DockVisibility.Hidden">
            <summary>
                <para>The panel is hidden.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.DockVisibility.Visible">
            <summary>
                <para>The panel is visible.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.DockManagerAppearances">

            <summary>
                <para>Contains appearance settings for dock panels.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManagerAppearances.#ctor(DevExpress.XtraBars.BarAndDockingController)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.DockManagerAppearances"/> class with the specified BarAndDockingController.
</para>
            </summary>
            <param name="controller">
		A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object representing the controller that will own the created collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarManagerAppearances.Controller"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManagerAppearances.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.DockManagerAppearances"/> class.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManagerAppearances.ActiveTab">
            <summary>
                <para>Gets the appearance settings used to paint the active tab within a tab container.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object providing appearance settings for painting the active tab within a tab container.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManagerAppearances.BeginUpdate">
            <summary>
                <para>Prevents the dock controls from being updated until the <see cref="M:DevExpress.XtraBars.Docking.DockManagerAppearances.EndUpdate"/> method is called. 
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManagerAppearances.Controller">
            <summary>
                <para>Gets the BarAndDockingController which the current collection belongs to.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object representing the BarAndDockingController that owns the current collection.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManagerAppearances.Dispose">
            <summary>
                <para>Releases all the resources used by the current <see cref="T:DevExpress.XtraBars.Docking.DockManagerAppearances"/> object.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManagerAppearances.EndUpdate">
            <summary>
                <para>Unlocks the <see cref="T:DevExpress.XtraBars.Docking.DockManagerAppearances"/> object after a <see cref="M:DevExpress.XtraBars.Docking.DockManagerAppearances.BeginUpdate"/> method call and generates an immediate update.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManagerAppearances.FloatFormCaption">
            <summary>
                <para>Gets the appearance settings used to paint the float forms' captions.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object providing appearance settings for painting the captions of float forms.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManagerAppearances.FloatFormCaptionActive">
            <summary>
                <para>Gets the appearance settings used to paint the caption of an active float form.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object providing appearance settings for painting the caption of an active float form.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManagerAppearances.HideContainer">
            <summary>
                <para>Gets the appearance settings used to paint the auto hide containers.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object providing appearance settings for painting the auto hide containers.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManagerAppearances.HidePanelButton">
            <summary>
                <para>Gets the appearance settings used to paint the panel's button in the auto hide container.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object providing appearance settings for painting the panel's button in the auto hide container.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManagerAppearances.HidePanelButtonActive">
            <summary>
                <para>Gets the appearance settings used to paint a panel's button in the auto hide container when it's hot-tracked or the panel it corresponds to is displayed.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object providing appearance settings for painting the active button in the auto hide container.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManagerAppearances.Panel">
            <summary>
                <para>Gets the appearance settings used to paint dock panels.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object providing appearance settings for painting dock panels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManagerAppearances.PanelCaption">
            <summary>
                <para>Gets the appearance settings used to paint dock panels' captions.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object providing appearance settings for painting the captions of all dock panels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManagerAppearances.PanelCaptionActive">
            <summary>
                <para>Gets the appearance settings used to paint the active panel's caption.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object providing appearance settings for painting the active panel's caption.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManagerAppearances.Reset">
            <summary>
                <para>Restores all the appearance settings and usage options to their default values and thus stops dock controls from using these appearance settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManagerAppearances.Tabs">
            <summary>
                <para>Gets the appearance settings used to paint a tab panel and its inactive tabs.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint a tab panel  and its inactive tab panels.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.DockPanelEventHandler">

            <summary>
                <para>Represents a method that will handle the dock panel events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanelEventHandler.Invoke(System.Object,DevExpress.XtraBars.Docking.DockPanelEventArgs)">
            <summary>
                <para>Represents a method that will handle the dock panel events.
</para>
            </summary>
            <param name="sender">
		The event sender. Identifies the dock manager that raised the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanelEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.DockPanelCancelEventHandler">

            <summary>
                <para>Represents a method that will handle the dock panel events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanelCancelEventHandler.Invoke(System.Object,DevExpress.XtraBars.Docking.DockPanelCancelEventArgs)">
            <summary>
                <para>Represents a method that will handle the dock panel events.
</para>
            </summary>
            <param name="sender">
		The event sender. Identifies the dock manager that raised the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanelCancelEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.DockPanelCancelEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.Docking.DockManager.ClosingPanel"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanelCancelEventArgs.#ctor(DevExpress.XtraBars.Docking.DockPanel)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.DockPanelCancelEventArgs"/> class.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the dock panel which is being closed. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanelEventArgs.Panel"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanelCancelEventArgs.Cancel">
            <summary>
                <para>Gets or sets whether the operation performed on the processed panel should be cancelled.
</para>
            </summary>
            <value><b>true</b> to cancel the operation performed on the panel; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarCheckItem">

            <summary>
                <para>Represents a bar item with toggle button functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarCheckItem.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BarCheckItem"/> class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarCheckItem.#ctor(DevExpress.XtraBars.BarManager)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BarCheckItem"/> class with the specified BarManager.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object representing the BarManager responsible for managing the current item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Manager"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarCheckItem.#ctor(DevExpress.XtraBars.BarManager,System.Boolean)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BarCheckItem"/> class with the specified BarManager and state.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object representing the BarManager responsible for managing the current item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Manager"/> property.

            </param>
            <param name="check">
		<b>true</b> if the item is checked; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarCheckItem.Down"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.BarCheckItem.ButtonStyle">
            <summary>
                <para>Get or sets the bar item's style.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarButtonStyle"/> enumeration value specifying the bar item's style.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarCheckItem.Checked">
            <summary>
                <para>Gets or set a value indicating whether the item is in the pushed state.
</para>
            </summary>
            <value><b>true</b> if the item is currently in the pushed state; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarCheckItem.CheckedChanged">
            <summary>
                <para>Fires after the check state of a link associated with the check item has been changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarCheckItem.Down">
            <summary>
                <para>Gets or set a value indicating whether the item is in the pushed state.
</para>
            </summary>
            <value><b>true</b> if the item is currently in the pushed state; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.DockPanelEventArgs">

            <summary>
                <para>Serves as the base class for classes which provide data to the events of dock panels.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanelEventArgs.#ctor(DevExpress.XtraBars.Docking.DockPanel)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.DockPanelEventArgs"/> class.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the processed dock panel. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanelEventArgs.Panel"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanelEventArgs.Panel">
            <summary>
                <para>Gets the processed dock panel.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the processed dock panel.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.DockPanelState">

            <summary>
                <para>Lists values indicating all the available dock panel states.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Docking.DockPanelState.Docking">
            <summary>
                <para>The dock panel is being docked.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.DockPanelState.Regular">
            <summary>
                <para>The dock panel is in its normal state. No specific action is being performed by an end-user. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.DockPanelState.Sizing">
            <summary>
                <para>The dock panel's edge is being dragged to change its height or width. In this case a bar indicating the edge's potential position is painted.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.ActivePanelChangedEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Docking.DockManager.ActivePanelChanged"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.ActivePanelChangedEventHandler.Invoke(System.Object,DevExpress.XtraBars.Docking.ActivePanelChangedEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Docking.DockManager.ActivePanelChanged"/> event.
</para>
            </summary>
            <param name="sender">
		The event sender. Identifies the dock manager that raised the event.

            </param>
            <param name="e">
		An <see cref="T:DevExpress.XtraBars.Docking.ActivePanelChangedEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.ActivePanelChangedEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.Docking.DockManager.ActivePanelChanged"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.ActivePanelChangedEventArgs.#ctor(DevExpress.XtraBars.Docking.DockPanel,DevExpress.XtraBars.Docking.DockPanel)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.ActivePanelChangedEventArgs"/> class.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the recently activated dock panel. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanelEventArgs.Panel"/> property.

            </param>
            <param name="oldPanel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the previously active dock panel. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.ActivePanelChangedEventArgs.OldPanel"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.ActivePanelChangedEventArgs.OldPanel">
            <summary>
                <para>Gets the previously active dock panel.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the previously active dock panel. <b>null</b> (<b>Nothing</b> in Visual Basic) if none of the panels have been active before.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.ZIndexControl">

            <summary>
                <para>Serves as the base class for the <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> class.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.ZIndexControl.GetHitInfo(System.Drawing.Point)">
            <summary>
                <para>Returns information about the element located at the specified point.
</para>
            </summary>
            <param name="ptClient">
		A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the container's top-left corner.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Docking.HitInfo"/> object which contains information on the element at the test point.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.ZIndexControl.TabIndex">
            <summary>
                <para>Gets or sets the tab order of the control within its container.
</para>
            </summary>
            <value>The index value (tab index) of the control within the set of controls that share the same container and are included in the tab order.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.ZIndexControl.XtraZIndex">
            <summary>
                <para>Gets or sets the index of the control within its parent control's collection.

</para>
            </summary>
            <value>An integer specifying the control's position within its parent control's collection.

</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.HitInfo">

            <summary>
                <para>Contains information about a specific point within a dock panel.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.HitInfo.#ctor(System.Windows.Forms.Control,System.Drawing.Point)">
            <summary>
                <para>Initializes a new instance of the HitInfo class with the specified control and test point. 
</para>
            </summary>
            <param name="control">
		A control that contains the test point.

            </param>
            <param name="hitPoint">
		A <see cref="T:System.Drawing.Point"/> structure specifying the test point's coordinates relative to the control's top-left corner. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.HitInfo.HitPoint"/> property. 

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.HitInfo.AutoHidePanel">
            <summary>
                <para>Gets the panel which has its auto hide functionality enabled and whose corresponding label is located under the test point.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object which represents the auto hidden dock panel to which the label located under the test point corresponds. <b>null</b> (<b>Nothing</b> in Visual Basic) if there is no label under the test point.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.HitInfo.Bounds">
            <summary>
                <para>Gets or sets the limits for the dock panel's element that contains the test point.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Rectangle"/> structure representing the element's bounding rectangle.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.HitInfo.Button">
            <summary>
                <para>Gets the caption button located under the test point.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.Helpers.DockPanelCaptionButton"/> object representing the caption button located under the test point. <b>null</b> (<b>Nothing</b> in Visual Basic) if there is no caption button under the test point.
</value>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.HitInfo.Empty">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.HitInfo"/> class. This field is read-only.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.HitInfo.HitPoint">
            <summary>
                <para>Gets the test point.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Point"/> structure representing the test point. The point coordinates are set relative to the dock panel's top-left corner.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.HitInfo.HitTest">
            <summary>
                <para>Gets or sets a value identifying the type of the visual element located under the test point.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.HitTest"/> enumeration value identifying the type of the visual element under the test point.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.HitInfo.IsEqual(System.Object)">
            <summary>
                <para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.XtraBars.Docking.HitInfo"/> object.
</para>
            </summary>
            <param name="obj">
		An object containing information about a specific point within a dock panel.

            </param>
            <returns><b>true</b> if the specified object is equal to the current <see cref="T:DevExpress.XtraBars.Docking.HitInfo"/> object; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.HitInfo.ResizeZone">
            <summary>
                <para>Gets or sets the resize zone located under the test point.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.Helpers.ResizeZone"/> object representing the resize zone located under the test point. <b>null</b> (<b>Nothing</b> in Visual Basic) if there is no resize zone under the test point.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.HitInfo.Tab">
            <summary>
                <para>Gets or sets the tab located under the test point.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the tab located under the test point. <b>null</b> (<b>Nothing</b> in Visual Basic) if there is no tab under the test point.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.FloatForm">

            <summary>
                <para>Represents a floating form where a floating panel resides.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.FloatForm.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.FloatForm"/> class.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.FloatForm.DockManager">
            <summary>
                <para>Gets the dock manager which displays the current form.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object which represents the dock manager that displays the current form.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.FloatForm.IsDisposing">
            <summary>
                <para>Gets whether the form is currently being disposed of.
</para>
            </summary>
            <value><b>true</b> if the form is currently being disposed of; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.DockPanelCollection">

            <summary>
                <para>Represents a dock panel collection.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanelCollection.AddRange(DevExpress.XtraBars.Docking.DockPanel[])">
            <summary>
                <para>Adds an array of <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> objects to the end of the collection.
</para>
            </summary>
            <param name="panels">
		An array of <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> objects to be added to the collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanelCollection.Contains(DevExpress.XtraBars.Docking.DockPanel)">
            <summary>
                <para>Indicates whether the collection contains the specified dock panel.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object to locate in the collection.

            </param>
            <returns><b>true</b> if the collection contains the specified dock panel; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanelCollection.IndexOf(DevExpress.XtraBars.Docking.DockPanel)">
            <summary>
                <para>Returns the specified dock panel's position within the collection.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object to locate in the collection.

            </param>
            <returns>A zero-based integer representing the dock panel's position within the collection. <b>-1</b> if the collection doesn't contain the specified dock panel.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanelCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to the dock panels contained within the collection.
</para>
            </summary>
            <param name="index">
		An integer value specifying the dock panel's zero-based index within the collection.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the dock panel at the specified position. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanelCollection.Item(System.String)">
            <summary>
                <para>Provides access to the dock panels with the specified name, contained within the collection.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value that specified the dock panel's name.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object that represents the dock panel with the specified name. 
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.DockPanel">

            <summary>
                <para>Represents a dock panel. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> class.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.ActiveChild">
            <summary>
                <para>Gets or sets the currently active child dock panel.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the currently active child dock panel. <b>null</b> (<b>Nothing</b> in Visual Basic) if no child panel is currently active.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockPanel.ActiveChildChanged">
            <summary>
                <para>Fires after the panel's active child has been changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.ActiveChildIndex">
            <summary>
                <para>Gets or sets the index of the currently active child dock panel.
</para>
            </summary>
            <value>An integer value specifying the zero-based index of the currently active child dock panel.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.AddPanel">
            <summary>
                <para>Creates a new dock panel and docks it to the current dock panel.

</para>
            </summary>
            <returns>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the dock panel created by this method.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.Appearance">
            <summary>
                <para>Specifies the appearance settings for the dock panel's client region.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object representing the appearance settings for the dock panel's client region.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.BackColor">
            <summary>
                <para>Gets or sets the panel's background color.
</para>
            </summary>
            <value>A Color value that specifies the panel's background color.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.BindingContext">
            <summary>
                <para>Gets the <see cref="T:System.Windows.Forms.BindingContext"/> object for the current panel.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.BindingContext"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.Bounds">
            <summary>
                <para>Gets or sets the dock panel's size and location.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Rectangle"/> structure that specifies the dock panel's bounding rectangle.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.CanActivate">
            <summary>
                <para>Indicates whether a dock panel can be activated.
</para>
            </summary>
            <value><b>true</b> if a dock panel can be activated; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.Close">
            <summary>
                <para>Imitates a click on the panel's close button.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockPanel.ClosedPanel">
            <summary>
                <para>Occurs after the current panel has been closed.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockPanel.ClosingPanel">
            <summary>
                <para>Occurs before the current panel is closed.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.ControlContainer">
            <summary>
                <para>Gets the control container representing the dock panel's client area when this panel does not contain other dock panels.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.ControlContainer"/> object representing the panel's client area when this panel does not contain other dock panels; <b>null</b> if the current panel represents a split container or tab container.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.Count">
            <summary>
                <para>Gets the number of dock panels the current dock panel owns.
</para>
            </summary>
            <value>An integer value specifying the number of dock panels contained within the current dock panel.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.Dock">
            <summary>
                <para>Gets or sets a value specifying how the dock panel is aligned within its parent control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value specifying the manner in which a panel is docked.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.DockAsMdiDocument">
            <summary>
                <para>Docks the panel to a <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/> located in the same form as the current <see cref="T:DevExpress.XtraBars.Docking.DockManager"/>.
</para>
            </summary>
            <returns><b>true</b> if the operation is a success; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.DockAsTab(DevExpress.XtraBars.Docking.DockPanel,System.Int32)">
            <summary>
                <para>Creates a tab which contains the current panel at the specified position within the target tab container. The target tab container is created if required.

</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the target tab container, the target tab container's tab or the panel that points to the location at which the target tab container will be created.


            </param>
            <param name="index">
		A zero-based integer specifying the position at which the created tab is placed.


            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.DockAsTab(DevExpress.XtraBars.Docking.DockPanel)">
            <summary>
                <para>Appends a tab containing the current panel to the target tab container. The target tab container is created if necessary.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the target tab container or target tab container's tab, or a panel that points to the location at which to create the target tab container.


            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.DockLevel">
            <summary>
                <para>Gets a value indicating the nesting level of the dock panel.
</para>
            </summary>
            <value>An integer value specifying the nesting level of the panel
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.DockManager">
            <summary>
                <para>Gets the dock manager which coordinates any docking operations performed on the current panel.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object representing the dock manager for the panel.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.DockTo(DevExpress.XtraBars.Docking.DockingStyle)">
            <summary>
                <para>Docks the current panel to the form (or user control) using the specified style.
</para>
            </summary>
            <param name="dock">
		A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> value specifying how the panel is docked to the form (user control).

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.DockTo(DevExpress.XtraBars.Docking.DockingStyle,System.Int32)">
            <summary>
                <para>Docks the current panel to the form (user control) at the specified position using the specified style.

</para>
            </summary>
            <param name="dock">
		A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> value specifying how the panel is docked to the form (user control).

            </param>
            <param name="index">
		A zero-based integer specifying the position at which to dock the current panel.


            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.DockTo(DevExpress.XtraBars.Docking.DockPanel)">
            <summary>
                <para>Docks the current panel to the specified panel.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the target dock panel.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.DockTo(DevExpress.XtraBars.Docking.DockPanel,System.Int32)">
            <summary>
                <para>Docks the current panel to the specified panel in the specified position.

</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the target dock panel.

            </param>
            <param name="index">
		A zero-based integer specifying the position at which to dock the current panel.


            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.DockTo(DevExpress.XtraBars.Docking.DockManager,DevExpress.XtraBars.Docking.DockingStyle)">
            <summary>
                <para>This method is not supported.
</para>
            </summary>
            <param name="dockManager">
		A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object.

            </param>
            <param name="dock">
		A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> value.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.DockTo(DevExpress.XtraBars.Docking.DockManager,DevExpress.XtraBars.Docking.DockingStyle,System.Int32)">
            <summary>
                <para>This method is not supported.
</para>
            </summary>
            <param name="dockManager">
		A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object.

            </param>
            <param name="dock">
		A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> value.

            </param>
            <param name="index">
		An integer value.


            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.DockVertical">
            <summary>
                <para>Gets or sets whether the current panel's children should be arranged vertically or horizontally when the panel is docked to a form/user control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies the orientation of dock panels in a split container.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.FloatForm">
            <summary>
                <para>Gets the floating form which the panel resides on.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.FloatForm"/> object referring to the form which the floating panel resides on.


</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.FloatLocation">
            <summary>
                <para>Gets or sets the floating panel's location.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Point"/> structure specifying the screen coordinates of the floating dock panel in pixels. <b>Point.Empty</b> if the panel isn't floating.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.FloatSize">
            <summary>
                <para>Gets or sets the size of the panel when it is floating.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> structure representing the panel's size, in pixels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.FloatVertical">
            <summary>
                <para>Gets or sets whether the current panel's children should be arranged vertically or horizontally when the panel is floated.
</para>
            </summary>
            <value><b>true</b> if the panel's children are arranged vertically in floating mode; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.GetHitInfo(System.Drawing.Point)">
            <summary>
                <para>Returns information about the panel's element located at the specified point.

</para>
            </summary>
            <param name="ptClient">
		A <see cref="T:System.Drawing.Point"/> structure specifying the test point coordinates relative to the panel's top-left corner.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Docking.HitInfo"/> object containing information on the panel's element at the test point.

</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.HasAsChild(DevExpress.XtraBars.Docking.DockPanel)">
            <summary>
                <para>Indicates whether the dock panel contains the specified child panel.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the dock panel to test.

            </param>
            <returns><b>true</b> if the dock panel is the parent of the specified panel; otherwise <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.HasAsParent(DevExpress.XtraBars.Docking.DockPanel)">
            <summary>
                <para>Indicates whether the current panel has the specified panel as its parent.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the panel to test.

            </param>
            <returns><b>true</b> if the current panel has the specified panel as its parent; otherwise <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.Hide">
            <summary>
                <para>Hides the panel.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.HideImmediately">
            <summary>
                <para>Hides the panel immediately without a sliding animation effect.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.HideSliding">
            <summary>
                <para>Hides the dock panel using a sliding animation effect.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.Hint">
            <summary>
                <para>Gets or sets the dock panel's hint text.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value which specifies the dock panel's hint. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.ID">
            <summary>
                <para>Gets or sets the dock panel's unique identifier.
</para>
            </summary>
            <value>A <see cref="T:System.Guid"/> object which represents a globally unique identifier (GUID).
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.ImageIndex">
            <summary>
                <para>Gets or sets the index of an image associated with the dock panel. 
</para>
            </summary>
            <value>An integer value specifying the index of an image within the <see cref="P:DevExpress.XtraBars.Docking.DockManager.Images"/> list.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.Images">
            <summary>
                <para>Gets the image source which provides images for dock panels.
</para>
            </summary>
            <value>An <see cref="T:System.Object"/> which provides images for dock panels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.Index">
            <summary>
                <para>Gets or sets the position of the dock panel within the owning collection.


</para>
            </summary>
            <value>A zero-based integer specifying the position of the current panel within the owning collection.



</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.IsMdiDocument">
            <summary>
                <para>Gets whether the panel is docked to a <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/>'s <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView"/>.
</para>
            </summary>
            <value><b>true</b> if the panel is docked to a <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/>'s TabbedView; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.IsTab">
            <summary>
                <para>Gets whether the current panel belongs to a tab container.
</para>
            </summary>
            <value><b>true</b> if the panel is displayed as a tab page in a tab container; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to the child panels of the current panel.

</para>
            </summary>
            <param name="index">
		A zero-based integer addressing the child panel.


            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the desired child panel of the current panel.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.Location">
            <summary>
                <para>Gets or sets the dock panel's location.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Point"/> structure that specifies the coordinates of the panel's upper-left corner, relative to the upper-left corner of its container. 

</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.MakeFloat">
            <summary>
                <para>Floats the current dock panel.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.MakeFloat(System.Drawing.Point)">
            <summary>
                <para>Floats the current dock panel at the specified position.

</para>
            </summary>
            <param name="ptScreen">
		A <see cref="T:System.Drawing.Point"/> structure specifying the position of the top-left corner of the floating window (in screen coordinates). 

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.MaximumSize">
            <summary>
                <para>Gets the control's maximum size. This property is not supported.
</para>
            </summary>
            <value>Always an empty <see cref="T:System.Drawing.Size"/> structure.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.MinimumSize">
            <summary>
                <para>Gets the control's minimum size. This property is not supported.
</para>
            </summary>
            <value>Always an empty <see cref="T:System.Drawing.Size"/> structure.
</value>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.DockPanel.OptimizeBoundsCalculation">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns>A Boolean value.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.Options">
            <summary>
                <para>Provides access to the dock panel's options.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanelOptions"/> object which contains the dock panel's options.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.OriginalSize">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code..
</para>
            </summary>
            <value>A Size structure.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.ParentAutoHideContainer">
            <summary>
                <para>Gets the auto-hide container which displays the panel's label when its automatic hiding functionality is enabled.

</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraBars.Docking.AutoHideContainer"/> object representing the auto-hide container that owns the panel when its automatic hiding functionality is enabled.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.ParentPanel">
            <summary>
                <para>Gets the immediate parent panel of the current panel.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the immediate parent panel of the current panel. <b>null</b> if the panel does not belong to any dock panel.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.Register(DevExpress.XtraBars.Docking.DockManager)">
            <summary>
                <para>Registers the dock panel.
</para>
            </summary>
            <param name="value">
		A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object that owns the dock panel.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.RemovePanel(DevExpress.XtraBars.Docking.DockPanel)">
            <summary>
                <para>Destroys the specified child panel.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the child of the current panel which must be destroyed.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.Restore">
            <summary>
                <para>Restores the panel to its previous docking position.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.RootPanel">
            <summary>
                <para>Gets the root panel of the current panel.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the root panel of the current panel.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.SavedDock">
            <summary>
                <para>Gets or sets the docking style applied to a panel before it's made to float or is hidden.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.SavedIndex">
            <summary>
                <para>Gets or sets the panel's index before it's made to float or is hidden. 
</para>
            </summary>
            <value>An integer value specifying the panel's index.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.SavedMdiDocument">
            <summary>
                <para>Gets or sets whether the panel was docked in a <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/>, before it was made floating or hidden.
</para>
            </summary>
            <value><b>true</b> if the panel was docked in a <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/>, before it was made floating or hidden; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.SavedParent">
            <summary>
                <para>Gets or sets the panel's parent before it's made to float or is hidden.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the panel's parent panel.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.SavedTabbed">
            <summary>
                <para>Gets or sets a value indicating whether the panel was a tab container, before it was made to float or was hidden.
</para>
            </summary>
            <value>A Boolean value specifying whether the current panel represents a tab container.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockPanel.Show">
            <summary>
                <para>Displays and activates the panel.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.Size">
            <summary>
                <para>Gets or sets the dock panel's size.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> structure that specifies the dock panel's height and width.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.State">
            <summary>
                <para>Gets the dock panel's current state. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanelState"/> enumeration value indicating the dock panel's current state.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.Tabbed">
            <summary>
                <para>Gets or sets whether the current panel represents a tab container.
</para>
            </summary>
            <value><b>true</b> if the current panel represents a tab container; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockPanel.TabbedChanged">
            <summary>
                <para>Occurs when the panel's <see cref="P:DevExpress.XtraBars.Docking.DockPanel.Tabbed"/> property is changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.TabsPosition">
            <summary>
                <para>Gets or sets the position of tabs.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.TabsPosition"/> value representing the position of tabs.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockPanel.TabsPositionChanged">
            <summary>
                <para>Fires after the dock panel's <see cref="P:DevExpress.XtraBars.Docking.DockPanel.TabsPosition"/> property has been changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.TabsScroll">
            <summary>
                <para>Specifies whether tab navigation buttons are displayed when tabs don't fit into the tab container's width/height.
</para>
            </summary>
            <value><b>true</b> if tab navigation buttons are enabled; otherwise, <b>false</b>.

</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockPanel.TabsScrollChanged">
            <summary>
                <para>Occurs when the panel's <see cref="P:DevExpress.XtraBars.Docking.DockPanel.TabsScroll"/> property is changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.TabText">
            <summary>
                <para>Gets or sets the panel's short caption.

</para>
            </summary>
            <value>A string representing the panel's short caption.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.Text">
            <summary>
                <para>Gets or sets the dock panel's caption.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> representing the panel's caption.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.Visibility">
            <summary>
                <para>Gets or sets the panel's visible state.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockVisibility"/> value representing the panel's visible state.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockPanel.VisibilityChanged">
            <summary>
                <para>Fires after the dock panel's visible state has been changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.Visible">
            <summary>
                <para>Gets or sets whether the dock panel is visible.
</para>
            </summary>
            <value><b>true</b> if the panel is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockPanel.VisibleChanged">
            <summary>
                <para>Fires after the visible state of any dock panel owned by the dock manager has been changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.XtraActiveChildID">
            <summary>
                <para>Gets the index of the currently active child dock panel.
</para>
            </summary>
            <value>An integer value specifying the zero-based index of the currently active child dock panel.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.XtraAutoHideContainerDock">
            <summary>
                <para>Gets a value specifying how the auto hide container is aligned within its parent control.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.DockStyle"/> enumeration value specifying the manner in which an auto hide container is docked. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.XtraBounds">
            <summary>
                <para>Gets or sets the dock panel's bounds.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Rectangle"/> structure representing the dock panel's bounds.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.XtraID">
            <summary>
                <para>Gets the dock panel's index.
</para>
            </summary>
            <value>A zero-based integer specifying the dock panel's index.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.XtraParentID">
            <summary>
                <para>Gets the index of the dock panel's parent panel.
</para>
            </summary>
            <value>A zero-based integer specifying the index of the dock panel's parent panel.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockPanel.XtraSavedParentID">
            <summary>
                <para>Gets the index of the panel's parent before it's made to float or is hidden.
</para>
            </summary>
            <value>A zero-based integer specifying the index of the panel's parent.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.DockManager">

            <summary>
                <para>Represents the component used to provide centralized control over the dock panels residing on a control container (form or user control). 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.#ctor(System.Windows.Forms.ContainerControl)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> class with the specified container control.
</para>
            </summary>
            <param name="form">
		A <see cref="T:System.Windows.Forms.ContainerControl"/> object representing the container control that will display the dock panels owned by the created dock manager.


            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.#ctor(System.ComponentModel.IContainer)">
            <summary>
                <para>Initializes a new instance of the DockManager class with the specified container control.
</para>
            </summary>
            <param name="container">
		The container control that will display the dock panels owned by the newly created dock manager.


            </param>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.ActiveChildChanged">
            <summary>
                <para>Fires after the panel's active child has been changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.ActivePanel">
            <summary>
                <para>Gets or sets the active dock panel.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the currently active dock panel. <b>null</b> (<b>Nothing</b> in Visual Basic) if there is no active dock panel.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.ActivePanelChanged">
            <summary>
                <para>Fires after the active dock panel has been changed. 
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.ActivePanelID">
            <summary>
                <para>Gets or sets the index of the active dock panel.
</para>
            </summary>
            <value>A zero-based integer specifying the index of the active dock panel. <b>-1</b> if there isn't any currently active panel.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.AddPanel(DevExpress.XtraBars.Docking.DockingStyle)">
            <summary>
                <para>Creates a new dock panel and docks it to the form (user control) using the specified style.
</para>
            </summary>
            <param name="dock">
		The <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> value specifying how the created panel is docked to the container control.


            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object created by this method.

</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.AddPanel(System.Drawing.Point)">
            <summary>
                <para>Creates a new dock panel and floats it at the specified point.

</para>
            </summary>
            <param name="floatLocation">
		A <see cref="T:System.Drawing.Point"/> structure specifying the point at which the panel will be floated.


            </param>
            <returns>The <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object created by this method. 


</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.AutoHideContainers">
            <summary>
                <para>Provides access to the auto hide containers and thus to the panels whose auto hide functionality is enabled.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraBars.Docking.AutoHideContainerCollection"/> object which stores auto hide containers for the dock manager's <see cref="P:DevExpress.XtraBars.Docking.DockManager.Form"/>.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.AutoHideSpeed">
            <summary>
                <para>Gets or sets a value that specifies the auto-hide speed of dock panels.
</para>
            </summary>
            <value>An integer value that specifies the auto-hide speed of dock panels. The greater the value, the faster the auto-hide speed.


</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.BeforeLoadLayout">
            <summary>
                <para>Occurs before a layout is restored from storage (a stream, xml file or the system registry).

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.BeginInit">
            <summary>
                <para>Notifies the component that the initialization has started.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.BeginUpdate">
            <summary>
                <para>Prevents the dock panels that belongs to the dock manager from being updated until the <see cref="M:DevExpress.XtraBars.Docking.DockManager.EndUpdate"/> method is called.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.Clear">
            <summary>
                <para>Destroys all panels.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.ClosedPanel">
            <summary>
                <para>Occurs after a panel has been closed.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.ClosingPanel">
            <summary>
                <para>Occurs when a panel is closing.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.Controller">
            <summary>
                <para>Gets or sets the BarAndDockingController that will provide the default appearance options for the dock panels belonging to the current dock manager.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object providing appearance options.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.Count">
            <summary>
                <para>Gets the total number of panels that belong to the dock manager.
</para>
            </summary>
            <value>An integer value specifying the number of panels that belong to the dock manager.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.CreateAutoHideContainer">
            <summary>
                <para>Fires after an auto hide container has been created.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.CreateVs2005DockStyleVisualizers">
            <summary>
                <para>Creates a helper object that manages dock visualizers for the VS2005 dock style.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.DestroyAutoHideContainer">
            <summary>
                <para>Fires before an auto hide container has been destroyed.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.Docking">
            <summary>
                <para>Fires repeatedly while the dock panel is being dragged.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.DockingOptions">
            <summary>
                <para>Provides access to the settings that affect the behavior of dock panels.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockingOptions"/> object specifying the customization settings of dock panels. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.DockMode">
            <summary>
                <para>Gets or sets the dock style.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.Helpers.DockMode"/> enumeration value that specifies the dock style.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.DockModeVS2005FadeFramesCount">
            <summary>
                <para>Gets or sets the number of frames in the fading animation effect that are applied when displaying dock visualizers (markers) in VS2005 dock style.

</para>
            </summary>
            <value>An integer value that specifies the number of frames in the fading animation effect.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.DockModeVS2005FadeSpeed">
            <summary>
                <para>Gets or sets a value that specifies the speed of fade effects.
</para>
            </summary>
            <value>An integer value that specifies the speed of fade effects.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.EndDocking">
            <summary>
                <para>Fires immediately after a docking operation on a dock panel has finished. 
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.EndInit">
            <summary>
                <para>Notifies the control that the initialization has been completed.

</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.EndSizing">
            <summary>
                <para>Fires after a resize operation on a dock panel has finished.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.EndUpdate">
            <summary>
                <para>Unlocks the dock panels after a call to the <see cref="M:DevExpress.XtraBars.Docking.DockManager.BeginUpdate"/> method and causes an immediate update.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.ForceInitialize">
            <summary>
                <para>Forces the dock manager to finish its initialization.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.Form">
            <summary>
                <para>Gets or sets the container control (form or user control) which displays the dock panels owned by the current dock manager.

</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.ContainerControl"/> object that is the container which displays the dock panels created by the current dock manager.


</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.GetDockPanelAtPos(System.Drawing.Point)">
            <summary>
                <para>Returns the panel located under the specified point.
</para>
            </summary>
            <param name="ptScreen">
		A <see cref="T:System.Drawing.Point"/> structure representing the test point's coordinates relative to the top-left corner of the screen. 

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the dock panel located under the specified point. <b>null</b> (<b>Nothing</b> in Visual Basic) if no dock panel is located under the test point.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.HiddenPanels">
            <summary>
                <para>Provides access to a collection of hidden dock panels.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanelCollection"/> object representing the collection of hidden panels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.Images">
            <summary>
                <para>Gets or sets the image source whose images are used by dock panels.
</para>
            </summary>
            <value>An <see cref="T:System.Object"/> which provides images for dock panels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.IsDeserializing">
            <summary>
                <para>Indicates whether the docking layout is being loaded.
</para>
            </summary>
            <value><b>true</b> if the docking layout is being loaded; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.IsInitialized">
            <summary>
                <para>Indicates whether the dock manager has been initialized.
</para>
            </summary>
            <value><b>true</b> if the dock manager has been initialized; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to the panels which belong to the dock manager.
</para>
            </summary>
            <param name="index">
		A zero-based index specifying the panel to be returned.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the panel at the specified position.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.Item(System.String)">
            <summary>
                <para>Provides indexed access to the panels which belong to the dock manager by their names.
</para>
            </summary>
            <param name="name">
		A <see cref="T:System.String"/> value specifying the panel's name.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the panel with the specified name. <b>null</b> (<b>Nothing</b> in Visual Basic) if no panel is found.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.LayoutUpgrade">
            <summary>
                <para>Occurs after a layout whose version doesn't match the current layout's version has been loaded from storage (a stream, xml file or system registry).
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.LayoutVersion">
            <summary>
                <para>Gets or sets the version of the layout of dock windows.

</para>
            </summary>
            <value>A string representing the version of the layout of dock windows.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.Load">
            <summary>
                <para>Fires after the docking layout has been loaded.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.Panels">
            <summary>
                <para>Provides access to all the dock panels owned by the dock manager.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.ReadOnlyPanelCollection"/> object representing the collection of dock panels.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.RegisterDockPanel">
            <summary>
                <para>Occurs when a new panel is registered within the dock manager.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.RemovePanel(DevExpress.XtraBars.Docking.DockPanel)">
            <summary>
                <para>Destroys the specified panel.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object that specifies the panel to destroy.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.RestoreFromRegistry(System.String)">
            <summary>
                <para>Restores the layout stored at the specified system registry path to the dock panels.
</para>
            </summary>
            <param name="path">
		A string value specifying the system registry path. If the specified path doesn't exist, calling this method has no effect.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.RestoreFromStream(System.IO.Stream)">
            <summary>
                <para>Restores the layout in the specified stream to the dock panels.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> descendant from which the dock panels' settings are read. If the specified stream is empty or <b>null</b> (<b>Nothing</b> in Visual Basic), an exception is raised.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.RestoreFromXml(System.String)">
            <summary>
                <para>Restores the layout of dock controls from the specified XML file.
</para>
            </summary>
            <param name="xmlFile">
		A string value specifying the path to the XML file containing the settings for the dock panels. If the specified file doesn't exist, an exception is raised.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.RestoreLayoutFromRegistry(System.String)">
            <summary>
                <para>Restores the layout of dock panels from the specified system registry path.
</para>
            </summary>
            <param name="path">
		A string value which specifies the system registry path. If the specified path doesn't exist, this method does nothing.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.RestoreLayoutFromStream(System.IO.Stream)">
            <summary>
                <para>Restores the layout of dock panels from the specified stream.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> descendant from which the dock panels' settings are read. If <b>null</b> (<b>Nothing</b> in Visual Basic), an exception is raised.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.RestoreLayoutFromXml(System.String)">
            <summary>
                <para>Restores the layout of dock panels from the specified XML file.
</para>
            </summary>
            <param name="xmlFile">
		A string value which specifies the path to the XML file from which the layout is read. If the specified file doesn't exist, an exception is raised.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.RootPanels">
            <summary>
                <para>Provides access to the collection of visible panels which are not owned by other panels.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanelCollection"/> object.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.SaveLayoutToRegistry(System.String)">
            <summary>
                <para>Saves the layout of dock panels to the specified system registry path.
</para>
            </summary>
            <param name="path">
		The system registry path to save the dock panels' layout to.

            </param>
            <returns><b>true</b> if the layout of dock panels has been saved to the specified system registry path; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.SaveLayoutToStream(System.IO.Stream)">
            <summary>
                <para>Saves the layout of dock panels to a stream.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> descendant to which the layout of dock panels is written.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.SaveLayoutToXml(System.String)">
            <summary>
                <para>Saves the layout of dock panels to an XML file.
</para>
            </summary>
            <param name="xmlFile">
		A string value which specifies the path to the file where the layout of dock panels should be stored. If an empty string is specified, an exception is raised. 

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.SaveToRegistry(System.String)">
            <summary>
                <para>Saves the layout of the dock panels to the registry.
</para>
            </summary>
            <param name="path">
		A string value specifying the registry path at which to save the layout.

            </param>
            <returns><b>true</b> if the operation is successfully completed; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.SaveToStream(System.IO.Stream)">
            <summary>
                <para>Saves the layout of dock panels to a stream.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> descendant to which the layout of the dock panels is written.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockManager.SaveToXml(System.String)">
            <summary>
                <para>Saves the layout of dock panels to an XML file.

</para>
            </summary>
            <param name="xmlFile">
		A string value specifying the path to the file in which the docking layout will be stored. If an empty string is specified, an exception is raised.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.SerializationOptions">
            <summary>
                <para>Provides options which control how a layout of dock panels is stored to/restored from a data store (a stream, xml file or system registry).
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.LayoutSerializationOptions"/> object providing options which control how a layout of dock panels is stored and restored.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.Sizing">
            <summary>
                <para>Fires when the dock panel is being resized.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.StartDocking">
            <summary>
                <para>Fires when a docking operation starts.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.StartSizing">
            <summary>
                <para>Enables specifying whether end-users can resize the dock panels.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.TabbedChanged">
            <summary>
                <para>Occurs when a panel's <see cref="P:DevExpress.XtraBars.Docking.DockPanel.Tabbed"/> property is changed.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.TabsPositionChanged">
            <summary>
                <para>Fires after a dock panel's <see cref="P:DevExpress.XtraBars.Docking.DockPanel.TabsPosition"/> property has been changed.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.TabsScrollChanged">
            <summary>
                <para>Occurs when a panel's <see cref="P:DevExpress.XtraBars.Docking.DockPanel.TabsScroll"/> property is changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.ToolTipController">
            <summary>
                <para>Gets or sets the tooltip controller component that controls the appearance, position and content of the hints displayed by the dock panels.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.ToolTipController"/> object which controls the appearance and behavior of the hints displayed by the dock panels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.TopZIndexControls">
            <summary>
                <para>Gets the string collection that stores the full names of the controls which have the top (high) indexes in the z-order and thus are positioned closest to the form's edges.


</para>
            </summary>
            <value>A <b>StringUniqueCollection</b> collection that stores the full names of the controls which have top (high) z-indexes.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.UnregisterDockPanel">
            <summary>
                <para>Occurs when a panel is removed from the dock manager.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockManager.ValidateFloatFormChildrenOnDeactivate">
            <summary>
                <para>Gets or sets whether a float dock panel's controls are validated when the panel is deactivated.
</para>
            </summary>
            <value><b>true</b> if a float dock panel's controls are validated when the panel is deactivated; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking.DockManager.VisibilityChanged">
            <summary>
                <para>Fires after the visible state of any dock panel owned by the dock manager has been changed.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.DockingOptions">

            <summary>
                <para>Provides docking options that are common to all dock panels.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockingOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.DockingOptions"/> class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.DockingOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
            <summary>
                <para>Copies all the settings from the options object passed as the parameter.
</para>
            </summary>
            <param name="options">
		A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockingOptions.CloseActiveTabOnly">
            <summary>
                <para>Gets or sets whether only the dock panel corresponding to the currently active tab in a tab container is closed when the close button within the  tab container's caption is clicked. The option is not in effect when the tab container is in the floating state.
</para>
            </summary>
            <value><b>true</b> to close only the dock panel corresponding to the currently active tab when a tab container's close button is clicked; <b>false</b> to close the tab container.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockingOptions.CursorFloatCanceled">
            <summary>
                <para>Gets or sets the cursor that indicates that a dock panel cannot be floating during a dock operation.

</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.Cursor"/> object that represents the corresponding cursor.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockingOptions.HideImmediatelyOnAutoHide">
            <summary>
                <para>Gets or sets whether dock panels are immediately hidden when their auto hide functionality is enabled.
</para>
            </summary>
            <value><b>true</b> to hide dock panels immediately when their auto hide functionality is enabled; <b>false</b> to hide dock panels using the sliding animation effect, and only when the mouse pointer leaves their area.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockingOptions.ShowCaptionImage">
            <summary>
                <para>Gets or sets whether an image associated with a dock panel is displayed within the panel's caption.
</para>
            </summary>
            <value><b>true</b> if a dock panel's image is displayed in the panel's caption; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.DockingOptions.ShowCaptionOnMouseHover">
            <summary>
                <para>Gets or sets whether the dock panel's caption is shown only when the mouse pointer hovers over the panel's top or all the time.
</para>
            </summary>
            <value><b>true</b> to show the panel's caption when the mouse pointer hovers over the panel's top; <b>false</b> the panel captions are always shown.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.ControlContainer">

            <summary>
                <para>Represents the client area of a dock panel.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.ControlContainer.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.ControlContainer"/> class.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.ControlContainer.Panel">
            <summary>
                <para>Gets the dock panel which owns the current control container.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> that owns the current control container.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.AutoHideContainerCollection">

            <summary>
                <para>Represents an auto hide container collection.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.AutoHideContainerCollection.AddRange(DevExpress.XtraBars.Docking.AutoHideContainer[])">
            <summary>
                <para>Appends an array of <see cref="T:DevExpress.XtraBars.Docking.AutoHideContainer"/> objects to the collection.
</para>
            </summary>
            <param name="autoHideContainers">
		An array of <see cref="T:DevExpress.XtraBars.Docking.AutoHideContainer"/> objects to add to the collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.AutoHideContainerCollection.Contains(DevExpress.XtraBars.Docking.AutoHideContainer)">
            <summary>
                <para>Indicates whether the collection contains the specified auto hide container.
</para>
            </summary>
            <param name="container">
		An <see cref="T:DevExpress.XtraBars.Docking.AutoHideContainer"/> object to locate in the collection.

            </param>
            <returns><b>true</b> if the collection contains the specified auto hide container; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.AutoHideContainerCollection.Item(DevExpress.XtraBars.Docking.DockingStyle)">
            <summary>
                <para>Gets the auto hide container which has the specified docking style.
</para>
            </summary>
            <param name="dock">
		A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value specifying the manner in which an auto hide container is docked.

            </param>
            <value>An <see cref="T:DevExpress.XtraBars.Docking.AutoHideContainer"/> object representing the auto hide container which has the specified docking style. <b>null</b> (<b>Nothing</b> in Visual Basic) if no auto hide container is found.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.AutoHideContainerCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to the auto hide containers contained within the collection.
</para>
            </summary>
            <param name="index">
		An integer value specifying the auto hide container's zero-based index within the collection.

            </param>
            <value>An <see cref="T:DevExpress.XtraBars.Docking.AutoHideContainer"/> object representing the auto hide container at the specified position.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.AutoHideContainer">

            <summary>
                <para>Represents an auto hide container.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking.AutoHideContainer.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Docking.AutoHideContainer"/> class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.AutoHideContainer.Contains(DevExpress.XtraBars.Docking.DockPanel)">
            <summary>
                <para>Indicates whether the auto hide container holds the specified dock panel.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object to locate.

            </param>
            <returns><b>true</b> if the auto hide container holds the specified dock panel; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.AutoHideContainer.Count">
            <summary>
                <para>Gets the number of dock panels contained within the auto hide container.
</para>
            </summary>
            <value>An integer value specifying the number of dock panels contained within the auto hide container.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.AutoHideContainer.Dock">
            <summary>
                <para>Gets or sets a value specifying how the auto hide container is aligned within its parent control.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Forms.DockStyle"/> enumeration value specifying the manner in which an auto hide container is docked.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.AutoHideContainer.GetHitInfo(System.Drawing.Point)">
            <summary>
                <para>Returns information about the container's element located at the specified point.
</para>
            </summary>
            <param name="ptClient">
		A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the container's top-left corner.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Docking.HitInfo"/> object which contains information about the auto hide container's element at the test point.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking.AutoHideContainer.IndexOf(DevExpress.XtraBars.Docking.DockPanel)">
            <summary>
                <para>Returns the specified dock panel's position within the auto hide container.
</para>
            </summary>
            <param name="panel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object to locate.

            </param>
            <returns>A zero-based integer representing the dock panel's position within the auto hide container. <b>-1</b> if the auto hide container doesn't contain the specified dock panel.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.AutoHideContainer.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to the dock panels contained within the auto hide container.
</para>
            </summary>
            <param name="index">
		An integer value specifying the dock panel's zero-based index within the collection.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object representing the dock panel located at the specified position.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking.AutoHideContainer.Position">
            <summary>
                <para>Gets the position of the auto hide container within its parent control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.TabsPosition"/> enumeration value specifying the position of the auto hide container within its parent control.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.HitTest">

            <summary>
                <para>Lists values which identify the elements in a dock panel.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Docking.HitTest.AutoHideButton">
            <summary>
                <para>The test point belongs to the dock panel's auto hide button.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.HitTest.AutoHidePanel">
            <summary>
                <para>The test point belongs to the label within the auto hide container which corresponds to a dock panel with its auto hiding functionality enabled.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.HitTest.Border">
            <summary>
                <para>The test point belongs to the dock panel's border.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.HitTest.Caption">
            <summary>
                <para>The test point belongs to a dock panel's caption.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.HitTest.Client">
            <summary>
                <para>The test point belongs to the dock panel's client area.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.HitTest.CloseButton">
            <summary>
                <para>The test point belongs to the dock panel's close button.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.HitTest.MaximizeButton">
            <summary>
                <para>The test point belongs to the dock panel's maximize button.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.HitTest.NextTabButton">
            <summary>
                <para>The test point belongs to a scroll button used to traverse forwards through the tabs in a tab container.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.HitTest.None">
            <summary>
                <para>The test point is not within a dock panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.HitTest.PrevTabButton">
            <summary>
                <para>The test point belongs to a scroll button used to traverse backwards through the tabs in a tab container.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.HitTest.Tab">
            <summary>
                <para>The test point belongs to a tab button in a tab container.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.HitTest.TabPanel">
            <summary>
                <para>The test point belongs to a tab panel in a tab container.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Docking.DockingStyle">

            <summary>
                <para>Lists values specifying the position and manner in which a dock panel is docked.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Docking.DockingStyle.Bottom">
            <summary>
                <para>The dock panel's bottom edge is docked to the bottom of its containing control.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.DockingStyle.Fill">
            <summary>
                <para>The dock panel is contained within another panel (split or tab container).

<para>
It's not possible to make a dock panel fill the form (user control).
</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.DockingStyle.Float">
            <summary>
                <para>The dock panel is floated.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.DockingStyle.Left">
            <summary>
                <para>The dock panel's left edge is docked to the left side of its containing control.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.DockingStyle.Right">
            <summary>
                <para>The dock panel's right edge is docked to the right side of its containing control.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking.DockingStyle.Top">
            <summary>
                <para>The dock panel's top edge is docked to the top of its containing control.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.CustomHeaderButtonEventHandler">

            <summary>
                <para>The method that handles the <see cref="E:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.CustomHeaderButtonClick"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.CustomHeaderButtonEventHandler.Invoke(System.Object,DevExpress.XtraBars.Docking2010.Views.CustomHeaderButtonEventArgs)">
            <summary>
                <para>The method that handles the <see cref="E:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.CustomHeaderButtonClick"/> event.
</para>
            </summary>
            <param name="sender">
		The event source. Identifies the <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView"/> object that raised the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventArgs"/> object that contains the event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.CustomHeaderButtonEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.CustomHeaderButtonClick"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.CustomHeaderButtonEventArgs.#ctor(DevExpress.XtraTab.Buttons.CustomHeaderButton,DevExpress.XtraBars.Docking2010.Views.Tabbed.Document)">
            <summary>
                <para>Initializes a new CustomHeaderButtonEventArgs class instance.
</para>
            </summary>
            <param name="button">
		The <see cref="T:DevExpress.XtraTab.Buttons.CustomHeaderButton"/> object that is the currently processed button. The value is assigned to the <see cref="P:DevExpress.XtraBars.Docking2010.Views.CustomHeaderButtonEventArgs.Button"/> property.

            </param>
            <param name="document">
		The <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.Document"/> object. The value is assigned to the <see cref="P:DevExpress.XtraBars.Docking2010.Views.CustomHeaderButtonEventArgs.Document"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.CustomHeaderButtonEventArgs.Button">
            <summary>
                <para>Gets the clicked button.
</para>
            </summary>
            <value>The currently processed <see cref="T:DevExpress.XtraTab.Buttons.CustomHeaderButton"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.CustomHeaderButtonEventArgs.Document">
            <summary>
                <para>Gets the selected document.
</para>
            </summary>
            <value>The selected <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.Document"/>.
</value>


        </member>
        <member name="T:DevExpress.XtraTabbedMdi.CloseTabOnMiddleClick">

            <summary>
                <para>Lists values that specify if and when tabs will be closed on a mouse middle button click.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraTabbedMdi.CloseTabOnMiddleClick.Default">
            <summary>
                <para>The default behavior. Typically, this option is the same as the <see cref="F:DevExpress.XtraTabbedMdi.CloseTabOnMiddleClick.OnMouseDown"/> option.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraTabbedMdi.CloseTabOnMiddleClick.Never">
            <summary>
                <para>Specifies that tabs will never be closed by a mouse middle click.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraTabbedMdi.CloseTabOnMiddleClick.OnMouseDown">
            <summary>
                <para>Specifies that tabs will be closed on pressing the mouse middle button over a tab (before the mouse middle button is released).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraTabbedMdi.CloseTabOnMiddleClick.OnMouseUp">
            <summary>
                <para>Specifies that tabs will be closed on releasing the mouse middle button over a tab.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.AnimationType">

            <summary>
                <para>Lists values specifying the manner in which the item's menu appears onscreen.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.AnimationType.Fade">
            <summary>
                <para>The menu is faded in.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.AnimationType.None">
            <summary>
                <para>The menu is shown immediately without any visual effects.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.AnimationType.Random">
            <summary>
                <para>The animation effects are randomized.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.AnimationType.Slide">
            <summary>
                <para>The menu is slid in vertically, from top to bottom.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.AnimationType.System">
            <summary>
                <para>The animation type is determined by the system settings.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.AnimationType.Unfold">
            <summary>
                <para>The menu is unfolded from the top left corner to the bottom right corner.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.DefaultBarAndDockingController">

            <summary>
                <para>Provides access to the default <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object which is used for default painting XtraBars controls (bars, dock panels, Ribbon controls and tabbed windows of the XtraTabbedMdiManager).
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.DefaultBarAndDockingController.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.DefaultBarAndDockingController"/> class.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.DefaultBarAndDockingController.#ctor(System.ComponentModel.IContainer)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.DefaultBarAndDockingController"/> class.
</para>
            </summary>
            <param name="container">
		A <see cref="T:System.ComponentModel.IContainer"/> object that provides functionality for containers.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.DefaultBarAndDockingController.Controller">
            <summary>
                <para>Gets the DefaultBarAndDockingController.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object representing the DefaultBarAndDockingController.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.IBaseViewController">

            <summary>
                <para>An object that implements operations common to all types of documents.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.IBaseViewController.Activate(DevExpress.XtraBars.Docking2010.Views.BaseDocument)">
            <summary>
                <para>Activates the specified document.
</para>
            </summary>
            <param name="document">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.BaseDocument"/> to be activated.

            </param>
            <returns><b>true</b> if the document has been activated; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.IBaseViewController.AddDocument(System.Windows.Forms.Control)">
            <summary>
                <para>Creates a new document that will display the specified control/form.
</para>
            </summary>
            <param name="control">
		A Control descendant to be displayed within the newly created document.

            </param>
            <returns>A newly created <see cref="T:DevExpress.XtraBars.Docking2010.Views.BaseDocument"/> object.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.IBaseViewController.AddDocument(DevExpress.XtraBars.Docking2010.Views.BaseDocument)">
            <summary>
                <para>Adds the specified document to a View.
</para>
            </summary>
            <param name="document">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.BaseDocument"/> to be added to the View.

            </param>
            <returns><b>true</b> if the document has been added to the View; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.IBaseViewController.Close(DevExpress.XtraBars.Docking2010.Views.BaseDocument)">
            <summary>
                <para>Closes and destroys the specified document and its contents.
</para>
            </summary>
            <param name="document">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.BaseDocument"/> object to be closed.

            </param>
            <returns><b>true</b> if the document has been closed and destroyed; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.IBaseViewController.CloseAllButThis(DevExpress.XtraBars.Docking2010.Views.BaseDocument)">
            <summary>
                <para>Closes all documents except the specified document.
</para>
            </summary>
            <param name="document">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.BaseDocument"/> that must not be destroyed.

            </param>
            <returns><b>true</b> if the method was successfully completed; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.IBaseViewController.Dock(DevExpress.XtraBars.Docking2010.Views.BaseDocument)">
            <summary>
                <para>Docks the specified document to a View.
</para>
            </summary>
            <param name="document">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.BaseDocument"/> object to be docked to a View.

            </param>
            <returns><b>true</b> if the operation was a success; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.IBaseViewController.Dock(DevExpress.XtraBars.Docking.DockPanel)">
            <summary>
                <para>Docks the specified <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> to a View, displaying the panel as a tab.
</para>
            </summary>
            <param name="dockPanel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object to be docked to a View.

            </param>
            <returns><b>true</b> if the operation was a success; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.IBaseViewController.Float(DevExpress.XtraBars.Docking2010.Views.BaseDocument)">
            <summary>
                <para>Makes the specified document floating.
</para>
            </summary>
            <param name="document">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.BaseDocument"/> to be made floating.

            </param>
            <returns><b>true</b> if the specified document was made floating; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.IBaseViewController.Float(DevExpress.XtraBars.Docking2010.Views.BaseDocument,System.Drawing.Point)">
            <summary>
                <para> [To be supplied] </para>
            </summary>
            <param name="document">
		 [To be supplied] 
            </param>
            <param name="floatLocation">
		 [To be supplied] 
            </param>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.IBaseViewController.Float(DevExpress.XtraBars.Docking2010.Views.BaseDocument,System.Drawing.Point,System.Drawing.Size)">
            <summary>
                <para> [To be supplied] </para>
            </summary>
            <param name="document">
		 [To be supplied] 
            </param>
            <param name="floatLocation">
		 [To be supplied] 
            </param>
            <param name="floatSize">
		 [To be supplied] 
            </param>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.IBaseViewController.GetCommands(DevExpress.XtraBars.Docking2010.Views.BaseDocument)">
            <summary>
                <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
            </summary>
            <param name="document">
		@nbsp;

            </param>
            <returns>@nbsp;
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.IBaseViewController.Manager">
            <summary>
                <para>Gets a <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/> that the current controller operates on.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/> object.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.IBaseViewController.RegisterDockPanel(System.Windows.Forms.Control)">
            <summary>
                <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
            </summary>
            <param name="control">
		@nbsp;

            </param>
            <returns>@nbsp;
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.IBaseViewController.RemoveDocument(System.Windows.Forms.Control)">
            <summary>
                <para>Removes a document whose <see cref="P:DevExpress.XtraBars.Docking2010.Views.BaseDocument.Control"/> property's value matches the specified <i>control</i> object.
</para>
            </summary>
            <param name="control">
		A control used to identify the target document.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.IBaseViewController.RemoveDocument(DevExpress.XtraBars.Docking2010.Views.BaseDocument)">
            <summary>
                <para>Removes the specified document from the <see cref="P:DevExpress.XtraBars.Docking2010.Views.BaseView.Documents"/> collection.
</para>
            </summary>
            <param name="document">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.BaseDocument"/> object to be removed.

            </param>
            <returns><b>true</b> if the operation was successful; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.IBaseViewController.ShowContextMenu(System.Drawing.Point)">
            <summary>
                <para>Displays a View's context menu at the specified position.
</para>
            </summary>
            <param name="point">
		A point where a context menu will be displayed.

            </param>
            <returns><b>true</b> if the operation was successful; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.IBaseViewController.ShowContextMenu(DevExpress.XtraBars.Docking2010.Views.BaseDocument,System.Drawing.Point)">
            <summary>
                <para>Displays a context menu for the specified document at the specified position.
</para>
            </summary>
            <param name="document">
		A document for which a menu will be displayed.

            </param>
            <param name="point">
		A point where a context menu will be displayed.

            </param>
            <returns><b>true</b> if the operation was successful; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.IBaseViewController.UnregisterDockPanel(System.Windows.Forms.Control)">
            <summary>
                <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
            </summary>
            <param name="control">
		@nbsp;

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.ITabbedViewController">

            <summary>
                <para>An object that implements operations on a <see cref="T:DevExpress.XtraBars.Docking2010.Views.NativeMdi.NativeMdiView"/>'s documents.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.ITabbedViewController.CreateNewDocumentGroup(DevExpress.XtraBars.Docking2010.Views.Tabbed.Document)">
            <summary>
                <para>Appends a new group to the View and displays the specified document in this group.
</para>
            </summary>
            <param name="document">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.Document"/> to be displayed in the newly created group.

            </param>
            <returns><b>true</b> if the operation was successful; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.ITabbedViewController.CreateNewDocumentGroup(DevExpress.XtraBars.Docking2010.Views.Tabbed.Document,System.Windows.Forms.Orientation,System.Int32)">
            <summary>
                <para>Creates a new group that will display the specified document. The group will be added at the specified position among other groups. The method allows you to change the orientation of document groups within a <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView"/>.
</para>
            </summary>
            <param name="document">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.Document"/> to be displayed in the newly created group.

            </param>
            <param name="orientation">
		An Orientation value that is assigned to the View's <see cref="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.Orientation"/> property.

            </param>
            <param name="insertIndex">
		A zero-based index at which the new document group is added among other document groups.

            </param>
            <returns><b>true</b> if the operation was successful; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.ITabbedViewController.CreateNewDocumentGroup(DevExpress.XtraBars.Docking2010.Views.Tabbed.Document,System.Windows.Forms.Orientation)">
            <summary>
                <para>Appends a new group to the View and displays the specified document in this group. The method allows you to change the orientation of document groups within a <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView"/>.
</para>
            </summary>
            <param name="document">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.Document"/> to be displayed in the newly created group.

            </param>
            <param name="orientation">
		An Orientation value that is assigned to the View's <see cref="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.Orientation"/> property.

            </param>
            <returns><b>true</b> if the operation was successful; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.ITabbedViewController.Dock(DevExpress.XtraBars.Docking2010.Views.Tabbed.Document,DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup,System.Int32)">
            <summary>
                <para>Docks the specified document to the specified group at a specific position.
</para>
            </summary>
            <param name="document">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.Document"/> object to be docked.

            </param>
            <param name="group">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup"/> object where the document should be docked.

            </param>
            <param name="insertIndex">
		An integer value that specifies the index at which the document will be docked. The visual order of documents within a group is specified by the <see cref="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup.Items"/> property.

            </param>
            <returns><b>true</b> if the operation was a success; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.ITabbedViewController.Dock(DevExpress.XtraBars.Docking2010.Views.Tabbed.Document,DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup)">
            <summary>
                <para>Docks the specified document to the specified group.
</para>
            </summary>
            <param name="document">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.Document"/> object to be docked.

            </param>
            <param name="group">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup"/> object where the document should be docked.

            </param>
            <returns><b>true</b> if the operation was a success; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.ITabbedViewController.Dock(DevExpress.XtraBars.Docking.DockPanel,DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup,System.Int32)">
            <summary>
                <para>Docks the specified <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> to the specified group at a specific position, displaying the panel as a tab.

</para>
            </summary>
            <param name="dockPanel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object to be docked.

            </param>
            <param name="group">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup"/> object where the panel should be docked.

            </param>
            <param name="insertIndex">
		An integer value that specifies the index at which the panel will be docked. The visual order of documents and panels within a group is specified by the <see cref="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup.Items"/> property.

            </param>
            <returns><b>true</b> if the operation was a success; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.ITabbedViewController.Dock(DevExpress.XtraBars.Docking.DockPanel,DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup)">
            <summary>
                <para>Docks the specified <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> to the specified group, displaying the panel as a tab.
</para>
            </summary>
            <param name="dockPanel">
		A <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> object to be docked.

            </param>
            <param name="group">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup"/> object where the dock panel should be docked.

            </param>
            <returns><b>true</b> if the operation was a success; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.ITabbedViewController.Move(DevExpress.XtraBars.Docking2010.Views.Tabbed.Document,System.Int32)">
            <summary>
                <para> [To be supplied] </para>
            </summary>
            <param name="document">
		 [To be supplied] 
            </param>
            <param name="position">
		 [To be supplied] 
            </param>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.ITabbedViewController.MoveToDocumentGroup(DevExpress.XtraBars.Docking2010.Views.Tabbed.Document,System.Boolean)">
            <summary>
                <para>Moves the current document to the previous or next document group.
</para>
            </summary>
            <param name="document">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.Document"/> object to be moved to the next/previous group.

            </param>
            <param name="next">
		<b>true</b> to move a document to the next group; <b>false</b> to move a document to the previous group.

            </param>
            <returns><b>true</b> if the operation was successful; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.ITabbedViewController.Select(DevExpress.XtraBars.Docking2010.Views.Tabbed.Document)">
            <summary>
                <para> [To be supplied] </para>
            </summary>
            <param name="document">
		 [To be supplied] 
            </param>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.ITabbedViewController.ShowContextMenu(DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup,System.Drawing.Point)">
            <summary>
                <para>Displays a context menu for the specified document group at the specified position.
</para>
            </summary>
            <param name="group">
		A document group for which a menu will be displayed.

            </param>
            <param name="point">
		A point where a context menu will be displayed.

            </param>
            <returns><b>true</b> if the operation was successful; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonControlStyle">

            <summary>
                <para>Enumerates paint styles for a <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/>.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonControlStyle.Default">
            <summary>
                <para>The same as the <see cref="F:DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2007"/> option.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonControlStyle.MacOffice">
            <summary>
                <para>MacOffice style.
<para>

</para>

To display the Application Button in the MacOffice style, ensure that the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonControl.ShowApplicationButton"/> property is set to <b>True</b>.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2007">
            <summary>
                <para>Office2007 style
<para>

</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010">
            <summary>
                <para>Office2010 style
<para>

</para>

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView">

            <summary>
                <para>Presents MDI child windows as a tabbed UI.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.#ctor(System.ComponentModel.IContainer)">
            <summary>
                <para>Initializes a new instance of the TabbedView class with the specified container.
</para>
            </summary>
            <param name="container">
		An object that implements <see cref="T:System.ComponentModel.IContainer"/>.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.#ctor">
            <summary>
                <para>Initializes a new instance of the TabbedView class.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.AppearancePage">
            <summary>
                <para>Provides access to settings that control the appearance of pages in the current TabbedView object.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTab.PageAppearance"/> object that contains corresponding appearance settings.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.Controller">
            <summary>
                <para>Provides methods to work with documents in the current View.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.ITabbedViewController"/> object that provides methods to work with the current View's documents.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.CustomHeaderButtonClick">
            <summary>
                <para>Fires when a custom header button is clicked.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.DocumentGroupProperties">
            <summary>
                <para>Provides access to properties common to all document groups within the current View.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupProperties"/> object that contains settings common to all document groups within the current View.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.DocumentGroups">
            <summary>
                <para>Provides access to a collection of document groups.
</para>
            </summary>
            <value>A DocumentGroupCollection object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.IsHorizontal">
            <summary>
                <para>Returns <b>true</b> if the <see cref="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.Orientation"/> property is set to <b>Horizontal</b>.
</para>
            </summary>
            <value><b>true</b> if the <see cref="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.Orientation"/> property is set to <b>Horizontal</b>; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.Orientation">
            <summary>
                <para>Gets or sets whether groups in the TabbedView are oriented horizontally or vertically.
</para>
            </summary>
            <value>An Orientation value that specifies whether groups in the TabbedView are oriented horizontally or vertically.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.OrientationChanged">
            <summary>
                <para>Fires when the <see cref="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.Orientation"/> property's value is changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.Type">
            <summary>
                <para>Gets the type of the current View.
</para>
            </summary>
            <value>The <see cref="F:DevExpress.XtraBars.Docking2010.Views.ViewType.Tabbed"/> value.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.NativeMdi.NativeMdiView">

            <summary>
                <para>Presents MDI child windows as a native MDI.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.NativeMdi.NativeMdiView.#ctor(System.ComponentModel.IContainer)">
            <summary>
                <para>Initializes a new instance of the NativeMdiView class with the specified container.
</para>
            </summary>
            <param name="container">
		An object that implements <see cref="T:System.ComponentModel.IContainer"/>.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.NativeMdi.NativeMdiView.#ctor">
            <summary>
                <para>Initializes a new instance of the NativeMdiView class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.NativeMdi.NativeMdiView.AllChildrenAreIcons">
            <summary>
                <para>Gets whether all documents are minimized to icons.
</para>
            </summary>
            <returns><b>true</b> if all documents are minimized to icons; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.NativeMdi.NativeMdiView.Controller">
            <summary>
                <para>Provides methods to work with documents in the current View.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraBars.Docking2010.Views.NativeMdi.INativeMdiViewController"/> object that provides methods to work with the current View's documents.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.NativeMdi.NativeMdiView.HasIconicChildren">
            <summary>
                <para>Gets whether a minimized document exists.

</para>
            </summary>
            <returns><b>true</b> if a minimized document exists; otherwise, <b>false</b>.

</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.NativeMdi.NativeMdiView.Maximized">
            <summary>
                <para>Gets whether any document is maximized.
</para>
            </summary>
            <value><b>true</b> if any document is maximized; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.NativeMdi.NativeMdiView.Type">
            <summary>
                <para>Gets the type of the current View.
</para>
            </summary>
            <value>The <see cref="F:DevExpress.XtraBars.Docking2010.Views.ViewType.NativeMdi"/> value.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.ViewType">

            <summary>
                <para>Contains values that specify how child MDI windows are represented within a <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/>.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Docking2010.Views.ViewType.NativeMdi">
            <summary>
                <para>Child MDI windows are displayed as floating windows within a container.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Docking2010.Views.ViewType.Tabbed">
            <summary>
                <para>Child MDI windows are displayed as tabs.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.DocumentManager">

            <summary>
                <para>A component that displays MDI child windows as a native MDI or tabbed UI.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.DocumentManager.#ctor">
            <summary>
                <para>Initializes a new instance of the DocumentManager class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.DocumentManager.#ctor(System.ComponentModel.IContainer)">
            <summary>
                <para>Initializes a new instance of the DocumentManager class with the specified container.
</para>
            </summary>
            <param name="container">
		An object that implements <see cref="T:System.ComponentModel.IContainer"/>.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.DocumentManager.About">
            <summary>
                <para>Activates the DocumentManager's <b>About</b> dialog box.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.DocumentManager.BarAndDockingController">
            <summary>
                <para>Gets or sets the BarAndDockingController that will provide default appearance options for the DocumentManager's elements.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object providing appearance options.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.DocumentManager.Bounds">
            <summary>
                <para>Gets the bounding rectangle of the area occupied by the DocumentManager.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Rectangle"/> structure which is the bounding rectangle of the DocumentManager.

</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.DocumentManager.CalcHitInfo(System.Drawing.Point)">
            <summary>
                <para>Returns information on an object located at the specified position.
</para>
            </summary>
            <param name="point">
		A test point where a target element is located.

            </param>
            <returns>A BaseViewHitInfo descendant that contains information on an object located at the specified position.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.DocumentManager.ClientToScreen(System.Drawing.Point)">
            <summary>
                <para>Converts client coordinates to screen coordinates.

</para>
            </summary>
            <param name="pt">
		A point whose screen coordinates are to be calculated.

            </param>
            <returns>Screen coordinates of the specified point.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.DocumentManager.DockManager">
            <summary>
                <para>Gets a <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> that belongs to the same container as the current DocumentManager.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.DocumentManager.GetDocument(System.Windows.Forms.Control)">
            <summary>
                <para>Returns a document that displays the specified control/form.
</para>
            </summary>
            <param name="control">
		A control displayed by the required <see cref="T:DevExpress.XtraBars.Docking2010.Views.BaseDocument"/> object.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.Docking2010.Views.BaseDocument"/> object that is a document displaying the specified control/form.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.DocumentManager.Images">
            <summary>
                <para>Provides access to the collection of images that can be associated with documents.
</para>
            </summary>
            <value>An object that specifies an image collection (typically, an <see cref="T:DevExpress.Utils.ImageCollection"/> or <see cref="T:System.Windows.Forms.ImageList"/> object).
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.DocumentManager.Invalidate">
            <summary>
                <para>Invalidates the region occupied by the DocumentManager (adds it to the control's update region that will be repainted during the next paint operation), and causes a paint message to be sent to the DocumentManager. 

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.DocumentManager.MdiParent">
            <summary>
                <para>Gets or sets the parent MDI form.
</para>
            </summary>
            <value>The parent MDI form.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.DocumentManager.MenuManager">
            <summary>
                <para>Gets or sets an object that controls the look and feel of the DocumentManager's popup menus.
</para>
            </summary>
            <value>An object that controls the look and feel of the DocumentManager's popup menus.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.DocumentManager.View">
            <summary>
                <para>Gets or sets a View object that displays child forms(or controls) in a specific manner.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking2010.Views.BaseView"/> descendant that displays child forms(or controls) in a specific manner.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.DocumentManager.ViewCollection">
            <summary>
                <para>Provides access to a collection of <see cref="T:DevExpress.XtraBars.Docking2010.Views.BaseView"/> descendants that can be used within the DocumentManager.
</para>
            </summary>
            <value>A collection of <see cref="T:DevExpress.XtraBars.Docking2010.Views.BaseView"/> descendants that can be used within the DocumentManager.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.ShowToolbarsContextMenuEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarManager.ShowToolbarsContextMenu"/> event. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.ShowToolbarsContextMenuEventHandler.Invoke(System.Object,DevExpress.XtraBars.ShowToolbarsContextMenuEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarManager.ShowToolbarsContextMenu"/> event.
</para>
            </summary>
            <param name="sender">
		The event source. Identifies the BarManager that raised the event. 

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.ShowToolbarsContextMenuEventArgs"/> object containing event data. 

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.ShowToolbarsContextMenuEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.BarManager.ShowToolbarsContextMenu"/> event.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.ShowToolbarsContextMenuEventArgs.#ctor(DevExpress.XtraBars.BarItemLinkCollection)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.ShowToolbarsContextMenuEventArgs"/> class. 
</para>
            </summary>
            <param name="itemLinks">
		A <see cref="T:DevExpress.XtraBars.BarItemLinkCollection"/> object containing links to display in the customization menu. This object is assigned to the  <see cref="P:DevExpress.XtraBars.ShowToolbarsContextMenuEventArgs.ItemLinks"/> property. 

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.ShowToolbarsContextMenuEventArgs.ItemLinks">
            <summary>
                <para>Provides access to the links that are going to be displayed within the customization menu.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLinkCollection"/> object containing the links due to be displayed within the customization menu. 
</value>


        </member>
        <member name="T:DevExpress.XtraBars.ShortcutItemClickEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarManager.ShortcutItemClick"/> event. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.ShortcutItemClickEventHandler.Invoke(System.Object,DevExpress.XtraBars.ShortcutItemClickEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarManager.ShortcutItemClick"/> event.
</para>
            </summary>
            <param name="sender">
		The event source. Identifies the BarManager that raised the event. 

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.ShortcutItemClickEventArgs"/> object containing event data. 

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.ShortcutItemClickEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.BarManager.ShortcutItemClick"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.ShortcutItemClickEventArgs.#ctor(DevExpress.XtraBars.BarItem,DevExpress.XtraBars.BarShortcut)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.ShortcutItemClickEventArgs"/> class.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> object representing the item whose functionality is about to be invoked. This value is assigned to the <see cref="P:DevExpress.XtraBars.ShortcutItemClickEventArgs.Item"/> property.

            </param>
            <param name="shortcut">
		A <see cref="T:DevExpress.XtraBars.BarShortcut"/> object, the item's shortcut. This value is assigned to the <see cref="P:DevExpress.XtraBars.ShortcutItemClickEventArgs.Shortcut"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.ShortcutItemClickEventArgs.Cancel">
            <summary>
                <para>Gets or sets whether to stop processing a pressed shortcut and so stop the bar item's functionality from being invoked.
</para>
            </summary>
            <value><b>true</b> if processing of the shortcut should be canceled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.ShortcutItemClickEventArgs.Item">
            <summary>
                <para>Gets the <see cref="T:DevExpress.XtraBars.BarItem"/> whose functionality is about to be invoked.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItem"/> object representing the bar item whose shortcut has been pressed and therefore whose functionality is about to be invoked.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.ShortcutItemClickEventArgs.Shortcut">
            <summary>
                <para>Gets the keystroke shortcut for the bar item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarShortcut"/> object representing the item's shortcut.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.MenuAppearance">

            <summary>
                <para>Contains style settings used to customize items within popup menus and container items.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.MenuAppearance.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.MenuAppearance"/> class and sets its style settings to their default values.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.MenuAppearance.Dispose">
            <summary>
                <para>Releases all the resources used by the current <see cref="T:DevExpress.XtraBars.MenuAppearance"/> object. 

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.MenuAppearance.Menu">
            <summary>
                <para>Contains style settings used to paint submenu items.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object providing styles for submenu items.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.MenuAppearance.MenuBar">
            <summary>
                <para>Contains style settings to paint menu bars.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object providing styles for painting menu bars.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.MenuAppearance.MenuCaption">
            <summary>
                <para>Provides appearance settings used to paint menu headers.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that provides corresponding appearance settings.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.MenuAppearance.SideStrip">
            <summary>
                <para>Contains style settings to paint side strips (boxes displaying bar item icons).
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object providing styles for painting side strips.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.MenuAppearance.SideStripNonRecent">
            <summary>
                <para>Contains style settings to paint side strips (boxes displaying bar item icons) for items not recently used. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object providing styles for painting side strips for items not recently used.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.ListItemClickEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarListItem.ListItemClick"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.ListItemClickEventHandler.Invoke(System.Object,DevExpress.XtraBars.ListItemClickEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarListItem.ListItemClick"/> event.
</para>
            </summary>
            <param name="sender">
		The event sender. Identifies the bar item that raised the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.ListItemClickEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.ListItemClickEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.BarListItem.ListItemClick"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.ListItemClickEventArgs.#ctor(DevExpress.XtraBars.BarItem,System.Int32)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.ListItemClickEventArgs"/> class.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant representing the bar item whose list item was clicked. This value is assigned to the <see cref="P:DevExpress.XtraBars.ListItemClickEventArgs.Item"/> property.

            </param>
            <param name="index">
		A zero-based integer representing the index of the clicked list item. This value is assigned to the <see cref="P:DevExpress.XtraBars.ListItemClickEventArgs.Index"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.ListItemClickEventArgs.Index">
            <summary>
                <para>Gets the index of the clicked list item.
</para>
            </summary>
            <value>A zero-based integer value representing the index of the clicked list item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.ListItemClickEventArgs.Item">
            <summary>
                <para>Gets the bar item whose list item was clicked.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant whose list item was clicked.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BaseBarManagerOptions">

            <summary>
                <para>Represents the base class for classes storing bar options.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BaseBarManagerOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BaseBarManagerOptions"/> class.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.BarOptions">

            <summary>
                <para>Provides customization options for a bar.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BarOptions"/> class and sets its properties to default values.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarOptions.AllowCollapse">
            <summary>
                <para>Gets or sets whether a bar can be collapsed by double-clicking on the bar's drag widget.
</para>
            </summary>
            <value><b>true</b> if a bar can be collapsed by double-clicking on the bar's drag widget; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarOptions.AllowDelete">
            <summary>
                <para>Gets whether the bar can be deleted via the Customization Window at runtime.
</para>
            </summary>
            <value><b>true</b> if the bar can be deleted from the Customization Window at runtime; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarOptions.AllowQuickCustomization">
            <summary>
                <para>Gets or sets whether the bar provides the quick customization menu.
</para>
            </summary>
            <value><b>true</b> if the bar allows customization via a special menu.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarOptions.AllowRename">
            <summary>
                <para>Gets whether the bar can be renamed via the Customization Window at runtime.
</para>
            </summary>
            <value><b>true</b> if the bar can be renamed in the Customization Window at runtime; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
            <summary>
                <para>Copies all settings from the options object passed as the parameter.
</para>
            </summary>
            <param name="options">
		A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.BarOptions.BarState">
            <summary>
                <para>Gets or sets whether the bar is collapsed or in its normal state.
</para>
            </summary>
            <value>A BarState enumerator value that specifies the bar's expansion state.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarOptions.DisableClose">
            <summary>
                <para>Gets or sets whether the bar can be closed/hidden by the end-user.
</para>
            </summary>
            <value><b>true</b> if the bar can be hidden; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarOptions.DisableCustomization">
            <summary>
                <para>Gets or sets whether the bar can be customized using drag-and-drop operations.
</para>
            </summary>
            <value><b>true</b> if customization of bar links is disabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarOptions.DrawDragBorder">
            <summary>
                <para>Gets or sets whether the bar can be dragged using the mouse.
</para>
            </summary>
            <value><b>true</b> if the bar can be dragged; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarOptions.DrawSizeGrip">
            <summary>
                <para>Gets or sets whether to display the size grip within the current status bar.
</para>
            </summary>
            <value><b>true</b> if the size grip is displayed for the bar; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarOptions.Hidden">
            <summary>
                <para>Gets or sets whether the bar is hidden in the Customization Window, customization menu and <see cref="T:DevExpress.XtraBars.BarToolbarsListItem"/>'s list. 
</para>
            </summary>
            <value><b>true</b> if the bar is hidden in the Customization Window, customization menu and <see cref="T:DevExpress.XtraBars.BarToolbarsListItem"/>'s list; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarOptions.MultiLine">
            <summary>
                <para>Gets or sets whether bar links are arranged into several lines when their total width exceeds the width of the bar.
</para>
            </summary>
            <value><b>true</b> if bar links are arranged into several lines when the bar's width is too small to accommodate them all; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarOptions.RotateWhenVertical">
            <summary>
                <para>Gets or sets whether a bar links' captions are rotated when the bar is vertically docked.
</para>
            </summary>
            <value><b>true</b> if the links' captions are rotated along with the bar; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarOptions.UseWholeRow">
            <summary>
                <para>Gets or sets whether the bar is stretched to match the container's width.
</para>
            </summary>
            <value><b>true</b> if the bar occupies the entire container's width; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarManagerProperties">

            <summary>
                <para>Contains default customization settings for bars.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarManagerProperties.#ctor(DevExpress.XtraBars.BarAndDockingController)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BarManagerProperties"/> class and sets its properties to default values.
</para>
            </summary>
            <param name="controller">
		The <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object which will be notified about property changes.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerProperties.AllowLinkLighting">
            <summary>
                <para>Gets or sets whether images are highlighted when links are hot-tracked.
</para>
            </summary>
            <value><b>true</b> if images are highlighted when links are hot-tracked; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerProperties.BarItemHorzIndent">
            <summary>
                <para>Gets the default horizontal indent between the content and the borders of bar links.
</para>
            </summary>
            <value>An integer value specifying the number of pixels between the content and the borders of bar links, <b>-1</b> to calculate the indent automatically.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerProperties.BarItemVertIndent">
            <summary>
                <para>Gets the default vertical indent between the contents and borders of bar links.
</para>
            </summary>
            <value>An integer value specifying the number of pixels between the contents and borders of bar links. <b>-1</b> to calculate the indent automatically.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerProperties.GetLinkHorzIndent">
            <summary>
                <para>Returns the horizontal indent between the contents and the borders of bar links.
</para>
            </summary>
            <returns>The horizontal indent between  the contents and the borders of bar links, in pixels.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerProperties.GetLinkVertIndent">
            <summary>
                <para>Returns the vertical indent between  the contents and the borders of bar links.
</para>
            </summary>
            <returns>The vertical indent between the contents and the borders of bar links, in pixels.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerProperties.LargeIcons">
            <summary>
                <para>Gets or sets whether bar items' icons are drawn in large or normal size.
</para>
            </summary>
            <value><b>true</b> if bar items' icons are drawn large; otherwise, the icons are drawn in a normal size.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerProperties.MenuAnimationType">
            <summary>
                <para>Gets or sets the type of animation used for the menu.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraBars.AnimationType"/> enumeration member specifying the menu's animation type.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerProperties.MostRecentItemsPercent">
            <summary>
                <para>Gets or sets the value (in percent) that determines which of the menu items that haven't recently been used should be hidden.
</para>
            </summary>
            <value>The value, in percent, for calculating the most frequently used items.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerProperties.ResetStyleDefaults">
            <summary>
                <para>Updates the style settings with respect to the painting style applied.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerProperties.ScaleIcons">
            <summary>
                <para>Gets or sets whether icons for bar items are automatically stretched to match the current DPI settings of the user's monitor.
</para>
            </summary>
            <value><b>true</b> if bar item icons are scaled to match the current DPI settings; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerProperties.SubmenuHasShadow">
            <summary>
                <para>Gets or set a value indicating whether a submenu casts a shadow.
</para>
            </summary>
            <value><b>true</b> if a submenu casts a shadow; otherwise <b>false</b>. 

</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarManagerMergeEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarManager.Merge"/> and <see cref="E:DevExpress.XtraBars.BarManager.UnMerge"/> events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarManagerMergeEventHandler.Invoke(System.Object,DevExpress.XtraBars.BarManagerMergeEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarManager.Merge"/> and <see cref="E:DevExpress.XtraBars.BarManager.UnMerge"/> events.
</para>
            </summary>
            <param name="sender">
		The event source. Identifies the BarManager that raised the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.BarManagerMergeEventArgs"/> object containing event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.BarManagerMergeEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.BarManager.Merge"/> and <see cref="E:DevExpress.XtraBars.BarManager.UnMerge"/> events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarManagerMergeEventArgs.#ctor(DevExpress.XtraBars.BarManager)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BarManagerMergeEventArgs"/> class.
</para>
            </summary>
            <param name="childManager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object representing the BarManager of the child MDI form. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarManagerMergeEventArgs.ChildManager"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerMergeEventArgs.ChildManager">
            <summary>
                <para>Gets the Bar Manager of a child MDI form for which the merge mechanism is invoked. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarManager"/> instance representing the BarManager of the child MDI form.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarManagerCategoryCollection">

            <summary>
                <para>Represents a category collection in the BarManager.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarManagerCategoryCollection.#ctor(DevExpress.XtraBars.BarManager)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BarManagerCategoryCollection"/> class.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object which will own the new column collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerCategoryCollection.Add(System.String)">
            <summary>
                <para>Creates a new category with the specified name and adds it to the end of the collection. 
</para>
            </summary>
            <param name="name">
		A string value specifying the category's name.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarManagerCategory"/> object representing the new category.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerCategoryCollection.Add(DevExpress.XtraBars.BarManagerCategory)">
            <summary>
                <para>Adds the specified category to the end of the collection.
</para>
            </summary>
            <param name="category">
		A <see cref="T:DevExpress.XtraBars.BarManagerCategory"/> object representing the category to be added.

            </param>
            <returns>An integer value representing the added category's zero-based index within the collection.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerCategoryCollection.AddRange(DevExpress.XtraBars.BarManagerCategory[])">
            <summary>
                <para>Adds an array of categories to the end of the collection.
</para>
            </summary>
            <param name="categories">
		An array of <see cref="T:DevExpress.XtraBars.BarManagerCategory"/> objects to be added to the collection. 

            </param>


        </member>
        <member name="E:DevExpress.XtraBars.BarManagerCategoryCollection.CollectionChange">
            <summary>
                <para>Fires when changes are made to the category collection.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerCategoryCollection.IndexOf(System.String)">
            <summary>
                <para>Returns the position of a category with the specified name in the collection.
</para>
            </summary>
            <param name="categoryName">
		A string value specifying the name of the category to locate in the collection. 

            </param>
            <returns>A zero-based integer specifying the category's position within the collection. <b>-1</b> if the collection does not contain the specified category.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerCategoryCollection.IndexOf(DevExpress.XtraBars.BarManagerCategory)">
            <summary>
                <para>Returns the specified category's position within the collection.
</para>
            </summary>
            <param name="category">
		A <see cref="T:DevExpress.XtraBars.BarManagerCategory"/> object to locate in the collection.

            </param>
            <returns>A zero-based integer representing the category's position within the collection. <b>-1</b> if the collection does not contain the specified category.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerCategoryCollection.Insert(System.Int32,DevExpress.XtraBars.BarManagerCategory)">
            <summary>
                <para>Adds the given category to the specified position within the collection. 
</para>
            </summary>
            <param name="position">
		A zero-based integer specifying the category's position within the collection. 

            </param>
            <param name="category">
		The <see cref="T:DevExpress.XtraBars.BarManagerCategory"/> object to insert.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerCategoryCollection.Item(System.String)">
            <summary>
                <para>Gets a category by its name.
</para>
            </summary>
            <param name="name">
		A string value specifying the category's name.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.BarManagerCategory"/> object representing the category with the name specified. <b>null</b> (<b>Nothing</b> in Visual Basic) if the collection does not contain a category with the specified name.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerCategoryCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to individual categories. 
</para>
            </summary>
            <param name="index">
		A zero-based integer specifying the desired category's position within the collection.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.BarManagerCategory"/> object representing the category at the specified position. <b>null</b> (<b>Nothing</b> in Visual Basic) if the collection does not contain a category at the specified position.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerCategoryCollection.Item(System.Guid)">
            <summary>
                <para>Gets a category specified by its unique identifier.
</para>
            </summary>
            <param name="guid">
		A <see cref="T:System.Guid"/> object representing a category's unique identifier (GUID).

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.BarManagerCategory"/> object representing the category with the specified unique identifier. <b>null</b> (<b>Nothing</b> in Visual Basic) if the collection does not contain a category with the specified identifier.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerCategoryCollection.Manager">
            <summary>
                <para>Gets the BarManager that owns the collection. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarManager"/> object representing the BarManager that owns the category collection. 
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerCategoryCollection.Remove(DevExpress.XtraBars.BarManagerCategory)">
            <summary>
                <para>Removes the specified category from the collection. 
</para>
            </summary>
            <param name="category">
		A <see cref="T:DevExpress.XtraBars.BarManagerCategory"/> object representing a category to remove.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.BarManagerCategory">

            <summary>
                <para>Represents an individual category.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarManagerCategory.#ctor(System.String,System.Guid,System.Boolean)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BarManagerCategory"/> class with custom settings.
</para>
            </summary>
            <param name="name">
		A string value specifying the name of the created category. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarManagerCategory.Name"/> property.

            </param>
            <param name="guid">
		A <see cref="T:System.Guid"/> object representing a globally unique identifier (GUID)  that identifies the category. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarManagerCategory.Guid"/> property.

            </param>
            <param name="visible">
		<b>true</b> to make a category visible at runtime; <b>false</b> to make a category hidden at runtime. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarManagerCategory.Visible"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerCategory.#ctor(System.String,System.Guid)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BarManagerCategory"/> class with the specified name and global unique identifier (GUID). 
</para>
            </summary>
            <param name="name">
		A string value specifying the created category's name. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarManagerCategory.Name"/> property.

            </param>
            <param name="guid">
		A <see cref="T:System.Guid"/> object representing a globally unique identifier (GUID) that will identify the category. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarManagerCategory.Guid"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerCategory.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BarManagerCategory"/> class with the name specified.
</para>
            </summary>
            <param name="name">
		A string value specifying the created category's name. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarManagerCategory.Name"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerCategory.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BarManagerCategory"/> class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerCategory.DefaultCategory">
            <summary>
                <para>Gets the BarManager's default category.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarManagerCategory"/> object representing the BarManager's default category.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerCategory.GetItem(System.Int32)">
            <summary>
                <para>Gets an item displayed in the category at the specified position.
</para>
            </summary>
            <param name="index">
		A zero-based integer specifying the item's position within the category.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant representing an item displayed in the category at the specified position. <b>null</b> (<b>Nothing</b> in Visual Basic) if no item is found.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerCategory.GetItemCount">
            <summary>
                <para>Gets the number of items displayed in the category.
</para>
            </summary>
            <returns>An integer value equal to the number of items displayed in the category. 
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerCategory.Guid">
            <summary>
                <para>Gets or sets a globally unique identifier (GUID) that identifies the category.
</para>
            </summary>
            <value>A System.Guid object representing a globally unique identifier (GUID). 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerCategory.Index">
            <summary>
                <para>Gets the category's position within a collection.
</para>
            </summary>
            <value>A zero-based integer value specifying the category's position within a collection. <b>-1</b> if the category has no owning collection. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerCategory.Name">
            <summary>
                <para>Gets or sets the category's name. 
</para>
            </summary>
            <value>A string value specifying the category's name.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerCategory.ToString">
            <summary>
                <para>Gets the text representation of the BarManagerCategory object.
</para>
            </summary>
            <returns>A string representation of the BarManagerCategory object.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerCategory.TotalCategory">
            <summary>
                <para>Represents the Total category. This member supports the internal infrastructure.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarManagerCategory"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerCategory.Visible">
            <summary>
                <para>Gets or sets whether the category is visible in the customization dialog at runtime.
</para>
            </summary>
            <value><b>true</b> if the category is visible in the customization dialog at runtime; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarManagerAppearances">

            <summary>
                <para>Contains default style settings for bars and their elements.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarManagerAppearances.#ctor(DevExpress.XtraBars.BarAndDockingController)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BarManagerAppearances"/> class. 
</para>
            </summary>
            <param name="controller">
		A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object which will be notified when settings are changed.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerAppearances.Bar">
            <summary>
                <para>Contains default style settings to paint bars.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object providing style settings to paint bars. 
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerAppearances.BeginUpdate">
            <summary>
                <para>Prevents sending change notifications to the BarAndDockingController until the <see cref="M:DevExpress.XtraBars.BarManagerAppearances.EndUpdate"/> method is called. 
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerAppearances.Controller">
            <summary>
                <para>Gets the controller which owns the current instance of the <see cref="T:DevExpress.XtraBars.BarManagerAppearances"/> class. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object which owns the <see cref="T:DevExpress.XtraBars.BarManagerAppearances"/> instance.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerAppearances.Dispose">
            <summary>
                <para>Releases all resources used by the current <see cref="T:DevExpress.XtraBars.BarManagerAppearances"/> object. 
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerAppearances.Dock">
            <summary>
                <para>Contains default style settings to paint bar dock controls.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object providing style settings to paint dock controls. 
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerAppearances.EndUpdate">
            <summary>
                <para>Enables change notifications to be sent again after the <see cref="M:DevExpress.XtraBars.BarManagerAppearances.BeginUpdate"/> method has been called (which stops change notifications) and causes the BarAndDockingController to immediately update to reflect all the recent changes.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerAppearances.ItemsFont">
            <summary>
                <para>Contains default font settings to paint bar items.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Font"/> object providing default style settings for bar items.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerAppearances.MainMenu">
            <summary>
                <para>Contains default style settings to paint main menus.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object providing style settings to paint main menus. 
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarManagerAppearances.Reset">
            <summary>
                <para>Restores all the style settings and usage options to default values and thus stops elements from using these appearance settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerAppearances.StatusBar">
            <summary>
                <para>Contains default style settings to paint status bars.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object providing style settings to paint status bars. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManagerAppearances.SubMenu">
            <summary>
                <para>Contains default style settings to paint sub items within container items and popup menus.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.MenuAppearance"/> object providing style settings to paint submenu items. 
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarItemLinkReadOnlyCollection">

            <summary>
                <para>Represents a read-only bar item link collection.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkReadOnlyCollection.#ctor">
            <summary>
                <para>Creates a new <see cref="T:DevExpress.XtraBars.BarItemLinkReadOnlyCollection"/> object.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkReadOnlyCollection.Contains(DevExpress.XtraBars.BarItemLink)">
            <summary>
                <para>Indicates whether the collection contains the specified link.
</para>
            </summary>
            <param name="link">
		A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object or descendant to locate in the collection.

            </param>
            <returns><b>true</b> if the collection contains the specified link; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkReadOnlyCollection.GetRecentLink(System.Int32)">
            <summary>
                <para>Returns a recently used item link by its index.
</para>
            </summary>
            <param name="index">
		A zero-based integer representing the index of the recently used item link.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> descendant representing the recently used item link at the specified position within the collection.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkReadOnlyCollection.IndexOf(DevExpress.XtraBars.BarItemLink)">
            <summary>
                <para>Returns the specified link's position within the collection.
</para>
            </summary>
            <param name="link">
		A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object or descendant to locate in the collection.

            </param>
            <returns>A zero-based integer representing the link's position within the collection. <b>-1</b> if the collection does not contain the specified link.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLinkReadOnlyCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to individual links. 
</para>
            </summary>
            <param name="index">
		A zero-based integer specifying the desired link's position within the collection.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object or descendant representing the item link at the specified position. <b>null</b> (<b>Nothing</b> in Visual Basic) if the collection does not contain the link at the specified position. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLinkReadOnlyCollection.RecentLinkCount">
            <summary>
                <para>Gets the total number of items that have recently been used.
</para>
            </summary>
            <value>An integer value representing the number of items recently used.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarItemLinkCollection">

            <summary>
                <para>Represents a collection of links.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkCollection.#ctor(System.Object)">
            <summary>
                <para>Creates a new <see cref="T:DevExpress.XtraBars.BarItemLinkCollection"/> object with the specified owner.
</para>
            </summary>
            <param name="owner">
		An object which will own the new collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkCollection.#ctor">
            <summary>
                <para>Creates a new <see cref="T:DevExpress.XtraBars.BarItemLinkCollection"/> object.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkCollection.Add(DevExpress.XtraBars.BarItem)">
            <summary>
                <para>Creates a link to the specified bar item and adds it to the end of the collection.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant, for which a link is added to the collection.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object representing the link added.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkCollection.Add(DevExpress.XtraBars.BarItem,System.Boolean)">
            <summary>
                <para>Adds a new item link to the collection.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant for which a link is added to the collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItemLink.Item"/> property.

            </param>
            <param name="beginGroup">
		<b>true</b> to begin a group; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItemLink.BeginGroup"/> property.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object that represents the added link.

</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkCollection.Add(DevExpress.XtraBars.BarItem,System.String)">
            <summary>
                <para>Adds a link to the specified bar item and key tip, and adds it to the end of the collection.

</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant, for which the link is created and added to the collection.


            </param>
            <param name="keyTip">
		A <see cref="T:System.String"/> value that specifies the Key Tips for the new link.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object that represents the added link.

</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkCollection.Add(DevExpress.XtraBars.BarItem,System.Boolean,System.String)">
            <summary>
                <para>Adds a new item link to the collection.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant, for which the link is created and added to the collection.


            </param>
            <param name="beginGroup">
		<b>true</b> to begin a group; otherwise, <b>false</b>.

            </param>
            <param name="keyTip">
		A <see cref="T:System.String"/> value that specifies the Key Tips for the new link.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object that represents the added link.

</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkCollection.Add(DevExpress.XtraBars.BarItem,System.String,System.String)">
            <summary>
                <para>Creates a link to the specified bar item with the specified Key Tips, and adds it to the end of the collection.

</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant, for which a link is created.

            </param>
            <param name="keyTip">
		A string that specifies the Key Tip for the link. This value is used to initialize the created link's <see cref="P:DevExpress.XtraBars.BarItemLink.KeyTip"/> property.

            </param>
            <param name="dropDownKeyTip">
		A string that specifies the Key Tip used to open the bar button item's dropdown, if any. This value is used to initialize the created link's <see cref="P:DevExpress.XtraBars.BarButtonItemLink.DropDownKeyTip"/> property.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object representing the added link.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkCollection.Add(DevExpress.XtraBars.BarItem,System.Boolean,System.String,System.String)">
            <summary>
                <para>Creates a link to the specified bar item with the specified Key Tips, and adds it to the end of the collection. The method enables you to specifiy whether the created link starts a group.

</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant for which a link is added to the collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItemLink.Item"/> property.

            </param>
            <param name="beginGroup">
		<b>true</b> to begin a group; otherwise, <b>false</b>. This value is used to initialize the created link's <see cref="P:DevExpress.XtraBars.BarItemLink.BeginGroup"/> property.

            </param>
            <param name="keyTip">
		A string that specifies the Key Tip for the link. This value is used to initialize the created link's <see cref="P:DevExpress.XtraBars.BarItemLink.KeyTip"/> property.

            </param>
            <param name="dropDownKeyTip">
		A string that specifies the Key Tip used to open the bar button item's dropdown, if any. This value is used to initialize the created link's <see cref="P:DevExpress.XtraBars.BarButtonItemLink.DropDownKeyTip"/> property.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object representing the added link.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkCollection.Add(DevExpress.XtraBars.BarItem,System.Boolean,System.String,System.String,System.Boolean)">
            <summary>
                <para>Creates a link to the specified bar item with the specified Key Tips, and adds it to the end of the collection. The method enables you to specifiy whether the created link starts a group, and whether it must be arranged in the same manner as a <see cref="T:DevExpress.XtraBars.BarButtonGroup"/>.

</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant for which a link is added to the collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItemLink.Item"/> property.

            </param>
            <param name="beginGroup">
		<b>true</b> to begin a group; otherwise, <b>false</b>. This value is used to initialize the created link's <see cref="P:DevExpress.XtraBars.BarItemLink.BeginGroup"/> property.

            </param>
            <param name="keyTip">
		A string that specifies the Key Tip for the link. This value is used to initialize the created link's <see cref="P:DevExpress.XtraBars.BarItemLink.KeyTip"/> property.

            </param>
            <param name="dropDownKeyTip">
		A string that specifies the Key Tip used to open the bar button item's dropdown, if any. This value is used to initialize the created link's <see cref="P:DevExpress.XtraBars.BarButtonItemLink.DropDownKeyTip"/> property.

            </param>
            <param name="buttonGroup">
		A Boolean value that specifies whether the bar item link is arranged in the same manner as a <see cref="T:DevExpress.XtraBars.BarButtonGroup"/> object . This value is used to initialize the created link's <see cref="P:DevExpress.XtraBars.BarItemLink.ActAsButtonGroup"/> property. This parameter is in effect in a <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/>.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object representing the added link.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkCollection.AddRange(DevExpress.XtraBars.BarItem[])">
            <summary>
                <para>Creates an array of links to the specified bar items and adds them to the end of the collection. 
</para>
            </summary>
            <param name="items">
		An array of <see cref="T:DevExpress.XtraBars.BarItem"/> descendants, for which links are created and added to the collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkCollection.Assign(DevExpress.XtraBars.BarItemLinkCollection)">
            <summary>
                <para>Copies item links from the source collection to the current collection.
</para>
            </summary>
            <param name="links">
		A <see cref="T:DevExpress.XtraBars.BarItemLinkCollection"/> object representing the source collection whose elements are copied to the current collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkCollection.Clear">
            <summary>
                <para>Removes all item links from the collection.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.BarItemLinkCollection.CollectionChanged">
            <summary>
                <para>Fires when changes are made to the collection.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkCollection.Insert(System.Int32,DevExpress.XtraBars.BarItem)">
            <summary>
                <para>Creates a new link to the specified bar item and adds it to the specified position within the collection.
</para>
            </summary>
            <param name="position">
		A zero-based integer specifying the new bar item link's position within the collection.

            </param>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant for which the link is created and added the collection.


            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object representing the link inserted.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkCollection.Insert(DevExpress.XtraBars.BarItemLink,DevExpress.XtraBars.BarItem)">
            <summary>
                <para>Creates a new link to the specified bar item and adds it before the specified link in the collection.
</para>
            </summary>
            <param name="beforeLink">
		A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object representing an item link before which the new link is inserted.

            </param>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant for which the link is created and added to the collection.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object representing the link inserted.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkCollection.Remove(DevExpress.XtraBars.BarItemLink)">
            <summary>
                <para>Removes a link from the collection. 
</para>
            </summary>
            <param name="link">
		A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object representing the link to remove.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLinkCollection.RemoveAt(System.Int32)">
            <summary>
                <para>Removes the link at the specified position from the collection. 
</para>
            </summary>
            <param name="index">
		A zero-based integer specifying the index of the link to remove. If negative or exceeds the number of elements, an exception is raised.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.BarAndDockingController">

            <summary>
                <para>Contains the default settings for controls included in the XtraBars Suite (dock windows, bars, Ribbon controls and tabbed windows of the <see cref="T:DevExpress.XtraTabbedMdi.XtraTabbedMdiManager"/> component).

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarAndDockingController.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> class and sets its properties to their default values.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarAndDockingController.#ctor(System.ComponentModel.IContainer)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> class with the specified container.
</para>
            </summary>
            <param name="container">
		A <see cref="T:System.ComponentModel.IContainer"/> object that provides functionality for containers.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarAndDockingController.AddClient(DevExpress.XtraBars.IBarAndDockingControllerClient)">
            <summary>
                <para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <param name="client">
		An object that implements the IBarAndDockingControllerClient interface.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.BarAndDockingController.AppearancesBackstageView">
            <summary>
                <para>Provides access to the appearance settings applied to <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/> controls.
</para>
            </summary>
            <value>A BackstageViewAppearances object that provides corresponding appearance settings.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarAndDockingController.AppearancesBar">
            <summary>
                <para>Provides access to the properties that control the bars' default style.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarManagerAppearances"/> object providing default style settings for bars.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarAndDockingController.AppearancesDocking">
            <summary>
                <para>Provides access to the properties which control the appearance of all the dock panels.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockManagerAppearances"/> object providing appearance settings for dock panels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarAndDockingController.AppearancesDocumentManager">
            <summary>
                <para>Contains appearance settings that specify the appearance of a <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/>'s elements.
</para>
            </summary>
            <value>A DocumentManagerAppearances object that specifies the appearance of a <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/>'s elements.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarAndDockingController.AppearancesRibbon">
            <summary>
                <para>Provides access to the properties which control the appearance of the Ribbon Control's elements.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.RibbonAppearances"/> object that provides the appearance settings for the Ribbon Control's elements.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarAndDockingController.BeginInit">
            <summary>
                <para>Starts the runtime component initialization. 

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarAndDockingController.BeginUpdate">
            <summary>
                <para>Prevents the BarAndDockingController from being updated until the <see cref="M:DevExpress.XtraBars.BarAndDockingController.EndUpdate"/> method is called.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.BarAndDockingController.Changed">
            <summary>
                <para>Occurs when a BarAndDockingController's settings are modified.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarAndDockingController.Default">
            <summary>
                <para>Provides access to the DefaultBarAndDockingController.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object specifying the DefaultBarAndDockingController.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarAndDockingController.DragCursors">
            <summary>
                <para>Gets an array of cursors that can be used for drag operations on links.
</para>
            </summary>
            <value>An ArrayList of <see cref="T:System.Windows.Forms.Cursor"/> objects.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarAndDockingController.EndInit">
            <summary>
                <para>Ends the runtime component initialization. 

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarAndDockingController.EndUpdate">
            <summary>
                <para>Unlocks the BarAndDockingController after the <see cref="M:DevExpress.XtraBars.BarAndDockingController.BeginUpdate"/> method call and causes immediate updates.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarAndDockingController.LookAndFeel">
            <summary>
                <para>Provides access to settings controlling the bars' look and feel.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the bars' look and feel.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarAndDockingController.PaintStyle">
            <summary>
                <para>Gets the object that provides paint information for bars according to the current paint scheme.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Styles.BarManagerPaintStyle"/> descendant that provides paint information according to the current paint scheme.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarAndDockingController.PaintStyleName">
            <summary>
                <para>Gets or sets the paint scheme used, via its name.
</para>
            </summary>
            <value>A string specifying the paint style's name.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarAndDockingController.PaintStyles">
            <summary>
                <para>Contains paint information for the available paint schemes.
</para>
            </summary>
            <value>A collection of paint styles.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarAndDockingController.PropertiesBar">
            <summary>
                <para>Provides access to the default customization settings of bars.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarManagerProperties"/> object, containing bars' settings.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarAndDockingController.PropertiesRibbon">
            <summary>
                <para>Provides properties that control the display of bar items in a RibbonControl.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.RibbonProperties"/> object that contains the corresponding properties.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarAndDockingController.RemoveClient(DevExpress.XtraBars.IBarAndDockingControllerClient)">
            <summary>
                <para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <param name="client">
		An object that implements the IBarAndDockingControllerClient interface.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarAndDockingController.ResetStyleDefaults">
            <summary>
                <para>Updates the style settings with respect to the painting style applied.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.BarMenuMerge">

            <summary>
                <para>Contains values specifying how bar items of a child MDI form are added to bars/RibbonControls of the parent MDI form during merge operations.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.BarMenuMerge.Add">
            <summary>
                <para>Specifies that the child form's bar item should be added to a bar/RibbonControl or container item (e.g. menu) of a parent form. 
<para>
When merging bars and container items, the position to insert the item is determined by the <see cref="P:DevExpress.XtraBars.BarItem.MergeOrder"/> properties of this item and of the items within the target bar/container item.
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarMenuMerge.MergeItems">
            <summary>
                <para>This setting is applied to container items (<see cref="T:DevExpress.XtraBars.BarCustomContainerItem"/> descendants).
<para>
It specifies that subitems of the child form's container item should be merged with subitems of a parent form's container item. Merging occurs for the parent form's container item, whose type and <see cref="P:DevExpress.XtraBars.BarItem.Caption"/> match the source item's ones and only if its <see cref="P:DevExpress.XtraBars.BarItem.MergeType"/> property is also set to <b>MergeItems</b>. Otherwise, the child form's container item will simply be added to the parent form's bar/RibbonControl (similar to the <see cref="F:DevExpress.XtraBars.BarMenuMerge.Add"/> setting).
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarMenuMerge.Remove">
            <summary>
                <para>For a child form's bar item, indicates that the item must not be added to the parent form's bar/RibbonControl during merging.

<para>
For a parent form's bar item, indicates that the item must be removed from the bar/RibbonControl during merging.
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarMenuMerge.Replace">
            <summary>
                <para>Indicates that the child form's bar item should replace the parent form's item that has the same <see cref="P:DevExpress.XtraBars.BarItem.Caption"/>, but only if the parent item's <see cref="P:DevExpress.XtraBars.BarItem.MergeType"/> property is also set to <b>Replace</b>.

<para>
If such an item is not found in the parent form's bar/RibbonControl, the child form's item will simply be added to the bar/RibbonControl (similar to the <see cref="F:DevExpress.XtraBars.BarMenuMerge.Add"/> setting).
</para>
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.BarMdiMenuMergeStyle">

            <summary>
                <para>Contains values specifying when the merge mechanism should be invoked.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.BarMdiMenuMergeStyle.Always">
            <summary>
                <para>Specifies that the merge mechanism should be invoked when a child MDI form is activated. The unmerge mechanism is invoked when a child form becomes inactive.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarMdiMenuMergeStyle.Never">
            <summary>
                <para>Specifies that the merge mechanism is never invoked.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarMdiMenuMergeStyle.OnlyWhenChildMaximized">
            <summary>
                <para>Specifies that the merge mechanism should be invoked when a child MDI form is maximized. The unmerge mechanism is invoked when a child form is restored from the maximized view.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarMdiMenuMergeStyle.WhenChildActivated">
            <summary>
                <para>Specifies that the merge mechanism is invoked when a child MDI form is activated. The unmerge mechanism is invoked when a child form is deactivated. 
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.BarLinkUserDefines">

            <summary>
                <para>Lists values specifying which link settings are determined by a user.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.BarLinkUserDefines.Caption">
            <summary>
                <para>If active, the link's caption is specified by the <see cref="P:DevExpress.XtraBars.BarItemLink.UserCaption"/> property. Otherwise, the caption is specified by the item's <see cref="P:DevExpress.XtraBars.BarItem.Caption"/> property.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarLinkUserDefines.DropDownKeyTip">
            <summary>
                <para>If active, a key tip has been assigned to a link via the <see cref="P:DevExpress.XtraBars.BarButtonItemLink.DropDownKeyTip"/> property. Otherwise, no key tip has been assigned to this property.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarLinkUserDefines.Glyph">
            <summary>
                <para>If active, the link's image is specified by the <see cref="P:DevExpress.XtraBars.BarItemLink.UserGlyph"/> property. Otherwise, the image is specified by the item's <see cref="P:DevExpress.XtraBars.BarItem.Glyph"/> property.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarLinkUserDefines.KeyTip">
            <summary>
                <para>If active, a key tip has been assigned to a link via the <see cref="P:DevExpress.XtraBars.BarItemLink.KeyTip"/> property. Otherwise, no key tip has been assigned to the link.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarLinkUserDefines.None">
            <summary>
                <para>If active, disables all other options.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarLinkUserDefines.PaintStyle">
            <summary>
                <para>If active, the link's painting style is specified by the <see cref="P:DevExpress.XtraBars.BarItemLink.UserPaintStyle"/> property. Otherwise, the painting style is specified by the item's <see cref="P:DevExpress.XtraBars.BarItem.PaintStyle"/> property.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarLinkUserDefines.Width">
            <summary>
                <para>If active, the link's width is specified by the <see cref="P:DevExpress.XtraBars.BarItemLink.UserWidth"/> property. Otherwise, the width is specified by the item's <see cref="P:DevExpress.XtraBars.BarItem.Width"/> property.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.AppMenuFileLabel">

            <summary>
                <para>A label, imitating an item in the Recent Documents pane in MS Office 2007 UI.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.#ctor">
            <summary>
                <para>Initializes a new instance of the AppMenuFileLabel class.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.AppearanceDescription">
            <summary>
                <para>Contains appearance settings used to customize a label's description (<see cref="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.Description"/>).
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains corresponding appearance settings.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.AutoHeight">
            <summary>
                <para>Gets or sets whether the control's height is adjusted to fit its contents.
</para>
            </summary>
            <value><b>true</b> if the control's height is adjusted to fit its contents; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.Caption">
            <summary>
                <para>Gets or sets the label's caption.
</para>
            </summary>
            <value>A string that specifies the label's caption.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.Checked">
            <summary>
                <para>Gets or sets the label's check state.
</para>
            </summary>
            <value><b>true</b> if the label is checked; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.CheckedChanged">
            <summary>
                <para>Fires after the <see cref="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.Checked"/> property has been changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.Description">
            <summary>
                <para>Gets or sets a label's description which is displayed below the label's <see cref="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.Text"/>.
</para>
            </summary>
            <value>A label's description.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.GetPreferredSize(System.Drawing.Size)">
            <summary>
                <para>Retrieves the size of a rectangular area that will fit the control.


</para>
            </summary>
            <param name="proposedSize">
		The custom-sized area for a control. 

            </param>
            <returns>The size that will fit the control.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.Glyph">
            <summary>
                <para>Gets or sets the image displayed before the label's <see cref="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.Caption"/>.
</para>
            </summary>
            <value>An image displayed before the label's <see cref="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.Caption"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.Image">
            <summary>
                <para>Gets or sets the image displayed within the check button when the button is in the unchecked state.
</para>
            </summary>
            <value>An image displayed within the check button, representing the unchecked state.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.ImageSuperTip">
            <summary>
                <para>Gets or sets a <see cref="T:DevExpress.Utils.SuperToolTip"/> for a check button, displayed when the button is in the unchecked state.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.SuperToolTip"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.ImageToolTip">
            <summary>
                <para>Gets or sets a regular tooltip for a check button, displayed when the button is in the unchecked state.
</para>
            </summary>
            <value>A string that specifies a regular tooltip for a check button.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.ImageToolTipIconType">
            <summary>
                <para>Gets or sets the type of the tooltip icon to display in a regular tooltip for a check button when the button is in the unchecked state.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.ToolTipIconType"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.ImageToolTipTitle">
            <summary>
                <para>Gets or sets the title of a regular tooltip displayed for a check button when the button is in the unchecked state.

</para>
            </summary>
            <value>A string that specifies a regular tooltip's title. 
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.LabelClick">
            <summary>
                <para>Fires when the label's image (<see cref="F:DevExpress.XtraBars.BarLinkUserDefines.Glyph"/>) is clicked.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.LabelImageClick">
            <summary>
                <para>Fires when the label's image/selected image is clicked.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.ResetImageSuperTip">
            <summary>
                <para>Sets the <see cref="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.ImageSuperTip"/> property to <b>null</b>.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.ResetSelectedImageSuperTip">
            <summary>
                <para>Sets the <see cref="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.SelectedImageSuperTip"/> property to <b>null</b>.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.SelectedImage">
            <summary>
                <para>Gets or sets the image displayed within the check button when the label is in the checked state.
</para>
            </summary>
            <value>An image displayed within the check button, representing the checked state.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.SelectedImageSuperTip">
            <summary>
                <para>Gets or sets a <see cref="T:DevExpress.Utils.SuperToolTip"/> for a check button, displayed when the button is in the checked state.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.SuperToolTip"/> object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.SelectedImageToolTip">
            <summary>
                <para>Gets or sets a regular tooltip for a check button, displayed when the button is in the checked state.
</para>
            </summary>
            <value>A string that specifies a regular tooltip for a check button.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.SelectedImageToolTipIconType">
            <summary>
                <para>Gets or sets the type of the tooltip icon to display in a regular tooltip for a check button, when the button in the checked state.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.ToolTipIconType"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.SelectedImageToolTipTitle">
            <summary>
                <para>Gets or sets the title of a regular tooltip displayed for a check button, when the button in the checked state.

</para>
            </summary>
            <value>A string that specifies a regular tooltip's title. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.ShowCheckButton">
            <summary>
                <para>Gets or sets whether the label's check button is visible.
</para>
            </summary>
            <value><b>true</b> if the check button is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.Text">
            <summary>
                <para>Gets or sets the label's text, that when displayed, follows the label's <see cref="P:DevExpress.XtraBars.Ribbon.AppMenuFileLabel.Caption"/>.

</para>
            </summary>
            <value>A string that specifies the label's text.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.BackstageViewControlItemCollecton">

            <summary>
                <para>A collection of <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewItemBase"/> items in a <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewControlItemCollecton.#ctor(DevExpress.XtraBars.Ribbon.BackstageViewControl)">
            <summary>
                <para>Initializes a new instance of the BackstageViewControlItemCollecton class with the specified control.
</para>
            </summary>
            <param name="control">
		A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/> object that is the owner of the created item collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewControlItemCollecton.Add(DevExpress.XtraBars.Ribbon.BackstageViewItemBase)">
            <summary>
                <para>Adds the specified item to the current collection.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewItemBase"/> object that is the item to be added to the collection.

            </param>
            <returns>An integer value that is the position of the added item in the collection.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewControlItemCollecton.Contains(DevExpress.XtraBars.Ribbon.BackstageViewItemBase)">
            <summary>
                <para>Indicates whether the collection contains the specified item.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewItemBase"/> object to locate in the collection.

            </param>
            <returns><b>true</b> if the collection contains the specified item; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControlItemCollecton.Control">
            <summary>
                <para>Gets a <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/> that owns the current collection.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/> that owns the current collection.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControlItemCollecton.FirstTabIndex">
            <summary>
                <para>Gets the index of the first <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewTabItem"/> object in the collection.
</para>
            </summary>
            <value>A zero-based index of the first <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewTabItem"/> object in the collection.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewControlItemCollecton.IndexOf(DevExpress.XtraBars.Ribbon.BackstageViewItemBase)">
            <summary>
                <para>Returns the specified item's position within the collection.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewItemBase"/> object to locate in the collection.

            </param>
            <returns>A zero-based integer, that is the item's position within the collection. <b>-1</b>, if the collection does not contain the specified item. 

</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewControlItemCollecton.Insert(System.Int32,DevExpress.XtraBars.Ribbon.BackstageViewItemBase)">
            <summary>
                <para>Inserts the specified item into the collection at the specified location. 
</para>
            </summary>
            <param name="index">
		The zero-based index at which an item is inserted.

            </param>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewItemBase"/> to insert into the collection.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControlItemCollecton.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to collection elements.
</para>
            </summary>
            <param name="index">
		An integer value that specifies the zero-based index of the required object in the collection. If negative or exceeds the maximum available index, an exception is raised.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewItemBase"/> object that is the item located at the specified position within the collection.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControlItemCollecton.LastTabIndex">
            <summary>
                <para>Gets the index of the last <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewTabItem"/> object in the collection.
</para>
            </summary>
            <value>A zero-based index of the last <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewTabItem"/> object in the collection.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewControlItemCollecton.Remove(DevExpress.XtraBars.Ribbon.BackstageViewItemBase)">
            <summary>
                <para>Removes the specified element from the collection.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewItemBase"/> object to be removed from the collection.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControlItemCollecton.TabCount">
            <summary>
                <para>Gets the number of <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewTabItem"/> objects in the collection.
</para>
            </summary>
            <value>The number of <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewTabItem"/> objects in the collection.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarItemEventFireMode">

            <summary>
                <para>Contains values that specify when the Click events for a bar item fire.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.BarItemEventFireMode.Default">
            <summary>
                <para>This option is equivalent to the <see cref="F:DevExpress.XtraBars.BarItemEventFireMode.Immediate"/> option.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarItemEventFireMode.Immediate">
            <summary>
                <para>The Click events for a specific bar item fire immediately.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarItemEventFireMode.Postponed">
            <summary>
                <para>The Click events for a specific bar item are postponed. They fire after all events in the event queue have been processed.


</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.RibbonProperties">

            <summary>
                <para>Contains settings  that control the display of bar items in a <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.RibbonProperties.#ctor(DevExpress.XtraBars.BarAndDockingController)">
            <summary>
                <para>Initializes a new instance of the RibbonProperties class.
</para>
            </summary>
            <param name="controller">
		A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object that will receive notifications when properties of the created RibbonProperties object are changed.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonProperties.ScaleEditors">
            <summary>
                <para>Gets or sets whether in-place editors are automatically stretched to match the current DPI settings of the user's monitor.
</para>
            </summary>
            <value><b>true</b> if in-place editors are scaled to match the current DPI settings; otherwise, <b>false</b>
</value>


        </member>
        <member name="P:DevExpress.XtraBars.RibbonProperties.ScaleIcons">
            <summary>
                <para>Gets or sets whether icons for bar items are automatically stretched to match the current DPI settings of the user's monitor.
</para>
            </summary>
            <value><b>true</b> if bar item icons are scaled to match the current DPI settings; otherwise, <b>false</b>
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.DocumentCancelEventHandler">

            <summary>
                <para>The method that handles the <see cref="E:DevExpress.XtraBars.Docking2010.Views.BaseView.DocumentClosing"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.DocumentCancelEventHandler.Invoke(System.Object,DevExpress.XtraBars.Docking2010.Views.DocumentCancelEventArgs)">
            <summary>
                <para>The method that handles the <see cref="E:DevExpress.XtraBars.Docking2010.Views.BaseView.DocumentClosing"/> event.
</para>
            </summary>
            <param name="sender">
		The event source. Identifies the <see cref="T:DevExpress.XtraGrid.Views.Base.BaseView"/> descendant that raised the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.DocumentCancelEventArgs"/> object that contains the event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.DocumentCancelEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.Docking2010.Views.BaseView.DocumentClosing"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.DocumentCancelEventArgs.#ctor(DevExpress.XtraBars.Docking2010.Views.BaseDocument)">
            <summary>
                <para>Initializes a new DocumentCancelEventArgs class instance with the specified document.
</para>
            </summary>
            <param name="document">
		The <see cref="T:DevExpress.XtraBars.Docking2010.Views.BaseDocument"/> to be closed. The value is assigned to the <see cref="P:DevExpress.XtraBars.Docking2010.Views.DocumentCancelEventArgs.Document"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.DocumentCancelEventArgs.#ctor(DevExpress.XtraBars.Docking2010.Views.BaseDocument,System.Boolean)">
            <summary>
                <para>Initializes a new DocumentCancelEventArgs instance with the specified document and the cancel parameter.
</para>
            </summary>
            <param name="document">
		The <see cref="T:DevExpress.XtraBars.Docking2010.Views.BaseDocument"/>. The value is assigned to the <see cref="P:DevExpress.XtraBars.Docking2010.Views.DocumentCancelEventArgs.Document"/> property.

            </param>
            <param name="cancel">
		<b>true</b> if the selected document will not be closed; otherwise, <b>false</b>.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.DocumentCancelEventArgs.Document">
            <summary>
                <para>The document to be closed.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraBars.Docking2010.Views.BaseDocument"/> to be closed.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupProperties">

            <summary>
                <para>Contains common document group properties.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupProperties.ClosePageButtonShowMode">
            <summary>
                <para>Gets or sets the value that determines the way the Close buttons are displayed in document groups.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTab.ClosePageButtonShowMode"/> value that determines the way the Close buttons are displayed in document groups.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupProperties.CloseTabOnMiddleClick">
            <summary>
                <para>Gets or sets the value that determines if tabs in document groups will be closed on a mouse middle click.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTabbedMdi.CloseTabOnMiddleClick"/> value that determines if tabs in document groups will be closed on a mouse middle click.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupProperties.CustomHeaderButtons">
            <summary>
                <para>Provides access to a custom header button collection displayed in document groups.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection"/> displayed in document groups.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupProperties.DestroyOnRemovingChildren">
            <summary>
                <para>Gets or sets the value that determines if document groups will be destroyed after removing all of their children.
</para>
            </summary>
            <value><b>true</b> if document groups will be destroyed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupProperties.HeaderLocation">
            <summary>
                <para>Gets or sets the value that specifies the document group's header position.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTab.TabHeaderLocation"/> value that specifies the document group's header position.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupProperties.HeaderOrientation">
            <summary>
                <para>Gets or sets the value that specifies the header orientation for document groups.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTab.TabOrientation"/> value that specifies the header orientation for document groups.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupProperties.MaxDocuments">
            <summary>
                <para>Gets or sets the maximum number of documents in document groups.
</para>
            </summary>
            <value>The <b>integer</b> value that is the maximum number of documents in document groups.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupProperties.PageImagePosition">
            <summary>
                <para>Gets or sets the default alignment of images displayed in document tabs.

</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraTab.TabPageImagePosition"/> value that is the default alignment of images displayed in document tabs.


</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupProperties.ShowTabHeader">
            <summary>
                <para>Gets or sets the value that determines if tab headers are shown in document groups.
</para>
            </summary>
            <value><b>true</b> if tab headers are shown in document groups; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentDefaultProperties">

            <summary>
                <para>Contains properties for documents within a <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView"/>.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentDefaultProperties.AllowDockFill">
            <summary>
                <para>Gets or sets whether the current floating document can be docked as a tab.
</para>
            </summary>
            <value>A Boolean value that specifies whether the current floating document can be docked as a tab
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentDefaultProperties.CanDockFill">
            <summary>
                <para>Gets whether the current floating document can be docked as a tab.
</para>
            </summary>
            <value>A Boolean value that specifies whether the current floating document can be docked as a tab.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentProperties">

            <summary>
                <para>Contains properties common to all documents within a <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/>.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentProperties.AllowActivate">
            <summary>
                <para>Gets or sets whether the current View's documents can be activated.
</para>
            </summary>
            <value><b>true</b> if the current View's document can be activated; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentProperties.AllowClose">
            <summary>
                <para>Gets or sets whether the current View's documents can be closed.
</para>
            </summary>
            <value><b>true</b> if the current View's document can be closed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentProperties.AllowDock">
            <summary>
                <para>Gets or sets whether the current View's documents can be docked.
</para>
            </summary>
            <value><b>true</b> if the current View's documents can be docked; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentProperties.AllowFloat">
            <summary>
                <para>Gets or sets whether the current View's documents can be made floating.
</para>
            </summary>
            <value><b>true</b> if the current View's documents can be made floating; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentProperties.UseFormIconAsDocumentImage">
            <summary>
                <para>Gets or sets whether underlying forms' icons are applied to the current View's documents.
</para>
            </summary>
            <value><b>true</b> if underlying forms' icons are applied to the current View's documents; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Alerter.AlertButtonClickEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.Alerter.AlertControl.ButtonClick"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertButtonClickEventArgs.#ctor(DevExpress.XtraBars.Alerter.AlertButton,DevExpress.XtraBars.Alerter.AlertInfo,DevExpress.XtraBars.Alerter.AlertFormCore)">
            <summary>
                <para>Initializes a new instance of the AlertButtonClickEventArgs class with the specified settings.
</para>
            </summary>
            <param name="bi">
		An <see cref="T:DevExpress.XtraBars.Alerter.AlertButton"/> object used to initialize the <see cref="P:DevExpress.XtraBars.Alerter.AlertButtonClickEventArgs.Button"/> property.

            </param>
            <param name="info">
		A <see cref="T:DevExpress.XtraBars.Alerter.AlertInfo"/> object used to initialize the <see cref="P:DevExpress.XtraBars.Alerter.AlertClickEventArgs.Info"/> property.

            </param>
            <param name="form">
		An AlertFormCore object used to initialize the <see cref="P:DevExpress.XtraBars.Alerter.AlertClickEventArgs.AlertForm"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertButtonClickEventArgs.Button">
            <summary>
                <para>Provides access to the settings of the button that has been clicked.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraBars.Alerter.AlertButton"/> object containing settings of the button that has been clicked.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertButtonClickEventArgs.ButtonName">
            <summary>
                <para>Gets the name of the button that has been clicked.
</para>
            </summary>
            <value>A string that specifies the clicked button's name.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Alerter.AlertControl">

            <summary>
                <para>Represents a control that supports displaying alert windows.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertControl.#ctor(System.ComponentModel.IContainer)">
            <summary>
                <para>Initializes a new instance of the AlertControl class with the specified container.
</para>
            </summary>
            <param name="container">
		A <see cref="T:System.ComponentModel.IContainer"/> object.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertControl.#ctor">
            <summary>
                <para>Initializes a new instance of the AlertControl class with the specified settings.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Alerter.AlertControl.AlertClick">
            <summary>
                <para>Fires when the text of alert windows is clicked.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.AlertFormList">
            <summary>
                <para>Provides access to the list of active alert windows. 
</para>
            </summary>
            <value>A list of active alert windows.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.AllowHotTrack">
            <summary>
                <para>Gets or sets whether text in alert windows is hot-tracked when hovering over it with the mouse.
</para>
            </summary>
            <value><b>true</b> if text in alert windows is hot-tracked when hovering with the mouse; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.AllowHtmlText">
            <summary>
                <para>Gets or sets whether HTML tags can be used to format an alert window's caption and text.
</para>
            </summary>
            <value>A Boolean value that specifies whether HTML formatting is supported for an alert window's caption and text.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.AppearanceCaption">
            <summary>
                <para>Provides appearance settings that are used to paint the captions of alert windows.
</para>
            </summary>
            <value>An <b>AppearanceCaptionObject</b> object containing corresponding appearance settings.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.AppearanceHotTrackedText">
            <summary>
                <para>Provides appearance settings that are used to paint the text in alert windows when the text is hovered over.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object containing corresponding appearance settings.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.AppearanceText">
            <summary>
                <para>Provides appearance settings that are used to paint the text in alert windows when the text is not hovered over.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object containing corresponding appearance settings.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.AutoFormDelay">
            <summary>
                <para>Gets or sets an alert window's delay, in milliseconds.
</para>
            </summary>
            <value>An integer value that specifies an alert window's delay, in milliseconds.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.AutoHeight">
            <summary>
                <para>Gets or sets whether the height of alert windows are  automatically calculated, according to their content.

</para>
            </summary>
            <value><b>true</b> if the height of alert windows are automatically calculated, according to their content; otherwise, <b>false</b>.

</value>


        </member>
        <member name="E:DevExpress.XtraBars.Alerter.AlertControl.BeforeFormShow">
            <summary>
                <para>Fires before displaying an alert window and allows it to be customized.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Alerter.AlertControl.ButtonClick">
            <summary>
                <para>Fires when a custom button within an alert window has been clicked.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Alerter.AlertControl.ButtonDownChanged">
            <summary>
                <para>Fires when the pressed state of a custom check button within an alert window has been changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.Buttons">
            <summary>
                <para>Provides access to the collection of custom buttons that can be displayed in alert windows.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraBars.Alerter.AlertButtonCollection"/> object that contains custom buttons.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.ControlBoxPosition">
            <summary>
                <para>Gets or sets the position of an alert window's control box.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraBars.Alerter.AlertFormControlBoxPosition"/> value that specifies the position of an alert window's control box.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Alerter.AlertControl.FormClosing">
            <summary>
                <para>Fires when an alert window is about to be closed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.FormDisplaySpeed">
            <summary>
                <para>Gets or sets the speed of the appearance of an alert window.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Alerter.AlertFormDisplaySpeed"/> value that specifies the speed of appearance of an alert window.

</value>


        </member>
        <member name="E:DevExpress.XtraBars.Alerter.AlertControl.FormLoad">
            <summary>
                <para>Fires after an alert window has been created, and allows you to customize the window and window's buttons.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.FormLocation">
            <summary>
                <para>Gets or sets the screen position where alert windows appear.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraBars.Alerter.AlertFormLocation"/> value that specifies the screen position where alert windows appear.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.FormMaxCount">
            <summary>
                <para>Gets or sets the maximum number of simultaneously displayed alert windows.
</para>
            </summary>
            <value>An integer value that specifies the maximum number of simultaneously displayed alert windows. <b>0</b> if this number is not limited.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.FormShowingEffect">
            <summary>
                <para>Gets or sets an animation effect applied when displaying an alert window.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraBars.Alerter.AlertFormShowingEffect"/> value that specifies the type of animation effect applied when displaying alert windows.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Alerter.AlertControl.GetDesiredAlertFormWidth">
            <summary>
                <para>Allows you to set an alert window's width. 

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.IgnoreChildren">
            <summary>
                <para>This method supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value><b>false</b>
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.Images">
            <summary>
                <para>Gets or sets the source of images for buttons that can be displayed in alert windows.
</para>
            </summary>
            <value>An object that specifes the source of images for buttons in alert windows.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.LookAndFeel">
            <summary>
                <para>Provides access to settings controlling the look and feel of alert windows.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the look and feel of alert windows.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Alerter.AlertControl.MouseFormEnter">
            <summary>
                <para>Fires when the mouse pointer enters an alert window.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Alerter.AlertControl.MouseFormLeave">
            <summary>
                <para>Fires when the mouse pointer leaves an alert window.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.PopupMenu">
            <summary>
                <para>Gets or sets a popup menu associated with alert windows.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.PopupMenu"/> object associated with popup menus.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.PostponedFormList">
            <summary>
                <para>Provides access to alert windows whose display is postponed.
</para>
            </summary>
            <value>A list of alert windows whose display is postponed.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertControl.RaiseAlertClick(DevExpress.XtraBars.Alerter.AlertInfo,DevExpress.XtraBars.Alerter.AlertFormCore)">
            <summary>
                <para>Raises the <see cref="E:DevExpress.XtraBars.Alerter.AlertControl.AlertClick"/> event.
</para>
            </summary>
            <param name="info">
		An object that contains information displayed in the currently processed alert window.

            </param>
            <param name="form">
		An AlertFormCore object that specifies the currently processed alert window. 


            </param>
            <returns>The value of the <see cref="P:DevExpress.XtraBars.Alerter.AlertClickEventArgs.ActivateOwner"/> parameter returned from your <see cref="E:DevExpress.XtraBars.Alerter.AlertControl.AlertClick"/> event handler.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertControl.RaiseButtonClick(DevExpress.XtraBars.Alerter.AlertButton,DevExpress.XtraBars.Alerter.AlertInfo,DevExpress.XtraBars.Alerter.AlertFormCore)">
            <summary>
                <para>Raises the <see cref="E:DevExpress.XtraBars.Alerter.AlertControl.ButtonClick"/> event.
</para>
            </summary>
            <param name="bi">
		An <see cref="T:DevExpress.XtraBars.Alerter.AlertButton"/> object passed to the event.

            </param>
            <param name="info">
		A <see cref="T:DevExpress.XtraBars.Alerter.AlertInfo"/> object passed to the event.

            </param>
            <param name="form">
		An AlertFormCore object  passed to the event.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertControl.RaiseButtonDownChanged(DevExpress.XtraBars.Alerter.AlertButton,DevExpress.XtraBars.Alerter.AlertInfo,DevExpress.XtraBars.Alerter.AlertFormCore)">
            <summary>
                <para>Raises the <see cref="E:DevExpress.XtraBars.Alerter.AlertControl.ButtonDownChanged"/> event.
</para>
            </summary>
            <param name="bi">
		An <see cref="T:DevExpress.XtraBars.Alerter.AlertButton"/> object passed to the event.

            </param>
            <param name="info">
		An <see cref="T:DevExpress.XtraBars.Alerter.AlertInfo"/> object passed to the event.

            </param>
            <param name="form">
		An AlertFormCore object passed to the event.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertControl.RaiseFormClosing(DevExpress.XtraBars.Alerter.AlertFormClosingEventArgs)">
            <summary>
                <para>Raises the <see cref="E:DevExpress.XtraBars.Alerter.AlertControl.FormClosing"/> event.
</para>
            </summary>
            <param name="args">
		An AlertFormClosingEventArgs object.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertControl.RaiseFormLoad(DevExpress.XtraBars.Alerter.AlertFormCore)">
            <summary>
                <para>Raises the <see cref="E:DevExpress.XtraBars.Alerter.AlertControl.FormLoad"/> event.
</para>
            </summary>
            <param name="form">
		An AlertFormCore object passed to the event.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertControl.RaiseGetDesiredAlertFormWidth(DevExpress.XtraBars.Alerter.AlertFormWidthEventArgs)">
            <summary>
                <para>Raises the <see cref="E:DevExpress.XtraBars.Alerter.AlertControl.GetDesiredAlertFormWidth"/> event.
</para>
            </summary>
            <param name="args">
		An AlertFormWidthEventArgs object passed to the event.

            </param>
            <returns>The value of the <b>Width</b> event parameter.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertControl.RaiseMouseFromEnter(DevExpress.XtraBars.Alerter.AlertEventArgs)">
            <summary>
                <para>Raises the <see cref="E:DevExpress.XtraBars.Alerter.AlertControl.MouseFormEnter"/> event.
</para>
            </summary>
            <param name="args">
		An AlertEventArgs object passed to the event.

            </param>
            <returns>The value of the <b>Cancel</b> event parameter.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertControl.RaiseMouseFromLeave(DevExpress.XtraBars.Alerter.AlertEventArgs)">
            <summary>
                <para>Raises the <see cref="E:DevExpress.XtraBars.Alerter.AlertControl.MouseFormLeave"/> event.
</para>
            </summary>
            <param name="args">
		An AlertEventArgs object passed to the event.

            </param>
            <returns>The value of the <b>Cancel</b> event parameter.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertControl.Show(System.Windows.Forms.Form,System.String,System.String,System.Drawing.Image)">
            <summary>
                <para>Displays an alert window with the specified caption, text and image.
</para>
            </summary>
            <param name="owner">
		An owner of the window. In a multi-monitor system, if the <i>owner</i> is set to <b>null</b>, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner.

            </param>
            <param name="caption">
		A string that specifies the window's caption.

            </param>
            <param name="text">
		A string that specifies the window's text, displayed when the text region is not hovered over.

            </param>
            <param name="image">
		An image to be displayed within the alert window.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertControl.Show(System.Windows.Forms.Form,System.String,System.String,System.String,System.Drawing.Image)">
            <summary>
                <para>Displays an alert window with the specified text, caption, image and the text displayed when the window's text region is hot-tracked.
</para>
            </summary>
            <param name="owner">
		An owner of the window. In a multi-monitor system, if the <i>owner</i> is set to <b>null</b>, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner.

            </param>
            <param name="caption">
		A string that specifies the window's caption.

            </param>
            <param name="text">
		A string that specifies the window's text, displayed when the text region is not hovered over.

            </param>
            <param name="hotTrackedText">
		A string that specifies the window's text, displayed when the text region is not hovered over.

            </param>
            <param name="image">
		An image to be displayed within the alert window.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertControl.Show(System.Windows.Forms.Form,System.String,System.String,System.String,System.Drawing.Image,System.Object)">
            <summary>
                <para>Displays an alert window with the specified settings.
</para>
            </summary>
            <param name="owner">
		An owner of the window. In a multi-monitor system, if the <i>owner</i> is set to <b>null</b>, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner.

            </param>
            <param name="caption">
		A string that specifies the window's caption.

            </param>
            <param name="text">
		A string that specifies the window's text, displayed when the text region is not hovered over.

            </param>
            <param name="hotTrackedText">
		A string that specifies the text which is displayed when the text region is hovered over.

            </param>
            <param name="image">
		An image to be displayed within the alert window.

            </param>
            <param name="tag">
		Any custom data associated with the window.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertControl.Show(System.Windows.Forms.Form,System.String,System.String,System.String)">
            <summary>
                <para>Displays an alert window with the specified text, caption and the text displayed when the window's text region is hot-tracked.
</para>
            </summary>
            <param name="owner">
		An owner of the window. In a multi-monitor system, if the <i>owner</i> is set to <b>null</b>, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner.

            </param>
            <param name="caption">
		A string that specifies the window's caption.

            </param>
            <param name="text">
		A string that specifies the window's text, displayed when the text region is not hovered over.

            </param>
            <param name="hotTrackedText">
		A string that specifies the window's text, displayed when the text region is not hovered over.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertControl.Show(System.Windows.Forms.Form,DevExpress.XtraBars.Alerter.AlertInfo)">
            <summary>
                <para>Displays an alert window displaying information from the specified <see cref="T:DevExpress.XtraBars.Alerter.AlertInfo"/> structure.
</para>
            </summary>
            <param name="owner">
		An owner of the window. In a multi-monitor system, if the <i>owner</i> is set to <b>null</b>, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner.

            </param>
            <param name="info">
		An <see cref="T:DevExpress.XtraBars.Alerter.AlertInfo"/> object that contains settings used to initialize the newly created alert window.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertControl.Show(System.Windows.Forms.Form)">
            <summary>
                <para>Displays an empty alert form.
</para>
            </summary>
            <param name="owner">
		An owner of the window. In a multi-monitor system, if the <i>owner</i> is set to <b>null</b>, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertControl.Show(System.Windows.Forms.Form,System.String,System.String)">
            <summary>
                <para>Displays an alert window with the specified text and caption.
</para>
            </summary>
            <param name="owner">
		An owner of the window. In a multi-monitor system, if the <i>owner</i> is set to <b>null</b>, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner.

            </param>
            <param name="caption">
		A string that specifies the window's caption.

            </param>
            <param name="text">
		A string that specifies the window's text, displayed when the text region is not hovered over.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.ShowCloseButton">
            <summary>
                <para>Gets or sets whether the Close button must be displayed in newly created alert windows.
</para>
            </summary>
            <value><b>true</b> if the the Close button must be displayed in newly created alert windows; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.ShowPinButton">
            <summary>
                <para>Gets or sets whether the Pin button must be displayed in newly created alert windows.
</para>
            </summary>
            <value><b>true</b> if the the Pin button must be displayed in newly created alert windows; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertControl.ShowToolTips">
            <summary>
                <para>Gets or sets whether tooltips are enabled for custom buttons in alert windows.
</para>
            </summary>
            <value><b>true</b> if tooltips in alert windows are supported; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Alerter.AlertClickEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Alerter.AlertControl.AlertClick"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertClickEventHandler.Invoke(System.Object,DevExpress.XtraBars.Alerter.AlertClickEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Alerter.AlertControl.AlertClick"/> event.
</para>
            </summary>
            <param name="sender">
		The event source. Identifies the <see cref="T:DevExpress.XtraBars.Alerter.AlertControl"/> that raised the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.Alerter.AlertClickEventArgs"/> object containing event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Alerter.AlertClickEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.Alerter.AlertControl.AlertClick"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertClickEventArgs.#ctor(DevExpress.XtraBars.Alerter.AlertInfo,DevExpress.XtraBars.Alerter.AlertFormCore)">
            <summary>
                <para>Initializes a new instance of the AlertClickEventArgs class with the specified settings.
</para>
            </summary>
            <param name="info">
		A <see cref="T:DevExpress.XtraBars.Alerter.AlertInfo"/> object used to initialize the <see cref="P:DevExpress.XtraBars.Alerter.AlertClickEventArgs.Info"/> property.

            </param>
            <param name="form">
		An AlertFormCore object used to initialize the <see cref="P:DevExpress.XtraBars.Alerter.AlertClickEventArgs.AlertForm"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertClickEventArgs.ActivateOwner">
            <summary>
                <para>Gets or sets whether the owner (a form) of the current alert window is activated after executing your <see cref="E:DevExpress.XtraBars.Alerter.AlertControl.AlertClick"/> event handler.
</para>
            </summary>
            <value><b>true</b> if the owner (a form) of the current alert window is activated; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertClickEventArgs.AlertForm">
            <summary>
                <para>Gets the currently processed alert window. 

</para>
            </summary>
            <value>An AlertFormCore object that represents the currently processed alert window. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Alerter.AlertClickEventArgs.Info">
            <summary>
                <para>Gets an object that contains information displayed in the currently processed alert window.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Alerter.AlertInfo"/> object that contains information displayed in an alert window. 
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.BackstageViewClientControl">

            <summary>
                <para>A container that displays the contents of a <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewTabItem"/> within a <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewClientControl.#ctor">
            <summary>
                <para>Initializes a new instance of the BackstageViewClientControl class.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewClientControl.Dock">
            <summary>
                <para>This property is overridden to support the <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/>'s internal infrastructure.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewClientControl.Enabled">
            <summary>
                <para>This property is overridden to support the <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/>'s internal infrastructure.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewClientControl.GetBackgroundColor">
            <summary>
                <para>Returns the control's background color.
</para>
            </summary>
            <returns>The control's background color.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewClientControl.Location">
            <summary>
                <para>This property is overridden to support the <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/>'s internal infrastructure.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewClientControl.Size">
            <summary>
                <para>This property is overridden to support the <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/>'s internal infrastructure.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewClientControl.Visible">
            <summary>
                <para>This property is overridden to support the <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/>'s internal infrastructure.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler">

            <summary>
                <para>Handles events that occur for a <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/>'s items.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler.Invoke(System.Object,DevExpress.XtraBars.Ribbon.BackstageViewItemEventArgs)">
            <summary>
                <para>A method that will handle events that take <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewItemEventArgs"/> object as a parameter.

</para>
            </summary>
            <param name="sender">
		A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/> object that is the event sender.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewItemEventArgs"/> object that provides data for the event.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.BackstageViewItemEventArgs">

            <summary>
                <para>Contains data for events that occur for a <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/>'s items.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewItemEventArgs.#ctor(DevExpress.XtraBars.Ribbon.BackstageViewItem)">
            <summary>
                <para>Initializes a new instance of the BackstageViewItemEventArgs class with the specified item.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewItem"/> object used to initialize the <see cref="P:DevExpress.XtraBars.Ribbon.BackstageViewItemEventArgs.Item"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItemEventArgs.Item">
            <summary>
                <para>Gets the currently processed item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewItem"/> object that is the currently processed item.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.BackstageViewButtonItem">

            <summary>
                <para>This item acts as a button within a <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewButtonItem.#ctor">
            <summary>
                <para>Initializes a new instance of the BackstageViewButtonItem class.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewButtonItem.AppearancePressed">
            <summary>
                <para>Provides access to appearance settings applied to the item's caption when the item is pressed.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains corresponding appearance settings.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewButtonItem.Assign(DevExpress.XtraBars.Ribbon.BackstageViewItemBase)">
            <summary>
                <para>Copies settings from the specified object to the current object.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewItemBase"/> object whose settings are copied to the current item.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewButtonItem.CloseBackstageViewOnClick">
            <summary>
                <para>Gets or sets whether the current <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/> is closed when the current item is clicked.
</para>
            </summary>
            <value><b>true</b> if the current <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/> is closed when the current item is clicked; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.BackstageViewButtonItem.ItemClick">
            <summary>
                <para>Fires when the current item is clicked.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.BackstageViewItemBase">

            <summary>
                <para>A base class for items within a <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewItemBase.#ctor">
            <summary>
                <para>Initializes a new instance of the BackstageViewItemBase class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewItemBase.Assign(DevExpress.XtraBars.Ribbon.BackstageViewItemBase)">
            <summary>
                <para>Copies settings from the specified object to the current object.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewItemBase"/> object whose settings are copied to the current item.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewItemBase.Clone">
            <summary>
                <para>Creates and returns a copy of the current item.
</para>
            </summary>
            <returns>A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewItemBase"/> descendant that is a copy of the current item.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItemBase.Control">
            <summary>
                <para>Gets a <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/> that owns the current item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/> that owns the current item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItemBase.Name">
            <summary>
                <para>Gets or sets the item's name.
</para>
            </summary>
            <value>A string that specifies the item's name.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItemBase.Visible">
            <summary>
                <para>Gets or sets the item's visibility.
</para>
            </summary>
            <value><b>true</b> if the item is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator">

            <summary>
                <para>A separator between items within a <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator.#ctor">
            <summary>
                <para>Initializes a new instance of the BackstageViewItemSeparator class.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.BackstageViewTabItem">

            <summary>
                <para>Acts as a tab page within a <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewTabItem.#ctor">
            <summary>
                <para>Initializes a new instance of the BackstageViewTabItem class.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewTabItem.AppearanceSelected">
            <summary>
                <para>Provides access to appearance settings applied to the item's caption when the item is selected.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains corresponding appearance settings.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewTabItem.Assign(DevExpress.XtraBars.Ribbon.BackstageViewItemBase)">
            <summary>
                <para>Copies settings from the specified object to the current object.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewItemBase"/> object whose settings are copied to the current item.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewTabItem.ContentControl">
            <summary>
                <para>Gets or sets a user control where you can arrange custom controls.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewClientControl"/> where you can arrange custom controls.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewTabItem.Selected">
            <summary>
                <para>Gets or sets whether the current item is selected (when it is displayed within a <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/>).
</para>
            </summary>
            <value><b>true</b> if the current item is selected; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.BackstageViewTabItem.SelectedChanged">
            <summary>
                <para>Fires when the item's selection is changed.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.BackstageViewItem">

            <summary>
                <para>A base class for items within a <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControl"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewItem.#ctor">
            <summary>
                <para>Initializes a new instance of the BackstageViewItem class.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.AllowHtmlString">
            <summary>
                <para>Gets or sets whether HTML formatting is allowed when setting the <see cref="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.Caption"/> property.
</para>
            </summary>
            <value><b>true</b> if  HTML formatting is allowed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.Appearance">
            <summary>
                <para>Provides access to appearance settings applied to the item's caption when it is in the normal state.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that control's the item's appearance in the normal state.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.AppearanceDisabled">
            <summary>
                <para>Provides access to appearance settings applied to the disabled item's caption.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains corresponding appearance settings.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.AppearanceHover">
            <summary>
                <para>Provides access to appearance settings applied to the item's caption when the item is hovered over.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains corresponding appearance settings.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewItem.Assign(DevExpress.XtraBars.Ribbon.BackstageViewItemBase)">
            <summary>
                <para>Copies settings from the specified object to the current object.
</para>
            </summary>
            <param name="itemBase">
		A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewItemBase"/> object whose settings are copied to the current item.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.Caption">
            <summary>
                <para>Gets or sets the item's display caption.
</para>
            </summary>
            <value>A string that specifies the item's display caption.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.CaptionHorizontalAlignment">
            <summary>
                <para>Gets or sets the horizontal alignment of the item's caption region.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.Drawing.ItemHorizontalAlignment"/> value that specifies the caption horizontal alignment.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.CaptionVerticalAlignment">
            <summary>
                <para>Gets or sets the vertical alignment of the item's caption region.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.Drawing.ItemVerticalAlignment"/> value that specifies the caption vertical alignment.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.Enabled">
            <summary>
                <para>Gets or sets whether the current item is enabled or disabled.
</para>
            </summary>
            <value><b>true</b> if the current item is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.Glyph">
            <summary>
                <para>Gets or sets an image for the current item.
</para>
            </summary>
            <value>An Image object that is an image to be displayed within the current item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.GlyphDisabled">
            <summary>
                <para>Gets or sets an image for the current item that will be displayed when the current item is disabled.
</para>
            </summary>
            <value>An Image object that is an image to be displayed within the current item, when the item is disabled.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.GlyphHorizontalAlignment">
            <summary>
                <para>Gets or sets the horizontal alignment of the item's glyph region.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.Drawing.ItemHorizontalAlignment"/> value that specifies the glyph horizontal alignment.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.GlyphHover">
            <summary>
                <para>Gets or sets an image for the current item that will be displayed when the current item is hovered over.
</para>
            </summary>
            <value>An Image object that is an image to be displayed within the current item, when the item is hovered over.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.GlyphLocation">
            <summary>
                <para>Gets or sets the location of the item's glyph region relative to its caption region.
</para>
            </summary>
            <value>An ItemLocation value that specifies the location of the item's glyph region relative to the caption region.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.GlyphPressed">
            <summary>
                <para>Gets or sets an image for the current item that will be displayed when the current item is pressed with a mouse button.
</para>
            </summary>
            <value>An Image object that is an image to be displayed within the current item, when the item is pressed with a mouse button.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.GlyphVerticalAlignment">
            <summary>
                <para>Gets or sets the vertical alignment of the item's glyph region.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.Drawing.ItemVerticalAlignment"/> value that specifies the glyph vertical alignment.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.ImageIndex">
            <summary>
                <para>Gets or sets the index of an image within the <see cref="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.Images"/> collection.
</para>
            </summary>
            <value>A zero-based index of an image in the <see cref="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.Images"/> collection.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.ImageIndexDisabled">
            <summary>
                <para>Gets or sets the index of an image within the <see cref="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.Images"/> collection. This image will be displayed when the current item is disabled.
</para>
            </summary>
            <value>A zero-based index of an image in the <see cref="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.Images"/> collection.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.ImageIndexHover">
            <summary>
                <para>Gets or sets the index of an image within the <see cref="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.Images"/> collection. This image will be displayed when the current item is hovered over.
</para>
            </summary>
            <value>A zero-based index of an image in the <see cref="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.Images"/> collection.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.ImageIndexPressed">
            <summary>
                <para>Gets or sets the index of an image within the <see cref="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.Images"/> collection. This image will be displayed when the current item is pressed using a mouse button.
</para>
            </summary>
            <value>A zero-based index of an image in the <see cref="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.Images"/> collection.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.Images">
            <summary>
                <para>Gets the image collection assigned to the owner's <see cref="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.Images"/> property.
</para>
            </summary>
            <value>An object that is an owner's image collection.

</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.BackstageViewItem.ItemHover">
            <summary>
                <para>Fires when the item is hovered over with the mouse.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.BackstageViewItem.ItemPressed">
            <summary>
                <para>Fires when the current item is pressed with the mouse (when the mouse button is pressed against the item and not yet released).
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewItem.ResetSuperTip">
            <summary>
                <para>Removes the <see cref="T:DevExpress.Utils.SuperToolTip"/> object that has been assigned to the current item.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.SuperTip">
            <summary>
                <para>Allows you to assign a Super Tip to the item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.SuperToolTip"/> object that is a tool tip assigned to the item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewItem.Tag">
            <summary>
                <para>Gets or sets an object that contains custom data for the current BackstageViewItem object.
</para>
            </summary>
            <value>An object that contains custom data for the current object. 
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Alerter.AlertButtonClickEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Alerter.AlertControl.ButtonClick"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Alerter.AlertButtonClickEventHandler.Invoke(System.Object,DevExpress.XtraBars.Alerter.AlertButtonClickEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.Alerter.AlertControl.ButtonClick"/> event.
</para>
            </summary>
            <param name="sender">
		The event source. Identifies the <see cref="T:DevExpress.XtraBars.Alerter.AlertControl"/> that raised the event.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.Alerter.AlertButtonClickEventArgs"/> object containing event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.BackstageViewControl">

            <summary>
                <para>A control that can act as a main menu in a <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/>, allowing you to display custom controls.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewControl.#ctor">
            <summary>
                <para>Initializes a new instance of the BackstageViewControl class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewControl.BeginUpdate">
            <summary>
                <para>Prevents the control from being updated until the <see cref="M:DevExpress.XtraBars.Ribbon.BackstageViewControl.EndUpdate"/> method is called.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewControl.CancelUpdate">
            <summary>
                <para>Unlocks the control after the <see cref="M:DevExpress.XtraBars.Ribbon.BackstageViewControl.BeginUpdate"/> method call, but doesn't update the control.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.CaptionHorizontalAlignment">
            <summary>
                <para>Gets or sets the horizontal alignment of items' caption regions.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.Drawing.ItemHorizontalAlignment"/> value that specifies the horizontal alignment of items' caption regions.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.CaptionVerticalAlignment">
            <summary>
                <para>Gets or sets the vertical alignment of items' caption regions.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.Drawing.ItemVerticalAlignment"/> value that specifies the vertical alignment  of items' caption regions.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.ColorScheme">
            <summary>
                <para>Gets or sets the color scheme applied when painting the control's items. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControlColorScheme"/> value that specifies the control's color scheme.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.Controller">
            <summary>
                <para>Allows you to assign a <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> to the control, to manipulate the control's appearance settings.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object that provides default look and feel options for the BackstageViewControl.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewControl.EndUpdate">
            <summary>
                <para>Unlocks the current control after a call to the <see cref="M:DevExpress.XtraBars.Ribbon.BackstageViewControl.BeginUpdate"/> method and causes an immediate update.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewControl.GetController">
            <summary>
                <para>Returns the Bar and Docking Controller that provides look and feel options for the BackstageViewControl. 
</para>
            </summary>
            <returns>A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object that provides look and feel  options for the BackstageViewControl
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewControl.GetHandler">
            <summary>
                <para>Gets the object that controls drag-and-drop and mouse operations on the BackstageViewControl.
</para>
            </summary>
            <returns>A BackstageViewControlHandler object.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewControl.GetViewInfo">
            <summary>
                <para>Gets the object that contains the information needed to draw the BackstageViewControl.
</para>
            </summary>
            <returns>A BackstageViewInfo object.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.GlyphHorizontalAlignment">
            <summary>
                <para>Gets or sets the horizontal alignment of items' glyph regions.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.Drawing.ItemHorizontalAlignment"/> value that specifies the horizontal alignment of items' glyph regions.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.GlyphLocation">
            <summary>
                <para>Gets or sets the location of items' glyph regions relative to caption regions.
</para>
            </summary>
            <value>An ItemLocation value that specifies the location of items' glyph regions relative to caption regions.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.GlyphToCaptionIndent">
            <summary>
                <para>Gets or sets the distance between items' glyph and caption regions.
</para>
            </summary>
            <value>An integer value that specifies the distance between items' glyph and caption regions.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.GlyphVerticalAlignment">
            <summary>
                <para>Gets or sets the vertical alignment of items' glyph regions.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.Drawing.ItemVerticalAlignment"/> value that specifies the vertical alignment  of items' glyph regions.

</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.BackstageViewControl.HighlightedItemChanged">
            <summary>
                <para>Fires when an item is highlighted and when item highlighting is cleared.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.Image">
            <summary>
                <para>Gets or sets the image displayed in the BackstageViewControl's right bottom corner.
</para>
            </summary>
            <value>An image to be displayed in the BackstageViewControl's right bottom corner.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.Images">
            <summary>
                <para>Gets or sets a collection of images to be displayed within the control's items.
</para>
            </summary>
            <value>An object that specifies an image collection (typically, an <see cref="T:DevExpress.Utils.ImageCollection"/> or <see cref="T:System.Windows.Forms.ImageList"/> object).

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.IsInUpdate">
            <summary>
                <para>Gets whether the control's visual updates are postponed.
</para>
            </summary>
            <value><b>true</b> if the control's visual updates are postponed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.BackstageViewControl.ItemClick">
            <summary>
                <para>Fires after any of the BackstageViewControl's items has been clicked with the mouse (the mouse button has been pressed and then released).
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.BackstageViewControl.ItemPressed">
            <summary>
                <para>Fires after any of the BackstageViewControl's items has been pressed with the mouse. 
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.Items">
            <summary>
                <para>Provides access to the control's item collection.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewControlItemCollecton"/> object that contains the control's items.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.LeftPaneMaxWidth">
            <summary>
                <para>Gets or sets the maximum width of the BackstageViewControl's left panel, where the control's items are displayed.
</para>
            </summary>
            <value>An integer value that specifies the maximum width of the BackstageViewControl's left panel.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.LeftPaneMinWidth">
            <summary>
                <para>Gets or sets the minimum width of the BackstageViewControl's left panel, where the control's items are displayed.
</para>
            </summary>
            <value>An integer value that specifies the minimum width of the BackstageViewControl's left panel.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.BackstageViewControl.Refresh">
            <summary>
                <para>Updates the control reflecting the changes made to its settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.Ribbon">
            <summary>
                <para>Gets or sets a <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> that provides appearance settings for the current BackstageViewControl.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> that provides appearance settings for the current BackstageViewControl.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.SelectedTab">
            <summary>
                <para>Gets or sets the currently selected tab item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.BackstageViewTabItem"/> object that is the currently selected tab item.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.BackstageViewControl.SelectedTabChanged">
            <summary>
                <para>Allows you to respond to selecting tab items in a BackstageViewControl.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.SelectedTabIndex">
            <summary>
                <para>Gets or sets the index of the selected tab item in the <see cref="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.Items"/> collection.
</para>
            </summary>
            <value>An integer value that is the zero-based index of the currently selected tab item in the <see cref="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.Items"/> collection.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.ShowImage">
            <summary>
                <para>Gets or sets whether a background image, specified by the <see cref="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.Image"/> property, is displayed in the control's right bottom corner.
</para>
            </summary>
            <value><b>true</b> if a background image is displayed in the right bottom corner; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.BackstageViewControl.ToolTipController">
            <summary>
                <para>Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the BackstageViewControl class.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.ToolTipController"/> object which controls the appearance and behavior of tooltips displayed by elements of the BackstageViewControl. 

</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonControlColorScheme">

            <summary>
                <para>Enumerates Ribbon paint schemes.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonControlColorScheme.Blue">
            <summary>
                <para>The Blue color scheme.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonControlColorScheme.Green">
            <summary>
                <para>The Green color scheme.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonControlColorScheme.Orange">
            <summary>
                <para>The Orange color scheme.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonControlColorScheme.Purple">
            <summary>
                <para>The Purple color scheme.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Ribbon.RibbonControlColorScheme.Yellow">
            <summary>
                <para>The Yellow color scheme.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarCollection">

            <summary>
                <para>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/>'s collection of <see cref="T:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar"/> objects
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarCollection.#ctor(DevExpress.XtraBars.Ribbon.RibbonControl)">
            <summary>
                <para>Initializes a new RibbonMiniToolbarCollection class instance with the specified ribbon.
</para>
            </summary>
            <param name="ribbon">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object that will own the created collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarCollection.Ribbon"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarCollection.Add(DevExpress.XtraBars.Ribbon.RibbonMiniToolbar)">
            <summary>
                <para>Adds a new ribbon mini toolbar to the current collection.
</para>
            </summary>
            <param name="miniToolbar">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar"/> object that is a ribbon mini toolbar to be added to the collection.

            </param>
            <returns>An integer value that is a new mini toolbar's index in the collection.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarCollection.Contains(DevExpress.XtraBars.Ribbon.RibbonMiniToolbar)">
            <summary>
                <para>Indicates whether the collection contains the specified item.
</para>
            </summary>
            <param name="miniToolbar">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar"/> object to locate in the collection.

            </param>
            <returns><b>true</b> if the collection contains the specified item; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarCollection.IndexOf(DevExpress.XtraBars.Ribbon.RibbonMiniToolbar)">
            <summary>
                <para>Returns the specified item's position within the collection.
</para>
            </summary>
            <param name="miniToolbar">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar"/> object to locate in the collection.

            </param>
            <returns>A zero-based integer, that is the item's position within the collection. <b>-1</b>, if the collection does not contain the specified item. 

</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarCollection.Insert(System.Int32,DevExpress.XtraBars.Ribbon.RibbonMiniToolbar)">
            <summary>
                <para>Inserts the specified item into the collection at the specified location. 
</para>
            </summary>
            <param name="index">
		The zero-based index at which an item is inserted.

            </param>
            <param name="miniToolbar">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar"/> to insert into the collection.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarCollection.Item(System.Int32)">
            <summary>
                <para>Provides indexed access to collection elements.
</para>
            </summary>
            <param name="index">
		An integer value that specifies the zero-based index of the required object in the collection. If negative or exceeds the maximum available index, an exception is raised.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar"/> object that is the item located at the specified position within the collection.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarCollection.Remove(DevExpress.XtraBars.Ribbon.RibbonMiniToolbar)">
            <summary>
                <para>Removes the specified element from the collection.
</para>
            </summary>
            <param name="miniToolbar">
		A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar"/> object to be removed from the collection.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarCollection.Ribbon">
            <summary>
                <para>Gets the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> that owns the current collection.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> that owns the current collection.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup">

            <summary>
                <para>A group of <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.Document"/>s within a <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup.#ctor(DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupProperties)">
            <summary>
                <para>Initializes a new instance of the DocumentGroup class with the specified settings.
</para>
            </summary>
            <param name="defaultProperties">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupProperties"/> object that contains settings used to initialize the newly created document.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup.#ctor">
            <summary>
                <para>Initializes a new instance of the DocumentGroup class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup.#ctor(System.ComponentModel.IContainer)">
            <summary>
                <para>Initializes a new instance of the DocumentGroup class with the specified container.
</para>
            </summary>
            <param name="container">
		An object that implements a <see cref="T:System.ComponentModel.IContainer"/>.


            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup.GroupLength">
            <summary>
                <para>Gets or sets the width/height of the current group. This property is in effect when there are multiple groups in the <see cref="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView.DocumentGroups"/> collection.
</para>
            </summary>
            <value>The width/height of the current group.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup.IsFilledUp">
            <summary>
                <para>Gets whether the group contains the maximum possible number of documents.
</para>
            </summary>
            <value><b>true</b> if the group contains the maximum possible number of documents; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup.Items">
            <summary>
                <para>Provides access to documents displayed within the current group.
</para>
            </summary>
            <value>A collection of <see cref="T:DevExpress.XtraBars.Docking2010.Views.NativeMdi.Document"/> objects.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup.Manager">
            <summary>
                <para>Gets a <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/> that owns the current group.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/> object that owns the current group.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup.Properties">
            <summary>
                <para>Provides access to the current document group's properties.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties"/> object that contains the current document group's properties.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup.SelectedDocument">
            <summary>
                <para>Gets the currently selected document.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking2010.Views.NativeMdi.Document"/> object that is the currently selected document.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup.SelectedItemIndex">
            <summary>
                <para>Gets the index of the currently selected document within the <see cref="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup.Items"/> collection.
</para>
            </summary>
            <value>An integer value that specifies the index of the currently selected document within the <see cref="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup.Items"/> collection.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup.SetSelected(DevExpress.XtraBars.Docking2010.Views.Tabbed.Document)">
            <summary>
                <para>Selects the specified document.
</para>
            </summary>
            <param name="document">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.NativeMdi.Document"/> to be selected.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties">

            <summary>
                <para>Contains properties for an individual document group.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties.ActualClosePageButtonShowMode">
            <summary>
                <para>Gets the value that determines the actual way the Close buttons are displayed in the current document group.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTab.ClosePageButtonShowMode"/> value that determines the actual way the Close buttons are displayed in the current document group.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties.ActualCloseTabOnMiddleClick">
            <summary>
                <para>Gets the actual value that determines if tabs in the current document group will be closed on a mouse middle click.
</para>
            </summary>
            <value>The actual <see cref="T:DevExpress.XtraTabbedMdi.CloseTabOnMiddleClick"/> value that determines if tabs in the current document group will be closed on a mouse middle click.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties.ActualDestroyOnRemovingChildren">
            <summary>
                <para>Gets the actual value that determines if the current document group will be destroyed after removing all of its children.
</para>
            </summary>
            <value><b>true</b> if the current document group will be destroyed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties.ActualHeaderLocation">
            <summary>
                <para>Gets the value that specifies the actual header position of the current document group.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTab.TabHeaderLocation"/> value that specifies the actual header position of the current document group.


</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties.ActualHeaderOrientation">
            <summary>
                <para>Gets the value that specifies the actual header orientation for the current document group.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTab.TabOrientation"/> value that specifies the actual header orientation for the current document group.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties.ActualMaxDocuments">
            <summary>
                <para>Gets or sets the actual maximum number of documents in the current document group.
</para>
            </summary>
            <value>An integer value that is the actual maximum number of documents in the current document group.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties.ActualPageImagePosition">
            <summary>
                <para>Gets or sets the actual alignment of images displayed in document tabs that belong to the current group.

</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraTab.TabPageImagePosition"/> value that is the actual alignment of images displayed in document tabs that belong to the current group.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties.ClosePageButtonShowMode">
            <summary>
                <para>Gets or sets the value that determines the way the Close buttons are displayed in the current document group.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTab.ClosePageButtonShowMode"/> value that determines the way the Close buttons are displayed in the current document group.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties.CloseTabOnMiddleClick">
            <summary>
                <para>Gets or sets the value that determines if tabs in the current document group will be closed on a mouse middle click.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTabbedMdi.CloseTabOnMiddleClick"/> value that determines if tabs in the current document group will be closed on a mouse middle click.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties.CustomHeaderButtons">
            <summary>
                <para>Provides access to a custom header button collection displayed in the current document group.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection"/> displayed in the current document group.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties.DestroyOnRemovingChildren">
            <summary>
                <para>Gets or sets the value that determines if the current document group will be destroyed after removing all of its children.
</para>
            </summary>
            <value>A <b>DefaultBoolean</b> value that determines if the current document group will be destroyed after removing all of its children.

</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties.GetActualCustomHeaderButtons">
            <summary>
                <para>Gets a list of <see cref="T:DevExpress.XtraTab.Buttons.CustomHeaderButton"/> objects displayed in the current document group.

</para>
            </summary>
            <returns>A list of <see cref="T:DevExpress.XtraTab.Buttons.CustomHeaderButton"/> objects displayed in the current document group.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties.HasTabHeader">
            <summary>
                <para>Gets the value that determines if a tab header is actually shown in the current document group.
</para>
            </summary>
            <value><b>true</b> if a tab header is actually shown in the current document group; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties.HeaderLocation">
            <summary>
                <para>Gets or sets the value that specifies the current document group's header position.
</para>
            </summary>
            <value>A nullable <see cref="T:DevExpress.XtraTab.TabHeaderLocation"/> value that specifies the current document group's header position.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties.HeaderOrientation">
            <summary>
                <para>Gets or sets the value that specifies the header orientation for the current document group.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraTab.TabOrientation"/> value that specifies the header orientation for the current document group.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties.MaxDocuments">
            <summary>
                <para>Gets or sets the maximum number of documents in the current document group.
</para>
            </summary>
            <value>The <b>nullable</b> value that is the maximum number of documents in the current document group.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties.PageImagePosition">
            <summary>
                <para>Gets or sets the alignment of images displayed in document tabs that belong to the current group.

</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraTab.TabPageImagePosition"/> value that is the alignment of images displayed in document tabs that belong to the current group.




</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentGroupDefaultProperties.ShowTabHeader">
            <summary>
                <para>Gets or sets the value that determines if a tab header is shown in the current document group.

</para>
            </summary>
            <value>A <b>DefaultBoolean</b> value that determines if a tab header is shown in the current document group.


</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.NativeMdi.INativeMdiViewController">

            <summary>
                <para>An object that implements operations on a <see cref="T:DevExpress.XtraBars.Docking2010.Views.NativeMdi.NativeMdiView"/>'s documents.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.NativeMdi.INativeMdiViewController.ArrangeIcons">
            <summary>
                <para>Arranges all icons at the bottom of a <see cref="T:DevExpress.XtraBars.Docking2010.Views.NativeMdi.NativeMdiView"/>.
</para>
            </summary>
            <returns><b>true</b> if the operation was successful; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.NativeMdi.INativeMdiViewController.Cascade">
            <summary>
                <para>Cascades documents.
</para>
            </summary>
            <returns><b>true</b> if the operation was successful; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.NativeMdi.INativeMdiViewController.MinimizeAll">
            <summary>
                <para>Minimizes all documents to icons.
</para>
            </summary>
            <returns><b>true</b> if the operation was successful; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.NativeMdi.INativeMdiViewController.RestoreAll">
            <summary>
                <para>Restores minimized documents.
</para>
            </summary>
            <returns><b>true</b> if the operation was successful; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.NativeMdi.INativeMdiViewController.TileHorizontal">
            <summary>
                <para>Tiles documents horizontally.
</para>
            </summary>
            <returns><b>true</b> if the operation was successful; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.NativeMdi.INativeMdiViewController.TileVertical">
            <summary>
                <para>Tiles documents vertically.
</para>
            </summary>
            <returns><b>true</b> if the operation was successful; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentProperties">

            <summary>
                <para>Contains properties common to documents within a <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView"/>.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentProperties.AllowDockFill">
            <summary>
                <para>Gets or sets whether floating documents in the current View can be docked as tabs.
</para>
            </summary>
            <value> [To be supplied] </value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentDefaultProperties">

            <summary>
                <para>Contains a single document's properties accessible via the <see cref="P:DevExpress.XtraBars.Docking2010.Views.BaseDocument.Properties"/> object.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentDefaultProperties.AllowActivate">
            <summary>
                <para>Gets or sets whether the current  document can be activated.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether the document can be activated.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentDefaultProperties.AllowClose">
            <summary>
                <para>Gets or sets whether the current document can be closed.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether the document can be closed.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentDefaultProperties.AllowDock">
            <summary>
                <para>Gets or sets whether the current document can be docked.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether the document can be docked
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentDefaultProperties.AllowFloat">
            <summary>
                <para>Gets or sets whether the current document can be made floating.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether the document can be made floating.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentDefaultProperties.CanActivate">
            <summary>
                <para>Gets whether the current document can be activated.
</para>
            </summary>
            <value>A Boolean value that specifies whether the document can be activated.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentDefaultProperties.CanClose">
            <summary>
                <para>Gets whether the current document can be closed.
</para>
            </summary>
            <value>A Boolean value that specifies whether the document can be closed.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentDefaultProperties.CanDock">
            <summary>
                <para>Gets whether the current  document can be docked.
</para>
            </summary>
            <value>A Boolean value that specifies whether the document can be docked.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentDefaultProperties.CanFloat">
            <summary>
                <para>Gets whether the current document can be made floating.
</para>
            </summary>
            <value>A Boolean value that specifies whether the document can be made floating.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentDefaultProperties.CanUseFormIconAsDocumentImage">
            <summary>
                <para>Gets whether a corresponding form's icon is used as the current document's image.
</para>
            </summary>
            <value>A Boolean value that specifies whether a corresponding form's icon is used as a document's image.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentDefaultProperties.UseFormIconAsDocumentImage">
            <summary>
                <para>Gets or sets whether a corresponding form's icon is used as the current document's image.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether a corresponding form's icon is used as a document's image.

</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.Document">

            <summary>
                <para>A document within a <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.Document.#ctor">
            <summary>
                <para>Initializes a new instance of the Document class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.Document.#ctor(System.ComponentModel.IContainer)">
            <summary>
                <para>Initializes a new instance of the Document class with the specified container.
</para>
            </summary>
            <param name="container">
		An object that implements <see cref="T:System.ComponentModel.IContainer"/>.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.Document.#ctor(DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentProperties)">
            <summary>
                <para>Initializes a new instance of the Document class with the specified properties.
</para>
            </summary>
            <param name="parentProperties">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentProperties"/> object that contains settings used to initialize the newly created document.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.Document.IsSelected">
            <summary>
                <para>Gets whether the current document is selected in the group where it is displayed.
</para>
            </summary>
            <value><b>true</b> if the current document is selected within its group; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.Document.Parent">
            <summary>
                <para>Gets the group where the current document is displayed.
</para>
            </summary>
            <value>A DocumentGroup object that owns the current document.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.Tabbed.Document.Properties">
            <summary>
                <para>Provides access to the current document's properties.
</para>
            </summary>
            <value>An object that implements the <see cref="T:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentDefaultProperties"/> and <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.IDocumentDefaultProperties"/> interfaces
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.NativeMdi.Document">

            <summary>
                <para>A document within a <see cref="T:DevExpress.XtraBars.Docking2010.Views.NativeMdi.NativeMdiView"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.NativeMdi.Document.#ctor">
            <summary>
                <para>Initializes a new instance of the Document class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.NativeMdi.Document.#ctor(System.ComponentModel.IContainer)">
            <summary>
                <para>Initializes a new instance of the Document class with the specified container.
</para>
            </summary>
            <param name="container">
		An object that implements <see cref="T:System.ComponentModel.IContainer"/>.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.NativeMdi.Document.#ctor(DevExpress.XtraBars.Docking2010.Views.IBaseDocumentProperties)">
            <summary>
                <para>Initializes a new instance of the Document class with the specified properties.
</para>
            </summary>
            <param name="defaultProperties">
		A <see cref="T:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentProperties"/> object that contains settings used to initialize the newly created document.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.BaseDocument">

            <summary>
                <para>The base class for documents within a <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/>.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseDocument.Caption">
            <summary>
                <para>Gets or sets the document's caption.
</para>
            </summary>
            <value>A string that specifies the  document's caption.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseDocument.Control">
            <summary>
                <para>Gets or sets the control displayed within the current document.
</para>
            </summary>
            <value>The control displayed within the current document.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseDocument.Form">
            <summary>
                <para>Gets the form that displays the document's contents when the document is floating.
</para>
            </summary>
            <value>A Form descendant that  displays the document's contents when the document is floating.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseDocument.Image">
            <summary>
                <para>Gets or sets the image associated with the current document.
</para>
            </summary>
            <value>The image associated with the current document.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseDocument.ImageIndex">
            <summary>
                <para>Gets or sets the index of an image within the <see cref="P:DevExpress.XtraBars.Docking2010.DocumentManager.Images"/> collection.
</para>
            </summary>
            <value>A zero-based index of an image in the <see cref="P:DevExpress.XtraBars.Docking2010.DocumentManager.Images"/> collection.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseDocument.IsActive">
            <summary>
                <para>Gets whether the document is active.
</para>
            </summary>
            <value><b>true</b> if the document is active; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseDocument.IsEnabled">
            <summary>
                <para>Gets whether the document is enabled.
</para>
            </summary>
            <value><b>true</b> if the document is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseDocument.IsFloating">
            <summary>
                <para>Gets whether the document is floating.
</para>
            </summary>
            <value><b>true</b> if the document is floating; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseDocument.IsVisible">
            <summary>
                <para>Gets whether the document is visible.
</para>
            </summary>
            <value><b>true</b> if the document is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseDocument.Manager">
            <summary>
                <para>Gets a <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/> that owns the current document.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/> object that owns the current document.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseDocument.Properties">
            <summary>
                <para>Provides access to the current document's properties.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentDefaultProperties"/> object that contains the current document's properties.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.BaseDocument.ResetProperties">
            <summary>
                <para>Resets settings of the <see cref="P:DevExpress.XtraBars.Docking2010.Views.BaseDocument.Properties"/> object to their default values.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.BaseDocument.ShouldSerializeProperties">
            <summary>
                <para>Returns whether settings of the <see cref="P:DevExpress.XtraBars.Docking2010.Views.BaseDocument.Properties"/> object should be serialized.
</para>
            </summary>
            <returns><b>true</b> if settings of the <see cref="P:DevExpress.XtraBars.Docking2010.Views.BaseDocument.Properties"/> object should be serialized.; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="T:DevExpress.XtraBars.Docking2010.Views.BaseView">

            <summary>
                <para>The base class for Views in a <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.BaseView.ActivateDocument(System.Windows.Forms.Control)">
            <summary>
                <para>Activates a document that displays the specified control.
</para>
            </summary>
            <param name="control">
		A Control object displayed by a target document.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseView.ActiveDocument">
            <summary>
                <para>Gets the active document.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking2010.Views.BaseDocument"/> object that is the active document.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseView.ActiveFloatDocument">
            <summary>
                <para>Gets the active floating document.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking2010.Views.BaseDocument"/> object that is the active floating document.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.BaseView.AddDocument(System.Windows.Forms.Control)">
            <summary>
                <para>Creates a new document that will display the specified control/form.
</para>
            </summary>
            <param name="control">
		A Control descendant to be displayed within the newly created document.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseView.Appearance">
            <summary>
                <para>Contains appearance settings for the current View.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains appearance settings for the current View.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking2010.Views.BaseView.BeginDocking">
            <summary>
                <para> [To be supplied] </para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking2010.Views.BaseView.BeginFloating">
            <summary>
                <para>Fires when an end-user starts to drag a docked document, so that it is transformed into a floating window.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseView.Bounds">
            <summary>
                <para>Gets the visual bounds of the current object.
</para>
            </summary>
            <value>A Rectangle object that specifies the bounds of the current object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseView.Controller">
            <summary>
                <para>Provides methods to work with documents in the current View.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraBars.Docking2010.Views.IBaseViewController"/> object that provides methods to work with the current View's documents.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking2010.Views.BaseView.DocumentActivated">
            <summary>
                <para>Fires when a document is activated.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking2010.Views.BaseView.DocumentAdded">
            <summary>
                <para>Fires when a new document is added to the current View.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking2010.Views.BaseView.DocumentClosed">
            <summary>
                <para>Fires after a document has been closed.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking2010.Views.BaseView.DocumentClosing">
            <summary>
                <para>Fires when a document is about to be closed.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking2010.Views.BaseView.DocumentDeactivated">
            <summary>
                <para>Fires when a document is deactivated.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseView.DocumentProperties">
            <summary>
                <para>Provides access to properties common to all documents within the current View.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraBars.Docking2010.Views.IBaseDocumentProperties"/> object that contains settings common to all documents within the current View.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking2010.Views.BaseView.DocumentRemoved">
            <summary>
                <para>Fires when a document is removed from the <see cref="P:DevExpress.XtraBars.Docking2010.Views.BaseView.Documents"/> collection.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseView.Documents">
            <summary>
                <para>Stores all documents displayed within the View.
</para>
            </summary>
            <value>A BaseDocumentCollection object that stores all documents displayed within the View.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking2010.Views.BaseView.EndDocking">
            <summary>
                <para> [To be supplied] </para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking2010.Views.BaseView.EndFloating">
            <summary>
                <para>Fires after an end-user drops the floating document being dragged.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseView.FloatDocuments">
            <summary>
                <para>Provides access to floating documents.
</para>
            </summary>
            <value>A FloatDocumentCollection that stores floating documents.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking2010.Views.BaseView.Floating">
            <summary>
                <para>Fires when a floating document is being dragged.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseView.FloatPanels">
            <summary>
                <para>This member supports the internal infrastructure, and is not intended to be used directly from your code. 
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking2010.Views.BaseView.GotFocus">
            <summary>
                <para>Fires when focus is moved to any document within the current View.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseView.IsEmpty">
            <summary>
                <para>Gets whether a View is empty.
</para>
            </summary>
            <value><b>true</b> if the View doesn't contain any documents; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseView.IsFocused">
            <summary>
                <para>Gets whether any document within the current View has focus.
</para>
            </summary>
            <value><b>true</b> if any document within the current View has focus; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseView.IsLoaded">
            <summary>
                <para>Gets whether the current object has been loaded.
</para>
            </summary>
            <value><b>true</b> if the current object has been loaded; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseView.IsLoading">
            <summary>
                <para>Gets whether the current object is being loaded.
</para>
            </summary>
            <value><b>true</b> if the current object is being loaded; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseView.Items">
            <summary>
                <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking2010.Views.BaseView.LostFocus">
            <summary>
                <para>Fires when focus is moved from the current View's document to any external control (for instance, to an external <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/>).
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseView.Manager">
            <summary>
                <para>Gets a <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/> that owns the current View.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/> that owns the current View.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Docking2010.Views.BaseView.NextDocument">
            <summary>
                <para>Fires when an end-user tries to switch to the next or previous document by pressing CTRL+TAB or CTRL+SHIFT+TAB.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Docking2010.Views.BaseView.PopupMenuShowing">
            <summary>
                <para>Fires when a context menu is about to be displayed.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.BaseView.RemoveDocument(System.Windows.Forms.Control)">
            <summary>
                <para>Removes a document whose <see cref="P:DevExpress.XtraBars.Docking2010.Views.BaseDocument.Control"/> property's value matches the specified <i>control</i> object.
</para>
            </summary>
            <param name="control">
		A control used to identify the target document.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.BaseView.RestoreLayoutFromStream(System.IO.Stream)">
            <summary>
                <para>Restores the current layout of documents from a stream.
</para>
            </summary>
            <param name="stream">
		A stream where a layout is stored.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.BaseView.RestoreLayoutFromXml(System.String)">
            <summary>
                <para>Restores the current layout of documents from an XML file.
</para>
            </summary>
            <param name="path">
		An XML file where a layout is stored.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.BaseView.SaveLayoutToStream(System.IO.Stream)">
            <summary>
                <para>Saves the layout of documents to a stream.
</para>
            </summary>
            <param name="stream">
		A stream where the layout will be stored.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Docking2010.Views.BaseView.SaveLayoutToXml(System.String)">
            <summary>
                <para>Saves the layout of documents to an XML file.
</para>
            </summary>
            <param name="path">
		An XML file where the layout will be stored.

            </param>


        </member>
        <member name="E:DevExpress.XtraBars.Docking2010.Views.BaseView.ShowingDockGuides">
            <summary>
                <para>Allows you to hide and disable individual dock hints. 
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Docking2010.Views.BaseView.Type">
            <summary>
                <para>Gets the current View's type.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking2010.Views.ViewType"/> value that specifies the current View's type.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarCustomDrawEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarCustomContainerItem.PaintMenuBar"/> and <see cref="E:DevExpress.XtraBars.PopupMenu.PaintMenuBar"/> events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarCustomDrawEventHandler.Invoke(System.Object,DevExpress.XtraBars.BarCustomDrawEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarCustomContainerItem.PaintMenuBar"/> and <see cref="E:DevExpress.XtraBars.PopupMenu.PaintMenuBar"/> events.
</para>
            </summary>
            <param name="sender">
		The source of the event (typically, the object whose content is being painted).

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.BarCustomDrawEventArgs"/> object that contains data related to the event.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.BarCustomDrawEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.BarCustomContainerItem.PaintMenuBar"/> and <see cref="E:DevExpress.XtraBars.PopupMenu.PaintMenuBar"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarCustomDrawEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
                <para>Creates a new instance of the <see cref="T:DevExpress.XtraBars.BarCustomDrawEventArgs"/> class.
</para>
            </summary>
            <param name="graphics">
		A <b>System.Drawing.Graphics</b> class representing the painting surface. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarCustomDrawEventArgs.Graphics"/> property.

            </param>
            <param name="bounds">
		A <b>System.Drawing.Rectangle</b> structure representing the bounding rectangle of the painted object. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarCustomDrawEventArgs.Bounds"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.BarCustomDrawEventArgs.Bounds">
            <summary>
                <para>Gets the bounding rectangle of the painted element.
</para>
            </summary>
            <value>A <b>System.Drawing.Rectangle</b> structure representing the bounding rectangle of the element being painted.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarCustomDrawEventArgs.Graphics">
            <summary>
                <para>Gets the drawing surface of the element being painted.
</para>
            </summary>
            <value>A <b>System.Drawing.Graphics</b> object used to paint.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarCustomDrawEventArgs.Handled">
            <summary>
                <para>Gets or sets a value specifying whether default painting must be performed.
</para>
            </summary>
            <value><b>true</b> if the default painting of the element must not be performed; otherwise <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.HighlightedLinkChangedEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarManager.HighlightedLinkChanged"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.HighlightedLinkChangedEventHandler.Invoke(System.Object,DevExpress.XtraBars.HighlightedLinkChangedEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarManager.HighlightedLinkChanged"/> event.
</para>
            </summary>
            <param name="sender">
		The event source (typically the <see cref="T:DevExpress.XtraBars.BarManager"/> object).

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.HighlightedLinkChangedEventArgs"/> object that contains data related to the event.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.HighlightedLinkChangedEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.BarManager.HighlightedLinkChanged"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.HighlightedLinkChangedEventArgs.#ctor(DevExpress.XtraBars.BarItemLink,DevExpress.XtraBars.BarItemLink)">
            <summary>
                <para>Creates a new instance of the <see cref="T:DevExpress.XtraBars.HighlightedLinkChangedEventArgs"/> class.
</para>
            </summary>
            <param name="prevLink">
		A <see cref="T:DevExpress.XtraBars.BarItemLink"/> descendant representing the previously highlighted link. This value is assigned to the <see cref="P:DevExpress.XtraBars.HighlightedLinkChangedEventArgs.PrevLink"/> property.

            </param>
            <param name="link">
		A <see cref="T:DevExpress.XtraBars.BarItemLink"/> descendant representing the currently highlighted link. This value is assigned to the <see cref="P:DevExpress.XtraBars.HighlightedLinkChangedEventArgs.Link"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.HighlightedLinkChangedEventArgs.Link">
            <summary>
                <para>Gets the currently highlighted link.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object that represents the currently highlighted link. <b>null</b> (<b>Nothing</b> in Visual Basic) if no item is currently highlighted.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.HighlightedLinkChangedEventArgs.PrevLink">
            <summary>
                <para>Gets the previously highlighted link.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object representing the previously highlighted link. <b>null</b> (<b>Nothing</b> in Visual Basic) if no link was previously highlighted.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.LinkEventHandler">

            <summary>
                <para>Represents a method that will handle events that require a link as the parameter.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.LinkEventHandler.Invoke(System.Object,DevExpress.XtraBars.LinkEventArgs)">
            <summary>
                <para>Represents a method that will handle events that require a link as the parameter.
</para>
            </summary>
            <param name="sender">
		The event source (typically the <see cref="T:DevExpress.XtraBars.BarManager"/> object).

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.LinkEventArgs"/> object that contains data related to the event.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.LinkEventArgs">

            <summary>
                <para>Provides data for events that require a link as the parameter.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.LinkEventArgs.#ctor(DevExpress.XtraBars.BarItemLink)">
            <summary>
                <para>Creates an instance of the <see cref="T:DevExpress.XtraBars.LinkEventArgs"/> class.
</para>
            </summary>
            <param name="link">
		A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object representing the link associated with the event. This value is assigned to the <see cref="P:DevExpress.XtraBars.LinkEventArgs.Link"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.LinkEventArgs.Link">
            <summary>
                <para>Gets the link associated with the event.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object representing the link, operations against which caused the event to fire.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarShortcut">

            <summary>
                <para>Contains item shortcut settings.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarShortcut.#ctor">
            <summary>
                <para>Creates an instance of the <see cref="T:DevExpress.XtraBars.BarShortcut"/> class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarShortcut.#ctor(System.Windows.Forms.Shortcut)">
            <summary>
                <para>Creates an instance of the <see cref="T:DevExpress.XtraBars.BarShortcut"/> class with a predefined first key combination.
</para>
            </summary>
            <param name="shortcut">
		A <b>System.Windows.Forms.Shortcut</b> enumeration value specifying the first key combination. This value is used to initialize the <see cref="P:DevExpress.XtraBars.BarShortcut.Key"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarShortcut.#ctor(System.Windows.Forms.Keys)">
            <summary>
                <para>Creates an instance of the <see cref="T:DevExpress.XtraBars.BarShortcut"/> class with a predefined first key combination.
</para>
            </summary>
            <param name="key">
		A <b>System.Windows.Forms.Keys</b> enumeration value or a bitwise combination of these values that specify the first key combination. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarShortcut.Key"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarShortcut.#ctor(DevExpress.XtraBars.BarShortcut)">
            <summary>
                <para>Creates an instance of the <see cref="T:DevExpress.XtraBars.BarShortcut"/> class using settings of the specified shortcut object.
</para>
            </summary>
            <param name="shortcut">
		A <see cref="T:DevExpress.XtraBars.BarShortcut"/> object whose settings are copied to the created shortcut object.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarShortcut.#ctor(System.Windows.Forms.Keys,System.Windows.Forms.Keys)">
            <summary>
                <para>Creates an instance of the <see cref="T:DevExpress.XtraBars.BarShortcut"/> class with two predefined key combinations.
</para>
            </summary>
            <param name="key">
		A <b>System.Windows.Forms.Keys</b> enumeration value or a bitwise combination of these values that specifies the first key combination. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarShortcut.Key"/> property.

            </param>
            <param name="secondKey">
		A <b>System.Windows.Forms.Keys</b> enumeration value or a bitwise combination of these values that specifies the second key combination. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarShortcut.SecondKey"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.BarShortcut.DisplayString">
            <summary>
                <para>Gets or sets a custom display string for the shortcut.
</para>
            </summary>
            <value>A string that specifies the shortcut's custom display string.
</value>


        </member>
        <member name="F:DevExpress.XtraBars.BarShortcut.Empty">
            <summary>
                <para>Represents a null shortcut. (The <see cref="P:DevExpress.XtraBars.BarShortcut.Key"/> and <see cref="P:DevExpress.XtraBars.BarShortcut.SecondKey"/> properties of the returned <see cref="T:DevExpress.XtraBars.BarShortcut"/> object are set to <b>Keys.None</b>).
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarShortcut.Equals(System.Object)">
            <summary>
                <para>Returns a value indicating whether this <see cref="T:DevExpress.XtraBars.BarShortcut"/> instance is equal to the specified object.
</para>
            </summary>
            <param name="value">
		An object to compare with this <see cref="T:DevExpress.XtraBars.BarShortcut"/> instance.

            </param>
            <returns><b>true</b> if the specified object is equal to this shortcut; otherwise <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarShortcut.GetHashCode">
            <summary>
                <para>Returns a hash code for this <see cref="T:DevExpress.XtraBars.BarShortcut"/> instance.
</para>
            </summary>
            <returns>An integer value representing a hash code for this <see cref="T:DevExpress.XtraBars.BarShortcut"/> instance.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.BarShortcut.IsExist">
            <summary>
                <para>Gets a value indicating whether this <see cref="T:DevExpress.XtraBars.BarShortcut"/> instance specifies a valid shortcut.
</para>
            </summary>
            <value><b>true</b> if this <see cref="T:DevExpress.XtraBars.BarShortcut"/> instance specifies a valid shortcut; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarShortcut.Key">
            <summary>
                <para>Gets the first key combination of a sequence.
</para>
            </summary>
            <value>A <b>System.Windows.Forms.Keys</b> enumeration value or a bitwise combination of these values specifying the first key combination in a sequence.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarShortcut.SecondKey">
            <summary>
                <para>Gets the second key combination in the sequence.
</para>
            </summary>
            <value>A <b>System.Windows.Forms.Keys</b> enumeration value or a bitwise combination of these values specifying the second key combination in the shortcut.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarShortcut.ToString">
            <summary>
                <para>Returns the string representation of this shortcut.
</para>
            </summary>
            <returns>A string value that is the textual representation of the specified shortcut.
</returns>


        </member>
        <member name="T:DevExpress.XtraBars.BarLargeButtonItemLink">

            <summary>
                <para>Represents a link to a large button item.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.BarLargeButtonItemLink.Item">
            <summary>
                <para>Gets the large button item representing this link.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarLargeButtonItem"/> object representing the item corresponding to this link.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarLargeButtonItem">

            <summary>
                <para>Represents a bar item whose links can display different images when located on toolbars and menus.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarLargeButtonItem.#ctor(DevExpress.XtraBars.BarManager,System.String,System.Int32,DevExpress.XtraBars.BarShortcut)">
            <summary>
                <para>Creates an instance of the <see cref="T:DevExpress.XtraBars.BarLargeButtonItem"/> class with predefined settings.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object that specifies the BarManager owning the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Manager"/> property.

            </param>
            <param name="caption">
		A string value representing the caption of the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Caption"/> property.

            </param>
            <param name="imageIndex">
		An integer value specifying the index of the image displayed within links associated with the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.ImageIndex"/> property. 

            </param>
            <param name="shortcut">
		A <see cref="T:DevExpress.XtraBars.BarShortcut"/> object that specifies the key combination used to access links associated with the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.ItemShortcut"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarLargeButtonItem.#ctor(DevExpress.XtraBars.BarManager,System.String,System.Int32)">
            <summary>
                <para>Creates an instance of the <see cref="T:DevExpress.XtraBars.BarLargeButtonItem"/> class with predefined settings.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object representing the BarManager that will own the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Manager"/> property.

            </param>
            <param name="caption">
		A string value specifying the caption of the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Caption"/> property.

            </param>
            <param name="imageIndex">
		An integer value specifying the index of the image assigned to the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.ImageIndex"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarLargeButtonItem.#ctor(DevExpress.XtraBars.BarManager,System.String)">
            <summary>
                <para>Creates an instance of the <see cref="T:DevExpress.XtraBars.BarLargeButtonItem"/> class with a predefined caption.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object that specifies the BarManager that will own the created item.

            </param>
            <param name="caption">
		A string value specifying the caption of the created item.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarLargeButtonItem.#ctor">
            <summary>
                <para>Creates an instance of the <see cref="T:DevExpress.XtraBars.BarLargeButtonItem"/> class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarLargeButtonItem.CaptionAlignment">
            <summary>
                <para>Gets or sets the position of the caption text relative to the image.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.XtraBars.BarItemCaptionAlignment"/> enumeration values specifying caption text position.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarLargeButtonItem.LargeGlyphHot">
            <summary>
                <para>Gets or sets the large image displayed within associated links when they are hot-tracked.
</para>
            </summary>
            <value>An <see cref="T:System.Drawing.Image"/> object representing the large image that will be displayed within the hot-tracked item's link(s).
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarLargeButtonItem.LargeImageIndexHot">
            <summary>
                <para>Gets or sets the index of the large image displayed within associated links when they are hot-tracked.
</para>
            </summary>
            <value>An integer value specifying the zero-based index of the large image displayed within hot-tracked links.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarLargeButtonItem.MinSize">
            <summary>
                <para>Gets or sets the minimum width and height of the links that refer to the current item.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> structure that identifies the minimum width and height of the corresponding links.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarLargeButtonItem.ShowCaptionOnBar">
            <summary>
                <para>Gets or sets a value specifying whether captions are displayed within links residing on toolbars.
</para>
            </summary>
            <value><b>true</b> if captions are displayed in links residing on toolbars; otherwise <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Localization.BarString">

            <summary>
                <para>Contains values corresponding to strings that can be localized.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.AddOrRemove">
            <summary>
                <para><para>The <b>Add or Remove Buttons</b> button's caption.</para>

<para>Default return value of the <b>GetLocalizedString</b> method: "Add or Remove Buttons".</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.BarAllItems">
            <summary>
                <para>Represents the name of the "All Items" category.

<para>
<b>Return value</b>: (All Items)
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.BarUnassignedItems">
            <summary>
                <para>Represents the name of the "Unassigned Items" category.

<para>
<b>Return value</b>: (Unassigned Items)
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.CloseButton">
            <summary>
                <para>The default value for the tooltip text, which is shown for the <b>Close</b> button of a Ribbon form.
<para>
<b>Return value</b>: Close
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.CollapseRibbonSuperTipHeader">
            <summary>
                <para><para>
<b>Return value</b>: Minimize the Ribbon (Ctrl+F1)
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.CollapseRibbonSuperTipText">
            <summary>
                <para><para>
<b>Return value</b>: Only show tab names on the Ribbon
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.CustomizeButton">
            <summary>
                <para><para>The <b>Customize...</b> menu item's caption.</para>

<para>Default return value of the <b>GetLocalizedString</b> method: "Customize ... ".</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.CustomizeToolbarSuperTipText">
            <summary>
                <para><para>
<b>Return value</b>: Customize Quick Access Toolbar
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.CustomizeToolbarText">
            <summary>
                <para><para>
<b>Return value</b>: Customize Toolbar
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.CustomizeWindowCaption">
            <summary>
                <para><para>The caption of the Customization Window.</para>

<para>Default return value of the <b>GetLocalizedString</b> method: "Customization".</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.ExpandRibbonSuperTipHeader">
            <summary>
                <para><para>
<b>Return value</b>: Expand the Ribbon (Ctrl+F1)
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.ExpandRibbonSuperTipText">
            <summary>
                <para><para>
<b>Return value</b>: Show the Ribbon so that it is always expanded even after you click a command
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.HelpButton">
            <summary>
                <para>The default value for the tooltip text, which is shown for the <b>Help</b> button of a Ribbon form.
<para>
<b>Return value</b>: Help
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.MaximizeButton">
            <summary>
                <para>The default value for the tooltip text, which is shown for the <b>Maximize</b> button of a Ribbon form.
<para>
<b>Return value</b>: Maximize
</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.MenuAnimationFade">
            <summary>
                <para><para>Represents the <b>Fade</b> menu animation option in the Customization Window.</para>

<para><b>Return Value</b>: Fade</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.MenuAnimationNone">
            <summary>
                <para><para>Represents the <b>None</b> menu animation option in the Customization Window.</para>

<para><b>Return Value</b>: None</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.MenuAnimationRandom">
            <summary>
                <para><para>Represents the <b>Random</b> menu animation option in the Customization Window.</para>

<para><b>Return Value</b>: Random</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.MenuAnimationSlide">
            <summary>
                <para><para>Represents the <b>Slide</b> menu animation option in the Customization Window.</para>

<para><b>Return Value</b>: Slide</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.MenuAnimationSystem">
            <summary>
                <para><para>Represents the <b>System</b> menu animation option in the Customization Window.</para>

<para><b>Return Value</b>: (System default)</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.MenuAnimationUnfold">
            <summary>
                <para><para>Represents the <b>Unfold</b> menu animation option in the Customization Window.</para>

<para><b>Return Value</b>: Unfold</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.MinimizeButton">
            <summary>
                <para>The default value for the tooltip text, which is shown for the <b>Minimize</b> button of a Ribbon form.
<para>
<b>Return value</b>: Minimize
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.NewMenuName">
            <summary>
                <para>The default value for the <see cref="P:DevExpress.XtraBars.Bar.Text"/> property of the main menu that is created automatically when a <see cref="T:DevExpress.XtraBars.BarManager"/> component is added onto the form at design time.
<para>
<b>Return value</b>: Main menu
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.NewStatusBarName">
            <summary>
                <para>The default value for the <see cref="P:DevExpress.XtraBars.Bar.Text"/> property of the status bar that is created automatically when a <see cref="T:DevExpress.XtraBars.BarManager"/> component is added onto the form at design time.
<para>
<b>Return value</b>: Status bar
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.NewToolbarCaption">
            <summary>
                <para><para>The caption of the dialog asking for the name of the new toolbar.</para>

<para>Default return value of the <b>GetLocalizedString</b> method: "New Toolbar".</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.NewToolbarCustomNameFormat">
            <summary>
                <para>The name of the new toolbar.
<para>
The default return value of the <b>GetLocalizedString</b> method: "Custom {0}".
</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.NewToolbarName">
            <summary>
                <para>The default value for the <see cref="P:DevExpress.XtraBars.Bar.Text"/> property of the bar that is created automatically when a <see cref="T:DevExpress.XtraBars.BarManager"/> component is added onto the form at design time.
<para>
<b>Return value</b>: Tools
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.None">
            <summary>
                <para>For internal use.

<para>
<para>Default return value of the <b>GetLocalizedString</b> method: "".</para>
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.PopupMenuEditor">
            <summary>
                <para><para>The caption of the popup menu editor invoked when customizing a <see cref="T:DevExpress.XtraBars.PopupMenu"/>.</para>

<para>Default return value of the <b>GetLocalizedString</b> method: "Popup Menu Editor".</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.RenameToolbarCaption">
            <summary>
                <para><para>The caption of the dialog invoked when renaming the bar via the Customization Window.</para>

<para>Default return value of the <b>GetLocalizedString</b> method: "Rename Toolbar".</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.ResetBar">
            <summary>
                <para><para>The text of the confirmation message box that appears when attempting to reset a toolbar. The {0} string in this text denotes the place of the toolbar name.</para> 

<para>Default return value of the <b>GetLocalizedString</b> method: "Are you sure you want to reset the changes made to the '{0}' toolbar?".</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.ResetBarCaption">
            <summary>
                <para><para>The caption of the confirmation message box that appears when attempting to reset a toolbar.</para> 

<para>Default return value of the <b>GetLocalizedString</b> method: "Customize".</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.ResetButton">
            <summary>
                <para><para>The <b>Reset Toolbar</b> menu item's caption.</para>

<para>Default return value of the <b>GetLocalizedString</b> method: "Reset Toolbar".</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.RestoreButton">
            <summary>
                <para>The default value for the tooltip text, which is shown for the <b>Restore</b> button of a Ribbon form.
<para>
<b>Return value</b>: Restore Down
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.RibbonAllPages">
            <summary>
                <para>The value that is used to initialize the <b>Text</b> property of the category returned by the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonControl.TotalPageCategory"/> property.
<para>
<b>Return Value</b>: "(All Pages)" 
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.RibbonGalleryFilter">
            <summary>
                <para>A caption of the menu item, displayed within a Group Filter menu, which when selected removes any filter and makes all groups visible. 

<para>
<b>Return Value</b>: "All groups"
</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.RibbonGalleryFilterNone">
            <summary>
                <para>Represents the text within an In-Dropdown Gallery's Group Filter panel when there is no group to be displayed.

<para>
<b>Return Value</b>: "None"
</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.RibbonToolbarAbove">
            <summary>
                <para>A caption of the menu item available for a Ribbon Quick Access Toolbar, which allows the toolbar to be positioned above the RibbonControl.

<para><b>Return Value</b>: @amp;Show Quick Access Toolbar Above the Ribbon</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.RibbonToolbarAdd">
            <summary>
                <para>A caption of the menu item, available for a bar item within a RibbonControl, which when clicked adds this bar item to a Ribbon Quick Access Toolbar.

<para><b>Return Value</b>: @amp;Add to Quick Access Toolbar</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.RibbonToolbarBelow">
            <summary>
                <para>A caption of the menu item, available for a Ribbon Quick Access Toolbar, which allows the toolbar to be positioned below the RibbonControl.

<para><b>Return Value</b>: @amp;Show Quick Access Toolbar Below the Ribbon</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.RibbonToolbarMinimizeRibbon">
            <summary>
                <para>A caption of the menu item, available for a Quick Access Toolbar, which allows the Ribbon control to be minimized.
<para>
<b>Return Value</b>: "Mi@amp;nimize the Ribbon"
</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.RibbonToolbarRemove">
            <summary>
                <para>A caption of the menu item, available for a bar item within a RibbonControl, which when clicked removes this bar item from a Ribbon Quick Access Toolbar.

<para><b>Return Value</b>: @amp;Remove from Quick Access Toolbar</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.RibbonUnassignedPages">
            <summary>
                <para>The value that is used to initialize the default page category's <b>Text</b> property. This text is displayed in the RibbonControl's designer.
<para>
<b>Return Value</b>: "(Unassigned Pages)" 
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.ShowScreenTipsOnToolbarsName">
            <summary>
                <para>Specifies the label for a control displayed within the Customization Window.
<para>
<b>Return value</b>: Show ScreenTips on toolbars
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.ShowShortcutKeysOnScreenTipsName">
            <summary>
                <para>Specifies the label for a control displayed within the Customization Window.
<para>
<b>Return value</b>: Show shortcut keys in ScreenTips
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.SkinCaptions">
            <summary>
                <para>Specifies the captions of DevExpress skins.
<para>
Returns "|DevExpress Style|Caramel|Money Twins|DevExpress Dark Style|iMaginary|Lilian|Black|Blue|Office 2010 Blue|Office 2010 Black|Office 2010 Silver|Office 2007 Blue|Office 2007 Black|Office 2007 Silver|Office 2007 Green|Office 2007 Pink|Seven|Seven Classic|Darkroom|McSkin|Sharp|Sharp Plus|Foggy|Dark Side|Xmas (Blue)|Springtime|Summer|Pumpkin|Valentine|Stardust|Coffee|Glass Oceans|High Contrast|Liquid Sky|London Liquid Sky|The Asphalt World|Blueprint|"
</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.SkinsBonus">
            <summary>
                <para>Returns: <b>Bonus Skins</b>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.SkinsMain">
            <summary>
                <para>Returns: <b>Standard Skins</b>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.SkinsOffice">
            <summary>
                <para>Returns: <b>Office Skins</b>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.ToolBarMenu">
            <summary>
                <para><para>Item captions of the context menu that can be invoked by right-clicking a bar item when performing runtime customization. Item captions are delimited by the "$" character. Each new group of items is denoted by the "!" character. </para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.Localization.BarString.ToolbarNameCaption">
            <summary>
                <para><b>Return value</b>: Toolbar Name:
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.BarItemCaptionAlignment">

            <summary>
                <para>Contains values specifying the position of caption text relative to the image.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.BarItemCaptionAlignment.Bottom">
            <summary>
                <para> Positions the item's caption text under the image.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarItemCaptionAlignment.Left">
            <summary>
                <para> Positions the item's caption text to the left of the image.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarItemCaptionAlignment.Right">
            <summary>
                <para> Positions the item's caption text to the right of the image.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarItemCaptionAlignment.Top">
            <summary>
                <para> Positions the item's caption text above the image.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar">

            <summary>
                <para>A popup toolbar whose transparency depends on the distance from the mouse cursor to it.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar.#ctor">
            <summary>
                <para>Initializes a new RibbonMiniToolbar class instance.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar.#ctor(System.ComponentModel.IContainer)">
            <summary>
                <para>Initializes a new RibbonMiniToolbar class instance with the specified container.
</para>
            </summary>
            <param name="container">
		An object which implements the <see cref="T:System.ComponentModel.IContainer"/> interface.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar.Alignment">
            <summary>
                <para>Gets or sets the toolbar's alignment relative to the mouse cursor. This alignment is used when the toolbar is displayed.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.ContentAlignment"/> enumeration value that specifies the toolbar's alignment.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar.AllowShowingWhenPopupIsOpen">
            <summary>
                <para>Gets or sets a value indicating whether the toolbar remains visible when a popup menu is displayed.
</para>
            </summary>
            <value><b>true</b> if the toolbar remains visible when a popup menu is displayed, otherwise <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar.Hide">
            <summary>
                <para>Hides the toolbar.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar.Hiding">
            <summary>
                <para>Occurs when the toolbar is about to be hidden.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar.ItemLinks">
            <summary>
                <para>Provides access to a collection of item links displayed by the toolbar.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarCollection"/> object that contains item links displayed by the toolbar.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar.OpacityOptions">
            <summary>
                <para>Provides access to the toolbar opacity options.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarOpacityOptions"/> object that specifies the toolbar opacity options.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar.ParentControl">
            <summary>
                <para>Gets or sets the parent control which owns the toolbar. 
</para>
            </summary>
            <value>A control that owns the toolbar.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar.PopupMenu">
            <summary>
                <para>Gets or sets a popup menu to be displayed simultaneously with the toolbar.
 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.PopupMenu"/> item to be displayed simultaneously with the toolbar.
 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar.Ribbon">
            <summary>
                <para>Gets a ribbon control that owns the toolbar.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object that owns the toolbar.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar.Show(System.Drawing.Point)">
            <summary>
                <para>Displays the toolbar at the specified position.
</para>
            </summary>
            <param name="pt">
		A <b>Point</b> object that is the position where the toolbar will be displayed.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar.Tag">
            <summary>
                <para>Gets or sets an object that contains custom data for the current RibbonMiniToolbar object.
</para>
            </summary>
            <value>An object that contains custom data for the current object. 
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarOpacityOptions">

            <summary>
                <para>Provides opacity options for a toolbar.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarOpacityOptions.#ctor">
            <summary>
                <para>Initializes a new RibbonMiniToolbarOpacityOptions class instance.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarOpacityOptions.#ctor(System.Int32,System.Int32,System.Int32)">
            <summary>
                <para>Initializes a new RibbonMiniToolbarOpacityOptions class instance with the specified opacity and transparency distances.
</para>
            </summary>
            <param name="opacityDistance">
		An integer value that specifies an opacity distance. The parameter initializes the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarOpacityOptions.OpacityDistance"/> property.

            </param>
            <param name="transparencyDistance">
		An integer value that specifies a transparency distance. The parameter initializes the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarOpacityOptions.TransparencyDistance"/> property.

            </param>
            <param name="transparencyDistanceWhenBarHovered">
		An integer value that specifies a transparency distance after a bar has been hovered. The parameter initializes the <see cref="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarOpacityOptions.TransparencyDistanceWhenBarHovered"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarOpacityOptions.AllowTransparency">
            <summary>
                <para>Gets and sets whether the toolbar supports transparency.
</para>
            </summary>
            <value><b>true</b> if the toolbar supports transparency, otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarOpacityOptions.Default">
            <summary>
                <para>Gets the RibbonMiniToolbarOpacityOptions object with its properties set to default values.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarOpacityOptions"/> object with its properties set to default values.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarOpacityOptions.Equals(System.Object)">
            <summary>
                <para>Determines whether the specified object is equal to the current object.
</para>
            </summary>
            <param name="obj">
		An object to compare with the current object.

            </param>
            <returns><b>true</b> if the specified object is equal to the current object; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarOpacityOptions.GetHashCode">
            <summary>
                <para>Returns the hash code for this instance.
</para>
            </summary>
            <returns>A 32-bit signed integer hash code.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarOpacityOptions.OpacityDistance">
            <summary>
                <para>Gets and sets an opacity distance that is the maximum distance when the toolbar is opaque.
</para>
            </summary>
            <value>The integer value that is an opacity distance.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarOpacityOptions.ToString">
            <summary>
                <para>Gets the RibbonMiniToolbarOpacityOptions object text representation.
</para>
            </summary>
            <returns>A string that is the RibbonMiniToolbarOpacityOptions object.

</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarOpacityOptions.TransparencyDistance">
            <summary>
                <para>Gets and sets the minimum distance where the toolbar disappears.
</para>
            </summary>
            <value>The integer value that is the minimum distance where the toolbar disappears.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Ribbon.RibbonMiniToolbarOpacityOptions.TransparencyDistanceWhenBarHovered">
            <summary>
                <para>Gets and sets the distance where a toolbar disappears, provided that it has been hovered with a mouse.

</para>
            </summary>
            <value>The integer value that is the distance where a toolbar disappears, provided that it has been hovered with a mouse.

</value>


        </member>
        <member name="T:DevExpress.XtraBars.QueryShowPopupMenuEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarManager.QueryShowPopupMenu"/> event of the <see cref="T:DevExpress.XtraBars.BarManager"/> class.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.QueryShowPopupMenuEventHandler.Invoke(System.Object,DevExpress.XtraBars.QueryShowPopupMenuEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarManager.QueryShowPopupMenu"/> event of the <see cref="T:DevExpress.XtraBars.BarManager"/> class.
</para>
            </summary>
            <param name="sender">
		The event source.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.QueryShowPopupMenuEventArgs"/> class instance containing event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.QueryShowPopupMenuEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.BarManager.QueryShowPopupMenu"/> event of the <see cref="T:DevExpress.XtraBars.BarManager"/> component.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.QueryShowPopupMenuEventArgs.#ctor(DevExpress.XtraBars.PopupMenu,System.Windows.Forms.Control,System.Drawing.Point)">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.ItemClickEventArgs"/> class instance.
</para>
            </summary>
            <param name="menu">
		The queried menu.

            </param>
            <param name="control">
		The control whose menu is queried.

            </param>
            <param name="position">
		The queried menu's popup position.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.QueryShowPopupMenuEventArgs.Control">
            <summary>
                <para>Gets a control whose popup menu is queried.
</para>
            </summary>
            <value>A control whose popup menu is queried.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.QueryShowPopupMenuEventArgs.Menu">
            <summary>
                <para>Gets the queried popup menu.
</para>
            </summary>
            <value>The queried popup menu.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.QueryShowPopupMenuEventArgs.Position">
            <summary>
                <para>Gets or sets the position of the queried menu popup.
</para>
            </summary>
            <value>The position of the queried menu popup.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.CreateToolbarEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarManager.CreateToolbar"/> event of the <see cref="T:DevExpress.XtraBars.BarManager"/> class.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.CreateToolbarEventHandler.Invoke(System.Object,DevExpress.XtraBars.CreateToolbarEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarManager.CreateToolbar"/> event of the <see cref="T:DevExpress.XtraBars.BarManager"/> class.
</para>
            </summary>
            <param name="sender">
		The event source.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.CreateToolbarEventArgs"/> class instance containing event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.CreateToolbarEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.BarManager.CreateToolbar"/> event of the <see cref="T:DevExpress.XtraBars.BarManager"/> component.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.CreateToolbarEventArgs.#ctor(DevExpress.XtraBars.Bar)">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.CreateToolbarEventArgs"/> class instance.
</para>
            </summary>
            <param name="bar">
		The created <see cref="T:DevExpress.XtraBars.Bar"/>.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.CreateToolbarEventArgs.Bar">
            <summary>
                <para>Gets the <see cref="T:DevExpress.XtraBars.Bar"/> which has just been created.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraBars.Bar"/> which has just been created.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarDockWindowCollection">

            <summary>
                <para>Represents the collection of <see cref="T:DevExpress.XtraBars.BarDockWindow"/> objects.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarDockWindowCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BarDockWindowCollection"/> class.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.BarDockWindow">

            <summary>
                <para>Represents a dock window.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarDockWindow.#ctor">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BarDockWindow"/> class.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarDockWindow.BeginInit">
            <summary>
                <para>Begins initialization of the component.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarDockWindow.EndInit">
            <summary>
                <para>Ends component initialization. 
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.BarCanDockStyle">

            <summary>
                <para>Specifies how a bar can be docked.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.BarCanDockStyle.All">
            <summary>
                <para>Allows a <see cref="T:DevExpress.XtraBars.Bar"/> control to be docked to all sides of the owner control. Additionally, the <see cref="T:DevExpress.XtraBars.Bar"/> control can be in a floating state.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarCanDockStyle.Bottom">
            <summary>
                <para>Allows a <see cref="T:DevExpress.XtraBars.Bar"/> control to be docked to the bottom of the owner control.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarCanDockStyle.Floating">
            <summary>
                <para>Allows a <see cref="T:DevExpress.XtraBars.Bar"/> control to float.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarCanDockStyle.Left">
            <summary>
                <para>Allows a <see cref="T:DevExpress.XtraBars.Bar"/> control to be docked to the left side of the owner control.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarCanDockStyle.Right">
            <summary>
                <para>Allows a <see cref="T:DevExpress.XtraBars.Bar"/> control to be docked to the right side of the owner control.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarCanDockStyle.Standalone">
            <summary>
                <para>Allows a <see cref="T:DevExpress.XtraBars.Bar"/> control to be docked to a <see cref="T:DevExpress.XtraBars.StandaloneBarDockControl"/> control.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarCanDockStyle.Top">
            <summary>
                <para>Allows a <see cref="T:DevExpress.XtraBars.Bar"/> control to be docked to the top of the owner control.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.CreateCustomizationFormEventHandler">

            <summary>
                <para>Represents the method that will handle the <see cref="E:DevExpress.XtraBars.BarManager.CreateCustomizationForm"/> event of the <see cref="T:DevExpress.XtraBars.BarManager"/> class.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.CreateCustomizationFormEventHandler.Invoke(System.Object,DevExpress.XtraBars.CreateCustomizationFormEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarManager.CreateCustomizationForm"/> event of the <see cref="T:DevExpress.XtraBars.BarManager"/> class.
</para>
            </summary>
            <param name="sender">
		The event source.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.CreateCustomizationFormEventArgs"/> class instance containing event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.CreateCustomizationFormEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.BarManager.CreateCustomizationForm"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.CreateCustomizationFormEventArgs.#ctor(DevExpress.XtraBars.Customization.CustomizationForm)">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.CreateCustomizationFormEventArgs"/> class instance.
</para>
            </summary>
            <param name="customizationForm">
		The dialog representing the customization form.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.CreateCustomizationFormEventArgs.CustomizationForm">
            <summary>
                <para>Gets or sets the dialog used as a customization form for a specific <see cref="T:DevExpress.XtraBars.BarManager"/>.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Customization.CustomizationForm"/> object representing the customization form for a specific <see cref="T:DevExpress.XtraBars.BarManager"/>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarItemVisibility">

            <summary>
                <para>Contains values specifying the visibility of links.  
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.BarItemVisibility.Always">
            <summary>
                <para>Indicates that associated links are visible regardless of whether the runtime customization is performed.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarItemVisibility.Never">
            <summary>
                <para>Indicates that associated links are hidden regardless of whether the runtime customization is performed.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarItemVisibility.OnlyInCustomizing">
            <summary>
                <para>Indicates that associated links are only visible when the runtime customization is performed.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarItemVisibility.OnlyInRuntime">
            <summary>
                <para>Indicates that associated links are only visible when the runtime customization is not performed.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.ItemCancelEventHandler">

            <summary>
                <para>Represents the method that will handle the <see cref="E:DevExpress.XtraBars.BarEditItem.ShowingEditor"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.ItemCancelEventHandler.Invoke(System.Object,DevExpress.XtraBars.ItemCancelEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarEditItem.ShowingEditor"/> event of the <see cref="T:DevExpress.XtraBars.BarEditItem"/> class.
</para>
            </summary>
            <param name="sender">
		The event source.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.ItemCancelEventArgs"/> class instance containing event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.ItemCancelEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.BarEditItem.ShowingEditor"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.ItemCancelEventArgs.#ctor(DevExpress.XtraBars.BarItem,DevExpress.XtraBars.BarItemLink,System.Boolean)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.ItemCancelEventArgs"/> class.
</para>
            </summary>
            <param name="item">
		The bar item containing the editor.

            </param>
            <param name="link">
		The bar item's link.

            </param>
            <param name="cancel">
		A value indicating whether an editor within the item is readonly.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.ItemCancelEventArgs.Cancel">
            <summary>
                <para>Gets or sets a value indicating whether the editor within an item is read only.
</para>
            </summary>
            <value><b>true</b>, if the editor within an item is readonly; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.PopupControlContainer">

            <summary>
                <para>Represents a control container that can be displayed as a dropdown.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.PopupControlContainer.#ctor">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.PopupControlContainer"/> class instance.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.PopupControlContainer.#ctor(System.ComponentModel.IContainer)">
            <summary>
                <para>Initializes a new instance of the PopupControlContainer class with the specified container.
</para>
            </summary>
            <param name="container">
		An object which implements the <see cref="T:System.ComponentModel.IContainer"/> interface.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.PopupControlContainer.Activator">
            <summary>
                <para>Specifies the <b>object</b> which activates a popup control.
</para>
            </summary>
            <value>An <b>object</b> that activates a popup control.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.PopupControlContainer.CloseOnLostFocus">
            <summary>
                <para>Gets or sets a value determining whether the <see cref="T:DevExpress.XtraBars.PopupControlContainer"/> is closed when it loses focus.
</para>
            </summary>
            <value><b>true</b>, if the <see cref="T:DevExpress.XtraBars.PopupControlContainer"/> is closed when it loses focus, otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.PopupControlContainer.CloseOnOuterMouseClick">
            <summary>
                <para>Gets or sets whether the current dropdown control must be closed on clicking outside its bounds, and at the same time, within another popup window that belongs to the current dropdown control.
</para>
            </summary>
            <value><b>true</b> if the dropdown control is closed on clicking outside its bounds; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.PopupControlContainer.CloseUp">
            <summary>
                <para>Occurs when the current <see cref="T:DevExpress.XtraBars.PopupControlContainer"/> hides a popup control.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.PopupControlContainer.FormMinimumSize">
            <summary>
                <para>Gets or sets the container's minimum size.
</para>
            </summary>
            <value>A Size structure that specifies the container's minimum size.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.PopupControlContainer.HidePopup">
            <summary>
                <para>Hides a popup control.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.PopupControlContainer.Manager">
            <summary>
                <para>Specifies the <see cref="T:DevExpress.XtraBars.BarManager"/> responsible for managing the current <see cref="T:DevExpress.XtraBars.PopupControlContainer"/>.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarManager"/> responsible for managing the current <see cref="T:DevExpress.XtraBars.PopupControlContainer"/>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.PopupControlContainer.Popup">
            <summary>
                <para>Occurs when the <see cref="T:DevExpress.XtraBars.PopupControlContainer"/> displays a popup control.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.PopupControlContainer.Ribbon">
            <summary>
                <para>Gets or sets the ribbon control which owns the container for the popup control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object that owns the container for the popup control.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.PopupControlContainer.ShowCloseButton">
            <summary>
                <para>Gets or sets whether the container displays the Close button at the bottom.
</para>
            </summary>
            <value><b>true</b> if the container displays the Close button at the bottom; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.PopupControlContainer.ShowPopup(System.Drawing.Point)">
            <summary>
                <para>Invokes the PopupControlContainer at a specified position.
</para>
            </summary>
            <param name="p">
		A point specifying the position at which to display the PopupControlContainer.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.PopupControlContainer.ShowPopup(DevExpress.XtraBars.BarManager,System.Drawing.Point)">
            <summary>
                <para>Displays the PopupControlContainer at the specified point.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object.

            </param>
            <param name="p">
		A point specifying the position at which to display the PopupControlContainer.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.PopupControlContainer.ShowSizeGrip">
            <summary>
                <para>Gets or sets whether the size grip is displayed within the container.
</para>
            </summary>
            <value><b>true</b> if the size grip is displayed within the container; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Strings">

            <summary>
                <para>Represents the strings collection of a <see cref="T:DevExpress.XtraBars.BarListItem"/> class instance. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Strings.#ctor">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.Strings"/> class instance.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Strings.Add(System.String)">
            <summary>
                <para>Adds a specific string to the <see cref="T:DevExpress.XtraBars.Strings"/> collection.
</para>
            </summary>
            <param name="item">
		The string to be added to the <see cref="T:DevExpress.XtraBars.Strings"/> collection.

            </param>
            <returns>The position at which a new string was added.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Strings.AddRange(System.Object[])">
            <summary>
                <para>Adds an array of objects to the <see cref="T:DevExpress.XtraBars.Strings"/> collection.
</para>
            </summary>
            <param name="items">
		An array of objects to add to the <see cref="T:DevExpress.XtraBars.Strings"/> collection.

            </param>


        </member>
        <member name="E:DevExpress.XtraBars.Strings.Changed">
            <summary>
                <para>Occurs when changes are made to the <see cref="T:DevExpress.XtraBars.Strings"/> collection.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Strings.Clear">
            <summary>
                <para>Removes all items from the <see cref="T:DevExpress.XtraBars.Strings"/> collection.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Strings.Contains(System.String)">
            <summary>
                <para>Determines whether the <see cref="T:DevExpress.XtraBars.Strings"/> collection contains a specific string.
</para>
            </summary>
            <param name="item">
		The string to locate in the <see cref="T:DevExpress.XtraBars.Strings"/> collection.

            </param>
            <returns><b>true</b>, if a specific string is found; otherwise,<b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Strings.Count">
            <summary>
                <para>Returns the actual number of strings in the <see cref="T:DevExpress.XtraBars.Strings"/> collection.
</para>
            </summary>
            <value>The number of strings in the <see cref="T:DevExpress.XtraBars.Strings"/> collection.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Strings.GetEnumerator">
            <summary>
                <para>Returns an <b>Enumerator</b> which can iterate through the <see cref="T:DevExpress.XtraBars.Strings"/> collection.
</para>
            </summary>
            <returns>An <b>IEnumerator</b> for the entire <see cref="T:DevExpress.XtraBars.Strings"/> collection.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Strings.IndexOf(System.String)">
            <summary>
                <para>Determines the index of a specific string in the <see cref="T:DevExpress.XtraBars.Strings"/> collection.
</para>
            </summary>
            <param name="item">
		The string to locate in the <see cref="T:DevExpress.XtraBars.Strings"/> collection.

            </param>
            <returns>The string index if found in the collection, otherwise -1.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Strings.Insert(System.Int32,System.String)">
            <summary>
                <para>Inserts a string in the <see cref="T:DevExpress.XtraBars.Strings"/> collection at the specified position.
</para>
            </summary>
            <param name="index">
		The zero-based index at which a specifc string should be inserted.

            </param>
            <param name="item">
		The string to insert.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Strings.Item(System.Int32)">
            <summary>
                <para>Gets or sets a string at a specifc index.
</para>
            </summary>
            <param name="index">
		The zero-based index of the  string.

            </param>
            <value>A string with a specifc index.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Strings.Remove(System.String)">
            <summary>
                <para>Removes the first occurrence of a specific string from the <see cref="T:DevExpress.XtraBars.Strings"/> collection.
</para>
            </summary>
            <param name="item">
		The string to remove from the <see cref="T:DevExpress.XtraBars.Strings"/> collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Strings.RemoveAt(System.Int32)">
            <summary>
                <para>Removes the first occurrence of a string with a specific index from the <see cref="T:DevExpress.XtraBars.Strings"/> collection.
</para>
            </summary>
            <param name="index">
		The zero-based index of the string to remove.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.PopupMenu">

            <summary>
                <para>Represents a popup menu, managed by a <see cref="T:DevExpress.XtraBars.BarManager"/> or <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.PopupMenu.#ctor">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.PopupMenu"/> class instance.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.PopupMenu.#ctor(DevExpress.XtraBars.BarManager)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.PopupMenu"/> class with the specified BarManager.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object representing the BarManager which will manage the created popup menu. This value is assigned to the <see cref="P:DevExpress.XtraBars.PopupMenu.Manager"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.PopupMenu.#ctor(System.ComponentModel.IContainer)">
            <summary>
                <para>Initializes a new instance of the PopupMenu class with the specified container.
</para>
            </summary>
            <param name="container">
		An object which implements the <see cref="T:System.ComponentModel.IContainer"/> interface.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.PopupMenu.Activator">
            <summary>
                <para>Specifies an <b>object</b> which activates the <see cref="T:DevExpress.XtraBars.PopupMenu"/>.
</para>
            </summary>
            <value>An <b>object</b> that activates the <see cref="T:DevExpress.XtraBars.PopupMenu"/>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.PopupMenu.AddItem(DevExpress.XtraBars.BarItem)">
            <summary>
                <para>Adds a specific item link to the current <see cref="T:DevExpress.XtraBars.PopupMenu"/>.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> whose link is added to the <see cref="T:DevExpress.XtraBars.PopupMenu"/>.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> corresponding to the new item.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.PopupMenu.AddItems(DevExpress.XtraBars.BarItem[])">
            <summary>
                <para>Adds links to an array of items.
</para>
            </summary>
            <param name="items">
		An array of <see cref="T:DevExpress.XtraBars.BarItem"/> descendants to which links are to be added.


            </param>


        </member>
        <member name="P:DevExpress.XtraBars.PopupMenu.AllowRibbonQATMenu">
            <summary>
                <para>Gets or sets whether right-clicking the PopupMenu's item invokes a context menu containing the Ribbon related commands. This option is in effect when the PopupMenu is displayed within the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/>.
</para>
            </summary>
            <value><b>true</b> if right-clicking the PopupMenu's item invokes a context menu containing the Ribbon related commands; otherwise, <b>false</b>
</value>


        </member>
        <member name="E:DevExpress.XtraBars.PopupMenu.BeforePopup">
            <summary>
                <para>Allows you to customize the popup menu before it is displayed onscreen.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.PopupMenu.BeginInit">
            <summary>
                <para>Starts the runtime initialization of the <see cref="T:DevExpress.XtraBars.PopupMenu"/> object.



</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.PopupMenu.BeginUpdate">
            <summary>
                <para>Prevents painting of the <see cref="T:DevExpress.XtraBars.PopupMenu"/> control until the <see cref="M:DevExpress.XtraBars.PopupMenu.EndUpdate"/> method is called. 

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.PopupMenu.CanShowPopup">
            <summary>
                <para>Indicates whether the current <see cref="T:DevExpress.XtraBars.PopupMenu"/> can be displayed.
</para>
            </summary>
            <value><b>true</b>, if the <see cref="T:DevExpress.XtraBars.PopupMenu"/> can be displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.PopupMenu.ClearLinks">
            <summary>
                <para>Removes all links from the <see cref="T:DevExpress.XtraBars.PopupMenu"/>.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.PopupMenu.CloseUp">
            <summary>
                <para>Occurs when the <see cref="T:DevExpress.XtraBars.PopupMenu"/> becomes hidden.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.PopupMenu.Customize">
            <summary>
                <para>Displays the customization dialog for the current popup menu.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.PopupMenu.EndInit">
            <summary>
                <para>Ends the runtime initialization of the <see cref="T:DevExpress.XtraBars.PopupMenu"/>.


</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.PopupMenu.EndUpdate">
            <summary>
                <para>Enables painting of a <see cref="T:DevExpress.XtraBars.PopupMenu"/> object instance. 

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.PopupMenu.HidePopup">
            <summary>
                <para>Hides the current <see cref="T:DevExpress.XtraBars.PopupMenu"/>.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.PopupMenu.InsertItem(DevExpress.XtraBars.BarItemLink,DevExpress.XtraBars.BarItem)">
            <summary>
                <para>Inserts a new item link in the item link collection of the current <see cref="T:DevExpress.XtraBars.PopupMenu"/> before a specific collection element.
</para>
            </summary>
            <param name="beforeLink">
		The member of the item link collection before which a new item link is inserted.

            </param>
            <param name="item">
		The <see cref="T:DevExpress.XtraBars.BarItem"/> whose link is inserted.

            </param>
            <returns>The <see cref="T:DevExpress.XtraBars.BarItemLink"/> inserted in the collection.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.PopupMenu.ItemLinks">
            <summary>
                <para>Provides access to links owned and displayed by the popup menu.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLinkCollection"/> object containing links owned by the popup menu.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.PopupMenu.LinkAdded">
            <summary>
                <para>Fires immediately after a link has been added to the popup menu.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.PopupMenu.LinkDeleted">
            <summary>
                <para>Fires immediately after a link has been removed from the popup menu.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.PopupMenu.LinksPersistInfo">
            <summary>
                <para>Gets or sets a value that stores information on the links added to the current <see cref="T:DevExpress.XtraBars.PopupMenu"/> at design time.
</para>
            </summary>
            <value>A <b>LinksInfo</b> value that stores information about item links in the current <see cref="T:DevExpress.XtraBars.PopupMenu"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.PopupMenu.Manager">
            <summary>
                <para>Specifies the <see cref="T:DevExpress.XtraBars.BarManager"/> responsible for managing the <see cref="T:DevExpress.XtraBars.PopupMenu"/>.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarManager"/> responsible for managing the <see cref="T:DevExpress.XtraBars.PopupMenu"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.PopupMenu.MenuAppearance">
            <summary>
                <para>Provides access to style settings for links owned by the popup menu.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.MenuAppearance"/> object providing style settings for links owned by the popup menu.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.PopupMenu.MenuBarWidth">
            <summary>
                <para>Gets or sets the width of the bar displayed to the left of the popup menu's content.
</para>
            </summary>
            <value>An integer value specifying the width of the menu bar in pixels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.PopupMenu.MenuCaption">
            <summary>
                <para>Gets or sets the menu's caption.
</para>
            </summary>
            <value>A string that specifies the menu's caption.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.PopupMenu.MenuDrawMode">
            <summary>
                <para>Gets or sets the menu's display mode.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.MenuDrawMode"/> value that specifies the menu's display mode.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.PopupMenu.MinWidth">
            <summary>
                <para>Gets or sets the popup menu's minimum width.
</para>
            </summary>
            <value>An integer value that specifies the popup menu's minimum width.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.PopupMenu.Name">
            <summary>
                <para>Gets or sets the name of the popup menu component.
</para>
            </summary>
            <value>A string value representing the name of the popup menu.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.PopupMenu.Opened">
            <summary>
                <para>Indicates that the popup menu is open.
</para>
            </summary>
            <value><b>true</b> if the popup menu is open; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.PopupMenu.PaintMenuBar">
            <summary>
                <para>Enables you to paint the content of the bar displayed to the left of the popup menu.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.PopupMenu.Popup">
            <summary>
                <para>Occurs when the <see cref="T:DevExpress.XtraBars.PopupMenu"/> appears.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.PopupMenu.RemoveLink(DevExpress.XtraBars.BarItemLink)">
            <summary>
                <para>Removes a specific item link from the item link collection of the current <see cref="T:DevExpress.XtraBars.PopupMenu"/>.
</para>
            </summary>
            <param name="itemLink">
		The item link to remove from the collection.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.PopupMenu.Ribbon">
            <summary>
                <para>Gets the ribbon control which owns the popup menu.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object that owns the popup menu.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.PopupMenu.RibbonToolbar">
            <summary>
                <para>Gets or sets a toolbar associated with a popup menu.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonMiniToolbar"/> item that is a toolbar associated with a popup menu.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.PopupMenu.ShowCaption">
            <summary>
                <para>Gets or sets whether the menu's header is visible.
</para>
            </summary>
            <value><b>true</b> if the menu's header is displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.PopupMenu.ShowPopup(System.Drawing.Point)">
            <summary>
                <para>Displays the current <see cref="T:DevExpress.XtraBars.PopupMenu"/> at the specified screen point.
</para>
            </summary>
            <param name="p">
		A screen point at which the current <see cref="T:DevExpress.XtraBars.PopupMenu"/> is displayed.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.PopupMenu.ShowPopup(DevExpress.XtraBars.BarManager,System.Drawing.Point)">
            <summary>
                <para>Displays the context menu at the specified position.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object that is the BarManager responsible for managing the context menu. 


            </param>
            <param name="p">
		A <b>Point</b> specifying the screen point at which the context menu is shown.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.PopupMenu.Visible">
            <summary>
                <para>Indicates whether the current <see cref="T:DevExpress.XtraBars.PopupMenu"/> is visible.
</para>
            </summary>
            <value><b>true</b>, if the current <see cref="T:DevExpress.XtraBars.PopupMenu"/> is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.ItemClickEventHandler">

            <summary>
                <para>Represents the method that will handle the <see cref="E:DevExpress.XtraBars.BarItem.ItemClick"/> and <see cref="E:DevExpress.XtraBars.BarManager.ItemClick"/> events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.ItemClickEventHandler.Invoke(System.Object,DevExpress.XtraBars.ItemClickEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraBars.BarItem.ItemClick"/> event of the <see cref="T:DevExpress.XtraBars.BarItem"/> class.
</para>
            </summary>
            <param name="sender">
		The event source.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.XtraBars.ItemClickEventArgs"/> class instance containing event data.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.ItemClickEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.XtraBars.BarItem.ItemClick"/> and <see cref="E:DevExpress.XtraBars.BarManager.ItemClick"/> events.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.ItemClickEventArgs.#ctor(DevExpress.XtraBars.BarItem,DevExpress.XtraBars.BarItemLink)">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.ItemClickEventArgs"/> class instance.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> class instance whose link was clicked.

            </param>
            <param name="link">
		The clicked <see cref="T:DevExpress.XtraBars.BarItemLink"/>.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.ItemClickEventArgs.Item">
            <summary>
                <para>Gets the <see cref="T:DevExpress.XtraBars.BarItem"/> whose link was clicked.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItem"/> whose link was clicked.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.ItemClickEventArgs.Link">
            <summary>
                <para>Gets the clicked <see cref="T:DevExpress.XtraBars.BarItemLink"/>.
</para>
            </summary>
            <value>The clicked <see cref="T:DevExpress.XtraBars.BarItemLink"/>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarToolbarsListItem">

            <summary>
                <para>A bar item that represents a check list of bars owned by a BarManager, and dock panels owned by a dock manager.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarToolbarsListItem.#ctor">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.BarToolbarsListItem"/> class instance.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarToolbarsListItem.ItemLinks">
            <summary>
                <para>Provides access to the links owned and displayed by the container item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLinkCollection"/> object containing the links owned and displayed by the container item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarToolbarsListItem.LinksPersistInfo">
            <summary>
                <para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarToolbarsListItem.ShowCustomizationItem">
            <summary>
                <para>Gets or sets a value indicating whether <b>"Customize..."</b> is among the item's subitems list.
</para>
            </summary>
            <value><b>true</b> if <b>"Customize..."</b> is among the item's subitems list; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarToolbarsListItem.ShowDockPanels">
            <summary>
                <para>Gets or sets whether a list of the existing dock panels should be displayed.

</para>
            </summary>
            <value><b>true</b> to display the list of the existing dock panels; otherwise, <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarToolbarsListItem.ShowDockWindows">
            <summary>
                <para>Determines whether to display the list of existing dock windows within a specific <see cref="T:DevExpress.XtraBars.BarToolbarsListItem"/>.
</para>
            </summary>
            <value><b>true</b>, to display the list of dock windows; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarToolbarsListItem.ShowToolbars">
            <summary>
                <para>Determines whether to display the list of existing toolbars within a specific <see cref="T:DevExpress.XtraBars.BarToolbarsListItem"/>.
</para>
            </summary>
            <value><b>true</b>, to display the list of toolbars; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarSubItemLink">

            <summary>
                <para>Represents the <see cref="T:DevExpress.XtraBars.BarSubItemLink"/> link within a bar or a menu.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.BarSubItemLink.CanShowSuperTip">
            <summary>
                <para>Gets whether the bar subitem's super tip can be displayed.
</para>
            </summary>
            <value><b>true</b> if the item's submenu isn't shown; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarSubItemLink.DisplayCaption">
            <summary>
                <para>Gets the display caption of the current <see cref="T:DevExpress.XtraBars.BarSubItemLink"/>.
</para>
            </summary>
            <value>The current <see cref="T:DevExpress.XtraBars.BarSubItemLink"/> caption.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarSubItem">

            <summary>
                <para>Represents a sub-menu.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarSubItem.#ctor">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.BarSubItem"/> class instance with the default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarSubItem.#ctor(DevExpress.XtraBars.BarManager,System.String,DevExpress.XtraBars.BarItem[])">
            <summary>
                <para>Creates a new instance of the <see cref="T:DevExpress.XtraBars.BarSubItem"/> class with a predefined caption and collection of sub items.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object specifying the BarManager that will own the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Manager"/> property.

            </param>
            <param name="caption">
		A string value that specifies the caption of the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Caption"/> property.

            </param>
            <param name="items">
		An array of <see cref="T:DevExpress.XtraBars.BarItem"/> objects (or descendants) that specifies the collection of sub items.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarSubItem.#ctor(DevExpress.XtraBars.BarManager,System.String)">
            <summary>
                <para>Creates a new instance of the <see cref="T:DevExpress.XtraBars.BarSubItem"/> object with the predefined caption.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object specifying the BarManager that will own the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Manager"/> property.

            </param>
            <param name="caption">
		A string value that specifies the caption of the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Caption"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarSubItem.#ctor(DevExpress.XtraBars.BarManager,System.String,System.Int32)">
            <summary>
                <para>Creates a new instance of the <see cref="T:DevExpress.XtraBars.BarSubItem"/> class with the predefined caption and image.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object specifying the BarManager that will own the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Manager"/> property.

            </param>
            <param name="caption">
		A string value specifying the caption of the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Caption"/> property.

            </param>
            <param name="imageIndex">
		An integer value specifying the zero-based index of the image to be displayed within links corresponding to the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.ImageIndex"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarSubItem.#ctor(DevExpress.XtraBars.BarManager,System.String,System.Int32,DevExpress.XtraBars.BarItem[])">
            <summary>
                <para>Creates a new instance of the <see cref="T:DevExpress.XtraBars.BarSubItem"/> class with the predefined caption, image and collection of sub items.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object specifying the BarManager that will own the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Manager"/> property.

            </param>
            <param name="caption">
		A string value specifying the caption of the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Caption"/> property.

            </param>
            <param name="imageIndex">
		An integer value specifying the zero-based index of the image displayed within links associated with the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.ImageIndex"/> property.

            </param>
            <param name="items">
		An array of <see cref="T:DevExpress.XtraBars.BarItem"/> descendants representing the collection of sub items.

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.BarStaticItemLink">

            <summary>
                <para>Represents the <see cref="T:DevExpress.XtraBars.BarStaticItem"/> within a bar or a menu.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.BarStaticItemLink.Caption">
            <summary>
                <para>A string containing item title.
</para>
            </summary>
            <value>Item title.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarStaticItemLink.Item">
            <summary>
                <para>Gets the item associated with this link.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarStaticItem"/> object representing the item associated with this link.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarStaticItemLink.Width">
            <summary>
                <para>Gets link width.
</para>
            </summary>
            <value>An integer value that determines the width of the link in pixels.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarStaticItem">

            <summary>
                <para>Represents a bar item with a look and feel similar to the <b>StatusbarPanel</b>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarStaticItem.#ctor">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.BarStaticItem"/> class instance.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarStaticItem.AutoSize">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.XtraBars.BarStaticItem"/> autosize type.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraBars.BarStaticItem"/> autosize type.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarStaticItem.LargeWidth">
            <summary>
                <para>This member is not supported by the BarStaticItem object.
</para>
            </summary>
            <value>An integer value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarStaticItem.LeftIndent">
            <summary>
                <para>Gets or sets the left text indent in pixels within the <see cref="T:DevExpress.XtraBars.BarStaticItem"/>.
</para>
            </summary>
            <value>Left text indent in pixels within the <see cref="T:DevExpress.XtraBars.BarStaticItem"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarStaticItem.RightIndent">
            <summary>
                <para>Gets or sets the right text indent within a <see cref="T:DevExpress.XtraBars.BarStaticItem"/> - in pixels .
</para>
            </summary>
            <value>Right text indent within a <see cref="T:DevExpress.XtraBars.BarStaticItem"/> - in pixels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarStaticItem.ShowImageInToolbar">
            <summary>
                <para>Gets or sets whether the item's image is displayed when the item is positioned within a <see cref="T:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbar"/>.

</para>
            </summary>
            <value><b>true</b> if the item's image is displayed when the item is positioned within a <see cref="T:DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbar"/>; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarStaticItem.SmallWithoutTextWidth">
            <summary>
                <para>This member is not supported by the BarStaticItem object.
</para>
            </summary>
            <value>An integer value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarStaticItem.SmallWithTextWidth">
            <summary>
                <para>This member is not supported by the BarStaticItem object.
</para>
            </summary>
            <value>An integer value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarStaticItem.TextAlignment">
            <summary>
                <para>Gets or sets text alignment within the <see cref="T:DevExpress.XtraBars.BarStaticItem"/>.
</para>
            </summary>
            <value>One of the <b>StringAlignment</b> values.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarStaticItem.Width">
            <summary>
                <para>Gets or sets the width  of a <see cref="T:DevExpress.XtraBars.BarStaticItem"/> - in pixels.
</para>
            </summary>
            <value>The width of a <see cref="T:DevExpress.XtraBars.BarStaticItem"/> - in pixels.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Bars">

            <summary>
                <para>Represents the bars collection.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Bars.#ctor(DevExpress.XtraBars.BarManager)">
            <summary>
                <para>Creates an instance of the <see cref="T:DevExpress.XtraBars.Bars"/> class.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object specifying the BarManager that will own the generated bar collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bars.Manager"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Bars.Add(DevExpress.XtraBars.Bar)">
            <summary>
                <para>Adds an item to the <see cref="T:DevExpress.XtraBars.Bars"/> collection.
</para>
            </summary>
            <param name="bar">
		The <see cref="T:DevExpress.XtraBars.Bar"/> to be added to the <see cref="T:DevExpress.XtraBars.BarItems"/> collection.

            </param>
            <returns>The position within the collection in which a new element is added.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Bars.AddRange(DevExpress.XtraBars.Bar[])">
            <summary>
                <para>Adds an array of bars to the end of the <see cref="T:DevExpress.XtraBars.Bars"/> collection.
</para>
            </summary>
            <param name="bars">
		An array of bars which to be added to the <see cref="T:DevExpress.XtraBars.Bars"/> collection.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Bars.Contains(DevExpress.XtraBars.Bar)">
            <summary>
                <para>Determines whether an element is in the <see cref="T:DevExpress.XtraBars.Bars"/> collection.
</para>
            </summary>
            <param name="bar">
		The <see cref="T:DevExpress.XtraBars.Bar"/> to locate in the <see cref="T:DevExpress.XtraBars.Bars"/> collection. This element can be a null reference (Nothing in Visual Basic). 

            </param>
            <returns><b>true</b>, if item is found in the <see cref="T:DevExpress.XtraBars.Bars"/> collection; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Bars.IndexOf(DevExpress.XtraBars.Bar)">
            <summary>
                <para>Determines the index of a specific item within the <see cref="T:DevExpress.XtraBars.Bars"/> collection.
</para>
            </summary>
            <param name="bar">
		The <b>Object</b> to locate in the <see cref="T:DevExpress.XtraBars.Bars"/> collection.

            </param>
            <returns>The index of the <b>item</b> found in the <see cref="T:DevExpress.XtraBars.Bars"/>; otherwise, -1.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.Bars.Item(System.String)">
            <summary>
                <para>Gets a <see cref="T:DevExpress.XtraBars.Bar"/> with a specific <b>Name</b> property.
</para>
            </summary>
            <param name="barName">
		The name of the <see cref="T:DevExpress.XtraBars.Bar"/> to access.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Bar"/> class instance or <b>null</b> if a <see cref="T:DevExpress.XtraBars.Bar"/> class instance is not found.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bars.Item(System.Int32)">
            <summary>
                <para>Gets or sets a <see cref="T:DevExpress.XtraBars.Bar"/> class instance at the specified index.
</para>
            </summary>
            <param name="index">
		The zero-based index of a <see cref="T:DevExpress.XtraBars.Bar"/> class instance to get or set.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.Bar"/> class instance at the specified index.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bars.Manager">
            <summary>
                <para>Gets the BarManager to which the bar collection belongs.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarManager"/> object that owns this bar collection.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarMdiChildrenListItemLink">

            <summary>
                <para>Represents a <see cref="T:DevExpress.XtraBars.BarMdiChildrenListItem"/> within a bar or a menu.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.BarMdiChildrenListItemLink.CanOpenMenu">
            <summary>
                <para>Indicates whether the current menu can be opened.
</para>
            </summary>
            <value><b>true</b>, if the current menu can be opened; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarMdiChildrenListItem">

            <summary>
                <para>Represents a bar item containing a list of active windows in an MDI applications.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarMdiChildrenListItem.#ctor">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.BarMdiChildrenListItem"/> class instance.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarMdiChildrenListItem.DataIndex">
            <summary>
                <para>Specifies the index of the selected item in a list.
</para>
            </summary>
            <value>The selected item index.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarMdiChildrenListItem.ItemIndex">
            <summary>
                <para>Specifies the index of the selected(checked) item in a list.
</para>
            </summary>
            <value>The selected(checked) item index.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarMdiChildrenListItem.ItemLinks">
            <summary>
                <para>Provides access to links owned and displayed by the container item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLinkCollection"/> object containing links owned and displayed by the container item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarMdiChildrenListItem.ShowChecks">
            <summary>
                <para>Gets or sets a value specifying whether the check sign is displayed for the link corresponding to the active MDI child window.
</para>
            </summary>
            <value><para>true</para> if the check sign is displayed for the link corresponding to the active MDI child window; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarMdiChildrenListItem.ShowNumbers">
            <summary>
                <para>Gets or sets a value specifying whether links corresponding to MDI child windows are numerated.
</para>
            </summary>
            <value><b>true</b> if the link corresponding to MDI child windows are numerated; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarMdiChildrenListItem.Strings">
            <summary>
                <para>Returns the <see cref="T:DevExpress.XtraBars.Strings"/> collection containing the captions of all existing MDI child windows.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraBars.Strings"/> collection containing MDI window captions.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarManager">

            <summary>
                <para>Represents the component used to create and manage bars and individual bar items.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarManager.#ctor">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.BarManager"/> class instance.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.#ctor(System.ComponentModel.IContainer)">
            <summary>
                <para>Initializes a new instance of the BarManager class with the specified container.
</para>
            </summary>
            <param name="container">
		An object which implements the <see cref="T:System.ComponentModel.IContainer"/> interface.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.About">
            <summary>
                <para>Activates the <b>About</b> dialog. 
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.ActiveEditItemLink">
            <summary>
                <para>Gets the link whose editor is currently active.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarEditItemLink"/> object representing the link that contains the active editor. <b>null</b> (<b>Nothing</b> in Visual Basic) if no editor is currently active.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.ActiveEditor">
            <summary>
                <para>Gets the currently active editor.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraEditors.BaseEdit"/> descendant representing the currently active editor. <b>null</b> (<b>Nothing</b> in Visual Basic) if no editor is active, at present.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.ActiveMdiChild">
            <summary>
                <para>Gets the currently active multiple document interface (MDI) child window.
</para>
            </summary>
            <value>Returns a <b>Form</b> that represents the currently active MDI child window, or a null reference (Nothing in Visual Basic) if there are currently no child windows present.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.AllowCustomization">
            <summary>
                <para>Gets or sets whether the Customization Window can be activated by the end-user.
</para>
            </summary>
            <value><b>true</b>, if the Customization Window can be opened by the end-user; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.AllowFocusPopupForm">
            <summary>
                <para>For internal use.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.AllowItemAnimatedHighlighting">
            <summary>
                <para>Gets or sets whether bar items are highlighted with an animation effect.
</para>
            </summary>
            <value><b>true</b> if bar items are highlighted with an animation effect; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.AllowLinkLighting">
            <summary>
                <para>Gets or sets a value that specifies whether images are highlighted when links are hot-tracked.
</para>
            </summary>
            <value><b>true</b> if images are highlighted when links are hot-tracked; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.AllowMergeInvisibleLinks">
            <summary>
                <para>Gets or sets whether invisible links can be merged.
</para>
            </summary>
            <value><b>true</b> if invisible links can be merged; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.AllowMoveBarOnToolbar">
            <summary>
                <para>Gets or sets a value indicating whether bar movement within the toolbar area is allowed.
</para>
            </summary>
            <value><b>true</b>, if bar movement within the toolbar area is allowed; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.AllowQuickCustomization">
            <summary>
                <para>Gets or sets whether quick bar customization is enabled.
</para>
            </summary>
            <value><b>true</b> if quick bar customization is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.AllowShowToolbarsPopup">
            <summary>
                <para>Gets or sets a value indicating whether bars belonging to the BarManager allow the customization menu to be displayed.
</para>
            </summary>
            <value><b>true</b>, if the <see cref="T:DevExpress.XtraBars.BarManager"/> customization menu can be displayed; otherwise, <b>false</b>;
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.AutoSaveInRegistry">
            <summary>
                <para>Gets or sets a value indicating whether the bars' layout is saved to and loaded from the system registry automatically.
</para>
            </summary>
            <value><b>true</b>, if the bars' layout is saved to and loaded from the system registry automatically; otherwise, <b>false</b>;
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.BarBackColor">
            <summary>
                <para>Gets or sets the default background color for all bars that belong to the BarManager.
</para>
            </summary>
            <value>The default background color for all bars within the <see cref="T:DevExpress.XtraBars.BarManager"/> component.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.BarItemHorzIndent">
            <summary>
                <para>Gets the horizontal indent between the contents and borders of bar links.
</para>
            </summary>
            <value>An integer value specifying the number of pixels between the contents and borders of bar links. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.BarItemVertIndent">
            <summary>
                <para>Gets or sets the vertical indent between contents and borders of bar links.
</para>
            </summary>
            <value>An integer value specifying the number of pixels between the contents and borders of bar links. <b>-1</b> to calculate the indent automatically.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.Bars">
            <summary>
                <para>Gets the bars collection of the <see cref="T:DevExpress.XtraBars.BarManager"/> component.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraBars.Bars"/> collection of bars for the <see cref="T:DevExpress.XtraBars.BarManager"/> component.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarManager.BeforeLoadLayout">
            <summary>
                <para>Occurs before a layout is restored from storage (a stream, xml file or the system registry).

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.BeginInit">
            <summary>
                <para>Begins the runtime initialization of the <see cref="T:DevExpress.XtraBars.BarManager"/>. 

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.BeginUpdate">
            <summary>
                <para>Prevents the bars that belong to the BarManager from being painted until the <see cref="M:DevExpress.XtraBars.BarManager.EndUpdate"/> method is called.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.CanShowNonRecentItems">
            <summary>
                <para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> [To be supplied] </value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.Categories">
            <summary>
                <para>Gets a collection of categories used to logically organize bar items.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarManagerCategoryCollection"/> object that represents the collection of categories.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.CloseButtonAffectAllTabs">
            <summary>
                <para>This member is obsolete. It gets or sets a value specifying whether the close button of a dock window hides other windows docked onto it.

</para>
            </summary>
            <value><b>true</b> if the close button of a dock window affects other windows docked to it; otherwise <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarManager.CloseButtonClick">
            <summary>
                <para>Occurs when a close button ('x') is clicked.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.CloseMenus">
            <summary>
                <para>Closes all dropdown and popup windows that belong to this BarManager.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.Controller">
            <summary>
                <para>Gets or sets the Bar and Docking Controller that will provide default appearance and customization options for the bars  belonging to the current BarManager.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object providing appearance options.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarManager.CreateCustomizationForm">
            <summary>
                <para>Occurs before the Customization Window is displayed.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.BarManager.CreateToolbar">
            <summary>
                <para>Allows you to customize a bar when it is created.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.Customize">
            <summary>
                <para>Displays the <see cref="T:DevExpress.XtraBars.BarManager"/>'s Customization Window.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.CustomizeSelectedLink">
            <summary>
                <para>Gets the currently customized link.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object representing the currently customized link. <b>null</b> (<b>Nothing</b> in Visual Basic) if no link is being customized at present moment.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.DockControls">
            <summary>
                <para>Gets the collection of controls that provide docking for bars.
</para>
            </summary>
            <value>A <b>BarDockControls</b> object representing a collection of dock controls.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.DockingEnabled">
            <summary>
                <para>Gets or sets a value indicating whether the <see cref="T:DevExpress.XtraBars.BarManager"/> component allows bar docking.
</para>
            </summary>
            <value><b>true</b>, if the <see cref="T:DevExpress.XtraBars.BarManager"/> component allows bar docking; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.DockManager">
            <summary>
                <para>Gets or sets the dock manager which coordinates any docking operations performed on dock panels.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object representing the dock manager.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.DockWindows">
            <summary>
                <para>This member is obsolete. It gets the collection of dock windows within the <see cref="T:DevExpress.XtraBars.BarManager"/> component.

</para>
            </summary>
            <value>The collection of dock windows within the <see cref="T:DevExpress.XtraBars.BarManager"/> component.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.DockWindowTabFont">
            <summary>
                <para>This member is obsolete. It gets or sets the font used to display tab captions when dock windows are docked to the same place.

</para>
            </summary>
            <value>A <b>System.Drawing.Font</b> object representing the font of the dock window tab captions.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.EditorsRepository">
            <summary>
                <para>To customize the collection of editors available for bars, use the inherited 
<see cref="P:DevExpress.XtraEditors.Container.ComponentEditorContainer.RepositoryItems"/> or <see cref="P:DevExpress.XtraEditors.Container.ComponentEditorContainer.ExternalRepository"/> property.
</para>
            </summary>
            <value><b>null</b> (<b>Nothing</b> in Visual Basic) always.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarManager.EndCustomization">
            <summary>
                <para>Occurs when a user finishes customizing the <see cref="T:DevExpress.XtraBars.BarManager"/>.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.EndUpdate">
            <summary>
                <para>Enables the painting of bars after the <see cref="M:DevExpress.XtraBars.BarManager.BeginUpdate"/> method is called and immediately updates the bars.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.ForceInitialize">
            <summary>
                <para>Forces the  BarManager to create bar item links within the BarManager's bars and menus.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.ForceLinkCreate">
            <summary>
                <para>Forces the  BarManager to create bar item links within the BarManager's bars and menus.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.Form">
            <summary>
                <para>Gets or sets the container for bar controls that are managed by the current BarManager.
</para>
            </summary>
            <value>The container control for bar controls.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.GetController">
            <summary>
                <para>Returns the actual Bar and Docking Controller specifying behavior and appearance settings for the corresponding bars.
</para>
            </summary>
            <returns>A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object providing common appearance settings for bars.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.GetNewBarName">
            <summary>
                <para>Returns a unique name for a bar which is about to be created.
</para>
            </summary>
            <returns>A string specifying the name for a new bar.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.GetNewItemId">
            <summary>
                <para>Returns the new unique identifier of an item.

</para>
            </summary>
            <returns>An integer value representing the unique identifier of an item within the BarManager.

</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.GetPopupContextMenu(System.Windows.Forms.Control)">
            <summary>
                <para>Gets the popup menu assigned to a control.
</para>
            </summary>
            <param name="control">
		The control whose popup menu is to be returned.

            </param>
            <returns>The popup menu assigned to the control.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.GetString(DevExpress.XtraBars.Localization.BarString)">
            <summary>
                <para>Returns a localized string for the given string identifier.
</para>
            </summary>
            <param name="str">
		A <see cref="T:DevExpress.XtraBars.Localization.BarString"/> value identifying the string to return.

            </param>
            <returns>A string corresponding to the specified identifier.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.HideCustomization">
            <summary>
                <para>Hides the Customization Window.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.HideToolBarsPopup">
            <summary>
                <para>Hides the customization menu.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.HighlightedLink">
            <summary>
                <para>Gets the currently highlighted link.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object representing the currently highlighted link. <b>null</b> (<b>Nothing</b> in Visual Basic) if no links is currently highlighted.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarManager.HighlightedLinkChanged">
            <summary>
                <para>Fires immediately after the highlighted link has been changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.Images">
            <summary>
                <para>Gets or sets the source of images that can be displayed within item links.
</para>
            </summary>
            <value>A <see cref="T:System.Object"/> which provides images for bar items.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.InternalGetService(System.Type)">
            <summary>
                <para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <param name="type">
		

            </param>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.IsCustomizing">
            <summary>
                <para>Gets or sets a value indicating whether the <see cref="T:DevExpress.XtraBars.BarManager"/> is being customized.
</para>
            </summary>
            <value><b>true</b> if the <see cref="T:DevExpress.XtraBars.BarManager"/> is being customized; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.IsDesignMode">
            <summary>
                <para>Gets or sets a value indicating whether the <see cref="T:DevExpress.XtraBars.BarManager"/> is in design mode.
</para>
            </summary>
            <value><b>true</b> if the <see cref="T:DevExpress.XtraBars.BarManager"/> is in design mode; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.IsDocking">
            <summary>
                <para>Gets or sets a value indicating whether a bar is being dragged.
</para>
            </summary>
            <value><b>true</b>, if a bar is being dragged; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.IsDragging">
            <summary>
                <para>Gets or sets a value indicating whether an item link is being dragged.
</para>
            </summary>
            <value><b>true</b>, if an item link is being dragged; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.IsLinkSizing">
            <summary>
                <para>Gets or sets a value indicating whether the <see cref="T:DevExpress.XtraBars.BarManager"/>'s link is being resized.
</para>
            </summary>
            <value><b>true</b> if the <see cref="T:DevExpress.XtraBars.BarManager"/>'s link is being resized; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.IsLoading">
            <summary>
                <para>Gets or sets a value indicating whether the <see cref="T:DevExpress.XtraBars.BarManager"/> is being loaded.
</para>
            </summary>
            <value><b>true</b> if the <see cref="T:DevExpress.XtraBars.BarManager"/> is being loaded; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.IsStoring">
            <summary>
                <para>Gets or sets a value indicating whether the <see cref="T:DevExpress.XtraBars.BarManager"/> is being saved to the system registry.
</para>
            </summary>
            <value><b>true</b>, if the <see cref="T:DevExpress.XtraBars.BarManager"/> is being stored to the system registry; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarManager.ItemClick">
            <summary>
                <para>Occurs when a link within the bar is clicked.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.BarManager.ItemDoubleClick">
            <summary>
                <para>Occurs when a link is double clicked.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.BarManager.ItemPress">
            <summary>
                <para>Fires immediately after any of the links associated with the BarManager has been pressed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.Items">
            <summary>
                <para>Provides access to the BarManager's collection of items.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItems"/> object representing the BarManager's collection of bar items.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.ItemsFont">
            <summary>
                <para>Gets or sets the default font used to paint link captions.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Font"/> object specifying the default font used to paint link captions.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.LargeIcons">
            <summary>
                <para>Gets or sets whether bar items' icons are drawn in large or normal size.
</para>
            </summary>
            <value><b>true</b> if bar items' icons are drawn large; otherwise, the icons are drawn in a normal size.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.LargeImages">
            <summary>
                <para>Gets or sets the source of large images that can be displayed within item links.
</para>
            </summary>
            <value>A <see cref="T:System.Object"/> which provides large images for bar button items.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarManager.LayoutUpgrade">
            <summary>
                <para>Occurs after a layout whose version doesn't match the current layout's version has been loaded from storage(a stream, xml file or system registry).
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.LayoutVersion">
            <summary>
                <para>Gets or sets the version of the layout of bars.
</para>
            </summary>
            <value>A string representing the version of the layout of bars.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.MainMenu">
            <summary>
                <para>Gets or sets the main menu bar.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Bar"/> object representing the main menu bar. <b>null</b> (<b>Nothing</b> in Visual Basic) if no main menu is owned by this BarManager.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.MainMenuBarBackColor">
            <summary>
                <para>Gets or sets the default background color for main menus.
</para>
            </summary>
            <value>The default background color of main menus.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.MaxItemId">
            <summary>
                <para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.MdiMenuMergeStyle">
            <summary>
                <para>Gets or sets if and when a merge mechanism is invoked in an MDI application.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarMdiMenuMergeStyle"/> value specifying when merge operations should be performed.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.MenuAnimationType">
            <summary>
                <para>Gets or sets the type of animation used for the menu.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraBars.AnimationType"/> enumeration member specifying the menu's animation type.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarManager.Merge">
            <summary>
                <para>Allows you to customize menus and bars when a child MDI form is activated or maximized (depending on the <see cref="P:DevExpress.XtraBars.BarManager.MdiMenuMergeStyle"/> property value). 
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.MostRecentItemsPercent">
            <summary>
                <para>Gets or sets the time limits - in percent - for calculating the most frequently used items.
</para>
            </summary>
            <value>The time limits - in percent - for calculating the most frequently used items.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.PaintStyleName">
            <summary>
                <para>Gets or sets the name of the painting style applied to bars.
</para>
            </summary>
            <value>A string value specifying the name of the paint style applied to bars.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.PerformClick(DevExpress.XtraBars.BarItem)">
            <summary>
                <para>Fires the <b>ItemClick</b> events for the specified bar item.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant which represents the bar item for which the <b>ItemClick</b> events must be generated.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.PerformClick(DevExpress.XtraBars.BarItem,DevExpress.XtraBars.BarItemLink)">
            <summary>
                <para>Fires the <b>ItemClick</b> events for the specified bar item and its link.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant which represents the bar item for which the <b>ItemClick</b> events must be generated.

            </param>
            <param name="link">
		A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object which represents one of the the item's links.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.PressedLink">
            <summary>
                <para>Gets the currently pressed link.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object representing the currently pressed link. <b>null</b> (<b>Nothing</b> in Visual Basic) if no link is currently pressed.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarManager.PressedLinkChanged">
            <summary>
                <para>Fires immediately after a link has been pressed or released.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.ProcessShortcutsWhenInvisible">
            <summary>
                <para>Gets or sets whether shortcuts for items are in effect if the BarManager belongs to a hidden parent control (Form or UserControl).
</para>
            </summary>
            <value><b>true</b> if shortcuts for items are in effect if the BarManager belongs to a hidden parent control (Form or UserControl); otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarManager.QueryShowPopupMenu">
            <summary>
                <para>Occurs when a control popup menu is about to appear.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.RegistryPath">
            <summary>
                <para>Gets or sets the registry path the bars' layout is saved to.
</para>
            </summary>
            <value>The registry path to save the bars' layout to.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.ResetStyleDefaults">
            <summary>
                <para>This method is obsolete. Use the <see cref="M:DevExpress.XtraBars.BarAndDockingController.ResetStyleDefaults"/> method of a Bar and Docking Controller to restore style settings which depend on the current paint scheme.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.ResetUsageData">
            <summary>
                <para>Clears the record of menu items recently accessed by a user in their application and restores the default set of visible item controls to menus and bars. This action will not undo any explicit customizations.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.RestoreFromRegistry(System.String)">
            <summary>
                <para>Restores the bars' layout from the registry.
</para>
            </summary>
            <param name="path">
		Location of <see cref="T:DevExpress.XtraBars.BarManager"/> data within the system registry. The registry key must exist.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.RestoreFromRegistry">
            <summary>
                <para>Restores the bars' layout from the registry.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.RestoreFromStream(System.IO.Stream)">
            <summary>
                <para>Restores the bars' layout from a stream.
</para>
            </summary>
            <param name="stream">
		A stream from which the bars' layout is restored.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.RestoreFromXml(System.String)">
            <summary>
                <para>Restores the <see cref="T:DevExpress.XtraBars.BarManager"/> component state from an xml file.
</para>
            </summary>
            <param name="xmlFile">
		An xml file from which the <see cref="T:DevExpress.XtraBars.BarManager"/> component's state is restored.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.RestoreLayoutFromRegistry(System.String)">
            <summary>
                <para>Restores the bars' layout from the specified system registry path.
</para>
            </summary>
            <param name="path">
		A string value which specifies the system registry path. If the specified path doesn't exist, this method does nothing.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.RestoreLayoutFromRegistry">
            <summary>
                <para>Restores the bars' layout from the system registry.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.RestoreLayoutFromStream(System.IO.Stream)">
            <summary>
                <para>Restores the bars' layout from the specified stream.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> descendant from which the bars' settings are read. If <b>null</b> (<b>Nothing</b> in Visual Basic), an exception is raised.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.RestoreLayoutFromXml(System.String)">
            <summary>
                <para>Restores the bars' layout from the specified XML file.
</para>
            </summary>
            <param name="xmlFile">
		A string value which specifies the path to the XML file from which bars' settings are read. If the specified file doesn't exist, an exception is raised.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.SaveLayoutToRegistry">
            <summary>
                <para>Saves the bars' layout to the system registry.
</para>
            </summary>
            <returns><b>true</b> if the bars' layout has been saved to the system registry; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.SaveLayoutToRegistry(System.String)">
            <summary>
                <para>Saves the bars' layout to the specified system registry path.

</para>
            </summary>
            <param name="path">
		The registry path to save the bars' layout to.

            </param>
            <returns><b>true</b> if the bars' layout has been saved to the specified system registry path; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.SaveLayoutToStream(System.IO.Stream)">
            <summary>
                <para>Saves the bars' layout to a stream.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> descendant to which the bars' layout is written. 

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.SaveLayoutToXml(System.String)">
            <summary>
                <para>Saves the bars' layout to an XML file.
</para>
            </summary>
            <param name="xmlFile">
		A string value which specifies the path to the file where the bars' layout should be stored. If an empty string is specified, an exception is raised.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.SaveToRegistry">
            <summary>
                <para>Saves the <see cref="T:DevExpress.XtraBars.BarManager"/> component state to the  system registry.
</para>
            </summary>
            <returns><b>true</b> if the operation is successfully completed; otherwise <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.SaveToRegistry(System.String)">
            <summary>
                <para>Saves the <see cref="T:DevExpress.XtraBars.BarManager"/> component's state to the system registry.
</para>
            </summary>
            <param name="path">
		Location of the <see cref="T:DevExpress.XtraBars.BarManager"/> data within the system registry.

            </param>
            <returns><b>true</b>, if the operation is successfully completed; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.SaveToStream(System.IO.Stream)">
            <summary>
                <para>Saves the <see cref="T:DevExpress.XtraBars.BarManager"/> component's state to a stream.
</para>
            </summary>
            <param name="stream">
		A stream to which the <see cref="T:DevExpress.XtraBars.BarManager"/> componen'st state is saved.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.SaveToXml(System.String)">
            <summary>
                <para>Saves the <see cref="T:DevExpress.XtraBars.BarManager"/> component state to an xml file.
</para>
            </summary>
            <param name="xmlFile">
		An xml file to which the <see cref="T:DevExpress.XtraBars.BarManager"/> component's state is saved.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.SelectLink(DevExpress.XtraBars.BarItemLink)">
            <summary>
                <para>Selects the specified link.
</para>
            </summary>
            <param name="link">
		A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object representing the link to be selected.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.SetPopupContextMenu(System.Windows.Forms.Control,DevExpress.XtraBars.PopupMenu)">
            <summary>
                <para>Sets the popup menu for a control within a form.
</para>
            </summary>
            <param name="control">
		The control which the popup menu should be assigned to.

            </param>
            <param name="menu">
		The popup menu to set.

            </param>


        </member>
        <member name="E:DevExpress.XtraBars.BarManager.ShortcutItemClick">
            <summary>
                <para>Allows you to stop a bar item's shortcut that has been pressed from being processed by XtraBars.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.ShowCloseButton">
            <summary>
                <para>Gets or sets whether the close button ('x') is displayed at the right edge of the main menu.
</para>
            </summary>
            <value><b>true</b> if the close button is displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.ShowFullMenus">
            <summary>
                <para>Gets or sets a value indicating whether to display both recent and non-recent links within a menu.
</para>
            </summary>
            <value><b>true</b>, if both recent and non-recent links are displayed within the menu; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.ShowFullMenusAfterDelay">
            <summary>
                <para>Gets or sets a value indicating whether non-recent item links are displayed after a certain period of time.
</para>
            </summary>
            <value><b>true</b>, if non-recent item links are displayed after a certain period of time; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.ShowScreenTipsInToolbars">
            <summary>
                <para>Gets or sets whether hints are enabled for bar item links displayed witin toolbars. Hints are not supported for bar item links displayed within sub menus or popup menus.

</para>
            </summary>
            <value><b>true</b>, if link hints are enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.ShowShortcutInScreenTips">
            <summary>
                <para>Gets or sets a value indicating whether a shortcut key should be displayed along with a hint for links belonging to the <see cref="T:DevExpress.XtraBars.BarManager"/> component.
</para>
            </summary>
            <value><b>true</b>, if shortcut keys are displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarManager.ShowToolbarsContextMenu">
            <summary>
                <para>Allows you to modify the customization menu before it is displayed onscreen.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.ShowToolBarsPopup">
            <summary>
                <para>Displays the customization menu.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarManager.ShowToolBarsPopup(DevExpress.XtraBars.BarItemLink)">
            <summary>
                <para>Displays the customization menu at the position of the mouse cursor.
</para>
            </summary>
            <param name="link">
		A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object. Currently, this parameter is ignored.

            </param>


        </member>
        <member name="E:DevExpress.XtraBars.BarManager.StartCustomization">
            <summary>
                <para>Occurs when a user starts customizing the <see cref="T:DevExpress.XtraBars.BarManager"/> component.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.StatusBar">
            <summary>
                <para>Gets or sets the status bar for the current form.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Bar"/> object representing the status bar.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.StatusBarBackColor">
            <summary>
                <para>Gets or sets the background color of the status bar owned by this BarManager.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> structure that specifies the background color of the status bar.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.SubMenuBackColor">
            <summary>
                <para>Gets or sets the default background color for all submenus within the <see cref="T:DevExpress.XtraBars.BarManager"/> component. 
</para>
            </summary>
            <value>The default background color for all submenus within the <see cref="T:DevExpress.XtraBars.BarManager"/> component. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.SubMenuBackgroundImage">
            <summary>
                <para>Gets or sets the default background image for all submenus within the <see cref="T:DevExpress.XtraBars.BarManager"/> component.
</para>
            </summary>
            <value>The default background image for all submenus within the <see cref="T:DevExpress.XtraBars.BarManager"/> component.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.SubMenuGlyphBackColor">
            <summary>
                <para>Gets or set the background color for item descriptive images.
</para>
            </summary>
            <value>The background color for item descriptive images.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.SubmenuHasShadow">
            <summary>
                <para>Gets or sets a value indicating whether a submenu casts a shadow.
</para>
            </summary>
            <value><b>true</b> if a submenu casts a shadow; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.SubMenuNonRecentGlyphBackColor">
            <summary>
                <para>Gets or set the background color of non-recent item descriptive images.
</para>
            </summary>
            <value>The background color of non-recent item descriptive images.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.SubMenuOpenCloseInterval">
            <summary>
                <para>Returns the delay that occurs before a submenu displayed within another submenu is opened or closed, in milliseconds.
</para>
            </summary>
            <value>The delay  for a submenu within another submenu to open or close - in milliseconds.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.TransparentEditors">
            <summary>
                <para>Gets or sets whether specific in-place editors, when focused, are painted using a transparent background color.
</para>
            </summary>
            <value><b>true</b> if specific in-place editors are painted using a transparent background color when focused; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarManager.UnMerge">
            <summary>
                <para>Allows you to customize menus and bars when a child MDI form becomes inactive or when it is restored or minimized from its maximized view (depending on the <see cref="P:DevExpress.XtraBars.BarManager.MdiMenuMergeStyle"/> property value).
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.UpdateMdiClientOnChildActivate">
            <summary>
                <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.UseAltKeyForMenu">
            <summary>
                <para>Gets or sets whether the main menu is activated when the ALT key is pressed.
</para>
            </summary>
            <value><b>true</b> if the main menu is activated when the ALT key is pressed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarManager.UseF10KeyForMenu">
            <summary>
                <para>Gets or sets whether the main menu is activated when the F10 key is pressed.
</para>
            </summary>
            <value><b>true</b> if the main menu is activated when the F10 key is pressed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarListItemLink">

            <summary>
                <para>Represents a <see cref="T:DevExpress.XtraBars.BarListItem"/> within a bar or a menu.
</para>
            </summary>

        </member>
        <member name="T:DevExpress.XtraBars.BarListItem">

            <summary>
                <para>A bar item containing a list of items.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarListItem.#ctor">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.BarListItem"/> class instance.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarListItem.DataIndex">
            <summary>
                <para>Specifies the index of the selected item in a list.
</para>
            </summary>
            <value>The selected item index.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarListItem.Enabled">
            <summary>
                <para>Determines whether the current bar item is active.
</para>
            </summary>
            <value><b>true</b> if the current bar item is active; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarListItem.ItemIndex">
            <summary>
                <para>Specifies the index of the selected(checked) item in a list.
</para>
            </summary>
            <value>The selected(checked) item index.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarListItem.ListItemClick">
            <summary>
                <para>Enables you to provide responses to list item clicks.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarListItem.MaxSubItemTextWidth">
            <summary>
                <para>Gets or sets the maximum length (in pixels) of the items that belong to the current BarListItem object.

</para>
            </summary>
            <value>An integer that specifies the maximum length of the items that belong to the current BarListItem object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarListItem.ShowChecks">
            <summary>
                <para>Determines whether the selected string in a <see cref="T:DevExpress.XtraBars.BarListItem"/> is checked.
</para>
            </summary>
            <value><b>true</b>, if the check mark is displayed for the selected string in a <see cref="T:DevExpress.XtraBars.BarListItem"/>; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarListItem.ShowNumbers">
            <summary>
                <para>Determines whether to display the <see cref="T:DevExpress.XtraBars.BarListItem"/> strings enumeration.
</para>
            </summary>
            <value><b>true</b>, if the strings enumeration is displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarListItem.Strings">
            <summary>
                <para>Provides access to a collection that stores items for the current <see cref="T:DevExpress.XtraBars.BarListItem"/> object.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraBars.Strings"/> collection containing items for the current <see cref="T:DevExpress.XtraBars.BarListItem"/> object.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarLinkContainerItemLink">

            <summary>
                <para>Represents a bar element with a submenu contaning links.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.BarLinkContainerItemLink.CanOpenMenu">
            <summary>
                <para>Indicates whether the current menu can be opened.
</para>
            </summary>
            <value><b>true</b>, if the current menu can be opened; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarLinkContainerItem">

            <summary>
                <para>Represents a link container.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarLinkContainerItem.#ctor">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.BarLinkContainerItem"/> class instance.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarLinkContainerItem.AddItem(DevExpress.XtraBars.BarItem)">
            <summary>
                <para>Adds another link to the <see cref="T:DevExpress.XtraBars.BarLinkContainerItem"/>.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant instance.

            </param>
            <returns>An instance of the added link.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarLinkContainerItem.AddItems(DevExpress.XtraBars.BarItem[])">
            <summary>
                <para>Adds links to an array of items.
</para>
            </summary>
            <param name="items">
		An array of <see cref="T:DevExpress.XtraBars.BarItem"/> objects that specifies items, to which links are added.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarLinkContainerItem.ClearLinks">
            <summary>
                <para>Removes all links from the <see cref="T:DevExpress.XtraBars.BarLinkContainerItem"/> control.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarLinkContainerItem.InsertItem(DevExpress.XtraBars.BarItemLink,DevExpress.XtraBars.BarItem)">
            <summary>
                <para>Inserts a link in the <see cref="T:DevExpress.XtraBars.BarLinkContainerItem"/> at the specified index.
</para>
            </summary>
            <param name="beforeLink">
		An instance of the link before which a new link is inserted.

            </param>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> whose link is to be inserted.

            </param>
            <returns>An instance of the added link.
</returns>


        </member>
        <member name="E:DevExpress.XtraBars.BarLinkContainerItem.LinkAdded">
            <summary>
                <para>Fires immediately after a link has been added to the sub links collection.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.BarLinkContainerItem.LinkDeleted">
            <summary>
                <para>Fires immediately after a link has been removed from the sub links collection.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarLinkContainerItem.LinksPersistInfo">
            <summary>
                <para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> [To be supplied] </value>


        </member>
        <member name="M:DevExpress.XtraBars.BarLinkContainerItem.Merge(DevExpress.XtraBars.BarLinkContainerItem)">
            <summary>
                <para>Adds the subitems of the specified container item to the current container item.
</para>
            </summary>
            <param name="item">
		A container item whose subitems are added to the current container item. The types of the two container items should be identical. In addition, the container items must belong to different BarManagers. 

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarLinkContainerItem.RemoveLink(DevExpress.XtraBars.BarItemLink)">
            <summary>
                <para>Removes the first occurrence of a specific link from the <see cref="T:DevExpress.XtraBars.BarLinkContainerItem"/>.
</para>
            </summary>
            <param name="itemLink">
		The link to remove from the <see cref="T:DevExpress.XtraBars.BarLinkContainerItem"/>.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarLinkContainerItem.Reset">
            <summary>
                <para>Returns the <see cref="T:DevExpress.XtraBars.BarLinkContainerItem"/> to its precompiled state.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarLinkContainerItem.SetCurrentStateAsDefault">
            <summary>
                <para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarLinkContainerItem.UnMerge">
            <summary>
                <para>Restores the original layout of subitems for the container item after a previous merge operation. 
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.BarItems">

            <summary>
                <para>Represents a collection of existing items for a specific <see cref="T:DevExpress.XtraBars.BarManager"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarItems.Add(DevExpress.XtraBars.BarItem)">
            <summary>
                <para>Adds the specified item to the end of the collection.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant representing the item to be added.

            </param>
            <returns>A zero-based integer value representing the index of the item added.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItems.AddRange(DevExpress.XtraBars.BarItem[])">
            <summary>
                <para>Adds an array of bar items to the end of the <see cref="T:DevExpress.XtraBars.BarItems"/> collection.

</para>
            </summary>
            <param name="items">
		An array of bar items which should be added to the <see cref="T:DevExpress.XtraBars.BarItems"/>.

            </param>


        </member>
        <member name="E:DevExpress.XtraBars.BarItems.CollectionChanged">
            <summary>
                <para>Fires when changes to the bar item collection are made.

</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarItems.Contains(DevExpress.XtraBars.BarItem)">
            <summary>
                <para>Indicates whether the collection contains the specified item.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant to locate in the collection.

            </param>
            <returns><b>true</b> if the collection contains the specified item; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItems.CreateButton(System.String)">
            <summary>
                <para>Creates a new <see cref="T:DevExpress.XtraBars.BarButtonItem"/> with the specified caption and adds it to the collection.
</para>
            </summary>
            <param name="caption">
		A <see cref="T:System.String"/> value that specifies the item's caption. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Caption"/> property.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarButtonItem"/> object that represents the created bar item.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItems.CreateCheckItem(System.String,System.Boolean)">
            <summary>
                <para>Creates a new <see cref="T:DevExpress.XtraBars.BarCheckItem"/> and adds it to the collection.
</para>
            </summary>
            <param name="caption">
		A <see cref="T:System.String"/> value that specifies the item's caption. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Caption"/> property.

            </param>
            <param name="check">
		<b>true</b> if the item is checked; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarCheckItem.Checked"/> property.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarCheckItem"/> object that represents the created bar item.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItems.CreateMenu(System.String,DevExpress.XtraBars.BarItem[])">
            <summary>
                <para>Creates a new <see cref="T:DevExpress.XtraBars.BarSubItem"/> and adds it to the collection.
</para>
            </summary>
            <param name="caption">
		A <see cref="T:System.String"/> value that specifies the item's caption. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Caption"/> property.

            </param>
            <param name="items">
		An array of <see cref="T:DevExpress.XtraBars.BarItem"/> objects (or descendants) that represents the collection of sub items.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarSubItem"/> object that represents the created bar item.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItems.CreatePopupMenu(DevExpress.XtraBars.BarItem[])">
            <summary>
                <para>Creates a new <see cref="T:DevExpress.XtraBars.PopupMenu"/> with the specified manager.
</para>
            </summary>
            <param name="items">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object which will manage the created popup menu.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.PopupMenu"/> object that represents the created popup menu.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItems.CreateSplitButton(System.String,DevExpress.XtraBars.PopupMenu)">
            <summary>
                <para>Creates a new split button and adds it to the collection.
</para>
            </summary>
            <param name="caption">
		A <see cref="T:System.String"/> value that specifies the item's caption. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Caption"/> property.

            </param>
            <param name="menu">
		A <see cref="T:DevExpress.XtraBars.PopupMenu"/> object that represents the button's drop down control. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarButtonItem.DropDownControl"/> property.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarButtonItem"/> object that represents the created bar item.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItems.FindById(System.Int32)">
            <summary>
                <para>Returns an item, identified by its unique identifier.
</para>
            </summary>
            <param name="itemId">
		A zero-based integer specifying the item's unique identifier.

            </param>
            <returns>A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant with the specified unique identifier.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItems.IndexOf(DevExpress.XtraBars.BarItem)">
            <summary>
                <para>Returns the specified item's position within the collection.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant to locate in the collection.

            </param>
            <returns>A zero-based integer representing the item's position within the collection. <b>-1</b> if the collection does not contain the specified item.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItems.Insert(System.Int32,System.Object)">
            <summary>
                <para>Inserts a specifc <b>Object</b> into the <see cref="T:DevExpress.XtraBars.BarItems"/> collection at the specified location.
</para>
            </summary>
            <param name="index">
		The zero-based index at which an <b>item</b> is inserted.

            </param>
            <param name="item">
		The <b>Object</b> to insert in the <see cref="T:DevExpress.XtraBars.BarItems"/>.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.BarItems.Item(System.Int32)">
            <summary>
                <para>Gets a <see cref="T:DevExpress.XtraBars.BarItem"/> class instance at a specified index.
</para>
            </summary>
            <param name="index">
		The zero-based index of the <see cref="T:DevExpress.XtraBars.BarItem"/> class instance to get.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.BarItem"/> class instance at the specified index.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItems.Item(System.String)">
            <summary>
                <para>Gets an individual bar items by its name.
</para>
            </summary>
            <param name="name">
		A string value that represents the name of the item to be obtained. This value is compared to the <see cref="P:DevExpress.XtraBars.BarItem.Name"/> property of items when searching.

            </param>
            <value>A <see cref="T:DevExpress.XtraBars.BarItem"/> object representing the bar item located at the specified position within the collection. <b>null</b> (<b>Nothing</b> in Visual Basic) if the specified item has not been found.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarItems.Remove(DevExpress.XtraBars.BarItem)">
            <summary>
                <para>Removes an item from the collection.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant representing the item to remove.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarItems.RemoveAt(System.Int32)">
            <summary>
                <para>Removes the <see cref="T:DevExpress.XtraBars.BarItems"/> item at the specified position.
</para>
            </summary>
            <param name="index">
		The zero-based index of the item to remove. 

            </param>


        </member>
        <member name="T:DevExpress.XtraBars.BarItemLink">

            <summary>
                <para>Specifies a bar element.

</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.Accelerator">
            <summary>
                <para>Gets the hotkey combination for the current <see cref="T:DevExpress.XtraBars.BarItemLink"/>.
</para>
            </summary>
            <value>The hotkey combination.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.ActAsButtonGroup">
            <summary>
                <para>Gets or sets whether the bar item link is arranged in the same manner as a <see cref="T:DevExpress.XtraBars.BarButtonGroup"/> object. This property is only in effect within a <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/>.
</para>
            </summary>
            <value><b>true</b> if the bar item link is arranged using the Button Group Layout; <b>false</b>, if the bar item link is arranged using the regular layout.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.Alignment">
            <summary>
                <para>Gets the link's horizontal alignment.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLinkAlignment"/> enumeration value that specifies the link's horizontal alignment.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLink.AssignKeyTip(DevExpress.XtraBars.BarItemLink)">
            <summary>
                <para>Copies the value of the <see cref="P:DevExpress.XtraBars.BarItemLink.KeyTip"/> property from the specified object to the current object.
</para>
            </summary>
            <param name="link">
		A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object whose <see cref="P:DevExpress.XtraBars.BarItemLink.KeyTip"/> property's value is copied to the current object.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.Bar">
            <summary>
                <para>Returns a <see cref="T:DevExpress.XtraBars.Bar"/> to which the current item link belongs.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.Bar"/> containing the current item link.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.BeginGroup">
            <summary>
                <para>Determines whether the current item link starts a group.
</para>
            </summary>
            <value><b>true</b>, if the current item link starts a group, otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.Bounds">
            <summary>
                <para>Gets the bounds of the current link.

</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Rectangle"/> structure that specifies the link's boundaries.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.CanDrag">
            <summary>
                <para>Indicates whether the current <see cref="T:DevExpress.XtraBars.BarItemLink"/> can be dragged during customization.
</para>
            </summary>
            <value><b>true</b>, if the current <see cref="T:DevExpress.XtraBars.BarItemLink"/> can be dragged during customization, otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.CanPress">
            <summary>
                <para>Gets a value indicating whether the current item link can be pressed.
</para>
            </summary>
            <value><b>true</b>, if the current item link can be pressed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.CanResize">
            <summary>
                <para>Gets or sets whether the link can be resized.
</para>
            </summary>
            <value>Always <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.CanSelectInCustomization">
            <summary>
                <para>Indicates whether the current item link can be selected when customization is performed.
</para>
            </summary>
            <value><b>true</b>. if the current item link can be selected when customization is performed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.CanShowSuperTip">
            <summary>
                <para>Gets whether the bar item link's super tip can be displayed.
</para>
            </summary>
            <value>Always <b>true</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.CanVisible">
            <summary>
                <para>Gets a value indicating whether the link can be visible.
</para>
            </summary>
            <value><b>true</b> if the link can be visible; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.Caption">
            <summary>
                <para>A string containing the item's caption.
</para>
            </summary>
            <value>The item's caption.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.ClickCount">
            <summary>
                <para>Gets or sets the number of times the current <see cref="T:DevExpress.XtraBars.BarItemLink"/> has been clicked.
</para>
            </summary>
            <value>The number of times  the current <see cref="T:DevExpress.XtraBars.BarItemLink"/> has been clicked.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLink.ContainsSubItemLink(DevExpress.XtraBars.BarItemLink)">
            <summary>
                <para>Indicates whether the <see cref="T:DevExpress.XtraBars.BarItemLink"/> contains a specific <see cref="T:DevExpress.XtraBars.BarItemLink"/>.
</para>
            </summary>
            <param name="link">
		A <see cref="T:DevExpress.XtraBars.BarItemLink"/> class instance to check.

            </param>
            <returns><b>true</b>, if the <see cref="T:DevExpress.XtraBars.BarItemLink"/> contains a specific <see cref="T:DevExpress.XtraBars.BarItemLink"/>; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.Data">
            <summary>
                <para>Contains data associated with the current item link.
</para>
            </summary>
            <value>An <b>Object</b> representing data associated with the current item link.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.DisplayCaption">
            <summary>
                <para>Gets the display caption of the current <see cref="T:DevExpress.XtraBars.BarItemLink"/>.
</para>
            </summary>
            <value>The current <see cref="T:DevExpress.XtraBars.BarItemLink"/> caption.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.DisplayHint">
            <summary>
                <para>Gets a value actually displayed as a hint for the current <see cref="T:DevExpress.XtraBars.BarItemLink"/>.
</para>
            </summary>
            <value>The actulal hint for the current item link.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLink.Dispose">
            <summary>
                <para>Releases all resources used by the <see cref="T:DevExpress.XtraBars.BarItemLink"/>.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.Enabled">
            <summary>
                <para>Indicates whether the item to which the current link corresponds is enabled.
</para>
            </summary>
            <value><b>true</b>, if the item to which the current link corresponds is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLink.Focus">
            <summary>
                <para>Moves focus to the link.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.Font">
            <summary>
                <para>Gets the font to display the current item link.
</para>
            </summary>
            <value>The item link font.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.GalleryBarItemName">
            <summary>
                <para>Gets the name of a <see cref="T:DevExpress.XtraBars.RibbonGalleryBarItem"/> object that is associated with the current link,
</para>
            </summary>
            <value>A string that specifies the name of a corresponding <see cref="T:DevExpress.XtraBars.RibbonGalleryBarItem"/> object. An empty string if the link is not associated with any RibbonGalleryBarItem object.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.GalleryLinkIndex">
            <summary>
                <para>For a link representing a <see cref="T:DevExpress.XtraBars.RibbonGalleryBarItem"/> object within the Ribbon Quick Access Toolbar, this property returns the index of the link within the Ribbon Page Group's link collection.
</para>
            </summary>
            <value>An integer value representing the link's index in the Ribbon Page Group's link collection.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLink.GetActAsButtonGroupDefault">
            <summary>
                <para>Gets the default value for the <see cref="P:DevExpress.XtraBars.BarItemLink.ActAsButtonGroup"/> property.
</para>
            </summary>
            <returns><b>false</b>
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLink.GetBeginGroup">
            <summary>
                <para>Returns if a bar item link starts a group.

</para>
            </summary>
            <returns>A Boolean value that specifies whether a bar item link actually starts a group.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLink.GetLinkHorzIndent">
            <summary>
                <para>Returns the size of the horizontal indent between the content and the borders of a bar link.
</para>
            </summary>
            <returns>An integer value specifying the number of pixels between the content and the borders of the bar link.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLink.GetLinkVertIndent">
            <summary>
                <para>Returns the size of the vertical indent between the content and the borders of a bar link.

</para>
            </summary>
            <returns>An integer value specifying the number of pixels between the content and the borders of the bar link.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLink.GetSuperTip">
            <summary>
                <para>Gets a SuperToolTip object for the current BarItemLink.
</para>
            </summary>
            <returns>A <see cref="T:DevExpress.Utils.SuperToolTip"/> object for the current BarItemLink.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.Glyph">
            <summary>
                <para>Gets the bar item link's image.
</para>
            </summary>
            <value>An <see cref="T:System.Drawing.Image"/> object representing the image displayed within the link.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLink.HideHint">
            <summary>
                <para>Hides the hint.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.ImageIndex">
            <summary>
                <para>Gets or sets the index of an image used by the item link.
</para>
            </summary>
            <value>The index of the item's image.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLink.Invalidate">
            <summary>
                <para>Redraws the current <see cref="T:DevExpress.XtraBars.BarItemLink"/>.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.IsDefaultActAsButtonGroup">
            <summary>
                <para>Gets whether the <see cref="P:DevExpress.XtraBars.BarItemLink.ActAsButtonGroup"/> property is set to its default value.
</para>
            </summary>
            <value><b>true</b> if  the <see cref="P:DevExpress.XtraBars.BarItemLink.ActAsButtonGroup"/> property is set to its default value; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.IsGalleryToolbarItemLink">
            <summary>
                <para>Gets whether the link represents a gallery within the Ribbon Quick Access Toolbar.
</para>
            </summary>
            <value><b>true</b> if the link represents a gallery within the Ribbon Quick Access Toolbar; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.IsImageExist">
            <summary>
                <para>Indicates whether an image associated with the current item link actually exists.
</para>
            </summary>
            <value><b>true</b>, if an image associated with the current item link exists; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.IsLargeImageExist">
            <summary>
                <para>Gets whether a large image that is associated with the link's item actually exists.
</para>
            </summary>
            <value><b>true</b> if the large image which is associated with the link's item actually exists; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.IsLinkInMenu">
            <summary>
                <para>Indicates whether the current <see cref="T:DevExpress.XtraBars.BarItemLink"/> is located within the opened menu.
</para>
            </summary>
            <value><b>true</b>, if the current <see cref="T:DevExpress.XtraBars.BarItemLink"/> is located within the opened menu, otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.IsPageGroupContentToolbarButtonLink">
            <summary>
                <para>Gets whether the link represents a Ribbon page group within the Ribbon Quick Access Toolbar.
</para>
            </summary>
            <value><b>true</b> if the link represents a Ribbon page group within the Ribbon Quick Access Toolbar; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.IsVertical">
            <summary>
                <para>Gets a value indicating whether link's owning bar is oriented vertically.
</para>
            </summary>
            <value><b>true</b> if the bar that owns this link is oriented vertically; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.Item">
            <summary>
                <para>Returns a <see cref="T:DevExpress.XtraBars.BarItem"/> to which the current item link corresponds.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItem"/> to which the current item link corresponds.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.ItemId">
            <summary>
                <para>Obtains the <see cref="P:DevExpress.XtraBars.BarItem.Id"/> property value of the item corresponding to the current link.
</para>
            </summary>
            <value>The <see cref="P:DevExpress.XtraBars.BarItem.Id"/> property value of the item corresponding to the current link.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.ItemShortcut">
            <summary>
                <para>Gets the key combination used to access this link.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarShortcut"/> object that specifies the key combination used to access this link.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.KeyTip">
            <summary>
                <para>Gets or sets the <b>Key Tip</b> for a bar item link.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the Key Tip associated with the bar item link.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.LargeGlyph">
            <summary>
                <para>Gets the bar item link's large image.
</para>
            </summary>
            <value>An <see cref="T:System.Drawing.Image"/> object representing the large image associated with the link.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.LinkedObject">
            <summary>
                <para>For internal use only.

</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLink.LinkPointToScreen(System.Drawing.Point)">
            <summary>
                <para>Converts the coordinates of a specific <b>Point</b> that belongs to the current link into screen coordinates.
</para>
            </summary>
            <param name="p">
		A <b>Point</b> belonging to the current link.

            </param>
            <returns>A <b>Point</b> with screen coordinates.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.Links">
            <summary>
                <para>Gets the link collection that owns the current link.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLinkReadOnlyCollection"/> object, representing the link collection that owns the current link.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.Manager">
            <summary>
                <para>Specifies the <see cref="T:DevExpress.XtraBars.BarManager"/> managing the current item link. 
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarManager"/> managing the current item link.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.MinWidth">
            <summary>
                <para>Returns the minimum width of the current <see cref="T:DevExpress.XtraBars.BarItemLink"/>.
</para>
            </summary>
            <value>The return value is 0.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.MostRecentlyUsed">
            <summary>
                <para>Determines whether the current item link is among  the most recently used items.
</para>
            </summary>
            <value><b>true</b>, if the current item link is among the mosty recently used items; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.OwnerItem">
            <summary>
                <para>Gets a link's owner item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant representing an item that owns the link. <b>null</b> (<b>Nothing</b> in Visual Basic) if the link doesn't belong to any item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.PageGroupName">
            <summary>
                <para>Gets the name of a Ribbon page group associated with the current link.
</para>
            </summary>
            <value>A string that specifies the name of the associated Ribbon page group
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.PaintStyle">
            <summary>
                <para>Gets the style to display the <see cref="T:DevExpress.XtraBars.BarItem"/> to which the current <see cref="T:DevExpress.XtraBars.BarItemLink"/> corresponds.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemPaintStyle"/> enumerator value specifying the style to display the <see cref="T:DevExpress.XtraBars.BarItem"/> to which the current <see cref="T:DevExpress.XtraBars.BarItemLink"/> corresponds.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.RecentIndex">
            <summary>
                <para>Specifies the index of the current item link among the list of the most recently used item links.
</para>
            </summary>
            <value>The current item link's index among the most recently used item links.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLink.Refresh">
            <summary>
                <para>Redraws the current link.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLink.Reset">
            <summary>
                <para>Disables all link options defined by a user.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.ScreenBounds">
            <summary>
                <para>Gets the bounds of the current link, its position is in screen coordinates.

</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Rectangle"/> structure that specifies the link's boundaries, in screen coordinates.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLink.ScreenToLinkPoint(System.Drawing.Point)">
            <summary>
                <para>Converts the coordinates of a specific screen <b>Point</b> into the coordinates of the current item link.
</para>
            </summary>
            <param name="p">
		A <b>Point</b> with screen coordinates.

            </param>
            <returns>A <b>Point</b> belonging to the current link.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.ShortCutDisplayText">
            <summary>
                <para>Returns the string representation of the shortcut assigned to this link.
</para>
            </summary>
            <value>The textual representation of the link's shortcut.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarItemLink.ShowHint">
            <summary>
                <para>Moves the mouse pointer to the current link and shows the hint for the bar item which the link corresponds to.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.UserCaption">
            <summary>
                <para>Gets or sets the link's caption defined by a user.
</para>
            </summary>
            <value>A string value specifying the link's caption defined by a user.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.UserDefine">
            <summary>
                <para>Gets or sets link options that specify which link settings are determined by a user.
</para>
            </summary>
            <value>A bitwise combination of <see cref="T:DevExpress.XtraBars.BarLinkUserDefines"/> enumeration members that represent link options.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.UserGlyph">
            <summary>
                <para>Gets or sets the link's glyph defined by a user.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Bitmap"/> object representing a user-defined glyph.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.UserPaintStyle">
            <summary>
                <para>Gets or sets the link's paint style defined by a user.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemPaintStyle"/> enumerator value specifying the link's paint style defined by a user.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.UserWidth">
            <summary>
                <para>Gets or sets the link's width defined by a user. 
</para>
            </summary>
            <value>An integer value specifying the link's width in pixels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.Visible">
            <summary>
                <para>Determines whether the current item link is visible at runtime.
</para>
            </summary>
            <value><b>true</b>, if the current item link is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItemLink.Width">
            <summary>
                <para>Specifies the current item link's width.
</para>
            </summary>
            <value>The current item link's width.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarItem">

            <summary>
                <para>Provides the functionality of bar elements.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.BarItem.AccessibleDescription">
            <summary>
                <para>Gets or sets the description of the bar item used by accessibility client applications.
</para>
            </summary>
            <value>A string which specifies the bar item's description used by accessibility client applications.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.AccessibleName">
            <summary>
                <para>Gets or sets the bar item's name which is used by accessibility client applications.
</para>
            </summary>
            <value>A string which specifies the name of the bar item used by accessibility client applications.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Alignment">
            <summary>
                <para>Gets or sets the horizontal alignment of the item's link(s).
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLinkAlignment"/> enumeration value that specifies the horizontal alignment of the item's link(s).
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Appearance">
            <summary>
                <para>Provides access to the appearance settings for the current bar item, applied when the bar item is in the regular state.
</para>
            </summary>
            <value>A BarItemAppearance object that contains the appearance settings for the current bar item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.AppearanceDisabled">
            <summary>
                <para>Provides access to the appearance settings for the current bar item, applied when the bar item is disabled.
This property is supported for bar items used within a <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/>.
</para>
            </summary>
            <value>A BarItemAppearance object that contains the appearance settings for the current bar item.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarItem.BeginUpdate">
            <summary>
                <para>Prevents item painting until the <see cref="M:DevExpress.XtraBars.BarItem.EndUpdate"/> method is called.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Border">
            <summary>
                <para>Gets or sets the border style for links that refer to the current item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value specifying a bound link's border style.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.BorderStyle">
            <summary>
                <para>Specifies the border style for the current <see cref="T:DevExpress.XtraBars.BarItem"/>.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemBorderStyle"/> enumerator value specifying the border style of the current <see cref="T:DevExpress.XtraBars.BarItem"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Caption">
            <summary>
                <para>A string containing the item's caption.
</para>
            </summary>
            <value>A string that specifies the item's caption.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Category">
            <summary>
                <para>Gets or sets a category where the bar item is displayed.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarManagerCategory"/> object representing a category where the item is displayed. <b>null</b> (<b>Nothing</b> in Visual Basic) if the item has no owning BarManager.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.CategoryGuid">
            <summary>
                <para>Gets or sets a globally unique identifier (GUID) that identifies the category where the item is displayed.
</para>
            </summary>
            <value>A <see cref="T:System.Guid"/> object representing the category's globally unique identifier (GUID).
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.CategoryIndex">
            <summary>
                <para>Gets or sets the index of the category to which the current item belongs.
</para>
            </summary>
            <value>The category index of the current item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.CausesValidation">
            <summary>
                <para>Gets or sets whether data validation is performed on the currently focused control when clicking on the bar item.
</para>
            </summary>
            <value><b>true</b> if data validation is performed on the currently focused control when clicking on the bar item; otherwise, <b>false</b>
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarItem.ContainsItem(DevExpress.XtraBars.BarItem)">
            <summary>
                <para>Indicates whether the item contains the item specified.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant representing an item to locate.

            </param>
            <returns><b>true</b> if the item contains the item specified; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Description">
            <summary>
                <para>Specifies the bar item's description.
</para>
            </summary>
            <value>A string that specifies the bar item's description.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.DropDownSuperTip">
            <summary>
                <para>Gets or sets a <see cref="T:DevExpress.Utils.SuperToolTip"/> object that is displayed when the current item displays a separate dropdown arrow and this arrow is hot-tracked.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.SuperToolTip"/> object that specifies a tooltip for a separate dropdown button.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Enabled">
            <summary>
                <para>Determines whether the current <see cref="T:DevExpress.XtraBars.BarItem"/> is active.
</para>
            </summary>
            <value><b>true</b>, if the current <see cref="T:DevExpress.XtraBars.BarItem"/> is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarItem.EndUpdate">
            <summary>
                <para>Enables item painting.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Font">
            <summary>
                <para>Gets the font to display links of the current item.
</para>
            </summary>
            <value>The item's link font.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Glyph">
            <summary>
                <para>Gets or sets the item's image.
</para>
            </summary>
            <value>An <see cref="T:System.Drawing.Image"/> object that is the image that will be displayed within the item's link(s).

</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.GlyphDisabled">
            <summary>
                <para>Gets or sets the image corresponding to the item's disabled state.
</para>
            </summary>
            <value>An <see cref="T:System.Drawing.Image"/> object representing the image that will be displayed within the disabled item's link(s).
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Height">
            <summary>
                <para>When overridden in a derived class, this property specifies the current item height.
</para>
            </summary>
            <value>Item height.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Hint">
            <summary>
                <para>Specifies the bar item's regular hint.
</para>
            </summary>
            <value>A string that specifies the bar item's regular hint.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Id">
            <summary>
                <para>Uniquely identifies the current <see cref="T:DevExpress.XtraBars.BarItem"/>.
</para>
            </summary>
            <value>The current <see cref="T:DevExpress.XtraBars.BarItem"/>'s unique identifier.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.ImageIndex">
            <summary>
                <para>Gets or sets the index of a small image assigned to the item.

</para>
            </summary>
            <value>The index of an image in the collection of small images.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.ImageIndexDisabled">
            <summary>
                <para>Gets or sets the index of the image displayed within corresponding links when they are disabled.
</para>
            </summary>
            <value>An integer value specifying the image by its zero-based index within the source collection. <b>-1</b> implies that the image is not set.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Images">
            <summary>
                <para>Gets the object which contains images that can be displayed within the current item.
</para>
            </summary>
            <value>A <see cref="T:System.Object"/> which provides images for bar items.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.IsImageExist">
            <summary>
                <para>Gets whether an image which is associated with the bar item actually exists.
</para>
            </summary>
            <value><b>true</b> if the image which is associated with the bar item actually exists; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.IsLargeImageExist">
            <summary>
                <para>Gets whether a large image which is associated with the bar item actually exists.
</para>
            </summary>
            <value><b>true</b> if the large image which is associated with the bar item actually exists; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarItem.ItemClick">
            <summary>
                <para>Occurs when the current item is clicked.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.ItemClickFireMode">
            <summary>
                <para>Gets or sets when the Click events for the bar item fire, immediately or asynchronously, after all events in the system event queue are processed.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemEventFireMode"/> value that specifies the Click event firing mode.

</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarItem.ItemDoubleClick">
            <summary>
                <para>Fires when a link to an item is double-clicked.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.BarItem.ItemPress">
            <summary>
                <para>Fires immediately after a link associated with an item has been pressed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.ItemShortcut">
            <summary>
                <para>Gets or sets the shortcut used to access associated links using the keyboard.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarShortcut"/> object specifying the key combination used to access links associated with this item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.LargeGlyph">
            <summary>
                <para>Gets or sets the item's large image.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Image"/> object that represents the large image that will be displayed within the item's link(s). 

</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.LargeGlyphDisabled">
            <summary>
                <para>Gets or sets the large image that corresponds to the item's disabled state.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Image"/> object that represents the large image that will be displayed within the disabled item's link(s). 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.LargeImageIndex">
            <summary>
                <para>Gets or sets the index of the large image which is displayed within the item's link(s). 
</para>
            </summary>
            <value>An integer value that specifies the zero-based index of the large image within the source collection.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.LargeImageIndexDisabled">
            <summary>
                <para>Gets or sets the index of the large image which is displayed within the disabled item's link(s).
</para>
            </summary>
            <value>An integer value that specifies the zero-based index of the large image within the source collection.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.LargeImages">
            <summary>
                <para>Gets the source of large images
</para>
            </summary>
            <value>A <see cref="T:System.Object"/> which provides large images for bar button items.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.LargeWidth">
            <summary>
                <para>Gets or sets the width of links corresponding to the current item, when they are painted using the <see cref="F:DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large"/> paint style. This property is in effect for bar item links displayed within the RibbonControl and RibbonStatusBar controls. 
</para>
            </summary>
            <value>An integer value that specifies the width of links corresponding to the current item, when they are painted using the <see cref="F:DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large"/> paint style.
 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Links">
            <summary>
                <para>Gets the collection of links to the item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLinkCollection"/> object representing the item's link collection.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Manager">
            <summary>
                <para>Specifies the <see cref="T:DevExpress.XtraBars.BarManager"/> responsible for managing the current item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarManager"/> responsible for managing the current item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.MergeOrder">
            <summary>
                <para>Defines the visual position of the bar item after merging bars on a parent MDI form.
</para>
            </summary>
            <value>An ordinal number determining the position of the bar item after merging bars on a parent MDI form.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.MergeType">
            <summary>
                <para>Gets or sets how the item behaves during merge operations in MDI applications.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarMenuMerge"/> value specifying how the bar item behaves during merge operations.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Name">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.XtraBars.BarItem"/>'s name.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraBars.BarItem"/>'s name. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.OwnFont">
            <summary>
                <para>Specifies the font used to display the captions of links corresponding to this item.

</para>
            </summary>
            <value>A <b>System.Drawing.Font</b> object that specifies the font used to display the captions of associated links.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.PaintStyle">
            <summary>
                <para>Specifies the style with which to display a specific <see cref="T:DevExpress.XtraBars.BarItem"/> within a bar.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemPaintStyle"/> enumerator value specifying the item style.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarItem.PerformClick(DevExpress.XtraBars.BarItemLink)">
            <summary>
                <para>Fires the <b>ItemClick</b> events for the current bar item and its link.
</para>
            </summary>
            <param name="link">
		A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object which represents one of the the item's links.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarItem.PerformClick">
            <summary>
                <para>Fires the <b>ItemClick</b> events for the current bar item.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarItem.Refresh">
            <summary>
                <para>Forces the controls that contain the bar item's links to invalidate their client area.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarItem.Reset">
            <summary>
                <para>Resets the current <see cref="T:DevExpress.XtraBars.BarItem"/> to the original state.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarItem.ResetDropDownSuperTip">
            <summary>
                <para>Clears the SuperTip that has been assigned to the <see cref="P:DevExpress.XtraBars.BarItem.DropDownSuperTip"/> property.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarItem.ResetSuperTip">
            <summary>
                <para>Removes the <see cref="T:DevExpress.Utils.SuperToolTip"/> object that has been assigned to the current bar item.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.RibbonStyle">
            <summary>
                <para>Gets or sets the options that specify the bar item's possible states within a Ribbon Control.
</para>
            </summary>
            <value>A set of <see cref="T:DevExpress.XtraBars.Ribbon.RibbonItemStyles"/> flags that specify the bar item's possible states within a ribbon control.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.ShortCut">
            <summary>
                <para>Specifies the shortcut key combination for the current item.
</para>
            </summary>
            <value>A <b>Shortcut</b> enumerator value, specifying the shortcut key combination for the current item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.ShortcutKeyDisplayString">
            <summary>
                <para>Gets or sets a custom display string for the shortcut assigned to the item via the <see cref="P:DevExpress.XtraBars.BarItem.ItemShortcut"/> property.
</para>
            </summary>
            <value>A string that specifies a custom display string for the item's shortcut.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.ShowInCustomizationForm">
            <summary>
                <para>Gets or sets whether the bar item is visible at runtime in the Customization Window.
</para>
            </summary>
            <value><b>true</b> if the bar item is visible at runtime in the Customization Window; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.SmallWithoutTextWidth">
            <summary>
                <para>Gets or sets the width of links corresponding to the current item, when they are painted using the <see cref="F:DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText"/> paint style. This property is in effect for bar item links displayed within the RibbonControl and RibbonStatusBar controls.
</para>
            </summary>
            <value>An integer value that specifies the width of links corresponding to the current item, when they are painted using the <see cref="F:DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText"/> paint style.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.SmallWithTextWidth">
            <summary>
                <para>Gets or sets the width of links corresponding to the current item, when they are painted using the <see cref="F:DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText"/> paint style. This property is in effect for bar item links displayed within the RibbonControl and RibbonStatusBar controls.
</para>
            </summary>
            <value>An integer value that specifies the width of links corresponding to the current item, when they are painted using the <see cref="F:DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText"/> paint style.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.SuperTip">
            <summary>
                <para>Gets or sets a <see cref="T:DevExpress.Utils.SuperToolTip"/> for the current bar item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.SuperToolTip"/> object associated with the item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Tag">
            <summary>
                <para>Gets or sets an object that contains data on the current item.
</para>
            </summary>
            <value>An <b>Object</b> that contains data on the current item. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.UseOwnFont">
            <summary>
                <para>Gets or sets whether the item's links are painted using the item's own font (<b>Appearance.Font</b>).

</para>
            </summary>
            <value><b>true</b> if  the item's links are painted using the item's own font; otherwise <b>false</b>.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Visibility">
            <summary>
                <para>Specifies when a specific item is visible.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemVisibility"/> enumerator value defining the visibility of a specific item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.VisibleWhenVertical">
            <summary>
                <para>Determines whether an item is visible when the bar is vertically oriented .
</para>
            </summary>
            <value><b>true</b>, if an item is visible within a vertical bar; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarItem.Width">
            <summary>
                <para>When overridden in a derived class, this property specifies the current item width.
</para>
            </summary>
            <value>Item width.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarEditItemLink">

            <summary>
                <para>Represents the <see cref="T:DevExpress.XtraBars.BarEditItem"/> within a bar or a menu.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.BarEditItemLink.ActiveEditor">
            <summary>
                <para>Returns the currently active editor.
</para>
            </summary>
            <value>A <b>BaseEdit</b> object representing the currently active editor.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarEditItemLink.CancelEditor">
            <summary>
                <para>Closes the item link editor without saving changes to the item editor.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItemLink.CanOpenEdit">
            <summary>
                <para>Gets a value indicating whether an editor can be activated for this link.
</para>
            </summary>
            <value><b>true</b> if the editor specified by the corresponding item can be activated in this link; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItemLink.CanResize">
            <summary>
                <para>Gets or sets whether the link that corresponds to a bar edit item can be resized.
</para>
            </summary>
            <value><b>true</b> if the link that corresponds to a bar edit item can be resized; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItemLink.CaptionAlignment">
            <summary>
                <para>Gets or sets the alignment of the link's caption relative to the edit box.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> value that specifies the caption's alignment.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarEditItemLink.CloseEditor">
            <summary>
                <para>Hides the active editor saving any changes made.
</para>
            </summary>
            <returns><b>true</b> if the link's editor has been closed; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItemLink.Edit">
            <summary>
                <para>Gets the editor associated with a <see cref="T:DevExpress.XtraBars.BarEditItem"/>.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant providing information on the editor type and its edit settings.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItemLink.EditorActive">
            <summary>
                <para>Indicates that the current link's editor is active.
</para>
            </summary>
            <value><b>true</b>, if the current link's editor is active, otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItemLink.EditValue">
            <summary>
                <para>Specifies the edited value in the <see cref="T:DevExpress.XtraBars.BarEditItem"/> referenced by the current link.
</para>
            </summary>
            <value>An <b>Object</b> expression that represents the edited value.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarEditItemLink.Focus">
            <summary>
                <para>Activates and moves focus to the editor associated with the link.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarEditItemLink.HideEditor">
            <summary>
                <para>Closes the editor of an item link without saving changes. 
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItemLink.Item">
            <summary>
                <para>Returns a <see cref="T:DevExpress.XtraBars.BarEditItem"/> to which the current item link corresponds.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarEditItem"/> to which the current item link corresponds.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItemLink.MinWidth">
            <summary>
                <para>Gets the minimum width of the current item link.
</para>
            </summary>
            <value>The current item link's width, in pixels. 
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarEditItemLink.PostEditor">
            <summary>
                <para>Saves changes made by the item link editor.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarEditItemLink.ShowEditor">
            <summary>
                <para>Activates this link's editor.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItemLink.Width">
            <summary>
                <para>Specifies the width of the current item link editor.
</para>
            </summary>
            <value>The width of the current item link editor.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarEditItem">

            <summary>
                <para>Represents a bar item containing an editor from the <b>XtraEditors</b> library.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarEditItem.#ctor">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.BarEditItem"/> class instance.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarEditItem.#ctor(DevExpress.XtraBars.BarManager)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BarEditItem"/> class with the specified BarManager.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object representing the BarManager responsible for managing the current item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Manager"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarEditItem.#ctor(DevExpress.XtraBars.BarManager,DevExpress.XtraEditors.Repository.RepositoryItem)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.BarEditItem"/> class with the specified BarManager and editor.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object representing the BarManager responsible for managing the current item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Manager"/> property.

            </param>
            <param name="edit">
		A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant representing the editor associated with the item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarEditItem.Edit"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItem.AutoFillWidth">
            <summary>
                <para>Gets or sets a value specifying whether links corresponding to this item are automatically increased to fill the owning bar row entirely.
</para>
            </summary>
            <value><b>true</b> if the links corresponding to this item are automatically enlarged to fill the width of the owning bar row; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItem.AutoHideEdit">
            <summary>
                <para>Gets or sets whether editors should automatically lose focus when a value is being selected from their dropdown lists.
</para>
            </summary>
            <value><b>true</b> if editors should automatically lose focus when selecting a value from their dropdown lists; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItem.CanOpenEdit">
            <summary>
                <para>Determines whether the editor of the current <see cref="T:DevExpress.XtraBars.BarEditItem"/> can be activated.
</para>
            </summary>
            <value><b>true</b>, if an editor can be activated; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItem.CaptionAlignment">
            <summary>
                <para>Gets or sets the alignment of the item's caption relative to the edit box.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> value that specifies the caption's alignment.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItem.Edit">
            <summary>
                <para>Specifies an editor associated with the current <see cref="T:DevExpress.XtraBars.BarEditItem"/>.
</para>
            </summary>
            <value>A <b>RepositoryItem</b> representing a specific item editor.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItem.EditHeight">
            <summary>
                <para>Specifies the current editor's height.
</para>
            </summary>
            <value>The editor's height.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItem.EditorShowMode">
            <summary>
                <para>Gets or sets a value which specifies how an item's editor is activated.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.EditorShowMode"/> enumeration value which specifies how an item's editor is activated.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItem.EditValue">
            <summary>
                <para>Specifies the edited value in the current editor.
</para>
            </summary>
            <value>An <b>Object</b> expression that represents the edited value.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarEditItem.EditValueChanged">
            <summary>
                <para>Occurs when an editor value changes.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.BarEditItem.HiddenEditor">
            <summary>
                <para>Occurs when an editor is closed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItem.IEBehavior">
            <summary>
                <para>Gets or sets a value specifying whether links can be highlighted when this item's editor is active.
</para>
            </summary>
            <value><b>true</b> if links can be highlighted when this item's editor is active; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItem.LargeWidth">
            <summary>
                <para>This member is not supported by the BarEditItem object.
</para>
            </summary>
            <value>An integer value.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarEditItem.ShowingEditor">
            <summary>
                <para>Occurs before activating an editor.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.BarEditItem.ShownEditor">
            <summary>
                <para>Occurs after an editor has been activated.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItem.SmallWithoutTextWidth">
            <summary>
                <para>This member is not supported by the BarEditItem object.
</para>
            </summary>
            <value>An integer value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItem.SmallWithTextWidth">
            <summary>
                <para>This member is not supported by the BarEditItem object.
</para>
            </summary>
            <value>An integer value.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItem.VisibleWhenVertical">
            <summary>
                <para>Determines whether the current <see cref="T:DevExpress.XtraBars.BarEditItem"/> is visible, if a specific bar is vertically oriented.
</para>
            </summary>
            <value><b>true</b>, if the current <see cref="T:DevExpress.XtraBars.BarEditItem"/> is visible in a vertical bar, otherwise, <b>false</b>. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarEditItem.Width">
            <summary>
                <para>Determines the current editor width.
</para>
            </summary>
            <value>Editor width.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarCustomContainerItemLink">

            <summary>
                <para>Represents a bar element that can contain links to other items.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.BarCustomContainerItemLink.CanOpenMenu">
            <summary>
                <para>Indicates whether the current menu can be opened.
</para>
            </summary>
            <value><b>true</b>, if the current menu can be opened; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarCustomContainerItemLink.CloseMenu">
            <summary>
                <para>Closes the <see cref="T:DevExpress.XtraBars.BarCustomContainerItem"/> control submenu.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarCustomContainerItemLink.DisplayCaption">
            <summary>
                <para>Gets the display caption of the current <see cref="T:DevExpress.XtraBars.BarCustomContainerItemLink"/>.
</para>
            </summary>
            <value>The current <see cref="T:DevExpress.XtraBars.BarCustomContainerItemLink"/> caption.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarCustomContainerItemLink.Dispose">
            <summary>
                <para>Releases all resources used by the <see cref="T:DevExpress.XtraBars.BarCustomContainerItemLink"/>.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarCustomContainerItemLink.Item">
            <summary>
                <para>Gets the item to which this link corresponds.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarCustomContainerItem"/> object representing the item associated with this link.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarCustomContainerItemLink.Opened">
            <summary>
                <para>Gets or sets a value indicating whether the Dropdown control of an item  is visible.
</para>
            </summary>
            <value><b>true</b>, if the Dropdown control of an item is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarCustomContainerItemLink.OpenMenu">
            <summary>
                <para>Opens the <see cref="T:DevExpress.XtraBars.BarCustomContainerItem"/> control submenu.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarCustomContainerItemLink.VisibleLinks">
            <summary>
                <para>Provides access to the links owned by the corresponding container item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLinkReadOnlyCollection"/> object containing links owned by the corresponding container item. 
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarCustomContainerItem">

            <summary>
                <para>Provides the functionality for all container items.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraBars.BarCustomContainerItem.BackColor">
            <summary>
                <para>Gets or sets the background color of items contained within a <see cref="T:DevExpress.XtraBars.BarCustomContainerItem"/> descendant.
</para>
            </summary>
            <value>The background color of items contained within a <see cref="T:DevExpress.XtraBars.BarCustomContainerItem"/> descendant.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarCustomContainerItem.BackgroundImage">
            <summary>
                <para>Gets or sets the background image of items contained within a <see cref="T:DevExpress.XtraBars.BarCustomContainerItem"/> descendant.
</para>
            </summary>
            <value>The background image of items contained within a <see cref="T:DevExpress.XtraBars.BarCustomContainerItem"/> descendant.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarCustomContainerItem.CloseUp">
            <summary>
                <para>Occurs when an item submenu closes.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarCustomContainerItem.ContainsItem(DevExpress.XtraBars.BarItem)">
            <summary>
                <para>Returns whether the current container item owns the link which refers to the specified item.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> object representing the item to locate.

            </param>
            <returns><b>true</b> if the container item contains a link referring to the specified item; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="E:DevExpress.XtraBars.BarCustomContainerItem.GetItemData">
            <summary>
                <para>Occurs before an item submenu pops up.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarCustomContainerItem.ItemLinks">
            <summary>
                <para>Provides access to links owned by the container item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLinkCollection"/> object containing links owned by the container item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarCustomContainerItem.MenuAppearance">
            <summary>
                <para>Provides access to style settings for links owned by the current container item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.MenuAppearance"/> object providing style settings for links owned by the container item.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarCustomContainerItem.MenuBarWidth">
            <summary>
                <para>Gets or sets the width of the bar displayed to the left of the sub-menu.
</para>
            </summary>
            <value>An integer value specifying the width of the menu bar in pixels.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarCustomContainerItem.MenuCaption">
            <summary>
                <para>Gets or sets a caption displayed when the current object's items are represented as a popup menu.
</para>
            </summary>
            <value>A string that specifies the menu caption.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarCustomContainerItem.MenuDrawMode">
            <summary>
                <para>Gets or sets the menu's display mode.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.MenuDrawMode"/> value that specifies the menu's display mode.

</value>


        </member>
        <member name="E:DevExpress.XtraBars.BarCustomContainerItem.PaintMenuBar">
            <summary>
                <para>Enables you to paint the content of the bar displayed to the left of the sub-menu.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.BarCustomContainerItem.Popup">
            <summary>
                <para>Occurs when an item's submenu pops up.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarCustomContainerItem.ShowMenuCaption">
            <summary>
                <para>Gets or sets whether the menu header is visible when the current object's items are displayed as a popup menu.
</para>
            </summary>
            <value><b>true</b> if the menu header is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarButtonItemLink">

            <summary>
                <para>Represents a link to the <see cref="T:DevExpress.XtraBars.BarButtonItem"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarButtonItemLink.AssignKeyTip(DevExpress.XtraBars.BarItemLink)">
            <summary>
                <para>Copies the values of the <see cref="P:DevExpress.XtraBars.BarItemLink.KeyTip"/> and <see cref="P:DevExpress.XtraBars.BarButtonItemLink.DropDownKeyTip"/> properties from the specified object to the current object.
</para>
            </summary>
            <param name="link">
		A <see cref="T:DevExpress.XtraBars.BarItemLink"/> object whose <see cref="P:DevExpress.XtraBars.BarItemLink.KeyTip"/> and <see cref="P:DevExpress.XtraBars.BarButtonItemLink.DropDownKeyTip"/> properties' values are copied to the current object.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.BarButtonItemLink.CanPressDropDownButton">
            <summary>
                <para>Gets a value indicating whether the Dropdown button of the <see cref="T:DevExpress.XtraBars.BarButtonItemLink"/> can be pressed.
</para>
            </summary>
            <value><b>true</b>, if the Dropdown button of the <see cref="T:DevExpress.XtraBars.BarButtonItemLink"/> can be pressed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarButtonItemLink.Dispose">
            <summary>
                <para>Disposes of the current object.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarButtonItemLink.DropDownKeyTip">
            <summary>
                <para>If the button acts as a dropdown, this property gets or sets the Key Tip used to activate the dropdown.
</para>
            </summary>
            <value>A string that specifies the Key Tip used to activate the button's dropdown, if any.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarButtonItemLink.HidePopup">
            <summary>
                <para>Hides the dropdown control associated with the current bar item.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.BarButtonItemLink.IsPopupVisible">
            <summary>
                <para>Gets or sets a value indicating whether the Dropdown control of an item is visible.
</para>
            </summary>
            <value><b>true</b> if the Dropdown control of an item is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarButtonItemLink.Item">
            <summary>
                <para>Returns a <see cref="T:DevExpress.XtraBars.BarButtonItem"/> to which the current item link corresponds.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarButtonItem"/> to which the current item link corresponds.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarButtonItemLink.Opened">
            <summary>
                <para>Gets a value indicating whether the Dropdown control of an item  is visible.
</para>
            </summary>
            <value><b>true</b> if the Dropdown control of an item is visible; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.BarButtonItemLink.ShowPopup">
            <summary>
                <para>Displays the dropdown control associated with the current bar item.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.BarButtonItem">

            <summary>
                <para>Represents a toolbar button or menu item.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.BarButtonItem.#ctor">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.BarButtonItem"/> class instance .
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.BarButtonItem.#ctor(DevExpress.XtraBars.BarManager,System.String,System.Int32)">
            <summary>
                <para>Creates a new instance of the <see cref="T:DevExpress.XtraBars.BarButtonItem"/> class.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object specifying the BarManager owning the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Manager"/> property.

            </param>
            <param name="caption">
		A string value specifying the caption of the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Caption"/> property.

            </param>
            <param name="imageIndex">
		An integer value specifying the image assigned to the item by its index within the source collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.ImageIndex"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarButtonItem.#ctor(DevExpress.XtraBars.BarManager,System.String,System.Int32,DevExpress.XtraBars.BarShortcut)">
            <summary>
                <para>Creates a new instance of the <see cref="T:DevExpress.XtraBars.BarButtonItem"/> class.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object representing the BarManager owning the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Manager"/> property.

            </param>
            <param name="caption">
		A string value specifying the caption of the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Caption"/> property.

            </param>
            <param name="imageIndex">
		An integer value specifying the image of the created item by its index within the source collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.ImageIndex"/> property.

            </param>
            <param name="shortcut">
		A <see cref="T:DevExpress.XtraBars.BarShortcut"/> object specifying the keyboard shortcut assigned to the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.ShortCut"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.BarButtonItem.#ctor(DevExpress.XtraBars.BarManager,System.String)">
            <summary>
                <para>Creates a new instance of the <see cref="T:DevExpress.XtraBars.BarButtonItem"/> class.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> class instance specifying the manager owning the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Manager"/> property.

            </param>
            <param name="caption">
		A string value specifying the caption of the created item. This value is assigned to the <see cref="P:DevExpress.XtraBars.BarItem.Caption"/> property.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.BarButtonItem.ActAsDropDown">
            <summary>
                <para>Gets or sets whether clicking the link should invoke an associated Dropdown control. This property is in effect when the <see cref="P:DevExpress.XtraBars.BarButtonItem.ButtonStyle"/> property is set to <see cref="F:DevExpress.XtraBars.BarButtonStyle.DropDown"/>.
</para>
            </summary>
            <value><b>true</b> if a click on a link causes the associated Dropdown control to be invoked; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarButtonItem.ButtonStyle">
            <summary>
                <para>Get or sets the button item's style which determines how the current bar button item functions.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarButtonStyle"/> value that determines how this item functions.

</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarButtonItem.CanPressDropDownButton">
            <summary>
                <para>Gets a value indicating whether the Dropdown button of the <see cref="T:DevExpress.XtraBars.BarButtonItem"/> component can be pressed.
</para>
            </summary>
            <value><b>true</b>, if the the Dropdown button of the <see cref="T:DevExpress.XtraBars.BarButtonItem"/> component can be pressed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarButtonItem.DropDownControl">
            <summary>
                <para>Gets or sets a Dropdown control for the <see cref="T:DevExpress.XtraBars.BarButtonItem"/> component.
</para>
            </summary>
            <value>A Dropdown control for the <see cref="T:DevExpress.XtraBars.BarButtonItem"/> component.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.BarButtonItem.DropDownEnabled">
            <summary>
                <para>Gets or sets a value indicating whether a dropdown control, assigned to the <see cref="P:DevExpress.XtraBars.BarButtonItem.DropDownControl"/> property, is enabled.
</para>
            </summary>
            <value><b>true</b> if the associated dropdown control is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.Bar">

            <summary>
                <para>Represents a Windows-like toolbar.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraBars.Bar.#ctor(DevExpress.XtraBars.BarManager)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Bar"/> class.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> that will contain the new <see cref="T:DevExpress.XtraBars.Bar"/> class instance.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.#ctor(DevExpress.XtraBars.BarManager,System.String,DevExpress.XtraBars.BarDockStyle,DevExpress.XtraBars.BarOptionFlags,System.Drawing.Rectangle,DevExpress.XtraBars.LinksInfo)">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.Bar"/> class instance.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> that will contain a new<see cref="T:DevExpress.XtraBars.Bar"/> class instance.

            </param>
            <param name="name">
		The name of the created <see cref="T:DevExpress.XtraBars.Bar"/> class instance. Determines the <see cref="P:DevExpress.XtraBars.Bar.BarName"/> property.

            </param>
            <param name="ADockStyle">
		The dock style of the created <see cref="T:DevExpress.XtraBars.Bar"/> class instance. Determines the <see cref="P:DevExpress.XtraBars.Bar.DockStyle"/> property.

            </param>
            <param name="AOptions">
		Options of a new <see cref="T:DevExpress.XtraBars.Bar"/> class instance. Determines the <see cref="P:DevExpress.XtraBars.Bar.Options"/> property. Must be a member of the <see cref="T:DevExpress.XtraBars.BarOptionFlags"/> enumeration.

            </param>
            <param name="floatRect">
		The bounding rectangle of the new <see cref="T:DevExpress.XtraBars.Bar"/> class instance.

            </param>
            <param name="linksInfo">
		An object containing information on <see cref="T:DevExpress.XtraBars.Bar"/> component links.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.#ctor(DevExpress.XtraBars.BarManager,System.String,DevExpress.XtraBars.BarDockStyle,DevExpress.XtraBars.BarOptionFlags,System.Drawing.Rectangle,DevExpress.XtraBars.LinksInfo,System.Drawing.Point,System.Int32)">
            <summary>
                <para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <param name="manager">
		The <see cref="T:DevExpress.XtraBars.BarManager"/> component that will contain the current bar.

            </param>
            <param name="name">
		The current bar name.

            </param>
            <param name="ADockStyle">
		The current bar docking style. Obtained from the <see cref="T:DevExpress.XtraBars.BarDockStyle"/> enumeration.

            </param>
            <param name="AOptions">
		The current bar options. A combination of <see cref="T:DevExpress.XtraBars.BarOptionFlags"/> enumeration members.

            </param>
            <param name="floatRect">
		The current bar rectangle when it is floating.

            </param>
            <param name="linksInfo">
		A <b>LinksInfo</b> class instance.

            </param>
            <param name="dockPos">
		The current bar docking position.

            </param>
            <param name="offset">
		The current bar offset

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.#ctor(DevExpress.XtraBars.BarManager,System.String,DevExpress.XtraBars.BarDockStyle,DevExpress.XtraBars.BarOptionFlags,System.Drawing.Rectangle,DevExpress.XtraBars.LinksInfo,System.Drawing.Point,System.Int32,DevExpress.XtraBars.BarCanDockStyle,System.Drawing.Color,System.Drawing.Image)">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.Bar"/> class instance.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> that will contain a new<see cref="T:DevExpress.XtraBars.Bar"/> class instance.

            </param>
            <param name="name">
		The current bar's name.

            </param>
            <param name="ADockStyle">
		The current bar's docking style. Obtained from the <see cref="T:DevExpress.XtraBars.BarDockStyle"/> enumeration.

            </param>
            <param name="AOptions">
		The current bar's options. A combination of <see cref="T:DevExpress.XtraBars.BarOptionFlags"/> enumeration members.

            </param>
            <param name="floatRect">
		The current bar's rectangle when floating.

            </param>
            <param name="linksInfo">
		A <b>LinksInfo</b> class instance.

            </param>
            <param name="dockPos">
		The current dock position.

            </param>
            <param name="offset">
		The current offset.

            </param>
            <param name="canDockStyle">
		The current set of posssible dock styles.

            </param>
            <param name="backColor">
		The current background color.

            </param>
            <param name="backImage">
		The current background image.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.#ctor(DevExpress.XtraBars.BarManager,System.String,DevExpress.XtraBars.BarDockStyle,DevExpress.XtraBars.BarOptionFlags,System.Drawing.Rectangle,DevExpress.XtraBars.LinksInfo,System.Drawing.Point,System.Int32,DevExpress.XtraBars.BarCanDockStyle,System.Drawing.Color)">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.Bar"/> class instance.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> that will contain a new<see cref="T:DevExpress.XtraBars.Bar"/> class instance.

            </param>
            <param name="name">
		The current bar's name.

            </param>
            <param name="ADockStyle">
		The current bar's docking style. Obtained from the <see cref="T:DevExpress.XtraBars.BarDockStyle"/> enumeration.

            </param>
            <param name="AOptions">
		The current bar's options. A combination of <see cref="T:DevExpress.XtraBars.BarOptionFlags"/> enumeration members.

            </param>
            <param name="floatRect">
		The current bar's rectangle when floating.

            </param>
            <param name="linksInfo">
		A <b>LinksInfo</b> class instance.

            </param>
            <param name="dockPos">
		The current dock position.

            </param>
            <param name="offset">
		The current offset.

            </param>
            <param name="canDockStyle">
		The current set of posssible dock styles.

            </param>
            <param name="backColor">
		The current background color.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.#ctor(DevExpress.XtraBars.BarManager,System.String,DevExpress.XtraBars.BarDockStyle,DevExpress.XtraBars.BarOptionFlags,System.Drawing.Rectangle,DevExpress.XtraBars.LinksInfo,System.Drawing.Point,System.Int32,DevExpress.XtraBars.BarCanDockStyle,System.Drawing.Color,System.Drawing.Image,System.Int32,System.Int32)">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.Bar"/> class instance.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object representing the owner of the created bar. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.Manager"/> property.

            </param>
            <param name="name">
		A string value representing the name of the created bar. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.BarName"/> property. 

            </param>
            <param name="ADockStyle">
		A <see cref="T:DevExpress.XtraBars.BarDockStyle"/> enumeration value specifying the edge of the container to which the bar is docked. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.DockStyle"/> property.

            </param>
            <param name="AOptions">
		A set of <see cref="T:DevExpress.XtraBars.BarOptionFlags"/> flags that specifies the bar's options. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.Options"/> property.

            </param>
            <param name="floatRect">
		A <b>System.Drawing.Rectangle</b> structure that specifies the floating size and location of the created bar. This value is used to initialize the <see cref="P:DevExpress.XtraBars.Bar.FloatSize"/> and <see cref="P:DevExpress.XtraBars.Bar.FloatLocation"/> properties.

            </param>
            <param name="linksInfo">
		A <b>LinksInfo</b> object representing the internal links collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.LinksPersistInfo"/> property.

            </param>
            <param name="dockPos">
		A <b>System.Drawing.Point</b> structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the <see cref="P:DevExpress.XtraBars.Bar.DockRow"/> and <see cref="P:DevExpress.XtraBars.Bar.DockCol"/> properties.

            </param>
            <param name="offset">
		An integer value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.Offset"/> property.

            </param>
            <param name="canDockStyle">
		A set of <see cref="T:DevExpress.XtraBars.BarDockStyle"/> flags that specifies edges of the container to which the bar can be docked. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.CanDockStyle"/> property.

            </param>
            <param name="backColor">
		A <b>System.Drawing.Color</b> structure that specifies the bar's background color. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.BackColor"/> property.

            </param>
            <param name="backImage">
		A <b>System.Drawing.Image</b> object representing the bar's background image. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.BackgroundImage"/> property.

            </param>
            <param name="barItemHorzIndent">
		An integer value specifying the indent of item contents to their edges in the same direction as the current bar's orientation. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.BarItemHorzIndent"/> property.

            </param>
            <param name="barItemVertIndent">
		An integer value specifying the indent of item contents to their edges in the opposite direction of the current bar's orientation. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.BarItemVertIndent"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.#ctor">
            <summary>
                <para>Initializes a new <see cref="T:DevExpress.XtraBars.Bar"/> class instance with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.#ctor(DevExpress.XtraBars.BarManager,System.String)">
            <summary>
                <para>Initializes a new instance of the <see cref="T:DevExpress.XtraBars.Bar"/> class.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> representing the owner of the created bar. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.Manager"/> property.

            </param>
            <param name="name">
		A string value representing the name of the created bar. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.BarName"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.#ctor(DevExpress.XtraBars.BarManager,System.String,DevExpress.XtraBars.BarDockStyle,DevExpress.XtraBars.BarOptionFlags,System.Drawing.Rectangle,DevExpress.XtraBars.LinksInfo,System.Drawing.Point,System.Int32,DevExpress.XtraBars.BarCanDockStyle,System.Drawing.Color,System.Int32,System.Int32)">
            <summary>
                <para>Initializes a new Bar object with the specified settings.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object representing the owner of the created bar. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.Manager"/> property.

            </param>
            <param name="name">
		A string value representing the name of the created bar. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.BarName"/> property.

            </param>
            <param name="ADockStyle">
		The dock style of the created <see cref="T:DevExpress.XtraBars.Bar"/> class instance. Determines the <see cref="P:DevExpress.XtraBars.Bar.DockStyle"/> property.

            </param>
            <param name="AOptions">
		A set of <see cref="T:DevExpress.XtraBars.BarOptionFlags"/> flags that specifies the bar's options. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.Options"/> property.

            </param>
            <param name="floatRect">
		A <b>System.Drawing.Rectangle</b> structure that specifies the floating size and location of the created bar. This value is used to initialize the <see cref="P:DevExpress.XtraBars.Bar.FloatSize"/> and <see cref="P:DevExpress.XtraBars.Bar.FloatLocation"/> properties.

            </param>
            <param name="linksInfo">
		A <b>LinksInfo</b> object representing the internal links collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.LinksPersistInfo"/> property.

            </param>
            <param name="dockPos">
		A <b>System.Drawing.Point</b> structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the <see cref="P:DevExpress.XtraBars.Bar.DockRow"/> and <see cref="P:DevExpress.XtraBars.Bar.DockCol"/> properties.

            </param>
            <param name="offset">
		An integer value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.Offset"/> property.

            </param>
            <param name="canDockStyle">
		A set of <see cref="T:DevExpress.XtraBars.BarDockStyle"/> flags that specifies edges of the container to which the bar can be docked. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.CanDockStyle"/> property.

            </param>
            <param name="backColor">
		A <b>System.Drawing.Color</b> structure that specifies the bar's background color. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.BackColor"/> property.

            </param>
            <param name="barItemHorzIndent">
		An integer value specifying the indent of item contents to their edges in the same direction as the current bar's orientation. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.BarItemHorzIndent"/> property.

            </param>
            <param name="barItemVertIndent">
		An integer value specifying the indent of item contents to their edges in the opposite direction of the current bar's orientation. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.BarItemVertIndent"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.#ctor(DevExpress.XtraBars.BarManager,System.String,DevExpress.XtraBars.BarDockStyle,DevExpress.XtraBars.BarOptionFlags,System.Drawing.Rectangle,DevExpress.XtraBars.LinksInfo,System.Drawing.Point,System.Int32,DevExpress.XtraBars.BarCanDockStyle)">
            <summary>
                <para>Initializes a new Bar object with the specified settings.
</para>
            </summary>
            <param name="manager">
		A <see cref="T:DevExpress.XtraBars.BarManager"/> object representing the owner of the created bar. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.Manager"/> property.

            </param>
            <param name="name">
		A string value representing the name of the created bar. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.BarName"/> property.

            </param>
            <param name="ADockStyle">
		The dock style of the created <see cref="T:DevExpress.XtraBars.Bar"/> class instance. Determines the <see cref="P:DevExpress.XtraBars.Bar.DockStyle"/> property.

            </param>
            <param name="AOptions">
		A set of <see cref="T:DevExpress.XtraBars.BarOptionFlags"/> flags that specifies the bar's options. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.Options"/> property.

            </param>
            <param name="floatRect">
		A <b>System.Drawing.Rectangle</b> structure that specifies the floating size and location of the created bar. This value is used to initialize the <see cref="P:DevExpress.XtraBars.Bar.FloatSize"/> and <see cref="P:DevExpress.XtraBars.Bar.FloatLocation"/> properties.

            </param>
            <param name="linksInfo">
		A <b>LinksInfo</b> object representing the internal links collection. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.LinksPersistInfo"/> property.

            </param>
            <param name="dockPos">
		A <b>System.Drawing.Point</b> structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the <see cref="P:DevExpress.XtraBars.Bar.DockRow"/> and <see cref="P:DevExpress.XtraBars.Bar.DockCol"/> properties.

            </param>
            <param name="offset">
		An integer value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.Offset"/> property.

            </param>
            <param name="canDockStyle">
		A set of <see cref="T:DevExpress.XtraBars.BarDockStyle"/> flags that specifies edges of the container to which the bar can be docked. This value is assigned to the <see cref="P:DevExpress.XtraBars.Bar.CanDockStyle"/> property.

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.AddItem(DevExpress.XtraBars.BarItem)">
            <summary>
                <para>Adds a link to the <see cref="T:DevExpress.XtraBars.Bar"/> control.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant instance.

            </param>
            <returns>An instance of the new link.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.AddItems(DevExpress.XtraBars.BarItem[])">
            <summary>
                <para>Creates links to bar items passed as an array.
</para>
            </summary>
            <param name="items">
		An array of <see cref="T:DevExpress.XtraBars.BarItem"/> descendants, links to which are to be created.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.Appearance">
            <summary>
                <para>Specifies appearance settings for the bar.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object representing appearance settings for the bar.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.ApplyDockRowCol">
            <summary>
                <para>Applies changes made by the <see cref="P:DevExpress.XtraBars.Bar.DockCol"/> and <see cref="P:DevExpress.XtraBars.Bar.DockRow"/> properties.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.AskReset">
            <summary>
                <para>Returns a <see cref="T:DevExpress.XtraBars.Bar"/> to its designed state.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.BackColor">
            <summary>
                <para>Gets or sets the background color of the <see cref="T:DevExpress.XtraBars.Bar"/>.
</para>
            </summary>
            <value>The background color of the <see cref="T:DevExpress.XtraBars.Bar"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.BackgroundImage">
            <summary>
                <para>Gets or sets the background image of the <see cref="T:DevExpress.XtraBars.Bar"/>.
</para>
            </summary>
            <value>The background image of the <see cref="T:DevExpress.XtraBars.Bar"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.BarItemHorzIndent">
            <summary>
                <para>Gets or sets a value specifying the size of the horizontal indent between the links' borders and their content, in pixels.
</para>
            </summary>
            <value>An integer value specifying the number of pixels separating the contents of bar items from the borders horizontally. <b>-1</b> if the indent is specified by the <see cref="P:DevExpress.XtraBars.BarManagerProperties.BarItemHorzIndent"/> property of the Bar and Docking Controller.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.BarItemVertIndent">
            <summary>
                <para>Gets or sets a value specifying the size of the vertical indent between the link's borders and their content, in pixels.
</para>
            </summary>
            <value>An integer value specifying the number of pixels separating the contents of bar items from their borders vertically. <b>-1</b> if the indent is specified by the <see cref="P:DevExpress.XtraBars.BarManagerProperties.BarItemVertIndent"/> of the Bar and Docking Controller.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.BarName">
            <summary>
                <para>Gets or sets the name of the bar.
</para>
            </summary>
            <value>A string value representing the name of the bar.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.BeginUpdate">
            <summary>
                <para>Prevents a bar from painting until the <see cref="M:DevExpress.XtraBars.Bar.EndUpdate"/> method is called.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.CancelUpdate">
            <summary>
                <para>Clears the queue of notification messages and disables the accumulation of notification messages.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.CanDockStyle">
            <summary>
                <para>Gets or sets a value specifying the manner in which a bar can be docked.
</para>
            </summary>
            <value>A set of flags specifying the manner in which a bar can be docked.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.CanMove">
            <summary>
                <para>Gets a value indicating whether the <see cref="T:DevExpress.XtraBars.Bar"/> can be moved.
</para>
            </summary>
            <value><b>true</b>, if the <see cref="T:DevExpress.XtraBars.Bar"/> can be moved; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.ClearLinks">
            <summary>
                <para>Removes all links from the <see cref="T:DevExpress.XtraBars.Bar"/> control.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Bar.DockChanged">
            <summary>
                <para>Occurs after the bar has been docked to another position by an end-user.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.DockCol">
            <summary>
                <para>Gets or sets the bar column index position when it is docked.
</para>
            </summary>
            <value>The horisontal bar column index when it is docked.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.DockRow">
            <summary>
                <para>Gets or sets the bar row index when it is docked.
</para>
            </summary>
            <value>The bar row index when it is docked.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.DockStyle">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.XtraBars.Bar"/> dock style.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraBars.Bar"/> dock style.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.EndUpdate">
            <summary>
                <para>Enables bar painting.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.FloatLocation">
            <summary>
                <para>Get or sets the <see cref="T:DevExpress.XtraBars.Bar"/> location in screen coordinates if the bar is floating.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.XtraBars.Bar"/> location  in screen coordinates if the bar is floating.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.FloatSize">
            <summary>
                <para>Get or sets the size of the <see cref="T:DevExpress.XtraBars.Bar"/> in pixels if the bar is floating.
</para>
            </summary>
            <value>The size of the <see cref="T:DevExpress.XtraBars.Bar"/> in pixels if the bar is floating.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.GetBarControl">
            <summary>
                <para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <returns>A <see cref="T:DevExpress.XtraBars.Controls.CustomBarControl"/> object.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.GetLinkHorzIndent">
            <summary>
                <para>Returns the actual horizontal indent measured in pixels, between the content and the borders of bar links.
</para>
            </summary>
            <returns>An integer value specifying the number of pixels between the content and the borders of bar links.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.GetLinkVertIndent">
            <summary>
                <para>Returns the actual vertical indent measured in pixels, between the content and the borders of bar links.
</para>
            </summary>
            <returns>An integer value specifying the number of pixels between the content and the borders of bar links.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.InsertItem(DevExpress.XtraBars.BarItemLink,DevExpress.XtraBars.BarItem)">
            <summary>
                <para>Inserts a link in the <see cref="T:DevExpress.XtraBars.Bar"/> at the specified index.
</para>
            </summary>
            <param name="beforeLink">
		An instance of the link before which a new link is inserted.

            </param>
            <param name="item">
		A <see cref="T:DevExpress.XtraBars.BarItem"/> descendant instance whose link is inserted.

            </param>
            <returns>An instance of the added link.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.Invalidate">
            <summary>
                <para>Updates a bar control.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.IsFloating">
            <summary>
                <para>Gets a value indicating whether the <see cref="T:DevExpress.XtraBars.Bar"/> is floating.
</para>
            </summary>
            <value><b>true</b> if the <see cref="T:DevExpress.XtraBars.Bar"/> is floating; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.IsLoading">
            <summary>
                <para>Indicates that the BarManager is being loaded.
</para>
            </summary>
            <value><b>true</b> if the BarManager is being loaded; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.IsMainMenu">
            <summary>
                <para>Gets a value indicating whether the <see cref="T:DevExpress.XtraBars.Bar"/> is the application's main menu.
</para>
            </summary>
            <value><b>true</b>, if the <see cref="T:DevExpress.XtraBars.Bar"/> is the application's main menu; otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.IsMerged">
            <summary>
                <para>Gets whether another bar has been merged into the current bar.
</para>
            </summary>
            <value><b>true</b> if another bar has been merged into the current bar; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.IsStatusBar">
            <summary>
                <para>Gets a value indicating whether the bar is a status bar.
</para>
            </summary>
            <value><b>true</b> if the bar is a status bar, otherwise <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.ItemLinks">
            <summary>
                <para>Gets the collection of item links belonging to the current bar.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLinkCollection"/> object representing the collection of item links belonging to the bar.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Bar.LinkAdded">
            <summary>
                <para>Fires immediately after a link has been added to the bar.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraBars.Bar.LinkDeleted">
            <summary>
                <para>Fires immediately after a link has been removed from the bar.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.LinksPersistInfo">
            <summary>
                <para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> [To be supplied] </value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.Manager">
            <summary>
                <para>Gets or sets a value representing the BarManager that owns this bar.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarManager"/> object representing the BarManager owning this bar.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.Merge(DevExpress.XtraBars.Bar)">
            <summary>
                <para>Adds the visible links from the specified bar onto the current bar.
</para>
            </summary>
            <param name="bar">
		A bar whose links will be added onto the current bar. The current and the specified bar must belong to different BarManagers.

            </param>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.MergeSource">
            <summary>
                <para>Gets the collection of item links that have been merged into the current bar.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarItemLinkReadOnlyCollection"/> collection that specifies the collection of item links that have been merged into the current bar.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.Offset">
            <summary>
                <para>Gets or sets the offset in pixels from the left or top border of the bar container based on the dock style.
</para>
            </summary>
            <value>The offset in pixels from the left or top border of the bar container based on the dock style.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.Options">
            <summary>
                <para>Gets or sets the options used to create a <see cref="T:DevExpress.XtraBars.Bar"/>.
</para>
            </summary>
            <value>The options used to setup a <see cref="T:DevExpress.XtraBars.Bar"/>.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.OptionsBar">
            <summary>
                <para>Provides access to customization options for the current bar.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.BarOptions"/> object containing bar customization options.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.RemoveLink(DevExpress.XtraBars.BarItemLink)">
            <summary>
                <para>Removes the first occurrence of a specific link from the <see cref="T:DevExpress.XtraBars.Bar"/>.
</para>
            </summary>
            <param name="itemLink">
		The link to remove from the <see cref="T:DevExpress.XtraBars.Bar"/>. 

            </param>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.Reset">
            <summary>
                <para>Returns a <see cref="T:DevExpress.XtraBars.Bar"/> to its designed state.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.SetCurrentStateAsDefault">
            <summary>
                <para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.Size">
            <summary>
                <para>Gets the bar's size.
</para>
            </summary>
            <value>A Size value that specifies the bar's size.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.StandaloneBarDockControl">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.XtraBars.StandaloneBarDockControl"/> control to which the bar belongs, if any.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraBars.StandaloneBarDockControl"/> to which the bar belongs. <b>null</b> if the bar doesn't belong to a StandaloneBarDockControl.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.StandaloneBarDockControlName">
            <summary>
                <para>Gets or sets the name of the <see cref="T:DevExpress.XtraBars.StandaloneBarDockControl"/> control to which the bar belongs, if any.
</para>
            </summary>
            <value>A string that specifies the name of the <see cref="T:DevExpress.XtraBars.StandaloneBarDockControl"/> control to which the bar belongs. An empty string if the bar doesn't belong to a StandaloneBarDockControl.
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.Tag">
            <summary>
                <para>Gets or sets an object that contains custom data for the current Bar object.
</para>
            </summary>
            <value>An object that contains custom data for the current object. 
</value>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.Text">
            <summary>
                <para>Gets or sets the bar's display text.
</para>
            </summary>
            <value>A string identifying the bar's display text.
</value>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.ToString">
            <summary>
                <para>Returns a <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.XtraBars.Bar"/>.
</para>
            </summary>
            <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.XtraBars.Bar"/>.
</returns>


        </member>
        <member name="M:DevExpress.XtraBars.Bar.UnMerge">
            <summary>
                <para>Restores the links layout of the current bar after another bar has been merged with it.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.Visible">
            <summary>
                <para>Gets or sets a value indicating whether the <see cref="T:DevExpress.XtraBars.Bar"/> is displayed.
</para>
            </summary>
            <value><b>true</b>, if the <see cref="T:DevExpress.XtraBars.Bar"/> is displayed; otherwise, <b>false</b>.
</value>


        </member>
        <member name="E:DevExpress.XtraBars.Bar.VisibleChanged">
            <summary>
                <para>Fires immediately after the visibility of the bar has been changed.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraBars.Bar.VisibleLinks">
            <summary>
                <para>Gets the collection of visible bar item links displayed within the bar.
</para>
            </summary>
            <value>A collection of visible bar item links.
</value>


        </member>
        <member name="T:DevExpress.XtraBars.BarStaticItemSize">

            <summary>
                <para>Specifies width settings for a specific <see cref="T:DevExpress.XtraBars.BarStaticItem"/>.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.BarStaticItemSize.Content">
            <summary>
                <para>Resizes a specific <see cref="T:DevExpress.XtraBars.BarStaticItem"/>'s link so its width matches that link's contents width.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarStaticItemSize.None">
            <summary>
                <para>Leaves the width of a specific <see cref="T:DevExpress.XtraBars.BarStaticItem"/>'s link at the precompiled state.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarStaticItemSize.Spring">
            <summary>
                <para>Resizes a specific <see cref="T:DevExpress.XtraBars.BarStaticItem"/>'s link so that it consumes the largest possible area of a specific bar.
<para>
This option is only in effect when the link is positioned within a status bar specified by the <see cref="P:DevExpress.XtraBars.BarManager.StatusBar"/> property.
</para>
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.BarOptionFlags">

            <summary>
                <para>Contains flags that define the bar's look and feel.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.BarOptionFlags.AllowDelete">
            <summary>
                <para>If active, allows end-users to delete the bar by pressing the <b>Delete</b> button in the <b>Customization</b> window. Otherwise, end-users can only change the visibility of the bar. This is performed by means of the check box corresponding to the bar name.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarOptionFlags.AllowQuickCustomization">
            <summary>
                <para>If active, allows quick bar customization. The Dropdown button is painted in the end of the toolbar in this case. This button invokes the popup menu that allows end-users to add or remove buttons, reset the toolbar to its initial state and invoke the <b>Customization</b> dialog.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarOptionFlags.DisableClose">
            <summary>
                <para>If active, the bar cannot be closed by end-users. In this case, the close button is not displayed when the bar is floating. It cannot be closed by means of the <b>Customization</b> dialog also. The <see cref="P:DevExpress.XtraBars.Bar.Visible"/> property can be used to control the visibility of the bar in such a case.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarOptionFlags.DisableCustomization">
            <summary>
                <para>If active, the bar cannot be customized by end-users. Otherwise, end-users can perform drag-and-drop operations on links to add them to or delete from the bar. Links can be dragged when holding the ALT key or when the runtime customization is being performed.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarOptionFlags.DrawDragBorder">
            <summary>
                <para>If active, allows to move a specific bar by dragging it using the mouse.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarOptionFlags.DrawSizeGrip">
            <summary>
                <para><para>If active and the bar is the status bar, the size grip is painted in its right-bottom corner. The image below displays the size grip painted in the status bar when the Windows XP painting style is applied to the BarManager. (The <b>IsStatusBar</b> option must be enabled to make a bar the status bar).</para>


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarOptionFlags.Hidden">
            <summary>
                <para>If active, removes the bar from the runtime customization dialog.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarOptionFlags.IsMainMenu">
            <summary>
                <para>If active, makes a specific bar the main application menu. When the <b>IsMainMenu</b> option of a bar is activated, the same option of the previously main menu is disabled. Enabling this option also activates the <b>UseWholeRow</b> and <b>MultiLine</b> options and disables the <b>Hidden</b> option.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarOptionFlags.IsStatusBar">
            <summary>
                <para>If active, the bar becomes the status bar. The status bar is always docked to the bottom edge of the container, cannot be floating and occupies the whole row. (The <b>UseWholeRow</b> option is automatically enabled and the <b>DrawDragBorder</b> option is automatically disabled). When the <b>IsStatusBar</b> option of a bar is enabled, the same option of the previous status bar is disabled. Note also, that the <b>IsStatusBar</b> option cannot be active when the <b>IsMainMenu</b> option is enabled.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarOptionFlags.MultiLine">
            <summary>
                <para>If active, arranges items within a specific bar into several lines when the total width of these items exceeds the width of a bar.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarOptionFlags.None">
            <summary>
                <para>If active, deactivates all other options.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarOptionFlags.RotateWhenVertical">
            <summary>
                <para>If active, links of the bar are rotated when it is vertically oriented. When this option is enabled, edit links are hidden if docking the bar to the left or right edge of the container.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarOptionFlags.UseWholeRow">
            <summary>
                <para>If active, the bar is enlarged so that it occupies all the area provided to it. Other bars cannot be docked to the same bar row in this case.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarOptionFlags.Visible">
            <summary>
                <para>If active, makes the bar visible both at design and runtime.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.BarItemPaintStyle">

            <summary>
                <para>Defines the paint style for a specific item.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.BarItemPaintStyle.Caption">
            <summary>
                <para>Specifies that a specific item is represented by its caption only.<para></para>
 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph">
            <summary>
                <para>Specifies that a specific item is represented both by its caption and the glyph image. <para></para>
 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu">
            <summary>
                <para>Specifies that a specific item is represented by its caption when it is in a submenu, or by its image when it is in a bar.<para></para>
 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarItemPaintStyle.Standard">
            <summary>
                <para>Specifies that a specific item is represented using its default settings.<para></para>
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.BarItemBorderStyle">

            <summary>
                <para>Specifies border settings for a specific item.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.BarItemBorderStyle.Lowered">
            <summary>
                <para>Reserved for future use.
 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarItemBorderStyle.None">
            <summary>
                <para>Specifies no border.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarItemBorderStyle.Raised">
            <summary>
                <para>Reserved for future use.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarItemBorderStyle.Single">
            <summary>
                <para>Specifies a single line as a border.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.BarDockStyle">

            <summary>
                <para>Enumerates dock styles for bar objects.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.BarDockStyle.Bottom">
            <summary>
                <para>A bar object is docked to the bottom of the owner control.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarDockStyle.Left">
            <summary>
                <para>A bar object is docked to the left side of the owner control.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarDockStyle.None">
            <summary>
                <para>A bar object is floating.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarDockStyle.Right">
            <summary>
                <para>A bar object is docked to the right side of the owner control.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarDockStyle.Standalone">
            <summary>
                <para>Identifies a <see cref="T:DevExpress.XtraBars.StandaloneBarDockControl"/> control.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarDockStyle.Top">
            <summary>
                <para>A bar object is docked to the top of the owner control.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraBars.BarButtonStyle">

            <summary>
                <para>Specifies the <see cref="T:DevExpress.XtraBars.BarButtonItem"/> control style.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraBars.BarButtonStyle.Check">
            <summary>
                <para>Applies the <b>Check</b> style to the <see cref="T:DevExpress.XtraBars.BarButtonItem"/> component.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarButtonStyle.Default">
            <summary>
                <para>Applies the <b>Default</b> style to the <see cref="T:DevExpress.XtraBars.BarButtonItem"/> component. The default style means that the link represents a regular push button.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraBars.BarButtonStyle.DropDown">
            <summary>
                <para>Applies the <b>DropDown</b> style to the <see cref="T:DevExpress.XtraBars.BarButtonItem"/> component.
</para>
            </summary>


        </member>
    </members>
</doc>
