<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.XtraBars.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.XtraBars.Docking2010.Customization.ISearchPanelProperties">
<summary>
<para>Provides properties that customize the overall Search Panel behavior.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraBars.Docking2010.Customization.ISearchPanelProperties.AnchorType">
<summary>
<para>Gets or sets the Search Panel location.
</para>
</summary>
<value>A <see cref="SearchPanelAnchor"/> enumerator value that specifies the Search Panel location.
</value>
</member>
<member name="P:DevExpress.XtraBars.Docking2010.Customization.ISearchPanelProperties.Enabled">
<summary>
<para>Gets or sets whether the Search Panel for this <see cref="T:DevExpress.XtraBars.Docking2010.Views.WindowsUI.WindowsUIView"/> is enabled.
</para>
</summary>
<value><b>true</b>, if the Search Panel for this <see cref="T:DevExpress.XtraBars.Docking2010.Views.WindowsUI.WindowsUIView"/> is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraBars.Docking2010.Customization.ISearchPanelProperties.Shortcut">
<summary>
<para>Gets or sets the keyboard shortcut that invokes the Search Panel.
</para>
</summary>
<value>A KeyShortcut object that is the keyboard shortcut that invokes the Search Panel.
</value>
</member>
<member name="P:DevExpress.XtraBars.Docking2010.Customization.ISearchPanelProperties.Width">
<summary>
<para>Gets or sets the Search Panel width in pixels.
</para>
</summary>
<value>An Int32 value that is the Search Panel width in pixels.
</value>
</member>
<member name="T:DevExpress.XtraBars.Docking2010.WindowsUISeparator">
<summary>
<para>A separator item that delimits neighboring <see cref="T:DevExpress.XtraBars.Docking2010.WindowsUIButton"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraBars.Docking2010.WindowsUISeparator.#ctor">
<summary>
<para>Initializes a new instance of the WindowsUISeparator class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraBars.Docking2010.WindowsUISeparator.#ctor(System.Drawing.Image)">
<summary>
<para>Initializes a new instance of the WindowsUISeparator class with the specified settings.
</para>
</summary>
<param name="image">
An Image displayed by this separator.
</param>
</member>
<member name="M:DevExpress.XtraBars.Docking2010.WindowsUISeparator.#ctor(System.Drawing.Image,System.Boolean,System.Int32)">
<summary>
<para>Initializes a new instance of the WindowsUISeparator class with the specified settings.
</para>
</summary>
<param name="image">
An Image displayed by this separator.
</param>
<param name="visible">
<b>true</b>, if the separator is initially visible; otherwise, <b>false</b>.
</param>
<param name="visibleIndex">
An Int32 value that is the display order of this separator.
</param>
</member>
<member name="P:DevExpress.XtraBars.Docking2010.WindowsUISeparator.IsLeft">
<summary>
<para>Gets or sets whether or not this separator is aligned to the left border of its parent container.
</para>
</summary>
<value><b>true</b>, if this separator is aligned to the left border of its parent container; otherwise, <b>false</b>.
</value>
</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.Tabbed.TabbedView"/>'s documents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraBars.Docking2010.Views.Tabbed.ITabbedViewController.CloseAllButPinned">
<summary>
<para>Closes all <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.Document"/>s except for pinned ones.
</para>
</summary>
<returns><b>true</b> if the method was successfully completed; otherwise, <b>false</b>.
</returns>
</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,Sys