You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34727 lines
1.3 MiB
34727 lines
1.3 MiB
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>DevExpress.XtraEditors.v12.2</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:DevExpress.XtraEditors.HotTrackSelectMode">
|
|
|
|
<summary>
|
|
<para>Enumerates values that specify how list box items are selected when item hot-tracking is enabled.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.HotTrackSelectMode.SelectItemOnClick">
|
|
<summary>
|
|
<para>If item hot-tracking is enabled, an item is selected when clicked. This option is not in effect if the <see cref="P:DevExpress.XtraEditors.BaseListBoxControl.HighlightedItemStyle"/> property is set to <see cref="F:DevExpress.XtraEditors.HighlightStyle.Standard"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.HotTrackSelectMode.SelectItemOnHotTrack">
|
|
<summary>
|
|
<para>If item hot-tracking is enabled, an item is selected when hovering over it with the mouse.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.HotTrackSelectMode.SelectItemOnHotTrackEx">
|
|
<summary>
|
|
<para>The same as the <see cref="F:DevExpress.XtraEditors.HotTrackSelectMode.SelectItemOnHotTrack"/> option plus the following.
|
|
<para>
|
|
If item skinning is enabled via the <see cref="P:DevExpress.XtraEditors.BaseListBoxControl.HighlightedItemStyle"/> option, the <see cref="E:DevExpress.XtraEditors.BaseListBoxControl.SelectedIndexChanged"/> event is raised each time an item is hot-tracked.
|
|
In <see cref="F:DevExpress.XtraEditors.HotTrackSelectMode.SelectItemOnHotTrack"/> mode, the <see cref="E:DevExpress.XtraEditors.BaseListBoxControl.SelectedIndexChanged"/> event is raised only when clicking the item.
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.QueryValueByCheckStateEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.QueryValueByCheckState"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.QueryValueByCheckStateEventArgs.#ctor(System.Windows.Forms.CheckState)">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.Controls.QueryValueByCheckStateEventArgs"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="state">
|
|
A <see cref="T:System.Windows.Forms.CheckState"/> enumeration value representing the current check state of the check editor. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.QueryValueByCheckStateEventArgs.CheckState"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.QueryValueByCheckStateEventArgs.CheckState">
|
|
<summary>
|
|
<para>Gets the current check state of a check editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.CheckState"/> enumeration value representing an editor's check state.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.QueryValueByCheckStateEventArgs.Value">
|
|
<summary>
|
|
<para>Gets or sets an edited value corresponding to the current check state.
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the edit value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Filtering.PopupMenuShowingEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.FilterControl.PopupMenuShowing"/> event.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Filtering.PopupMenuShowingEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Filtering.PopupMenuShowingEventArgs)">
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.FilterControl.PopupMenuShowing"/> event.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event source. This parameter identifies the <see cref="T:DevExpress.XtraEditors.FilterControl"/> which raised the event.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Filtering.PopupMenuShowingEventArgs"/> object which contains event data.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Filtering.PopupMenuShowingEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.FilterControl.PopupMenuShowing"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Filtering.PopupMenuShowingEventArgs.#ctor(DevExpress.XtraEditors.Filtering.Node,DevExpress.XtraEditors.Filtering.ElementType,DevExpress.XtraEditors.Filtering.FilterControlMenuType,DevExpress.Utils.Menu.DXPopupMenu,System.Drawing.Point)">
|
|
<summary>
|
|
<para>Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="node">
|
|
The node where the menu is to be displayed.
|
|
This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Filtering.PopupMenuShowingEventArgs.CurrentNode"/> property.
|
|
|
|
|
|
</param>
|
|
<param name="elementType">
|
|
The type of the Filter Control's element where the menu is to be displayed.
|
|
This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Filtering.PopupMenuShowingEventArgs.FocusedElementType"/> property.
|
|
|
|
|
|
</param>
|
|
<param name="type">
|
|
The type of menu to be displayed.
|
|
This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Filtering.PopupMenuShowingEventArgs.MenuType"/> property.
|
|
|
|
|
|
</param>
|
|
<param name="menu">
|
|
The menu to be displayed.
|
|
This value is used to initialize the
|
|
<see cref="P:DevExpress.XtraEditors.Filtering.PopupMenuShowingEventArgs.Menu"/> property.
|
|
|
|
|
|
</param>
|
|
<param name="p">
|
|
The position where the menu is to be invoked. This value is used to initialize the
|
|
<see cref="P:DevExpress.XtraEditors.Filtering.PopupMenuShowingEventArgs.Point"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Filtering.PopupMenuShowingEventArgs.CurrentNode">
|
|
<summary>
|
|
<para>Gets the node where the menu is to be displayed.
|
|
</para>
|
|
</summary>
|
|
<value>A Node object that identifies the clicked node.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Filtering.PopupMenuShowingEventArgs.FocusedElementType">
|
|
<summary>
|
|
<para>Gets the type of the Filter Control's element where the menu is to be displayed.
|
|
</para>
|
|
</summary>
|
|
<value>An ElementType enumeration value that identifies the type of the Filter Control's element where the menu is to be displayed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Filtering.PopupMenuShowingEventArgs.Menu">
|
|
<summary>
|
|
<para>Gets the menu that will be invoked.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.Menu.DXPopupMenu"/> object that is the menu to be invoked.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Filtering.PopupMenuShowingEventArgs.MenuType">
|
|
<summary>
|
|
<para>Gets the type of the FilterControl's menu to be invoked.
|
|
</para>
|
|
</summary>
|
|
<value>A FilterControlMenuType enumeration value that specifies the type of the FilterControl's menu to be invoked.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Filtering.PopupMenuShowingEventArgs.Point">
|
|
<summary>
|
|
<para>Gets the position where the menu is to be invoked.
|
|
</para>
|
|
</summary>
|
|
<value>A Point value that specifies the position where the menu is to be invoked.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Filtering.PopupMenuShowingEventArgs.RestoreMenu">
|
|
<summary>
|
|
<para>Gets or sets whether the current menu should be restored to its default state, after it has been displayed on-screen.
|
|
</para>
|
|
</summary>
|
|
<value>A Boolean value that specifies whether the current menu should be restored to its default state after it has been displayed on-screen.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.FilterEditorViewMode">
|
|
|
|
<summary>
|
|
<para>Contains values that specify how a Filter Editor Control's criteria can be edited.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.FilterEditorViewMode.Text">
|
|
<summary>
|
|
<para>The Filter Editor's filter can be solely edited in text form, using a dedicated text editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.FilterEditorViewMode.TextAndVisual">
|
|
<summary>
|
|
<para>A Filter Editor displays two pages: Text and Visual, allowing an end-user to build filters in text and visual forms respectively.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.FilterEditorViewMode.Visual">
|
|
<summary>
|
|
<para>The Filter Editor's filter can be solely edited in a visual form, using a dedicated tree view.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.FilterEditorViewMode.VisualAndText">
|
|
<summary>
|
|
<para>A Filter Editor displays two pages: Visual and Text, allowing an end-user to build filters in visual and text forms respectively.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.GetImageEventArgs">
|
|
|
|
<summary>
|
|
<para>Contains data for the <see cref="E:DevExpress.XtraEditors.Controls.ImageSlider.GetImage"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.GetImageEventArgs.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the GetImageEventArgs class with custom settings.
|
|
</para>
|
|
</summary>
|
|
<param name="isNext">
|
|
<b>true</b> if the image query is the result of a forward image slide; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
<param name="isPrev">
|
|
<b>true</b> if the image query is the result of a backward image slide; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
<param name="isStartUp">
|
|
<b>true</b> if the image required is the very first to be uploaded; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="currentImageUpdated">
|
|
<b>true</b> if a new image was successfully displayed within the current <see cref="T:DevExpress.XtraEditors.Controls.ImageSlider"/>; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.GetImageEventArgs.CurrentImageUpdated">
|
|
<summary>
|
|
<para>Gets or sets whether the currently displayed image was successfully changed.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the currently displayed image was successfully changed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.GetImageEventArgs.Image">
|
|
<summary>
|
|
<para>Gets or sets an image that is be displayed within the current <see cref="T:DevExpress.XtraEditors.Controls.ImageSlider"/>.
|
|
</para>
|
|
</summary>
|
|
<value>An Image object that is to be displayed within the current <see cref="T:DevExpress.XtraEditors.Controls.ImageSlider"/>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.GetImageEventArgs.IsNext">
|
|
<summary>
|
|
<para>Gets or sets whether the image query is the result of an image sliding forward.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if whether the image query is the result of an image sliding forward; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.GetImageEventArgs.IsPrev">
|
|
<summary>
|
|
<para>Gets or sets whether the image query is the result of an image sliding backward.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the image query is the result of an image sliding backwards; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.GetImageEventArgs.IsStartUp">
|
|
<summary>
|
|
<para>Gets or sets whether the image required is the very first to be uploaded by the current <see cref="T:DevExpress.XtraEditors.Controls.ImageSlider"/>.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the image required is the very first to be uploaded; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.HighlightStyle">
|
|
|
|
<summary>
|
|
<para>Enumerates painting styles for selected and hot-tracked items in list box and pop up controls.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.HighlightStyle.Default">
|
|
<summary>
|
|
<para>This is the same as the <see cref="F:DevExpress.XtraEditors.HighlightStyle.Standard"/> option.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.HighlightStyle.Skinned">
|
|
<summary>
|
|
<para>Selected and hot-tracked items are painted skinned if a skinning painting scheme is applied. Otherwise, items are not skinned.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.HighlightStyle.Standard">
|
|
<summary>
|
|
<para>Selected and hot-tracked items are not skinned and painted using the default system color.
|
|
|
|
<para>
|
|
In a <see cref="T:DevExpress.XtraEditors.BaseListBoxControl"/> control's descendants, if item hot-tracking is enabled, selected and hot-tracked items are always in sync, and setting the <see cref="P:DevExpress.XtraEditors.BaseListBoxControl.HotTrackSelectMode"/> property to <b>SelectItemOnClick</b> is not in effect.
|
|
</para>
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.WaitAnimationOptions">
|
|
|
|
<summary>
|
|
<para>Contains values that specify how a control indicates data operations performed in a background thread.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.WaitAnimationOptions.Default">
|
|
<summary>
|
|
<para>The same as the <see cref="F:DevExpress.XtraEditors.WaitAnimationOptions.Indicator"/> option.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.WaitAnimationOptions.Indicator">
|
|
<summary>
|
|
<para>Background operations are indicated within a dedicated indicator button.
|
|
<para>
|
|
For the <see cref="T:DevExpress.XtraGrid.GridControl"/>, these operations are indicated within the Header Panel Button.
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.WaitAnimationOptions.Panel">
|
|
<summary>
|
|
<para>Background operations are indicated within a special panel displayed above a control.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.PictureStoreMode">
|
|
|
|
<summary>
|
|
<para>Lists values that specify how the <see cref="T:DevExpress.XtraEditors.PictureEdit"/> control stores images pasted via the editor's context menu
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.PictureStoreMode.ByteArray">
|
|
<summary>
|
|
<para>A pasted image is stored to the editor's edit value as an array of bytes.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.PictureStoreMode.Default">
|
|
<summary>
|
|
<para>A pasted image is stored either as an <see cref="T:System.Drawing.Image"/> object or as an array of bytes to the editor's edit value, depending upon the type of the current edit value. If the editor's <b>EditValue</b> currently stores an <see cref="T:System.Drawing.Image"/> object, the newly pasted image will be stored as an <see cref="T:System.Drawing.Image"/> as well. Otherwise, the new image will be stored as an array of bytes.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.PictureStoreMode.Image">
|
|
<summary>
|
|
<para>A pasted image is stored to the editor's edit value as an <see cref="T:System.Drawing.Image"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.CustomDisplayTextEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle an editor's <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.CustomDisplayText"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CustomDisplayTextEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.CustomDisplayTextEventArgs)">
|
|
<summary>
|
|
<para>Represents the method for handling events which take a <see cref="T:DevExpress.XtraEditors.Controls.CustomDisplayTextEventArgs"/> object as a parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event source. This identifies the editor which fires the event.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.CustomDisplayTextEventArgs"/> object that contains data for the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ControlNavigatorButtonCollection">
|
|
|
|
<summary>
|
|
<para>Represents the <b>ControlNavigator</b>'s button collection.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ControlNavigatorButtonCollection.#ctor(DevExpress.XtraEditors.NavigatorButtonsBase)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.ControlNavigatorButtonCollection"/> object.
|
|
</para>
|
|
</summary>
|
|
<param name="buttons">
|
|
A <see cref="T:DevExpress.XtraEditors.NavigatorButtonsBase"/> object representing the buttons dispalyed within the <b>ControlNavigator</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.CustomDisplayTextEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.CustomDisplayText"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CustomDisplayTextEventArgs.#ctor(System.Object,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the CustomDisplayTextEventArgs class.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object that represents an editor's value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.CustomDisplayTextEventArgs.Value"/> property.
|
|
|
|
</param>
|
|
<param name="displayText">
|
|
A string that represents an editor's display text. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.CustomDisplayTextEventArgs.DisplayText"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.CustomDisplayTextEventArgs.DisplayText">
|
|
<summary>
|
|
<para>Gets or sets an editor's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that represents an editor's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.CustomDisplayTextEventArgs.Value">
|
|
<summary>
|
|
<para>Gets an editor's current value.
|
|
</para>
|
|
</summary>
|
|
<value>An object that represents an editor's current value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraBars.Alerter.AlertButtonStyle">
|
|
|
|
<summary>
|
|
<para>Contains values that specify the style of custom buttons in alert windows.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Alerter.AlertButtonStyle.Button">
|
|
<summary>
|
|
<para>A button functions as a regular button, producing the <see cref="E:DevExpress.XtraBars.Alerter.AlertControl.ButtonClick"/> event when clicked.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Alerter.AlertButtonStyle.CheckButton">
|
|
<summary>
|
|
<para>A button functions as a check button, producing the <see cref="E:DevExpress.XtraBars.Alerter.AlertControl.ButtonDownChanged"/> event when its pressed state is changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraTab.XtraTabControl.CustomHeaderButtonClick"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventArgs.#ctor(DevExpress.XtraTab.Buttons.CustomHeaderButton,DevExpress.XtraTab.IXtraTabPage)">
|
|
<summary>
|
|
<para>Initializes a new CustomHeaderButtonEventArgs class instance with the specified button and page.
|
|
</para>
|
|
</summary>
|
|
<param name="button">
|
|
A <see cref="T:DevExpress.XtraTab.Buttons.CustomHeaderButton"/> value that is a clicked button. The parameter initializes the <see cref="P:DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventArgs.Button"/> property.
|
|
|
|
</param>
|
|
<param name="page">
|
|
A <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object that is an active tab page. The parameter initializes the <see cref="P:DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventArgs.ActivePage"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventArgs.ActivePage">
|
|
<summary>
|
|
<para>Gets an active tab page within the tab control.
|
|
</para>
|
|
</summary>
|
|
<value>An <b>IXtraTabPage</b> object that is an active tab page.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventArgs.Button">
|
|
<summary>
|
|
<para>Gets the currently processed custom header button.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraTab.Buttons.CustomHeaderButton"/> object that is the currently processed custom header button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.DropDownButton">
|
|
|
|
<summary>
|
|
<para>A button that can be associated with a popup control or a context menu.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DropDownButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the DropDownButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DropDownButton.ActAsDropDown">
|
|
<summary>
|
|
<para>Gets or sets whether a click on the button opens the dropdown control. This option is in effect when the <see cref="P:DevExpress.XtraEditors.DropDownButton.ShowArrowButton"/> property is set to <b>false</b>.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a click on the button opens the dropdown control; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.DropDownButton.ArrowButtonClick">
|
|
<summary>
|
|
<para>Allows you to respond to clicking the drop-down arrow.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DropDownButton.ContextMenu">
|
|
<summary>
|
|
<para>This member is not supported by the DropDownButton class.
|
|
</para>
|
|
</summary>
|
|
<value><b>null</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DropDownButton.DropDownArrowStyle">
|
|
<summary>
|
|
<para>Gets or sets whether and how a dropdown arrow is displayed within the DropDownButton.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.DropDownArrowStyle"/> enumeration value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DropDownButton.DropDownControl">
|
|
<summary>
|
|
<para>Gets or sets the popup control associated with the button.
|
|
</para>
|
|
</summary>
|
|
<value>An object implementing the <b>DevExpress.Utils.Menu.IDXDropDownControl</b> interface, representing the associated popup control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DropDownButton.HideDropDown">
|
|
<summary>
|
|
<para>Hides the opened popup control.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DropDownButton.IsArrowButtonContainsPoint(System.Drawing.Point)">
|
|
<summary>
|
|
<para>Gets or sets whether the drop-down arrow's region contains the point with the specified coordinates.
|
|
</para>
|
|
</summary>
|
|
<param name="point">
|
|
A <see cref="T:System.Drawing.Point"/> structure representing the point to test.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the drop-down arrow's region contains the point with the specified coordinates; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DropDownButton.IsOpened">
|
|
<summary>
|
|
<para>Gets whether the associated popup control is currently open.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the popup control is open; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DropDownButton.MenuManager">
|
|
<summary>
|
|
<para>Gets or sets an object that manages the display of the associated popup control .
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An object implementing the <b>IDXMenuManager</b> interface.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DropDownButton.ShowArrowButton">
|
|
<summary>
|
|
<para>Gets or sets whether the drop-down arrow is displayed as a part of the DropDownButton control.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the drop-down arrow is visible; otherwise,<b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DropDownButton.ShowDropDown">
|
|
<summary>
|
|
<para>Opens the associated popup control.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.DropDownButton.ShowDropDownControl">
|
|
<summary>
|
|
<para>Fires when an attempt is made to open the associated popup control.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.CheckButton">
|
|
|
|
<summary>
|
|
<para>A button that supports two states - elevated and depressed, which are toggled on clicking the button.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.CheckButton.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the CheckButton class with the specified check state.
|
|
</para>
|
|
</summary>
|
|
<param name="check">
|
|
A Boolean value that specifies the button's check state. This value is assigned to the <see cref="P:DevExpress.XtraEditors.CheckButton.Checked"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.CheckButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the CheckButton class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CheckButton.AllowAllUnchecked">
|
|
<summary>
|
|
<para>Gets or sets whether a checked button that belongs to a logical group can be unchecked by clicking this button.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a checked button that belongs to a logical group can be unchecked by clicking this button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CheckButton.Checked">
|
|
<summary>
|
|
<para>Gets or sets the button's check state.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the button is checked (in the depressed state); <b>false</b> if the button is unchecked (in the elevated state).
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.CheckButton.CheckedChanged">
|
|
<summary>
|
|
<para>Allows you to respond to the button's check state being changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CheckButton.GroupIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of a logical group to which the button belongs.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the index of the logical group to which the button belongs.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.CheckButton.Toggle">
|
|
<summary>
|
|
<para>Swaps the button's check state.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider">
|
|
|
|
<summary>
|
|
<para>A component that provides data validation management for Developer Express bound and unbound editors.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>
|
|
<para>Initializes a new instance of the DXValidationProvider class with the specified container control.
|
|
</para>
|
|
</summary>
|
|
<param name="container">
|
|
An object that implements the <see cref="T:System.ComponentModel.IContainer"/> interface, and owns the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider.#ctor(System.Windows.Forms.ContainerControl)">
|
|
<summary>
|
|
<para>Initializes a new instance of the DXValidationProvider class with the specified container control.
|
|
</para>
|
|
</summary>
|
|
<param name="parentControl">
|
|
A <see cref="T:System.Windows.Forms.ContainerControl"/> object that owns the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the DXValidationProvider class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider.CanExtend(System.Object)">
|
|
<summary>
|
|
<para>Indicates whether a control can be extended.
|
|
</para>
|
|
</summary>
|
|
<param name="extendee">
|
|
The control to be extended.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the control can be extended; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider.GetIconAlignment(System.Windows.Forms.Control)">
|
|
<summary>
|
|
<para>Retrieves the alignment of an error icon for the specified control.
|
|
</para>
|
|
</summary>
|
|
<param name="control">
|
|
A target control.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:System.Windows.Forms.ErrorIconAlignment"/> value.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider.GetInvalidControls">
|
|
<summary>
|
|
<para>Gets the collection of the controls whose values are invalid.
|
|
</para>
|
|
</summary>
|
|
<returns>The collection of the controls whose values are invalid.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider.GetValidationRule(System.Windows.Forms.Control)">
|
|
<summary>
|
|
<para>Returns a validation rule associated with the specified <see cref="T:DevExpress.XtraEditors.BaseEdit"/> descendant.
|
|
</para>
|
|
</summary>
|
|
<param name="control">
|
|
A <see cref="T:DevExpress.XtraEditors.BaseEdit"/> descendant.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.XtraEditors.DXErrorProvider.ValidationRuleBase"/> descendant that represents the validation rule associated with the editor. <b>null</b> (<b>Nothing</b> in Visual Basic) if no validation rule is associated with the specified editor.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider.InvalidControls">
|
|
<summary>
|
|
<para>Gets the collection of the controls whose values are invalid.
|
|
</para>
|
|
</summary>
|
|
<value>The collection of the controls whose values are invalid.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider.RemoveControlError(System.Windows.Forms.Control)">
|
|
<summary>
|
|
<para>Removes an error associated with the specified control.
|
|
</para>
|
|
</summary>
|
|
<param name="control">
|
|
A control whose error must be removed.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider.SetIconAlignment(System.Windows.Forms.Control,System.Windows.Forms.ErrorIconAlignment)">
|
|
<summary>
|
|
<para>Sets the alignment of an error icon for the specified control.
|
|
</para>
|
|
</summary>
|
|
<param name="control">
|
|
A target control.
|
|
|
|
</param>
|
|
<param name="alignment">
|
|
An <see cref="T:System.Windows.Forms.ErrorIconAlignment"/> value that specifies the alignment to be set for the control.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider.SetValidationRule(System.Windows.Forms.Control,DevExpress.XtraEditors.DXErrorProvider.ValidationRuleBase)">
|
|
<summary>
|
|
<para>Associates a validation rule with the specified <see cref="T:DevExpress.XtraEditors.BaseEdit"/> descendant.
|
|
</para>
|
|
</summary>
|
|
<param name="control">
|
|
A <see cref="T:DevExpress.XtraEditors.BaseEdit"/> descendant that represents the editor.
|
|
|
|
</param>
|
|
<param name="rule">
|
|
A <see cref="T:DevExpress.XtraEditors.DXErrorProvider.ValidationRuleBase"/> descendant that represents the validation rule.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider.Validate(System.Windows.Forms.Control)">
|
|
<summary>
|
|
<para>Validates the specified editor associated with the DXValidationProvider.
|
|
</para>
|
|
</summary>
|
|
<param name="control">
|
|
A <see cref="T:System.Windows.Forms.Control"/> object or descendant that represents the editor to be validated.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the editor has been successfully validated; otherwise <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider.Validate">
|
|
<summary>
|
|
<para>Validates all the editors associated with the DXValidationProvider.
|
|
</para>
|
|
</summary>
|
|
<returns><b>true</b> if all the editors have been successfully validated; <b>false</b> if one or more editors haven't been validated.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider.ValidateHiddenControls">
|
|
<summary>
|
|
<para>Gets or sets whether hidden editors are validated when calling the <see cref="M:DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider.Validate"/> method.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if validation of hidden editors is enabled; otherwise, <b>false</b>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider.ValidationFailed">
|
|
<summary>
|
|
<para>Allows you to perform actions when a control's validation fails.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider.ValidationMode">
|
|
<summary>
|
|
<para>Gets or sets the validation mode.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.DXErrorProvider.ValidationMode"/> enumeration value that specifies the validation mode.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar">
|
|
|
|
<summary>
|
|
<para>Represents the class which stores settings specific to the <see cref="T:DevExpress.XtraEditors.ZoomTrackBarControl"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the RepositoryItemZoomTrackBar class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar.AllowKeyboardNavigation">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure and cannot be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<value>@nbsp;
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar.AllowUseMiddleValue">
|
|
<summary>
|
|
<para>Gets or sets if the current <see cref="T:DevExpress.XtraEditors.ZoomTrackBarControl"/> uses its <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar.Middle"/> property.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the current ZoomTrackBarControl uses its <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar.Middle"/> property; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies the settings of the specified repository item.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object or its descendant that represents the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar.ButtonClick">
|
|
<summary>
|
|
<para>Occurs after the ZoomTrackBar control's pressed button has been released.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar.ButtonPressed">
|
|
<summary>
|
|
<para>Occurs immediately after the ZoomTrackBar control's button has been pressed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar.DistanceFromTickToLabel">
|
|
<summary>
|
|
<para>Labels are not supported in <see cref="T:DevExpress.XtraEditors.ZoomTrackBarControl"/>s.
|
|
</para>
|
|
</summary>
|
|
<value>@nbsp;
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of an editor corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the class name of a corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar.LabelAppearance">
|
|
<summary>
|
|
<para>Labels are not supported in <see cref="T:DevExpress.XtraEditors.ZoomTrackBarControl"/>s.
|
|
</para>
|
|
</summary>
|
|
<value>@nbsp;
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar.Labels">
|
|
<summary>
|
|
<para>Labels are not supported in <see cref="T:DevExpress.XtraEditors.ZoomTrackBarControl"/>s.
|
|
</para>
|
|
</summary>
|
|
<value>@nbsp;
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar.Middle">
|
|
<summary>
|
|
<para>Gets or sets the number of ticks from the <see cref="T:DevExpress.XtraEditors.ZoomTrackBarControl"/>'s starting value to its middle.
|
|
</para>
|
|
</summary>
|
|
<value>An Int32 value that is the number of ticks from the <see cref="T:DevExpress.XtraEditors.ZoomTrackBarControl"/>'s starting value to its middle.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar.ScrollThumbStyle">
|
|
<summary>
|
|
<para>Gets or sets the paint style of the control's scroll thumb.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.ScrollThumbStyle"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar.ShowLabels">
|
|
<summary>
|
|
<para>Labels are not supported in <see cref="T:DevExpress.XtraEditors.ZoomTrackBarControl"/>s.
|
|
</para>
|
|
</summary>
|
|
<value>@nbsp;
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar.ShowLabelsForHiddenTicks">
|
|
<summary>
|
|
<para>Labels are not supported in <see cref="T:DevExpress.XtraEditors.ZoomTrackBarControl"/>s.
|
|
</para>
|
|
</summary>
|
|
<value>@nbsp;
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar.TickFrequency">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemZoomTrackBar class.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar.TickStyle">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemZoomTrackBar class.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.TickStyle"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ZoomTrackBarControl">
|
|
|
|
<summary>
|
|
<para>A zoom track bar.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ZoomTrackBarControl.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ZoomTrackBarControl class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.ZoomTrackBarControl.ButtonClick">
|
|
<summary>
|
|
<para>Occurs after the ZoomTrackBar control's pressed button has been released.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.ZoomTrackBarControl.ButtonPressed">
|
|
<summary>
|
|
<para>Occurs immediately after the ZoomTrackBar control's button has been pressed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ZoomTrackBarControl.CalcMinHeight">
|
|
<summary>
|
|
<para>Calculates the editor's minimum height.
|
|
</para>
|
|
</summary>
|
|
<returns>The editor's minimum height, in pixels.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ZoomTrackBarControl.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ZoomTrackBarControl.Properties">
|
|
<summary>
|
|
<para>Gets an object which contains properties, methods and events specific to the <see cref="T:DevExpress.XtraEditors.ZoomTrackBarControl"/> control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar"/> object that contains a <see cref="T:DevExpress.XtraEditors.ZoomTrackBarControl"/> control's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemFontEdit">
|
|
|
|
<summary>
|
|
<para>Represents the class which stores settings specific to the <see cref="T:DevExpress.XtraEditors.FontEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemFontEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the RepositoryItemFontEdit class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemFontEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies properties and event handlers of the source repository item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The source repository item object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemFontEdit.DisplayFormat">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemFontEdit class.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemFontEdit.EditFormat">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemFontEdit class.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemFontEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of an editor corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the class name of a corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemFontEdit.Items">
|
|
<summary>
|
|
<para>Gets the collection of items displayed in the dropdown.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.ComboBoxItemCollection"/> object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemFontEdit.Mask">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemFontEdit class.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Mask.MaskProperties"/> object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemFontEdit.RecentlyUsedItemCount">
|
|
<summary>
|
|
<para>Gets or sets the maximum number of items in the editor's MRU list.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the maximum number of items in the editor's MRU list.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemFontEdit.ShowOnlyRegularStyleFonts">
|
|
<summary>
|
|
<para>Gets or sets whether a FontEdit editor only displays the fonts that support the Regular font style.
|
|
</para>
|
|
</summary>
|
|
<value>A Boolean value that specifies whether a FontEdit editor only displays the fonts that support the Regular font style.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemFontEdit.ShowSymbolFontPreview">
|
|
<summary>
|
|
<para>Gets or sets whether sample previews are displayed for symbol fonts in the dropdown.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if sample previews are displayed for symbol fonts in the dropdown; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemFontEdit.ShowToolTipForTrimmedText">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemFontEdit class.
|
|
</para>
|
|
</summary>
|
|
<value>@nbsp;
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemFontEdit.TextEditStyle">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemFontEdit class.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.TextEditStyles"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.FontEdit">
|
|
|
|
<summary>
|
|
<para>Represents an editor providing a dropdown, listing available fonts.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FontEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the FontEdit class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FontEdit.ClosePopup">
|
|
<summary>
|
|
<para>Closes the popup window accepting the changes made.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FontEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FontEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object which contains properties, methods and events specific to the <see cref="T:DevExpress.XtraEditors.FontEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemFontEdit"/> object that contains a <see cref="T:DevExpress.XtraEditors.FontEdit"/> control's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FontEdit.SelectedIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of the selected item.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the index of the selected item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.DateEditCalendarBase">
|
|
|
|
<summary>
|
|
<para>Represents the base class for controls which provide the ability to edit datetime values.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.BackColor">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:System.Windows.Forms.Control.BackColor"/> property.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.BackgroundImage">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:System.Windows.Forms.Control.BackgroundImage"/> property.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.ButtonsStyle">
|
|
<summary>
|
|
<para>Gets or sets the style used to draw editor buttons.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value identifying the style to draw editor buttons.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.DateEditCalendarBase.CalcBestSize(System.Drawing.Graphics)">
|
|
<summary>
|
|
<para>Calculates the minimum size the control needs to be to contain its contents.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="g">
|
|
A <see cref="T:System.Drawing.Graphics"/> object which specifies the graphics used to draw the DateEditCalendarBase control.
|
|
|
|
|
|
</param>
|
|
<returns>A <see cref="T:System.Drawing.Size"/> object representing the minimum size of the control that will best fit its content.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Controls.DateEditCalendarBase.CustomDrawDayNumberCell">
|
|
<summary>
|
|
<para>Occurs when drawing day cells in the DateEditCalendarBase control.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.DateFormat">
|
|
<summary>
|
|
<para>Gets or sets the date format settings currently used by the DateEditCalendarBase control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Globalization.DateTimeFormatInfo"/> object which contains the currnt date format settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.DateTime">
|
|
<summary>
|
|
<para>Gets or sets the date/time value edited within the DateEditCalendarBase control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.DateTime"/> object representing selected date/time value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Controls.DateEditCalendarBase.EditDateModified">
|
|
<summary>
|
|
<para>Occurs when the date currently being edited in this control has been changed.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.FirstDayOfWeek">
|
|
<summary>
|
|
<para>Gets the day which the DateEditCalendarBase's week starts from.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.DayOfWeek"/> enumeration value specifying the start day of the week for the DateEditCalendarBase.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.ForeColor">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:System.Windows.Forms.Control.ForeColor"/> property.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.FullButtonsHeight">
|
|
<summary>
|
|
<para>Gets the total height of all buttons shown within the DateEditCalendarBase control.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An integer value representing the total height of all buttons.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.DateEditCalendarBase.GetHitInfo(System.Windows.Forms.MouseEventArgs)">
|
|
<summary>
|
|
<para>Gets information on the element located at the specified point.
|
|
</para>
|
|
</summary>
|
|
<param name="e">
|
|
A MouseEventArgs object that specifies a test pont
|
|
|
|
</param>
|
|
<returns>A CalendarHitInfo object that contains information on an element.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.HighlightHolidays">
|
|
<summary>
|
|
<para>Gets or sets a value indicating if holiday dates should be highlighted in Red.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
<value>Always <b>true</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.HotDate">
|
|
<summary>
|
|
<para>Gets or sets the date being hot-tracked.
|
|
</para>
|
|
</summary>
|
|
<value>The date being hot-tracked.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.Multiselect">
|
|
<summary>
|
|
<para>Gets or sets a value indicating if end-users can select several dates at the same time in the DateEditCalendarBase.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to allow multiple dates to be selected at the same time; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.DateEditCalendarBase.ProcessKeyDown(System.Windows.Forms.KeyEventArgs)">
|
|
<summary>
|
|
<para>Manually processes the event when a key is pressed while the control has focus, and then raises the <see cref="E:System.Windows.Forms.Control.KeyDown"/> event.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="e">
|
|
A <see cref="T:System.Windows.Forms.KeyEventArgs"/> object which contains data for the <see cref="E:System.Windows.Forms.Control.KeyDown"/> event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.ReadOnly">
|
|
<summary>
|
|
<para>Gets or sets the read-only status of the DateEditCalendarBase control.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if end-users can not modify a control's value; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.Selection">
|
|
<summary>
|
|
<para>Gets the current selection.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.DatesCollection"/> object containing the currently selected dates.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.SelectionEnd">
|
|
<summary>
|
|
<para>Gets the last date selected in the DateEditCalendarBase control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.DateTime"/> object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.SelectionStart">
|
|
<summary>
|
|
<para>Gets the earliest date selected in the DateEditCalendarBase control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.DateTime"/> object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.ShowTodayButton">
|
|
<summary>
|
|
<para>Gets or sets a value which specifies whether the <b>Today</b> button is visible.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>Always <b>true</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.ShowWeekNumbers">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether week numbers will be shown in the DateEditCalendarBase.
|
|
</para>
|
|
</summary>
|
|
<value>Always <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.Text">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:System.Windows.Forms.Control.Text"/> property.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.TodayButton">
|
|
<summary>
|
|
<para>Provides access to the <b>Today</b> button which is shown at the bottom of the DateEditCalendarBase control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.BaseButton"/> object which represents the <b>Today</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.View">
|
|
<summary>
|
|
<para>Gets or sets the current view used to display date edited in the DateEditCalendarBase control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.DateEditCalendarViewType"/> enumeration value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.DateEditCalendarBase.WeekNumberRule">
|
|
<summary>
|
|
<para>Gets or sets the rule which specifies the first week of the year.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>Always <b>WeekNumberRule.Default</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.BaseDateControl">
|
|
|
|
<summary>
|
|
<para>Represents the base class for controls which provide the ability to edit datetime values.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseDateControl.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the BaseDateControl class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseDateControl.AppearanceCalendar">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the control's calendar area.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the calendar area.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseDateControl.AppearanceHeader">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint a control's header.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the header.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseDateControl.AppearanceWeekNumber">
|
|
<summary>
|
|
<para>Provides appearance settings used to paint week numbers.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object that contains the corresponding appearance settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseDateControl.ButtonsStyle">
|
|
<summary>
|
|
<para>Gets or sets the style used to draw editor buttons.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value identifying the style to draw editor buttons.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseDateControl.HighlightHolidays">
|
|
<summary>
|
|
<para>Gets or sets a value indicating if holiday dates should be highlighted in Red.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to highlight holiday dates; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseDateControl.ShowWeekNumbers">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether week numbers will be shown in the BaseDateControl.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to show week numbers; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.DateControl">
|
|
|
|
<summary>
|
|
<para>Represents the base class for controls which provide the ability to edit datetime values.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DateControl.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the DateControl class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DateControl.ShowTodayButton">
|
|
<summary>
|
|
<para>Gets or sets a value which specifies whether the <b>Today</b> button is visible.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to show the Today button; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.SimpleControl">
|
|
|
|
<summary>
|
|
<para>Represents the base class for controls which support the Developer Express look and feel mechanism.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.SimpleControl.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the SimpleControl class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.SimpleControl.BorderStyle">
|
|
<summary>
|
|
<para>Gets or sets the style used to draw the control's border.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration member specifying the border style of the control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.SimpleControl.LookAndFeel">
|
|
<summary>
|
|
<para>Gets an object containing the control's look and feel settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object containing the control's look and feel settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.RangeTrackBarControl">
|
|
|
|
<summary>
|
|
<para>Represents a track bar with two sliders that allow a user to select a range of values.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.RangeTrackBarControl.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the RangeTrackBarControl class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeTrackBarControl.AllowRangeDragging">
|
|
<summary>
|
|
<para>Gets or sets whether an end-user can drag the selected range with the mouse.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a user can drag the selected range with the mouse; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeTrackBarControl.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents the editor's class name.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeTrackBarControl.Properties">
|
|
<summary>
|
|
<para>Gets an object which contains properties, methods and events specific to track bars.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemRangeTrackBar"/> object that contains range track bar settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeTrackBarControl.Value">
|
|
<summary>
|
|
<para>Gets or sets the editor's value.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.TrackBarRange"/> object that represents the editor's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemRangeTrackBar">
|
|
|
|
<summary>
|
|
<para>Contains settings specific to a <see cref="T:DevExpress.XtraEditors.RangeTrackBarControl"/> editor.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemRangeTrackBar.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the RepositoryItemRangeTrackBar class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRangeTrackBar.AllowMouseWheel">
|
|
<summary>
|
|
<para>Gets or sets whether value scrolling via the Mouse Wheel is supported by the editor.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if scrolling via the Mouse Wheel is supported by the editor; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRangeTrackBar.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>A string that represents the editor's class name.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRangeTrackBar.LargeChange">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemRangeTrackBar class.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRangeTrackBar.SmallChange">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemRangeTrackBar class.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.TrackBarRange">
|
|
|
|
<summary>
|
|
<para>Represents the range of values.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.TrackBarRange.#ctor(System.Int32,System.Int32)">
|
|
<summary>
|
|
<para>Initializes a new instance of the TrackBarRange class.
|
|
</para>
|
|
</summary>
|
|
<param name="minimum">
|
|
An integer value that specifies the minimum limit of the range. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Repository.TrackBarRange.Minimum"/> property.
|
|
|
|
</param>
|
|
<param name="maximum">
|
|
An integer value that specifies the maximum limit of the range. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Repository.TrackBarRange.Maximum"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Repository.TrackBarRange.Empty">
|
|
<summary>
|
|
<para>Gets the TrackBarRange object whose minimum and maximum limits of the range are equal to <b>0</b>. To determine whether the TrackBarRange object is empty, use the <see cref="P:DevExpress.XtraEditors.Repository.TrackBarRange.IsEmpty"/> property.
|
|
</para>
|
|
</summary>
|
|
<returns> [To be supplied] </returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.TrackBarRange.Equals(System.Object)">
|
|
<summary>
|
|
<para>Determines whether the current object has the same settings as that of the specified object.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="obj">
|
|
A TrackBarRange object to compare with the current object.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the object specified by the parameter has the same settings as that of the current object; otherwise, <b>false</b>.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.TrackBarRange.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code (a number) that corresponds to the value of the current TrackBarRange object.
|
|
</para>
|
|
</summary>
|
|
<returns>An integer value representing the hash code for the current object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.TrackBarRange.IsEmpty">
|
|
<summary>
|
|
<para>Gets whether the minimum and maximum limits of the range are equal to <b>0</b>.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the minimum and maximum limits of the range are equal to <b>0</b>; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.TrackBarRange.Maximum">
|
|
<summary>
|
|
<para>Gets or sets the maximum limit of the range.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the maximum limit of the range.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.TrackBarRange.Minimum">
|
|
<summary>
|
|
<para>Gets or sets the minimum limit of the range.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the minimum limit of the range.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.TrackBarRange.ToString">
|
|
<summary>
|
|
<para>Returns a human-readable string that represents the TrackBarRange object.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value that represents the TrackBarRange object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.XtraMessageBox">
|
|
|
|
<summary>
|
|
<para>Represents a message box that can contain text, caption, buttons, icons, etc.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.XtraMessageBox.AllowCustomLookAndFeel">
|
|
<summary>
|
|
<para>Gets or sets whether the message box is painted using its own look and feel settings.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the message box is painted using its own look and feel settings; <b>false</b> if the default look and feel settings are used.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.DialogResult[],System.Drawing.Icon,System.Int32,System.Windows.Forms.MessageBoxIcon)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified owner, text, caption, buttons, icon, default button and plays the sound that corresponds to the specified system-alert level.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that serves as a dialog box's top-level window and owner.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies the message box's caption.
|
|
|
|
</param>
|
|
<param name="buttons">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"/> values that specify which buttons to display in the message box.
|
|
|
|
|
|
</param>
|
|
<param name="icon">
|
|
The <see cref="T:System.Drawing.Icon"/> displayed in the message box.
|
|
|
|
</param>
|
|
<param name="defaultButton">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"/> values that specifies the default button for the message box.
|
|
|
|
|
|
</param>
|
|
<param name="messageBeepSound">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxIcon"/> values that specifies a system-alert level.
|
|
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified text, caption and buttons.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies the message box's caption.
|
|
|
|
</param>
|
|
<param name="buttons">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"/> values that specify which buttons to display in the message box.
|
|
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified owner, text, caption and buttons.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that serves as a dialog box's top-level window and owner.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies the message box's caption.
|
|
|
|
</param>
|
|
<param name="buttons">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"/> values that specify which buttons to display in the message box.
|
|
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.DialogResult[],System.Drawing.Icon,System.Int32,System.Windows.Forms.MessageBoxIcon)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified look and feel settings, owner, text, caption, buttons, icon, default button and plays the sound that corresponds to the specified system-alert level.
|
|
</para>
|
|
</summary>
|
|
<param name="lookAndFeel">
|
|
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the message box's look and feel.
|
|
|
|
</param>
|
|
<param name="owner">
|
|
An object that serves as a dialog box's top-level window and owner.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies the message box's caption.
|
|
|
|
</param>
|
|
<param name="buttons">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"/> values that specify which buttons to display in the message box.
|
|
|
|
|
|
</param>
|
|
<param name="icon">
|
|
The <see cref="T:System.Drawing.Icon"/> displayed in the message box.
|
|
|
|
</param>
|
|
<param name="defaultButton">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"/> values that specifies the default button for the message box.
|
|
|
|
|
|
</param>
|
|
<param name="messageBeepSound">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxIcon"/> values that specifies a system-alert level.
|
|
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified owner, text, caption, buttons and icon.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that serves as a dialog box's top-level window and owner.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies the message box's caption.
|
|
|
|
</param>
|
|
<param name="buttons">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"/> values that specify which buttons to display in the message box.
|
|
|
|
|
|
</param>
|
|
<param name="icon">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxIcon"/> values that specifies which icon to display in the message box.
|
|
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(System.String)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified text, caption, buttons and icon.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies the message box's caption.
|
|
|
|
</param>
|
|
<param name="buttons">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"/> values that specify which buttons to display in the message box.
|
|
|
|
|
|
</param>
|
|
<param name="icon">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxIcon"/> values that specifies which icon to display in the message box.
|
|
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified owner, text and caption.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that serves as a dialog box's top-level window and owner.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies the message box's caption.
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(System.String,System.String)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified text and caption.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies the message box's caption.
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(System.Windows.Forms.IWin32Window,System.String)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified owner and text.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that serves as a dialog box's top-level window and owner.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,System.String)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified look and feel settings, owner and text.
|
|
</para>
|
|
</summary>
|
|
<param name="lookAndFeel">
|
|
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the message box's look and feel.
|
|
|
|
</param>
|
|
<param name="owner">
|
|
An object that serves as a dialog box's top-level window and owner.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(DevExpress.LookAndFeel.UserLookAndFeel,System.String,System.String)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified look and feel settings, text and caption.
|
|
</para>
|
|
</summary>
|
|
<param name="lookAndFeel">
|
|
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the message box's look and feel.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies the message box's caption.
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,System.String,System.String)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified look and feel settings, owner, text and caption.
|
|
</para>
|
|
</summary>
|
|
<param name="lookAndFeel">
|
|
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the message box's look and feel.
|
|
|
|
</param>
|
|
<param name="owner">
|
|
An object that serves as a dialog box's top-level window and owner.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies the message box's caption.
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified text, caption, buttons, icon and default button.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies the message box's caption.
|
|
|
|
</param>
|
|
<param name="buttons">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"/> values that specify which buttons to display in the message box.
|
|
|
|
|
|
</param>
|
|
<param name="icon">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxIcon"/> values that specifies which icon to display in the message box.
|
|
|
|
|
|
</param>
|
|
<param name="defaultButton">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"/> values that specifies the default button for the message box.
|
|
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified owner, text, caption, buttons, icon and default button.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object that serves as a dialog box's top-level window and owner.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies the message box's caption.
|
|
|
|
</param>
|
|
<param name="buttons">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"/> values that specify which buttons to display in the message box.
|
|
|
|
|
|
</param>
|
|
<param name="icon">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxIcon"/> values that specifies which icon to display in the message box.
|
|
|
|
|
|
</param>
|
|
<param name="defaultButton">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"/> values that specifies the default button for the message box.
|
|
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(DevExpress.LookAndFeel.UserLookAndFeel,System.String)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified look and feel settings and text.
|
|
</para>
|
|
</summary>
|
|
<param name="lookAndFeel">
|
|
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the message box's look and feel.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified look and feel settings, owner, text, caption, buttons and icon.
|
|
</para>
|
|
</summary>
|
|
<param name="lookAndFeel">
|
|
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the message box's look and feel.
|
|
|
|
</param>
|
|
<param name="owner">
|
|
An object that serves as a dialog box's top-level window and owner.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies the message box's caption.
|
|
|
|
</param>
|
|
<param name="buttons">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"/> values that specify which buttons to display in the message box.
|
|
|
|
|
|
</param>
|
|
<param name="icon">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxIcon"/> values that specifies which icon to display in the message box.
|
|
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(DevExpress.LookAndFeel.UserLookAndFeel,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified look and feel settings, text, caption, buttons, icon and default button.
|
|
</para>
|
|
</summary>
|
|
<param name="lookAndFeel">
|
|
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the message box's look and feel.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies the message box's caption.
|
|
|
|
</param>
|
|
<param name="buttons">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"/> values that specify which buttons to display in the message box.
|
|
|
|
|
|
</param>
|
|
<param name="icon">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxIcon"/> values that specifies which icon to display in the message box.
|
|
|
|
|
|
</param>
|
|
<param name="defaultButton">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"/> values that specifies the default button for the message box.
|
|
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified look and feel settings, text, caption, buttons, icon and default button.
|
|
</para>
|
|
</summary>
|
|
<param name="lookAndFeel">
|
|
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the message box's look and feel.
|
|
|
|
</param>
|
|
<param name="owner">
|
|
An object that serves as a dialog box's top-level window and owner.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies the message box's caption.
|
|
|
|
</param>
|
|
<param name="buttons">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"/> values that specify which buttons to display in the message box.
|
|
|
|
|
|
</param>
|
|
<param name="icon">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxIcon"/> values that specifies which icon to display in the message box.
|
|
|
|
|
|
</param>
|
|
<param name="defaultButton">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"/> values that specifies the default button for the message box.
|
|
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(DevExpress.LookAndFeel.UserLookAndFeel,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified look and feel settings, text, caption, buttons and icon.
|
|
</para>
|
|
</summary>
|
|
<param name="lookAndFeel">
|
|
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the message box's look and feel.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies the message box's caption.
|
|
|
|
</param>
|
|
<param name="buttons">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"/> values that specify which buttons to display in the message box.
|
|
|
|
|
|
</param>
|
|
<param name="icon">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxIcon"/> values that specifies which icon to display in the message box.
|
|
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(DevExpress.LookAndFeel.UserLookAndFeel,System.String,System.String,System.Windows.Forms.MessageBoxButtons)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified look and feel settings, text, caption and buttons.
|
|
</para>
|
|
</summary>
|
|
<param name="lookAndFeel">
|
|
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the message box's look and feel.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies the message box's caption.
|
|
|
|
</param>
|
|
<param name="buttons">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"/> values that specify which buttons to display in the message box.
|
|
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.XtraMessageBox.Show(DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons)">
|
|
<summary>
|
|
<para>Displays the XtraMessageBox with the specified look and feel settings, owner, text, caption and buttons.
|
|
</para>
|
|
</summary>
|
|
<param name="lookAndFeel">
|
|
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the message box's look and feel.
|
|
|
|
</param>
|
|
<param name="owner">
|
|
An object that serves as a dialog box's top-level window and owner.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string value that specifies the text to display in the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies the message box's caption.
|
|
|
|
</param>
|
|
<param name="buttons">
|
|
One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"/> values that specify which buttons to display in the message box.
|
|
|
|
|
|
</param>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider">
|
|
|
|
<summary>
|
|
<para>A component that provides error management for Developer Express bound and unbound editors.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.#ctor(System.Windows.Forms.ContainerControl)">
|
|
<summary>
|
|
<para>Initializes a new instance of the DXErrorProvider class with the specified control container.
|
|
</para>
|
|
</summary>
|
|
<param name="parentControl">
|
|
A parent of controls whose errors are monitored by the DXErrorProvider. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.ContainerControl"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.StyleController"/> 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.XtraEditors.DXErrorProvider.DXErrorProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the DXErrorProvider class with the default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.BindToDataAndErrors(System.Object,System.String)">
|
|
<summary>
|
|
<para>Sets the data source to be monitored for errors.
|
|
</para>
|
|
</summary>
|
|
<param name="newDataSource">
|
|
A data set to be monitored for errors. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.DataSource"/> property.
|
|
|
|
</param>
|
|
<param name="newDataMember">
|
|
The name of the specified data set member. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.DataMember"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.CanExtend(System.Object)">
|
|
<summary>
|
|
<para>Gets a value indicating whether a control can be extended.
|
|
</para>
|
|
</summary>
|
|
<param name="extendee">
|
|
The control to be extended.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the control can be extended; otherwise, <b>false</b>.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.ClearErrors">
|
|
<summary>
|
|
<para>Visually clears all error icons that have been displayed by the current DXErrorProvider.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.ContainerControl">
|
|
<summary>
|
|
<para>Gets or sets a control which owns the controls monitored for errors.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:System.Windows.Forms.ContainerControl"/> that contains the controls monitored for errors by the DXErrorProvider.
|
|
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.DataMember">
|
|
<summary>
|
|
<para>Gets or sets a data source member monitored for errors.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A string value representing the data source member.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.DataSource">
|
|
<summary>
|
|
<para>Gets or sets the data source to be monitored for errors.
|
|
</para>
|
|
</summary>
|
|
<value>An object which represents the data source.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.GetControlsWithError(DevExpress.XtraEditors.DXErrorProvider.ErrorType)">
|
|
<summary>
|
|
<para>Gets a list of the controls with which errors of the specified type are associated.
|
|
</para>
|
|
</summary>
|
|
<param name="errorType">
|
|
An <see cref="T:DevExpress.XtraEditors.DXErrorProvider.ErrorType"/> value that specifies the type of error that editors to be returned must contain.
|
|
|
|
</param>
|
|
<returns>A list of the controls with which errors are associated.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.GetControlsWithError">
|
|
<summary>
|
|
<para>Gets a list of the controls with which errors are associated.
|
|
</para>
|
|
</summary>
|
|
<returns>A list of the controls with which errors are associated.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.GetError(System.Windows.Forms.Control)">
|
|
<summary>
|
|
<para>Gets an error text associated with the specified control.
|
|
</para>
|
|
</summary>
|
|
<param name="control">
|
|
A control whose error text is returned.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:System.String"/> value that represents the error text associated with the specified control.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.GetErrorIcon">
|
|
<summary>
|
|
<para>Allows you to provide custom error icons for editors.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.GetErrorIconInternal(DevExpress.XtraEditors.DXErrorProvider.ErrorType)">
|
|
<summary>
|
|
<para>This method supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="type">
|
|
@nbsp;
|
|
|
|
</param>
|
|
<returns>@nbsp;
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.GetErrorType(System.Windows.Forms.Control)">
|
|
<summary>
|
|
<para>Gets the type of error associated with the specified control.
|
|
</para>
|
|
</summary>
|
|
<param name="control">
|
|
The control whose error type should be obtained.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.XtraEditors.DXErrorProvider.ErrorType"/> value that specifies the error type.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.GetIconAlignment(System.Windows.Forms.Control)">
|
|
<summary>
|
|
<para>Returns the alignment of the error icon associated with the specified control.
|
|
</para>
|
|
</summary>
|
|
<param name="control">
|
|
A control whose error icon alignment is returned.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.ErrorIconAlignment"/> value that specifies the alignment of the control's error icon.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.HasErrors">
|
|
<summary>
|
|
<para>Gets whether there is any error that is set via the DXErrorProvider's methods or on the data source level.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if there is any error; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.HasErrorsOfType(DevExpress.XtraEditors.DXErrorProvider.ErrorType)">
|
|
<summary>
|
|
<para>Returns whether there is any error of the specified type.
|
|
</para>
|
|
</summary>
|
|
<param name="errorType">
|
|
An <see cref="T:DevExpress.XtraEditors.DXErrorProvider.ErrorType"/> value that represents the error type to be located.
|
|
|
|
</param>
|
|
<returns><b>true</b> if there is an error of the specified type; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.SetError(System.Windows.Forms.Control,System.String,DevExpress.XtraEditors.DXErrorProvider.ErrorType)">
|
|
<summary>
|
|
<para>Sets an error, of a specific error type for a control.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="control">
|
|
A control with which an error is associated.
|
|
|
|
</param>
|
|
<param name="errorText">
|
|
A string that specifies the error text.
|
|
|
|
|
|
</param>
|
|
<param name="errorType">
|
|
An <see cref="T:DevExpress.XtraEditors.DXErrorProvider.ErrorType"/> value that represents the error type, and the type of error icon that will be displayed.
|
|
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.SetError(System.Windows.Forms.Control,System.String)">
|
|
<summary>
|
|
<para>Sets a default type error for a control.
|
|
</para>
|
|
</summary>
|
|
<param name="control">
|
|
A control with which an error is associated.
|
|
|
|
</param>
|
|
<param name="errorText">
|
|
A string that specifies the error text.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.SetErrorType(System.Windows.Forms.Control,DevExpress.XtraEditors.DXErrorProvider.ErrorType)">
|
|
<summary>
|
|
<para>Sets the type of error associated with the specified control.
|
|
</para>
|
|
</summary>
|
|
<param name="control">
|
|
The control whose error type is specified.
|
|
|
|
</param>
|
|
<param name="errorType">
|
|
An <see cref="T:DevExpress.XtraEditors.DXErrorProvider.ErrorType"/> value that specifies the error type.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.SetIconAlignment(System.Windows.Forms.Control,System.Windows.Forms.ErrorIconAlignment)">
|
|
<summary>
|
|
<para>Specifies the alignment of an error icon for a control.
|
|
</para>
|
|
</summary>
|
|
<param name="control">
|
|
The control for which the error icon alignment is specified.
|
|
|
|
</param>
|
|
<param name="alignment">
|
|
A <see cref="T:System.Windows.Forms.ErrorIconAlignment"/> value that specifies the alignment of the control's error icon.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider.UpdateBinding">
|
|
<summary>
|
|
<para>Updates the binding and display error information, to reflect errors that could have been set on the data store level.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.FilterControl">
|
|
|
|
<summary>
|
|
<para>Represents a <b>Filter Control</b>.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FilterControl.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the FilterControl class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.ActiveEditor">
|
|
<summary>
|
|
<para>Gets the currently active editor used to edit operand value(s).
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.BaseEdit"/> descendant that represents the currently active editor. <b>null</b> (<b>Nothing</b> in Visual Basic) if no operand value is currently being edited.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.AllowAggregateEditing">
|
|
<summary>
|
|
<para>Gets or sets whether filters can be created against properties that are List objects.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.FilterControlAllowAggregateEditing"/> value that specifies if filters can be created against properties that are List objects.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.AllowCreateDefaultClause">
|
|
<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.XtraEditors.FilterControl.AppearanceEmptyValueColor">
|
|
<summary>
|
|
<para>Gets or sets the color of empty values.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure that specifies the color of empty values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.AppearanceFieldNameColor">
|
|
<summary>
|
|
<para>Gets or sets the color of field names.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure that specifies the color of field names.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.AppearanceGroupOperatorColor">
|
|
<summary>
|
|
<para>Gets or sets the color of group operators.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure that specifies the color of group operators.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.AppearanceOperatorColor">
|
|
<summary>
|
|
<para>Gets or sets the color of logical operators.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure that specifies the color of logical operators.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.AppearanceTreeLine">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint tree lines.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint tree lines.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.AppearanceValueColor">
|
|
<summary>
|
|
<para>Gets or sets the color of values.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure that specifies the color of values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FilterControl.ApplyFilter">
|
|
<summary>
|
|
<para>Applies the filter criteria to the source control.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.FilterControl.BeforeCreateValueEditor">
|
|
<summary>
|
|
<para>Fires before creating an editor used to edit operands in the FilterControl.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.FilterControl.BeforeShowValueEditor">
|
|
<summary>
|
|
<para>Fires before displaying an editor used to edit operands in the FilterControl.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FilterControl.CreateCriteriaByDefaultColumn">
|
|
<summary>
|
|
<para>Creates empty criteria for the default column (<see cref="M:DevExpress.XtraEditors.FilterControl.GetDefaultColumn"/>).
|
|
</para>
|
|
</summary>
|
|
<returns>A Node object that specifies the created empty criteria for the default column.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.FilterControl.CreateCriteriaCustomParse">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.FilterControl.CreateCriteriaParseContext">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.FilterControl.CreateCustomRepositoryItem">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.FilterControl.DisposeValueEditor">
|
|
<summary>
|
|
<para>Fires before an editor used to edit operands is disposed of.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.FilterControl.FilterChanged">
|
|
<summary>
|
|
<para>Occurs after filter criteria in the FilterControl have been modified.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.FilterColumns">
|
|
<summary>
|
|
<para>Gets a filter column collection.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Filtering.FilterColumnCollection"/> object that represents the collection of filter columns.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.FilterCriteria">
|
|
<summary>
|
|
<para>Gets or sets the total filter expression.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> descendant that represents the total filter expression.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.FilterString">
|
|
<summary>
|
|
<para>Gets or sets the total filter expression.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the total filter expression.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.FilterControl.FilterStringChanged">
|
|
<summary>
|
|
<para>Fires after a value of the <see cref="P:DevExpress.XtraEditors.FilterControl.FilterString"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.FilterViewInfo">
|
|
<summary>
|
|
<para>Gets the object which contains information used to render the <b>Filter Control</b>.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Filtering.FilterControlViewInfo"/> object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FilterControl.GetDefaultColumn">
|
|
<summary>
|
|
<para>Gets the default column used to create a new filter in the Filter Control.
|
|
</para>
|
|
</summary>
|
|
<returns>The default filter column.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.FilterControl.ItemClick">
|
|
<summary>
|
|
<para>Fires after any element (logical operator, operand value, field name, etc.) of the <b>Filter Control</b> has been clicked.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.FilterControl.ItemDoubleClick">
|
|
<summary>
|
|
<para>Fires after any element (logical operator, operand value, field name, etc.) of the <b>Filter Control</b> has been double clicked.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.LevelIndent">
|
|
<summary>
|
|
<para>Gets or sets a value which specifies the width of level indents (horizontal tree lines).
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the indent, in pixels.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.MaxOperandsCount">
|
|
<summary>
|
|
<para>Gets or sets the maximum number of atomic operands simultaneously displayed within a group operand. If there are more atomic operands in display mode, the group operand's text representation will be trimmed. In edit mode, the group operand's values will be edited via a <see cref="T:DevExpress.XtraEditors.CheckedComboBoxEdit"/> control. This feature is supported when the FilterControl is bound to XtraGrid.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the maximum number of atomic operands simultaneously displayed within a group operand.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.MenuManager">
|
|
<summary>
|
|
<para>Gets or sets the menu manager which controls the look and feel of the context menus.
|
|
</para>
|
|
</summary>
|
|
<value>An object which implements the <see cref="T:DevExpress.Utils.Menu.IDXMenuManager"/> interface.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.Model">
|
|
<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.XtraEditors.FilterControl.NodeSeparatorHeight">
|
|
<summary>
|
|
<para>Gets or sets the distance between logical expressions.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value which specifies the distance between logical expressions, in pixels.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FilterControl.OnModelChanged(DevExpress.XtraEditors.FilterChangedEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="info">
|
|
@nbsp;
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.FilterControl.PopupMenuShowing">
|
|
<summary>
|
|
<para>Fires when a popup menu is about to be displayed for the FilterControl's visual elements.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FilterControl.SetDefaultColumn(DevExpress.XtraEditors.Filtering.FilterColumn)">
|
|
<summary>
|
|
<para>Specifies the filter column which is used by default when a new logical expression is created.
|
|
</para>
|
|
</summary>
|
|
<param name="column">
|
|
A <see cref="T:DevExpress.XtraEditors.Filtering.FilterColumn"/> object or a descendant which represents the filter column used by default when a new logical expression is created.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FilterControl.SetFilterColumnsCollection(DevExpress.XtraEditors.Filtering.FilterColumnCollection,DevExpress.Utils.Menu.IDXMenuManager)">
|
|
<summary>
|
|
<para>Creates filter columns.
|
|
</para>
|
|
</summary>
|
|
<param name="columns">
|
|
A <see cref="T:DevExpress.XtraEditors.Filtering.FilterColumnCollection"/> object that represents the collection of filter columns.
|
|
|
|
</param>
|
|
<param name="manager">
|
|
An object which represents the menu manager which controls the look and feel of the context menus.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FilterControl.SetFilterColumnsCollection(DevExpress.XtraEditors.Filtering.FilterColumnCollection)">
|
|
<summary>
|
|
<para>Creates filter columns.
|
|
</para>
|
|
</summary>
|
|
<param name="columns">
|
|
A <see cref="T:DevExpress.XtraEditors.Filtering.FilterColumnCollection"/> object that represents the collection of filter columns.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.ShowDateTimeConstants">
|
|
<summary>
|
|
<para>Gets or sets whether the FilterControl displays date-time specific constants for date-time fields, allowing a filter to be created using these constants.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the FilterControl displays date-time specific constants for date-time fields; otherwise, <b>false</b>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.ShowDateTimeOperators">
|
|
<summary>
|
|
<para>Gets or sets whether date-time specific operators are available for date-time fields.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if date-time specific operators are available for date-time fields; otherwise, <b>false</b>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.FilterControl.ShowFilterControlMenu">
|
|
<summary>
|
|
<para>Allows the FilterControl's context menus to be customized.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.ShowGroupCommandsIcon">
|
|
<summary>
|
|
<para>Gets or sets whether the group commands icon is displayed.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to display the group commands icon; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.ShowIsNullOperatorsForStrings">
|
|
<summary>
|
|
<para>Gets or sets whether the IsNull operator is available for string values.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the IsNull operator is available for string values; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.ShowOperandCustomFunctions">
|
|
<summary>
|
|
<para>Gets or sets whether the FilterControl allows specific functions/constants to be used within operand value boxes.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the FilterControl allows specific functions/constants to be used within operand value boxes; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.ShowOperandTypeIcon">
|
|
<summary>
|
|
<para>Gets or sets whether the operand's value can be swapped.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to allow end-users to swap the operand's value; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.SortFilterColumns">
|
|
<summary>
|
|
<para>Gets or sets whether column captions appear sorted in the FilterControl's menus.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to sort column captions; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.SourceControl">
|
|
<summary>
|
|
<para>Gets or sets the source control.
|
|
</para>
|
|
</summary>
|
|
<value>An object that represents the source control for the <b>Filter Control</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.StyleController">
|
|
<summary>
|
|
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<value><b>null</b> (<b>Nothing</b> in Visual Basic)
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FilterControl.UseMenuForOperandsAndOperators">
|
|
<summary>
|
|
<para>Gets or sets whether a menu or combobox editor is used to select operands and operators in a FilterControl.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a menu is used to select operands and operators in a FilterControl; <b>false</b> if a combobox editor is used.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.SliderImageCollection">
|
|
|
|
<summary>
|
|
<para>An image collection for an <see cref="T:DevExpress.XtraEditors.Controls.ImageSlider"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.SliderImageCollection.#ctor(DevExpress.XtraEditors.Controls.ImageSlider)">
|
|
<summary>
|
|
<para>Initializes a new instance of the SliderImageCollection class with default settings.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An <see cref="T:DevExpress.XtraEditors.Controls.ImageSlider"/> object that owns the initialized SliderImageCollection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.SliderImageCollection.Add(System.Drawing.Image)">
|
|
<summary>
|
|
<para>Adds an item to the current SliderImageCollection collection and returns its index.
|
|
</para>
|
|
</summary>
|
|
<param name="image">
|
|
An Image object to be added to the current SliderImageCollection.
|
|
|
|
</param>
|
|
<returns>An integer value indicating an index of the item added.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.SliderImageCollection.Contains(System.Drawing.Image)">
|
|
<summary>
|
|
<para>Returns whether the current SliderImageCollection contains a specified image object.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="image">
|
|
An Image object to check as to whether it belongs to the current SliderImageCollection.
|
|
|
|
|
|
</param>
|
|
<returns><b>true</b> if the current SliderImageCollection contains a specified image object; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.SliderImageCollection.IndexOf(System.Drawing.Image)">
|
|
<summary>
|
|
<para>Returns an index of the specified Image object within the current SliderImageCollection.
|
|
</para>
|
|
</summary>
|
|
<param name="image">
|
|
An Image object, whose index is to be obtained.
|
|
|
|
</param>
|
|
<returns>An integer value that defines an index of the specified Image object within the current SliderImageCollection.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.SliderImageCollection.Insert(System.Int32,System.Drawing.Image)">
|
|
<summary>
|
|
<para>Places an image object at the specified position in the current SliderImageCollection.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value indicating a position within the current SliderImageCollection to which an image will be placed.
|
|
|
|
|
|
</param>
|
|
<param name="image">
|
|
An Image object to be added to a specified position in the current SliderImageCollection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.SliderImageCollection.Item(System.Int32)">
|
|
<summary>
|
|
<para>Provides indexed access to images stored within the SliderImageCollection.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value, specifying a position of the required Image object within the current SliderImageCollection
|
|
|
|
</param>
|
|
<value>An Image object contained within the current SliderImageCollection at the specified position.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.SliderImageCollection.Remove(System.Drawing.Image)">
|
|
<summary>
|
|
<para>Removes the specified image from the current SliderImageCollection.
|
|
</para>
|
|
</summary>
|
|
<param name="image">
|
|
An Image object to be removed from the current SliderImageCollection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.SliderImageCollection.Slider">
|
|
<summary>
|
|
<para>Gets a <see cref="T:DevExpress.XtraEditors.Controls.ImageSlider"/> object that owns the current SliderImageCollection.
|
|
</para>
|
|
</summary>
|
|
<value>An <A HREF="clsDevExpressXtraEditorsControlsImageSlidertopic.htm">ImageSlider</A> object that owns the current SliderImageCollection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.NavigatorButtonBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for the <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorButtonBase.#ctor(System.Int32,System.Boolean,System.Boolean,System.String,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.NavigatorButtonBase"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="imageIndex">
|
|
An integer value which specifies the zero-based index of the image within the source collection. This value is assigned to the <see cref="P:DevExpress.XtraEditors.NavigatorButtonBase.ImageIndex"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
<b>true</b> if the button is enabled and a user can perform actions on it; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.NavigatorButtonBase.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> if the button is visible; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.NavigatorButtonBase.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="hint">
|
|
A <see cref="T:System.String"/> value which represents the text displayed when the mouse pointer is over the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.NavigatorButtonBase.Hint"/> property.
|
|
|
|
</param>
|
|
<param name="tag">
|
|
An object that contains information which is associated with the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.NavigatorButtonBase.Tag"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonBase.ButtonType">
|
|
<summary>
|
|
<para>Gets the button's type.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="F:DevExpress.XtraEditors.NavigatorButtonType.Custom"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonBase.Enabled">
|
|
<summary>
|
|
<para>Gets or sets whether the button is enabled and an end-user can perform actions on it.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the button is enabled and an end-user can perform actions on it; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonBase.Hint">
|
|
<summary>
|
|
<para>Gets or sets the button's hint.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value which represents the text displayed when the mouse pointer is over the button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonBase.ImageIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of the image to display within the button.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value which specifies the zero-based index of the image within the source collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonBase.ImageList">
|
|
<summary>
|
|
<para>Gets the source of images to be displayed within the navigation buttons.
|
|
</para>
|
|
</summary>
|
|
<value>An object which represents the source of images.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonBase.IsAutoRepeatSupported">
|
|
<summary>
|
|
<para>Indicates whether data records are scrolled repeatedly when the button is held down.
|
|
</para>
|
|
</summary>
|
|
<value>Always <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonBase.Tag">
|
|
<summary>
|
|
<para>Gets or sets the data associated with the button.
|
|
</para>
|
|
</summary>
|
|
<value>An object that contains information which is associated with the button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonBase.Visible">
|
|
<summary>
|
|
<para>Gets or sets whether the button is visible.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the button is visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.LabelAutoSizeMode">
|
|
|
|
<summary>
|
|
<para>LIsts values that specify how the label is automatically resized to display its entire contents.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.LabelAutoSizeMode.Default">
|
|
<summary>
|
|
<para>In VS2002/2003, the same as the <b>None</b> option.
|
|
<para>
|
|
In VS2005, the same as the <b>Horizontal</b> option.
|
|
</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal">
|
|
<summary>
|
|
<para>The label is automatically resized to display its entire contents horizontally. The label's size depends only on the length of the text and the font settings, the label cannot be resized by an end-user.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.LabelAutoSizeMode.None">
|
|
<summary>
|
|
<para>Disables the auto size mode. An end-user is allowed to change both the label's width and height.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.LabelAutoSizeMode.Vertical">
|
|
<summary>
|
|
<para>The label's height is automatically changed to display its entire contents. In this instance, an end-user can change the label's width while its height is automatically adjusted to fit the label's text.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ImageAlignToText">
|
|
|
|
<summary>
|
|
<para>Lists the values that specify how an image is aligned relative to the label's text.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageAlignToText.BottomCenter">
|
|
<summary>
|
|
<para>The image is vertically aligned at the bottom, and horizontally aligned at the center.
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageAlignToText.BottomLeft">
|
|
<summary>
|
|
<para>The image is vertically aligned at the bottom, and horizontally aligned on the left.
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageAlignToText.BottomRight">
|
|
<summary>
|
|
<para>The image is vertically aligned at the bottom, and horizontally aligned on the right.
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageAlignToText.LeftBottom">
|
|
<summary>
|
|
<para>The image is horizontally aligned on the left and vertically aligned at the bottom.
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageAlignToText.LeftCenter">
|
|
<summary>
|
|
<para>The image is horizontally aligned on the left and vertically aligned at the center.
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageAlignToText.LeftTop">
|
|
<summary>
|
|
<para>The image is horizontally aligned on the left and vertically aligned at the top.
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageAlignToText.None">
|
|
<summary>
|
|
<para>The image isn't aligned relative to the label's text. The alignment of the image is specified by the label's appearance settings (<see cref="P:DevExpress.XtraEditors.LabelControlAppearanceObject.ImageAlign"/>).
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageAlignToText.RightBottom">
|
|
<summary>
|
|
<para>The image is horizontally aligned on the right and vertically aligned at the bottom.
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageAlignToText.RightCenter">
|
|
<summary>
|
|
<para>The image is horizontally aligned on the right and vertically aligned at the center.
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageAlignToText.RightTop">
|
|
<summary>
|
|
<para>The image is horizontally aligned on the right and vertically aligned at the top.
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageAlignToText.TopCenter">
|
|
<summary>
|
|
<para>The image is vertically aligned at the top, and horizontally aligned at the center.
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageAlignToText.TopLeft">
|
|
<summary>
|
|
<para>The image is vertically aligned at the top, and horizontally aligned on the left.
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageAlignToText.TopRight">
|
|
<summary>
|
|
<para>The image is vertically aligned at the top, and horizontally aligned on the right.
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar">
|
|
|
|
<summary>
|
|
<para>Contains settings specific to a <see cref="T:DevExpress.XtraEditors.TrackBarControl"/> editor.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.Alignment">
|
|
<summary>
|
|
<para>Gets or sets the vertical alignment of the control when the auto-size feature is disabled.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.VertAlignment"/> value that specifies the control's vertical alignment.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.AllowMouseWheel">
|
|
<summary>
|
|
<para>Gets or sets whether value scrolling via the Mouse Wheel is supported by the editor.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if scrolling via the Mouse Wheel is supported by the editor; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies the settings of the specified repository item.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object or its descendant that represents the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.AutoHeight">
|
|
<summary>
|
|
<para>Gets or sets a value which specifies whether the editor's height is automatically calculated to fit its content.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>Always <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.AutoSize">
|
|
<summary>
|
|
<para>Gets or sets whether the track bar's size is automatically calculated based on its look and feel settings.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to allow a track bar to automatically calculate its size; otherwise, <b>false</b>.
|
|
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.AutoSizeChanged">
|
|
<summary>
|
|
<para>Fires after the value of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.AutoSize"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.BeforeShowValueToolTip">
|
|
<summary>
|
|
<para>Allows you to provide custom tooltips for the thumb(s).
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.DisplayFormat">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemTrackBar class.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.DistanceFromTickToLabel">
|
|
<summary>
|
|
<para>Gets or sets the distance between a tick and its label.
|
|
</para>
|
|
</summary>
|
|
<value>An Int32 value that is the distance between a tick and its label.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.EditFormat">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemTrackBar class.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>The string that represents the editor's class name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.GetBrick(DevExpress.XtraEditors.PrintCellHelperInfo)">
|
|
<summary>
|
|
<para>Returns a brick object that contains information on how the current editor should be printed.
|
|
</para>
|
|
</summary>
|
|
<param name="info">
|
|
A <see cref="T:DevExpress.XtraEditors.PrintCellHelperInfo"/> object that provides information on the editor's state and appearance settings that will be used when the editor is printed.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.XtraPrinting.IVisualBrick"/> object that provides information on how the current editor should be printed.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.HighlightSelectedRange">
|
|
<summary>
|
|
<para>Gets or sets whether the selected range is highlighted.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the selected range is highlighted; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.LabelAppearance">
|
|
<summary>
|
|
<para>Provides access to appearance settings used to paint the current <see cref="T:DevExpress.XtraEditors.TrackBarControl"/>'s labels.
|
|
</para>
|
|
</summary>
|
|
<value>An ApperanceObject that stores appearance settings for the current <see cref="T:DevExpress.XtraEditors.TrackBarControl"/>'s labels.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.Labels">
|
|
<summary>
|
|
<para>Provides access to the collection of labels used within the current <see cref="T:DevExpress.XtraEditors.TrackBarControl"/>.
|
|
</para>
|
|
</summary>
|
|
<value>A TrackBarLabelCollection that stores all labels used within the current <see cref="T:DevExpress.XtraEditors.TrackBarControl"/>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.LargeChange">
|
|
<summary>
|
|
<para>Gets or sets a value to be added to or subtracted from the <see cref="P:DevExpress.XtraEditors.TrackBarControl.Value"/> property when the scroll box is moved a large distance.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the large change.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.Maximum">
|
|
<summary>
|
|
<para>Gets or sets the editor's maximum value.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value which specifies the maximum value for the track bar.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.Minimum">
|
|
<summary>
|
|
<para>Gets or sets the editor's minimum value.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value which specifies the minimum value for the track bar.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.NullText">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemTrackBar class.
|
|
</para>
|
|
</summary>
|
|
<value>A string.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.Orientation">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the orientation of the track bar.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.Orientation"/> value that specifies the orientation of the track bar.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.ShowLabels">
|
|
<summary>
|
|
<para>Gets or sets whether the current <see cref="T:DevExpress.XtraEditors.TrackBarControl"/>'s labels are visible.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the current <see cref="T:DevExpress.XtraEditors.TrackBarControl"/>'s labels are visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.ShowLabelsForHiddenTicks">
|
|
<summary>
|
|
<para>Gets or sets whether hidden ticks should display their labels.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if hidden ticks should display their labels; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.ShowValueToolTip">
|
|
<summary>
|
|
<para>Gets or sets whether to show tooltips when hovering over the thumb(s).
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if tooltips are displayed when hovering over the thumb(s); otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.SmallChange">
|
|
<summary>
|
|
<para>Gets or sets a value to be added to or subtracted from the <see cref="P:DevExpress.XtraEditors.TrackBarControl.Value"/> property when the scroll box is moved a small distance.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the small change.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.TickFrequency">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the delta between ticks drawn on a track bar.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the delta between ticks.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.TickStyle">
|
|
<summary>
|
|
<para>Gets or sets a value which specifies the location of tick marks within a track bar.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.TickStyle"/> value that specifies the location of tick marks within a track bar.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.ValueChanged">
|
|
<summary>
|
|
<para>Fires after the value of the <see cref="P:DevExpress.XtraEditors.TrackBarControl.Value"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemMarqueeProgressBar">
|
|
|
|
<summary>
|
|
<para>Contains settings specific to a <see cref="T:DevExpress.XtraEditors.MarqueeProgressBarControl"/> editor.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemMarqueeProgressBar.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemMarqueeProgressBar"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemMarqueeProgressBar.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies settings of the specified repository item.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object or its descendant that represents the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMarqueeProgressBar.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>The string that represents the editor's class name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMarqueeProgressBar.MarqueeAnimationSpeed">
|
|
<summary>
|
|
<para>Gets or sets the time period that it takes the progress block to move by one chunk across the progress bar.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the time period, in milliseconds, that it takes the progress block to move by one chunk across the progress bar.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMarqueeProgressBar.Paused">
|
|
<summary>
|
|
<para>Gets or sets whether the progress bar animation is paused.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the progress bar animation is paused; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMarqueeProgressBar.ProgressAnimationMode">
|
|
<summary>
|
|
<para>Gets or sets the animation mode of the control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.Drawing.ProgressAnimationMode"/> value that specifies the animation mode.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMarqueeProgressBar.Properties">
|
|
<summary>
|
|
<para>Gets an object that provides properties specific to the marquee progress bar.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemMarqueeProgressBar"/> object that provides settings specific to the marquee progress bar.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMarqueeProgressBar.Stopped">
|
|
<summary>
|
|
<para>Gets or sets whether the control's animation is stopped.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the control's animation is stopped; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemBaseProgressBar">
|
|
|
|
<summary>
|
|
<para>Serves as the base for repository items that provide settings for editors that represent a progress bar.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemBaseProgressBar.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemBaseProgressBar"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemBaseProgressBar.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies settings of the specified repository item.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object or its descendant that represents the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBaseProgressBar.AutoHeight">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the progress bar's height is changed according to the size of its contents.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the progress bar's height is automatically changed to fit the size of its contents; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBaseProgressBar.EndColor">
|
|
<summary>
|
|
<para>Gets or sets the indicator's end color.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> object that represents the end color of the gradient fill.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemBaseProgressBar.GetBrick(DevExpress.XtraEditors.PrintCellHelperInfo)">
|
|
<summary>
|
|
<para>Returns a brick object that contains information on how the current editor should be printed.
|
|
</para>
|
|
</summary>
|
|
<param name="info">
|
|
A <see cref="T:DevExpress.XtraEditors.PrintCellHelperInfo"/> object that provides information on the editor's state and appearance settings that will be used when the editor is printed.
|
|
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.XtraPrinting.IVisualBrick"/> object that provides information on how the current editor should be printed.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBaseProgressBar.ProgressKind">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the direction of the progress indicator.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.ProgressKind"/> enumeration value that specifies the direction of the progress indicator.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBaseProgressBar.ProgressViewStyle">
|
|
<summary>
|
|
<para>Gets or sets the manner in which progress should be indicated on the progress bar.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.ProgressViewStyle"/> enumeration value that specifies how the progress is indicated on the progress bar.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBaseProgressBar.Properties">
|
|
<summary>
|
|
<para>Gets an object that provides properties specific to the progress bar.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemBaseProgressBar"/> object that provides settings specific to the progress bar.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBaseProgressBar.ShowTitle">
|
|
<summary>
|
|
<para>Gets or sets whether the text that represents the progress bar's current position is displayed.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to display the text; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBaseProgressBar.StartColor">
|
|
<summary>
|
|
<para>Gets or sets the indicator's starting color.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> object that represents the starting color for gradient fill.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ProgressBarBaseControl">
|
|
|
|
<summary>
|
|
<para>Serves as a base for progress bar controls.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ProgressBarBaseControl.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.ProgressBarBaseControl"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ProgressBarBaseControl.BackColor">
|
|
<summary>
|
|
<para>Gets or sets the control's background color.
|
|
</para>
|
|
</summary>
|
|
<value>The control's background color.$
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ProgressBarBaseControl.TabStop">
|
|
<summary>
|
|
<para>Gets or sets whether this control can be focused using the TAB key.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if an end-user can focus the progress bar using the TAB key; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.MarqueeProgressBarControl">
|
|
|
|
<summary>
|
|
<para>Represents a marquee progress bar.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.MarqueeProgressBarControl.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.MarqueeProgressBarControl"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.MarqueeProgressBarControl.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>The string that represents the editor's class name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.MarqueeProgressBarControl.Properties">
|
|
<summary>
|
|
<para>Gets an object which contains properties, methods and events specific to marquee progress bar controls.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemMarqueeProgressBar"/> object that contains marquee progress bar settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.TrackBarControl">
|
|
|
|
<summary>
|
|
<para>Represents a track bar.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TrackBarControl.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.TrackBarControl"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TrackBarControl.AutoSize">
|
|
<summary>
|
|
<para>Gets or sets whether the track bar's size is automatically calculated, based on its look and feel settings.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to allow a track bar to automatically calculate its size; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.TrackBarControl.AutoSizeChanged">
|
|
<summary>
|
|
<para>Fires after the value of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar.AutoSize"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TrackBarControl.BackgroundImage">
|
|
<summary>
|
|
<para>Gets or sets the track bar's background image.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:System.Drawing.Image"/> that represents the background image.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.TrackBarControl.BackgroundImageChanged">
|
|
<summary>
|
|
<para>Fires after the value of the <see cref="P:DevExpress.XtraEditors.TrackBarControl.BackgroundImage"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TrackBarControl.BackgroundImageLayout">
|
|
<summary>
|
|
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:System.Windows.Forms.ImageLayout"/> value that specifies the position of an image on the control.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.TrackBarControl.BackgroundImageLayoutChanged">
|
|
<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="E:DevExpress.XtraEditors.TrackBarControl.BeforeShowValueToolTip">
|
|
<summary>
|
|
<para>Allows you to provide custom tooltips for the thumb(s).
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TrackBarControl.CalcMinHeight">
|
|
<summary>
|
|
<para>Calculates the minumum height of the editor.
|
|
</para>
|
|
</summary>
|
|
<returns>The minimum height of the editor, in pixels.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.TrackBarControl.CustomLabel">
|
|
<summary>
|
|
<para>Occurs when a label within the current TrackBarControl needs to be displayed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TrackBarControl.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>The string that represents the editor's class name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TrackBarControl.EditValue">
|
|
<summary>
|
|
<para>Gets or sets the editor's value.
|
|
</para>
|
|
</summary>
|
|
<value>An object that represents the editor's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TrackBarControl.Font">
|
|
<summary>
|
|
<para>Gets or sets the font used to display the editor's contents.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Font"/> object that specifies the font used to display the editor's contents.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TrackBarControl.ForeColor">
|
|
<summary>
|
|
<para>Gets the foreground color of the <b>TrackBarControl</b>.
|
|
</para>
|
|
</summary>
|
|
<value>Always <b>SystemColors.WindowText</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.TrackBarControl.ForeColorChanged">
|
|
<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.XtraEditors.TrackBarControl.GetPreferredSize(System.Drawing.Size)">
|
|
<summary>
|
|
<para>Retrieves the size of a rectangular area into which the control can be fitted.
|
|
</para>
|
|
</summary>
|
|
<param name="proposedSize">
|
|
The custom-sized area for the control.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:System.Drawing.Size"/> value.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TrackBarControl.ImeMode">
|
|
<summary>
|
|
<para>Gets or sets the Input Method Editor (IME) mode of the control.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:System.Windows.Forms.ImeMode"/> values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.TrackBarControl.ImeModeChanged">
|
|
<summary>
|
|
<para>Fires after the value of the <see cref="P:DevExpress.XtraEditors.TrackBarControl.ImeMode"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TrackBarControl.InplaceType">
|
|
<summary>
|
|
<para>Gets or sets the inplace type of editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.InplaceType"/> enumeration member specifying the inplace editor type .
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TrackBarControl.MoveBegin">
|
|
<summary>
|
|
<para>Scrolls the trackbar to the lower end of the range.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TrackBarControl.MoveEnd">
|
|
<summary>
|
|
<para>Scrolls the trackbar to the upper end of the range.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TrackBarControl.MoveLargeLeft">
|
|
<summary>
|
|
<para>Moves the scroll box to the left on a large distance.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TrackBarControl.MoveLargeRight">
|
|
<summary>
|
|
<para>Moves the scroll box to the right on a large distance.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TrackBarControl.MoveLeft">
|
|
<summary>
|
|
<para>Moves the scroll box to the left on a small distance.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TrackBarControl.MoveRight">
|
|
<summary>
|
|
<para>Moves the scroll box to the right on a small distance.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TrackBarControl.Padding">
|
|
<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:System.Windows.Forms.Padding"/> object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TrackBarControl.Properties">
|
|
<summary>
|
|
<para>Gets an object which contains properties, methods and events specific to track bars.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemTrackBar"/>object that contains track bar settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TrackBarControl.RefreshLabels">
|
|
<summary>
|
|
<para>Fires the sequence of the <see cref="E:DevExpress.XtraEditors.TrackBarControl.CustomLabel"/> events for every tick within a <see cref="T:DevExpress.XtraEditors.TrackBarControl"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TrackBarControl.Text">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraEditors.BaseEdit.Text"/> property.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that represents the text displayed by the editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.TrackBarControl.TextChanged">
|
|
<summary>
|
|
<para>Fires after the value of the <see cref="P:DevExpress.XtraEditors.TrackBarControl.Text"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TrackBarControl.ToString">
|
|
<summary>
|
|
<para>Returns a string that represents the <b>TrackBarControl</b>.
|
|
</para>
|
|
</summary>
|
|
<returns>A string that represents the <b>TrackBarControl</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TrackBarControl.Value">
|
|
<summary>
|
|
<para>Gets or sets the editor's value.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the editor's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.TrackBarControl.ValueChanged">
|
|
<summary>
|
|
<para>Fires after the value of the <see cref="P:DevExpress.XtraEditors.TrackBarControl.Value"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.LabelControlAppearanceObject">
|
|
|
|
<summary>
|
|
<para>Contains appearance settings used to paint a <see cref="T:DevExpress.XtraEditors.LabelControl"/>.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.LabelControlAppearanceObject.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.LabelControlAppearanceObject"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.LabelControlAppearanceObject.Assign(DevExpress.Utils.AppearanceObject)">
|
|
<summary>
|
|
<para>Copies all settings from the appearance object passed as a parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="val">
|
|
An <see cref="T:DevExpress.Utils.AppearanceObject"/> object or its descendant that represents the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControlAppearanceObject.DisabledImage">
|
|
<summary>
|
|
<para>Gets or sets the image to be displayed within the label when the control is disabled.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> object that is displayed when the control is disabled.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControlAppearanceObject.DisabledImageIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of the image to be displayed within the label when the control is disabled.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that represents a zero-based index of an image in the <see cref="P:DevExpress.XtraEditors.LabelControlAppearanceObject.ImageList"/> collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.LabelControlAppearanceObject.Dispose">
|
|
<summary>
|
|
<para>Releases all resources used by the current appearance object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.LabelControlAppearanceObject.FinalAlign(System.Drawing.ContentAlignment,System.Windows.Forms.RightToLeft)">
|
|
<summary>
|
|
<para>This method supports the internal infrastructure and is not intended to be called directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="align">
|
|
@nbsp;
|
|
|
|
</param>
|
|
<param name="rightToLeft">
|
|
@nbsp;
|
|
|
|
</param>
|
|
<returns>@nbsp;
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.LabelControlAppearanceObject.GetImage">
|
|
<summary>
|
|
<para>Gets the image to be displayed in a label control.
|
|
</para>
|
|
</summary>
|
|
<returns>An <see cref="T:System.Drawing.Image"/> object to be displayed in the label.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.LabelControlAppearanceObject.GetImage(DevExpress.Utils.Drawing.ObjectState)">
|
|
<summary>
|
|
<para>Gets the image to be displayed in the label, control according to its state.
|
|
</para>
|
|
</summary>
|
|
<param name="state">
|
|
The label control's state.
|
|
|
|
</param>
|
|
<returns>An image to be displayed.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControlAppearanceObject.HoverImage">
|
|
<summary>
|
|
<para>Gets or sets the image to be displayed within the label when the control is hovered over.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> object that is displayed when the control is hovered over.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControlAppearanceObject.HoverImageIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of the image to be displayed within the label when the control is hovered over.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that represents a zero-based index of an image in the <see cref="P:DevExpress.XtraEditors.LabelControlAppearanceObject.ImageList"/> collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControlAppearanceObject.ImageAlign">
|
|
<summary>
|
|
<para>Gets or sets the alignment of the image within the label.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.ContentAlignment"/> enumeration value that specifies the alignment of the image within the label.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControlAppearanceObject.ImageIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of the image displayed within the label.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the zero-based index of the image displayed within the label.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControlAppearanceObject.ImageList">
|
|
<summary>
|
|
<para>Gets or sets the source of images to be displayed within the label.
|
|
</para>
|
|
</summary>
|
|
<value>An object that is an image collection providing images for the <see cref="T:DevExpress.XtraEditors.LabelControl"/>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControlAppearanceObject.Options">
|
|
<summary>
|
|
<para>Provides access to the appearance object's options.
|
|
</para>
|
|
</summary>
|
|
<value>A DevExpress.XtraEditors.LabelControlAppearanceObject object containing the appearance options.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControlAppearanceObject.PressedImage">
|
|
<summary>
|
|
<para>Gets or sets the image to be displayed within the label when the control is pressed.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> object that is displayed when the control is pressed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControlAppearanceObject.PressedImageIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of the image to be displayed within the label when the control is pressed.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that represents a zero-based index of an image in the <see cref="P:DevExpress.XtraEditors.LabelControlAppearanceObject.ImageList"/> collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.LabelControl">
|
|
|
|
<summary>
|
|
<para>Represents a label.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.LabelControl.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.LabelControl"/> class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.AllowHtmlString">
|
|
<summary>
|
|
<para>Gets or sets whether HTML formatting is allowed.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if HTML formatting is allowed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.Appearance">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the label.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.LabelControlAppearanceObject"/> object which contains the label's appearance settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.AutoEllipsis">
|
|
<summary>
|
|
<para>Gets or sets whether the ellipsis character is appended to the string when the string is truncated.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the ellipsis character is used when the string is truncated; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.AutoSizeMode">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how the label is automatically resized to display its entire contents.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.LabelAutoSizeMode"/> value that specifies how the label is automatically resized to display its entire contents.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.BackgroundImage">
|
|
<summary>
|
|
<para>Gets or sets the label's background image. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:System.Drawing.Image"/> that represents the label's background image.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.BackgroundImageLayout">
|
|
<summary>
|
|
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:System.Windows.Forms.ImageLayout"/> value that specifies the position of an image on the control.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.LabelControl.GetPreferredSize(System.Drawing.Size)">
|
|
<summary>
|
|
<para>Retrieves the size of a rectangular area into which the control can be fitted.
|
|
</para>
|
|
</summary>
|
|
<param name="proposedSize">
|
|
The custom-sized area for the control.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:System.Drawing.Size"/> value.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.LabelControl.GetTextBaselineY">
|
|
<summary>
|
|
<para>Returns the Y coordinate of the text base line.
|
|
</para>
|
|
</summary>
|
|
<returns>An integer value that specifies the Y coordinate of the text base line.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.HtmlImages">
|
|
<summary>
|
|
<para>Gets or sets a collection of images to be inserted into the label using HTML tags.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.ImageCollection"/> object that stores a collection of images.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.ImageAlignToText">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies how the image is aligned relative to the label's text.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraEditors.ImageAlignToText"/> value that specifies how the image is aligned relative to the label's text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.LineColor">
|
|
<summary>
|
|
<para>Gets or sets the color of the label's line.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> value that specifies the line's color.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.LineLocation">
|
|
<summary>
|
|
<para>Gets the location of the LabelControl's line relative to the text.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.LineLocation"/> value that specifies the line location.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.LineOrientation">
|
|
<summary>
|
|
<para>Gets or sets the orientation of the LabelControl's line.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.LabelLineOrientation"/> value that specifies the line's orientation.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.LineStyle">
|
|
<summary>
|
|
<para>Gets or sets the paint style of the LabelControl's line. This property is in effect when a label is painted using any paint theme, except skins.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Drawing2D.DashStyle"/> value that specifies the paint style of the LabelControl's line.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.LineVisible">
|
|
<summary>
|
|
<para>Gets or sets whether a line is displayed when the label's width extends the width of its text.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to display the line when the label's width extends the width of its text; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.RealAutoSizeMode">
|
|
<summary>
|
|
<para>Gets the actual auto-size mode.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.LabelAutoSizeMode"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.RightToLeft">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
|
|
</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:System.Windows.Forms.RightToLeft"/> values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.ShowLineShadow">
|
|
<summary>
|
|
<para>Gets or sets whether the LabelControl's line has a shadow. This property is in effect when a label is painted using any paint theme, except skins.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the LabelControl's line has a shadow; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.LabelControl.StartAnimation">
|
|
<summary>
|
|
<para>Starts the animation of an animated GIF file being displayed in the label.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.LabelControl.StopAnimation">
|
|
<summary>
|
|
<para>Stops animation of an animated GIF file being displayed in the label.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.TabStop">
|
|
<summary>
|
|
<para>Gets or sets whether an end-user can tab to the label.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if tabbing moves focus to the label; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.Text">
|
|
<summary>
|
|
<para>Gets or sets the label's text.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the label's text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LabelControl.UseMnemonic">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether the label interprets an ampersand character (@amp;) in its <b>Text</b> property to be an access key prefix character.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the label doesn't display the ampersand character and underlines the character after the ampersand in its displayed text and treats the underlined character as an access key; <b>false</b> if the ampersand character is displayed in the label's text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.PopupBaseAutoSearchEdit">
|
|
|
|
<summary>
|
|
<para>Represents the base class for dropdown editors that support the automatic search functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PopupBaseAutoSearchEdit.AutoSearchText">
|
|
<summary>
|
|
<para>Gets or sets the text used in an automatic search.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the text used in an automatic search.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PopupBaseAutoSearchEdit.Properties">
|
|
<summary>
|
|
<para>Contains settings specific to the current editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemPopupBaseAutoSearchEdit"/> object that contains the editor's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PopupBaseAutoSearchEdit.Reset">
|
|
<summary>
|
|
<para>Resets the selection and caret position in the editor.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.LookUpEditBase">
|
|
|
|
<summary>
|
|
<para>Represents the base class for lookup editors.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.LookUpEditBase.GetSelectedDataRow">
|
|
<summary>
|
|
<para>When implemented by a class, this method returns a data source row corresponding to the currently selected edit value.
|
|
|
|
</para>
|
|
</summary>
|
|
<returns>An object that represents a data source row corresponding to the currently selected edit value.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.LookUpEditBase.ProcessNewValue">
|
|
<summary>
|
|
<para>Occurs when a new value entered into the edit box is validated.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LookUpEditBase.Properties">
|
|
<summary>
|
|
<para>Gets an object containing properties and methods specific to a lookup editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase"/> object instance containing settings specific to a lookup editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.LookUpEditBase.Refresh">
|
|
<summary>
|
|
<para>Forces the control to invalidate its client area and immediately redraw itself and any child controls.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemPopupBaseAutoSearchEdit">
|
|
|
|
<summary>
|
|
<para>Contains settings that are common to the descendants of the <see cref="T:DevExpress.XtraEditors.PopupBaseAutoSearchEdit"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemPopupBaseAutoSearchEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the RepositoryItemPopupBaseAutoSearchEdit class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemPopupBaseAutoSearchEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies the settings of the specified repository item.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object representing the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBaseAutoSearchEdit.EditValueChangedFiringMode">
|
|
<summary>
|
|
<para>This member is not supported by the RepositoryItemPopupBaseAutoSearchEdit class.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="F:DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBaseAutoSearchEdit.ImmediatePopup">
|
|
<summary>
|
|
<para>Gets or sets whether the popup window is displayed immediately after an end-user has typed a character in the edit box.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the popup window is displayed immediately after an end-user has typed a character in the edit box; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBaseAutoSearchEdit.Mask">
|
|
<summary>
|
|
<para>This member supports the .NET Framework infrastructure and cannot be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<value>@nbsp;
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBaseAutoSearchEdit.OwnerEdit">
|
|
<summary>
|
|
<para>Gets the editor which owns the current repository item.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.PopupBaseAutoSearchEdit"/> control which owns the current repository item.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBaseAutoSearchEdit.PopupSizeable">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether the dropdown window is sizeable.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the dropdown is sizeable; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase">
|
|
|
|
<summary>
|
|
<para>Represents the base class that contains settings common to lookup editors.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the RepositoryItemLookUpEditBase class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies settings of the specified repository item.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object representing the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.BestFitMode">
|
|
<summary>
|
|
<para>Gets or sets the "best-fit" mode for columns in the dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BestFitMode"/> value that specifies the "best-fit" mode for columns in the dropdown window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DataSource">
|
|
<summary>
|
|
<para>Gets or sets the source of data displayed in the dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>The source of data displayed in the dropdown.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DefaultAlignment">
|
|
<summary>
|
|
<para>Gets the default alignment of the editor's contents when the editor operates as an inplace control.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="F:DevExpress.Utils.HorzAlignment.Near"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember">
|
|
<summary>
|
|
<para>Gets or sets the field whose values are displayed in the edit box.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the field whose values are displayed in the edit box.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.IsFilterLookUp">
|
|
<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.XtraEditors.Repository.RepositoryItemLookUpEditBase.PopupSizeable">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether the dropdown window is sizeable.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the dropdown is sizeable; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ProcessNewValue">
|
|
<summary>
|
|
<para>Occurs when a new value entered into the edit box is validated.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ResetEvents">
|
|
<summary>
|
|
<para>This member supports the .NET Framework infrastructure and cannot be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ShowFooter">
|
|
<summary>
|
|
<para>Gets or sets whether the dropdown window's footer region is visible.
|
|
</para>
|
|
</summary>
|
|
<value>true if the footer is visible; otherwise, false.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.TextEditStyle">
|
|
<summary>
|
|
<para>Gets or sets the style in which text is displayed and edited in the editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.TextEditStyles"/> value determining the editing style.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ValueMember">
|
|
<summary>
|
|
<para>Gets or sets the field name whose values identify dropdown rows.
|
|
</para>
|
|
</summary>
|
|
<value>The string representing the field name whose values identify dropdown rows.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.FilterButtonShowMode">
|
|
|
|
<summary>
|
|
<para>Lists the values that determine the display mode for column filter.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.FilterButtonShowMode.Button">
|
|
<summary>
|
|
<para>Filter buttons are rendered as buttons. They are displayed when a column is filtered or when the mouse cursor hovers over the column header.
|
|
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.FilterButtonShowMode.Default">
|
|
<summary>
|
|
<para><para>The same as the <see cref="F:DevExpress.XtraEditors.Controls.FilterButtonShowMode.SmartTag"/> option.</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.FilterButtonShowMode.SmartTag">
|
|
<summary>
|
|
<para>Filter buttons are rendered as small tags. They are displayed when a column is filtered or when the mouse cursor hovers over the column header.
|
|
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ImageSlider">
|
|
|
|
<summary>
|
|
<para>The control that allows you to view a set of images via embedded image navigation buttons.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageSlider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ImageSlider class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ImageSlider.AllowLooping">
|
|
<summary>
|
|
<para>Gets or sets whether sliding from the last to the first image and vice versa is enabled.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if sliding from the last to the first image and vice versa is enabled; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Controls.ImageSlider.CanGetNextPrevImage">
|
|
<summary>
|
|
<para>Occurs when an <see cref="T:DevExpress.XtraEditors.Controls.ImageSlider"/> is ready to slide to the next/previous image and navigation buttons are to be displayed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ImageSlider.CurrentImage">
|
|
<summary>
|
|
<para>Gets a currently displayed image within the ImageSlider object.
|
|
</para>
|
|
</summary>
|
|
<value>An <a href="#" onclick="dxHelpRedirect('T:System.Drawing.Image')">Image</a> that is the currently displayed image within the specified ImageSlider.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Controls.ImageSlider.GetImage">
|
|
<summary>
|
|
<para>Occurs when an <see cref="T:DevExpress.XtraEditors.Controls.ImageSlider"/> needs to change the currently displayed image to another image.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ImageSlider.Images">
|
|
<summary>
|
|
<para>Gets a collection of images presented by an ImageSlider object.
|
|
</para>
|
|
</summary>
|
|
<value>A <A HREF="clsDevExpressXtraEditorsControlsSliderImageCollectiontopic.htm">SliderImageCollection</A> object specifying images within an ImageSlider object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ImageSlider.LayoutMode">
|
|
<summary>
|
|
<para>Gets or sets the way an image is aligned within the ImageSlider container.
|
|
</para>
|
|
</summary>
|
|
<value>An <A HREF="DevExpressUtilsDrawingImageLayoutModeEnumtopic.htm">ImageLayoutMode</A> object defining the way an image is aligned within the ImageSlider container.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ImageSlider.NextImage">
|
|
<summary>
|
|
<para>Gets an image that follows the <see cref="P:DevExpress.XtraEditors.Controls.ImageSlider.CurrentImage"/> within the specified ImageSlider object.
|
|
</para>
|
|
</summary>
|
|
<value>An <a href="#" onclick="dxHelpRedirect('T:System.Drawing.Image')">Image</a> object that follows the <see cref="P:DevExpress.XtraEditors.Controls.ImageSlider.CurrentImage"/> within the specified ImageSlider object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageSlider.UpdateImage">
|
|
<summary>
|
|
<para>Updates the currently displayed image.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ImageSlider.VirtualMode">
|
|
<summary>
|
|
<para>Gets or sets whether the current ImageSlider operates in the Virtual Mode.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the current ImageSlider operates in the Virtual Mode; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraBars.Alerter.AlertButtonCollection">
|
|
|
|
<summary>
|
|
<para>Represents a collection of buttons for alert windows.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertButtonCollection.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the AlertButtonCollection class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An owner of the current collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertButtonCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the AlertButtonCollection class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertButtonCollection.Add(System.Object)">
|
|
<summary>
|
|
<para>Adds a new button to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
An <see cref="T:DevExpress.XtraBars.Alerter.AlertButton"/> to be added to the collection.
|
|
|
|
</param>
|
|
<returns>An integer value that specifies the index of this button in the current collection.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButtonCollection.CloseButton">
|
|
<summary>
|
|
<para>Provides access to the settings of the Close Button, used to close an alert window.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraBars.Alerter.AlertButton"/> object that contains corresponding settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButtonCollection.CustomButtonCount">
|
|
<summary>
|
|
<para>Gets the number of custom buttons in the current collection.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the number of custom buttons in the current collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertButtonCollection.Dispose">
|
|
<summary>
|
|
<para>Disposes of the current object and releases all the allocated resources.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertButtonCollection.GetButtonByHint(System.String)">
|
|
<summary>
|
|
<para>Locates the button in the collection that has the specified hint.
|
|
</para>
|
|
</summary>
|
|
<param name="hint">
|
|
A string that specified the hint of a button to be located.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.XtraBars.Alerter.AlertButton"/> object that has been located; <b>null</b> if no button with the specified hint has been located.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButtonCollection.Item(System.Int32)">
|
|
<summary>
|
|
<para>Provides indexed access to the buttons in the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value that specifies the index of the button to be returned from the collection.
|
|
|
|
</param>
|
|
<value>An <see cref="T:DevExpress.XtraBars.Alerter.AlertButton"/> object stored at the specified index in the collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButtonCollection.Item(System.String)">
|
|
<summary>
|
|
<para>Provides access to the buttons in the collection by their names.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A string that specifies the name of the button to be located.
|
|
|
|
</param>
|
|
<value>An <see cref="T:DevExpress.XtraBars.Alerter.AlertButton"/> object with the specified name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButtonCollection.PinButton">
|
|
<summary>
|
|
<para>Provides access to the settings of the Pin Button, used to pin an alert window.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraBars.Alerter.AlertButton"/> object that contains corresponding settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButtonCollection.PredefinedButtonCount">
|
|
<summary>
|
|
<para>Gets the number of predefined buttons in the current collection.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the number of predefined buttons in the current collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.MRUItemAddReason">
|
|
|
|
<summary>
|
|
<para>Contains values that identify how an item has beed added to the <see cref="T:DevExpress.XtraEditors.MRUEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.MRUItemAddReason.AddNew">
|
|
<summary>
|
|
<para>A new item has been added by an end-user.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.MRUItemAddReason.Internal">
|
|
<summary>
|
|
<para>For internal use.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.SliderBase">
|
|
|
|
<summary>
|
|
<para>Provides a base class for <see cref="T:DevExpress.XtraEditors.Controls.ImageSlider"/> objects.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.SliderBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the SliderBase class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.SliderBase.AnimationTime">
|
|
<summary>
|
|
<para>Gets or sets the time required to switch to another image.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the time, in milliseconds, required to switch to another image.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.SliderBase.ScrollButtonFadeAnimationTime">
|
|
<summary>
|
|
<para>Gets or sets the time of the fade-in animation effect for scroll buttons.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the time of the fade-in animation effect for scroll buttons.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.SliderBase.SlideNext">
|
|
<summary>
|
|
<para>Shifts to an image that follows the <see cref="P:DevExpress.XtraEditors.Controls.ImageSlider.CurrentImage"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.SliderBase.SlidePrev">
|
|
<summary>
|
|
<para>Shifts back to an image that precedes the <see cref="P:DevExpress.XtraEditors.Controls.ImageSlider.CurrentImage"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.SliderBase.Ticks">
|
|
<summary>
|
|
<para>Gets the period of time that it takes for an <see cref="T:DevExpress.XtraEditors.Controls.ImageSlider"/> object to switch from one image to another.
|
|
</para>
|
|
</summary>
|
|
<value>An Int64 value, indicating how many ticks it takes to switch to another image.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraBars.Alerter.AlertFormLocation">
|
|
|
|
<summary>
|
|
<para>Contains values that specify the position on screen at which alert windows are displayed.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Alerter.AlertFormLocation.BottomLeft">
|
|
<summary>
|
|
<para>An alert window appears at the bottom left corner of the screen.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Alerter.AlertFormLocation.BottomRight">
|
|
<summary>
|
|
<para>An alert window appears at the bottom right corner of the screen.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Alerter.AlertFormLocation.TopLeft">
|
|
<summary>
|
|
<para>An alert window appears at the top left corner of the screen.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Alerter.AlertFormLocation.TopRight">
|
|
<summary>
|
|
<para>An alert window appears at the top right corner of the screen.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.VistaCalendarViewStyle">
|
|
|
|
<summary>
|
|
<para> [To be supplied] </para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.VistaCalendarViewStyle.All">
|
|
<summary>
|
|
<para>Combines the following views: MonthView, QuarterView, YearView, YearsGroupView and CenturyView.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.VistaCalendarViewStyle.CenturyView">
|
|
<summary>
|
|
<para>A century view:
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.VistaCalendarViewStyle.Default">
|
|
<summary>
|
|
<para>Combines the following views: MonthView, YearView, YearsGroupView and CenturyView.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.VistaCalendarViewStyle.MonthView">
|
|
<summary>
|
|
<para>A month view:
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.VistaCalendarViewStyle.QuarterView">
|
|
<summary>
|
|
<para>A year view by quarters:
|
|
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.VistaCalendarViewStyle.YearsGroupView">
|
|
<summary>
|
|
<para>A 12-years view:
|
|
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.VistaCalendarViewStyle.YearView">
|
|
<summary>
|
|
<para>A year view by months:
|
|
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Filtering.ValueEditorEventArgs">
|
|
|
|
<summary>
|
|
<para>The base class for objects that provide data for editor specific events.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Filtering.ValueEditorEventArgs.#ctor(DevExpress.XtraEditors.BaseEdit)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ValueEditorEventArgs class.
|
|
</para>
|
|
</summary>
|
|
<param name="editor">
|
|
A <see cref="T:DevExpress.XtraEditors.BaseEdit"/> descendant. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Filtering.ValueEditorEventArgs.Editor"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Filtering.ValueEditorEventArgs.Editor">
|
|
<summary>
|
|
<para>Gets the currently processed editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.BaseEdit"/> descendant that represents the currently processed editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.FormatConditionCollectionBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for classes that represent a collection of style conditions.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FormatConditionCollectionBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.FormatConditionCollectionBase"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FormatConditionCollectionBase.Add(DevExpress.XtraEditors.StyleFormatConditionBase)">
|
|
<summary>
|
|
<para>Appends the specified style format condition to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="condition">
|
|
A <see cref="T:DevExpress.XtraEditors.StyleFormatConditionBase"/> object or descendant to be added to the collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FormatConditionCollectionBase.Assign(DevExpress.XtraEditors.FormatConditionCollectionBase)">
|
|
<summary>
|
|
<para>Copies the settings from the object passed as the parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.XtraEditors.FormatConditionCollectionBase"/> object or descendant which represents the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FormatConditionCollectionBase.BeginUpdate">
|
|
<summary>
|
|
<para>Locks the FormatConditionCollectionBase by preventing change notifications from being fired, preventing visual updates until the <b>EndUpdate</b> method is called.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.FormatConditionCollectionBase.CollectionChanged">
|
|
<summary>
|
|
<para>Occurs when the collection is changed.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FormatConditionCollectionBase.CompareValues(System.Object,System.Object)">
|
|
<summary>
|
|
<para>When overridden in a derived class, performs a comparison of two objects of the same type and returns a value indicating whether one is less than, equal to or greater than the other.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="val1">
|
|
The first object to compare.
|
|
|
|
</param>
|
|
<param name="val2">
|
|
The second object to compare.
|
|
|
|
</param>
|
|
<returns>An integer value indicating whether one is less than, equal to or greater than the other.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FormatConditionCollectionBase.Contains(DevExpress.XtraEditors.StyleFormatConditionBase)">
|
|
<summary>
|
|
<para>Indicates whether the current collection contains the specified style format condition.
|
|
</para>
|
|
</summary>
|
|
<param name="condition">
|
|
A <see cref="T:DevExpress.XtraEditors.StyleFormatConditionBase"/> object or descendant which represents the style format condition to locate in the collection.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the collection contains the specified style format condition; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FormatConditionCollectionBase.EndUpdate">
|
|
<summary>
|
|
<para>Unlocks the FormatConditionCollectionBase object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FormatConditionCollectionBase.IndexOf(DevExpress.XtraEditors.StyleFormatConditionBase)">
|
|
<summary>
|
|
<para>Returns the specified condition's position within the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="condition">
|
|
A <see cref="T:DevExpress.XtraEditors.StyleFormatConditionBase"/> object or descendant to locate in the collection.
|
|
|
|
</param>
|
|
<returns>A zero-based integer which represents the condition's position within the collection. <b>-1</b> if the condition doesn't belong to the collection.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FormatConditionCollectionBase.IsLoading">
|
|
<summary>
|
|
<para>When overridden by descendant classes, indicates whether the control that owns the current collection is currently being initialized.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the control is being initialized; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FormatConditionCollectionBase.Item(System.Object)">
|
|
<summary>
|
|
<para>Gets a style format condition with the specified tag.
|
|
</para>
|
|
</summary>
|
|
<param name="tag">
|
|
An object which contains information associated with the style format condition.
|
|
|
|
</param>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.StyleFormatConditionBase"/> object or descendant which represents a style format condition within the collection whose <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Tag"/> property's value matches the <i>tag</i> parameter. <b>null</b> (<b>Nothing</b> in Visual Basic) if no style format condition is found.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.FormatConditionCollectionBase.Item(System.Int32)">
|
|
<summary>
|
|
<para>Provides indexed access to individual items within the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value specifying the item's zero based index within the collection. If its negative or exceeds the last available index, an exception is raised.
|
|
|
|
</param>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.StyleFormatConditionBase"/> object or descendant which resides at the specified position within the collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.FormatConditionCollectionBase.Remove(DevExpress.XtraEditors.StyleFormatConditionBase)">
|
|
<summary>
|
|
<para>Removes the specified <see cref="T:DevExpress.XtraEditors.StyleFormatConditionBase"/> object from the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="condition">
|
|
A <see cref="T:DevExpress.XtraEditors.StyleFormatConditionBase"/> object to remove.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.StyleFormatConditionBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for classes that represent style conditions.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.StyleFormatConditionBase.#ctor(DevExpress.XtraGrid.FormatConditionEnum,System.Object,DevExpress.Utils.AppearanceObject,System.Object,System.Object,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.StyleFormatConditionBase"/> class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="condition">
|
|
A <see cref="T:DevExpress.XtraGrid.FormatConditionEnum"/> enumeration value which specifies the comparison operation. This value is assigned to the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Condition"/> property.
|
|
|
|
</param>
|
|
<param name="tag">
|
|
A <see cref="T:System.Object"/> which identifies the current style condition object. This value is assigned to the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Tag"/> property.
|
|
|
|
</param>
|
|
<param name="appearanceDefault">
|
|
A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the elements which match the specified format condition. This value is assigned to the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Appearance"/> property.
|
|
|
|
</param>
|
|
<param name="val1">
|
|
A <see cref="T:System.Object"/> which represents the first comparison value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Value1"/> property.
|
|
|
|
</param>
|
|
<param name="val2">
|
|
A <see cref="T:System.Object"/> which represents the second comparison value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Value2"/> property.
|
|
|
|
</param>
|
|
<param name="column">
|
|
A <see cref="T:System.Object"/> value which represents a column whose values are used in conditional formatting.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.StyleFormatConditionBase.#ctor(DevExpress.XtraGrid.FormatConditionEnum,System.Object,DevExpress.Utils.AppearanceDefault,System.Object,System.Object,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.StyleFormatConditionBase"/> class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="condition">
|
|
A <see cref="T:DevExpress.XtraGrid.FormatConditionEnum"/> enumeration value which specifies the comparison operation. This value is assigned to the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Condition"/> property.
|
|
|
|
</param>
|
|
<param name="tag">
|
|
A <see cref="T:System.Object"/> which identifies the current style condition object. This value is assigned to the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Tag"/> property.
|
|
|
|
</param>
|
|
<param name="appearanceDefault">
|
|
A <see cref="T:DevExpress.Utils.AppearanceDefault"/> object which provides the appearance settings used to paint the elements which match the specified format condition. This value is assigned to the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Appearance"/> property.
|
|
|
|
</param>
|
|
<param name="val1">
|
|
A <see cref="T:System.Object"/> which represents the first comparison value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Value1"/> property.
|
|
|
|
</param>
|
|
<param name="val2">
|
|
A <see cref="T:System.Object"/> which represents the second comparison value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Value2"/> property.
|
|
|
|
</param>
|
|
<param name="column">
|
|
A <see cref="T:System.Object"/> value which represents a column whose values are used in conditional formatting.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.StyleFormatConditionBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.StyleFormatConditionBase"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.StyleFormatConditionBase.Appearance">
|
|
<summary>
|
|
<para>Gets or sets the appearance settings used to paint the elements (e.g., cells in the XtraGrid) which match the specified format condition.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObjectEx"/> object which provides the appearance settings used to paint the elements which match the specified format condition.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.StyleFormatConditionBase.Assign(DevExpress.XtraEditors.StyleFormatConditionBase)">
|
|
<summary>
|
|
<para>Copies the settings from the object passed as the parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
A <see cref="T:DevExpress.XtraEditors.StyleFormatConditionBase"/> object or descendant which represents the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.StyleFormatConditionBase.CheckValue(System.Object,System.Object,System.Object)">
|
|
<summary>
|
|
<para>Checks whether the specified value in the specified column and row matches the current style condition.
|
|
</para>
|
|
</summary>
|
|
<param name="column">
|
|
An object that represents a column.
|
|
|
|
</param>
|
|
<param name="val">
|
|
An object that represents the tested value.
|
|
|
|
</param>
|
|
<param name="row">
|
|
An object that represents a row.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the specified value in the specified column and row matches the current style condition; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.StyleFormatConditionBase.CheckValue(System.Object,System.Object)">
|
|
<summary>
|
|
<para>This method is obsolete. Use the <b>CheckValue</b> overload that takes the <i>row</i> parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="column">
|
|
@nbsp;
|
|
|
|
</param>
|
|
<param name="val">
|
|
@nbsp;
|
|
|
|
</param>
|
|
<returns>@nbsp;
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.StyleFormatConditionBase.Collection">
|
|
<summary>
|
|
<para>Gets the collection that owns the current style condition object.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.FormatConditionCollectionBase"/> object representing the collection which owns the current object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.StyleFormatConditionBase.Condition">
|
|
<summary>
|
|
<para>Gets or sets the comparison operation used by the style condition object.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraGrid.FormatConditionEnum"/> enumeration value which specifies the comparison operation.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.StyleFormatConditionBase.Expression">
|
|
<summary>
|
|
<para>Gets or sets the Boolean expression. When it evaluates to <b>true</b>, the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Appearance"/> is applied to data. The <b>Expression</b> property is in effect when the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Condition"/> property is set to <see cref="F:DevExpress.XtraGrid.FormatConditionEnum.Expression"/>.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the Boolean expression.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.StyleFormatConditionBase.IsValid">
|
|
<summary>
|
|
<para>Gets a value indicating whether the current style format condition is enabled.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Condition"/> property isn't set to the <see cref="F:DevExpress.XtraGrid.FormatConditionEnum.None"/> value; otherwise, false.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.StyleFormatConditionBase.Tag">
|
|
<summary>
|
|
<para>Gets or sets a value which identifies the current style condition object.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/> which identifies the current style condition object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.StyleFormatConditionBase.Value1">
|
|
<summary>
|
|
<para>Gets or sets the first comparison value.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/> which represents the comparison value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.StyleFormatConditionBase.Value2">
|
|
<summary>
|
|
<para>Gets or sets the second comparison value.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/> which represents the comparison value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ButtonPanel.IButtonProperties">
|
|
|
|
<summary>
|
|
<para>Contains properties for <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> objects.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.Appearance">
|
|
<summary>
|
|
<para>Provides access to the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object's appearance settings.
|
|
</para>
|
|
</summary>
|
|
<value>An AppearanceObject that stores the current IButton object's appearance settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.BeginUpdate">
|
|
<summary>
|
|
<para>Locks the <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> by preventing visual updates of the object and its elements until the EndUpdate method is called.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.CancelUpdate">
|
|
<summary>
|
|
<para>Unlocks the <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object and its elements without immediate visual update.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.Caption">
|
|
<summary>
|
|
<para>Gets or sets the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object's caption.
|
|
</para>
|
|
</summary>
|
|
<value>A String value that is the current IButton object's caption.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.Checked">
|
|
<summary>
|
|
<para>Gets or sets if the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> is checked.
|
|
</para>
|
|
</summary>
|
|
<value>A Boolean value specifying whether the current IButton is checked.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.Enabled">
|
|
<summary>
|
|
<para>Gets or sets whether the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object is enabled.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object is enabled; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.EndUpdate">
|
|
<summary>
|
|
<para>Unlocks an <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> causing immediate visual update of the object and all its elements.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.Glyphs">
|
|
<summary>
|
|
<para>Gets or sets a collection of glyphs for the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object.
|
|
</para>
|
|
</summary>
|
|
<value>An Object that is glyphs collection for the current IButton object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.GroupIndex">
|
|
<summary>
|
|
<para>Gets or sets a group index for the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object.
|
|
</para>
|
|
</summary>
|
|
<value>An Int32 value that is the group index for the current IButton object. The default value is <b>-1</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.Image">
|
|
<summary>
|
|
<para>Gets or sets the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object's icon.
|
|
</para>
|
|
</summary>
|
|
<value>An Image object that is the current IButton object's icon.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.ImageIndex">
|
|
<summary>
|
|
<para>Gets or sets an <see cref="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.Images"/> collection member used as the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object's glyph.
|
|
</para>
|
|
</summary>
|
|
<value>An Int32 value that points to an <see cref="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.Images"/> collection member used as the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object's glyph.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.ImageLocation">
|
|
<summary>
|
|
<para>Gets or sets the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object's icon location relative to its <see cref="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.Caption"/>.
|
|
</para>
|
|
</summary>
|
|
<value>An ImageLocation enumerator value specifying the current IButton object's icon location relative to its <see cref="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.Caption"/>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.Images">
|
|
<summary>
|
|
<para>Gets a collection of images that can be used as the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object's icon.
|
|
</para>
|
|
</summary>
|
|
<value>The Object that is the source of images assigned to the parent dock panel's <see cref="P:DevExpress.XtraBars.Docking.DockPanel.Images"/> property.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.IsUpdateLocked">
|
|
<summary>
|
|
<para>Gets whether the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> is locked for any visual update.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> is locked for any visual update; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.Style">
|
|
<summary>
|
|
<para>Gets or sets the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object's type.
|
|
</para>
|
|
</summary>
|
|
<value>A ButtonStyle enumerator value that specifies the current IButton object's type.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.SuperTip">
|
|
<summary>
|
|
<para>Gets or sets a super tool-tip for the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/>.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.SuperToolTip"/> object associated with the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.Tag">
|
|
<summary>
|
|
<para>Gets or sets the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object's tag.
|
|
</para>
|
|
</summary>
|
|
<value>An Object that is the current IButton object's tag.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets a tool-tip for the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/>.
|
|
</para>
|
|
</summary>
|
|
<value>A String value that is the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/>'s tool-tip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.UseCaption">
|
|
<summary>
|
|
<para>Gets or sets whether the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object's <see cref="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.Caption"/> is visible.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object's <see cref="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.Caption"/> is visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.UseImage">
|
|
<summary>
|
|
<para>Gets or sets whether the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object's icon is visible.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object's icon is visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.Visible">
|
|
<summary>
|
|
<para>Gets or sets whether the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object is visible.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object is visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonPanel.IButtonProperties.VisibleIndex">
|
|
<summary>
|
|
<para>Gets or sets the current <see cref="T:DevExpress.XtraBars.Docking2010.IButton"/> object's relative position.
|
|
</para>
|
|
</summary>
|
|
<value>An Int32 value specifying the current IButton object's relative position.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.CanGetNextPrevImageEventArgs">
|
|
|
|
<summary>
|
|
<para>Contains data for the <see cref="E:DevExpress.XtraEditors.Controls.ImageSlider.CanGetNextPrevImage"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CanGetNextPrevImageEventArgs.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Creates a new instance of the CanGetNextPrevImageEventArgs class with a specific sliding direction.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="isNext">
|
|
<b>true</b> for sliding forward; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.CanGetNextPrevImageEventArgs.CanGetImage">
|
|
<summary>
|
|
<para>Gets or sets whether an image in the current sliding direction can be displayed. If not - corresponding navigation button will be disabled.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if an image in the current sliding direction can be displayed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.CanGetNextPrevImageEventArgs.IsNext">
|
|
<summary>
|
|
<para>Specifies the image sliding direction (<b>true</b> for sliding forward, <b>false</b> for sliding backwards).
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> for an image sliding forward; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.TabPageEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraTab.XtraTabControl.Selected"/> and <see cref="E:DevExpress.XtraTab.XtraTabControl.Deselected"/> events.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.TabPageEventArgs.#ctor(DevExpress.XtraTab.XtraTabPage,System.Int32,System.Windows.Forms.TabControlAction)">
|
|
<summary>
|
|
<para>Initializes a new instance of the TabPageEventArgs class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="page">
|
|
A <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object that represents the current page.
|
|
|
|
</param>
|
|
<param name="pageIndex">
|
|
An integer value that specifies the index of the page.
|
|
|
|
</param>
|
|
<param name="action">
|
|
A <see cref="T:System.Windows.Forms.TabControlAction"/> object that represents the action being performed on the page.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.TabPageEventArgs.Action">
|
|
<summary>
|
|
<para>Gets the action being performed on a tab.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.TabControlAction"/> value that identifies the action being performed on a tab.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.TabPageEventArgs.Page">
|
|
<summary>
|
|
<para>Gets the currently processed page.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object that represents the currently processed page.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.TabPageEventArgs.PageIndex">
|
|
<summary>
|
|
<para>Gets the index of the current page.
|
|
</para>
|
|
</summary>
|
|
<value>An integer that specifies the index of the current page.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.TabPageEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraTab.XtraTabControl.Selected"/> and <see cref="E:DevExpress.XtraTab.XtraTabControl.Deselected"/> events.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.TabPageEventHandler.Invoke(System.Object,DevExpress.XtraTab.TabPageEventArgs)">
|
|
<summary>
|
|
<para>Represents the method for handling events which take a <see cref="T:DevExpress.XtraTab.TabPageEventArgs"/> object as a parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
An <see cref="T:DevExpress.XtraTab.XtraTabControl"/> object that fires the event.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraTab.TabPageEventArgs"/> object that contains data for the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.TabPageCancelEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraTab.XtraTabControl.Selecting"/> and <see cref="E:DevExpress.XtraTab.XtraTabControl.Deselecting"/> events.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.TabPageCancelEventArgs.#ctor(DevExpress.XtraTab.XtraTabPage,System.Int32,System.Boolean,System.Windows.Forms.TabControlAction)">
|
|
<summary>
|
|
<para>Initializes a new instance of the TabPageCancelEventArgs class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="page">
|
|
An <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object that represents the current page.
|
|
|
|
</param>
|
|
<param name="pageIndex">
|
|
An integer value that specifies the index of the page.
|
|
|
|
</param>
|
|
<param name="cancel">
|
|
A Boolean value that specifies whether the event must be canceled.
|
|
|
|
</param>
|
|
<param name="action">
|
|
A <see cref="T:System.Windows.Forms.TabControlAction"/> value that identifies the action being performed on a tab page.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.TabPageCancelEventArgs.Cancel">
|
|
<summary>
|
|
<para>Gets or sets whether the event must be canceled.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the event must be canceled; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.TabPageCancelEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraTab.XtraTabControl.Selecting"/> and <see cref="E:DevExpress.XtraTab.XtraTabControl.Deselecting"/> events.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.TabPageCancelEventHandler.Invoke(System.Object,DevExpress.XtraTab.TabPageCancelEventArgs)">
|
|
<summary>
|
|
<para>Represents the method for handling events which take a <see cref="T:DevExpress.XtraTab.TabPageCancelEventArgs"/> object as a parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
An <see cref="T:DevExpress.XtraTab.XtraTabControl"/> object that fires the event.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraTab.TabPageCancelEventArgs"/> object that contains data for the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.TabPageChangingEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraTab.XtraTabControl.SelectedPageChanging"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.TabPageChangingEventHandler.Invoke(System.Object,DevExpress.XtraTab.TabPageChangingEventArgs)">
|
|
<summary>
|
|
<para>Represents the method for handling events which take a <see cref="T:DevExpress.XtraTab.TabPageChangedEventArgs"/> object as a parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
An <see cref="T:DevExpress.XtraTab.XtraTabControl"/> object that fires the event.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraTab.TabPageChangedEventArgs"/> object that contains data for the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.TabPageChangingEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraTab.XtraTabControl.SelectedPageChanging"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.TabPageChangingEventArgs.#ctor(DevExpress.XtraTab.XtraTabPage,DevExpress.XtraTab.XtraTabPage)">
|
|
<summary>
|
|
<para>Initializes a new instance of the TabPageChangingEventArgs class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="prevPage">
|
|
An <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object that represents the old page.
|
|
|
|
</param>
|
|
<param name="page">
|
|
An <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object that represents the new page.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.TabPageChangingEventArgs.Cancel">
|
|
<summary>
|
|
<para>Gets or sets whether the event must be canceled.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the event must be canceled; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.PinPageButtonShowMode">
|
|
|
|
<summary>
|
|
<para>Provides members that indicate which tab headers should display their Pin Buttons.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.PinPageButtonShowMode.Default">
|
|
<summary>
|
|
<para>A Default value. Acts identically to the <see cref="F:DevExpress.XtraTab.PinPageButtonShowMode.InActiveTabPageHeaderAndOnMouseHover"/> value.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.PinPageButtonShowMode.InActiveTabPageHeader">
|
|
<summary>
|
|
<para>Only an active tab page header should display a Pin Button.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.PinPageButtonShowMode.InActiveTabPageHeaderAndOnMouseHover">
|
|
<summary>
|
|
<para>Only active and hovered tab headers should display a pin button.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.PinPageButtonShowMode.InAllTabPageHeaders">
|
|
<summary>
|
|
<para>All existing tab headers should display a pin button.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.SpinEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will hande the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.Spin"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.SpinEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.SpinEventArgs)">
|
|
<summary>
|
|
<para>Represents the method for handling events which take a <see cref="T:DevExpress.XtraEditors.Controls.SpinEventArgs"/> object as a parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event source. This identifies the editor which fires the event.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.SpinEventArgs"/> object that contains data for the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.SpinEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.Spin"/> event
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.SpinEventArgs.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the SpinEventArgs class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="isSpinUp">
|
|
A Boolean value that indicates whether the Up Arrow key or Up Spin button has been pressed, or the mouse wheel has been rotated up. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.SpinEventArgs.IsSpinUp"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.SpinEventArgs.Handled">
|
|
<summary>
|
|
<para>Gets or sets whether the event has been handled, and no default processing is required.
|
|
</para>
|
|
</summary>
|
|
<value>A Boolean value that specifies that the event has been handled, and no default processing is required.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.SpinEventArgs.IsSpinUp">
|
|
<summary>
|
|
<para>A Boolean value that specifies whether the Up Arrow key or Up Spin button (in a <see cref="T:DevExpress.XtraEditors.SpinEdit"/> control) has been pressed, or the mouse wheel has been rotated up.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the Up Arrow key or Up Spin button (in a <see cref="T:DevExpress.XtraEditors.SpinEdit"/> control) has been pressed, or the mouse wheel has been rotated up; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.ExportMode">
|
|
|
|
<summary>
|
|
<para>Contains values that specify whether an editor's edit value or display text is exported, when the editor's data is exported in XLS and CSV formats.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Repository.ExportMode.Default">
|
|
<summary>
|
|
<para>Either an editor's value or display text is exported, depending on the editor's type. For the ImageComboBoxEdit and LookUpEdit controls, their display text is exported. For other editors, their edit values (BaseEdit.EditValue), which sometimes match the display text, are exported.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Repository.ExportMode.DisplayText">
|
|
<summary>
|
|
<para>An editor's display text is exported.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Repository.ExportMode.Value">
|
|
<summary>
|
|
<para>An editor's edit value is exported.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Mask.AutoCompleteType">
|
|
|
|
<summary>
|
|
<para>Lists values that specify the type of automatic completion mode used by an editor.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Mask.AutoCompleteType.Default">
|
|
<summary>
|
|
<para>When set to <b>Default</b>, the <see cref="F:DevExpress.XtraEditors.Mask.AutoCompleteType.Strong"/> automatic completion mode is used.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Mask.AutoCompleteType.None">
|
|
<summary>
|
|
<para>The automatic completion feature is disabled.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Mask.AutoCompleteType.Optimistic">
|
|
<summary>
|
|
<para>When an end-user enters a character in an empty edit box for the first time the editor automatically fills all the following placeholders with the default values. For placeholders that accept only numeric values the '0' character is the default. For placeholders that accept word characters the "a" character is the default.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Mask.AutoCompleteType.Strong">
|
|
<summary>
|
|
<para>Each time an end-user types a character the editor determines if the following placeholder can be filled automatically. If only a specific character can be inserted in this position the editor automatically displays this character and moves the caret to the right of this character.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Mask.MaskProperties">
|
|
|
|
<summary>
|
|
<para>Contains settings that affect the functionality of an editor's mask.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Mask.MaskProperties.#ctor(DevExpress.XtraEditors.Mask.MaskProperties)">
|
|
<summary>
|
|
<para>Initializes a new instance of the MaskProperties class with settings from the specified <see cref="T:DevExpress.XtraEditors.Controls.MaskData"/> object.
|
|
</para>
|
|
</summary>
|
|
<param name="data">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.MaskData"/> object whose settings are used to initialize the newly created MaskProperties object.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Mask.MaskProperties.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the MaskProperties class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Mask.MaskProperties.AfterChange">
|
|
<summary>
|
|
<para>Occurs after a setting of the current MaskProperties object has been changed.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Mask.MaskProperties.Assign(DevExpress.XtraEditors.Controls.MaskData)">
|
|
<summary>
|
|
<para>Copies the settings of the specified <see cref="T:DevExpress.XtraEditors.Controls.MaskData"/> object to the current MaskProperties object.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="data">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.MaskData"/> object whose settings will be copied to the current MaskProperties object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Mask.MaskProperties.Assign(DevExpress.XtraEditors.Mask.MaskProperties)">
|
|
<summary>
|
|
<para>Copies the settings from the specified MaskProperties object to the current object.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="data">
|
|
A MaskProperties object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Mask.MaskProperties.AutoComplete">
|
|
<summary>
|
|
<para>Gets or sets the automatic completion mode used by the editor in the <b>RegEx</b> mask mode.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraEditors.Mask.AutoCompleteType"/> value specifying the automatic completion mode used by the editor in the <b>RegEx</b> mask mode.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Mask.MaskProperties.BeepOnError">
|
|
<summary>
|
|
<para>Gets or sets whether an editor makes a beep sound when an end-user tries to enter an invalid character.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor sounds a beep when an end-user tries to enter an invalid character; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Mask.MaskProperties.BeforeChange">
|
|
<summary>
|
|
<para>Occurs when a setting of the current MaskProperties object is about to be changed.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Mask.MaskProperties.BeginUpdate">
|
|
<summary>
|
|
<para>Locks the MaskProperties object by preventing visual updates until the <b>EndUpdate</b> method is called.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Mask.MaskProperties.Blank">
|
|
<summary>
|
|
<para>Gets or sets a character representing a placeholder within a masked editor.
|
|
</para>
|
|
</summary>
|
|
<value>A string whose first character is used as a placeholder.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Mask.MaskProperties.CreateDefaultMaskManager">
|
|
<summary>
|
|
<para>Creates the default mask manager.
|
|
</para>
|
|
</summary>
|
|
<returns>A MaskManager object that represents the default mask manager.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Mask.MaskProperties.Culture">
|
|
<summary>
|
|
<para>Gets or sets the culture whose settings are used by masks.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Globalization.CultureInfo"/> object whose settings are used by masks.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Mask.MaskProperties.EditMask">
|
|
<summary>
|
|
<para>Gets or sets a mask expression.
|
|
</para>
|
|
</summary>
|
|
<value>A string representing a mask expression.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Mask.MaskProperties.EndUpdate">
|
|
<summary>
|
|
<para>Unlocks the MaskProperties object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Mask.MaskProperties.Equals(System.Object)">
|
|
<summary>
|
|
<para>Determines whether the current object has the same settings as the specified object.
|
|
</para>
|
|
</summary>
|
|
<param name="obj">
|
|
A MaskProperties object to compare with the current object.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the object specified by the parameter has the same settings as the current object; otherwise, <b>false</b>.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Mask.MaskProperties.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code (a number) that corresponds to the value of the current object.
|
|
</para>
|
|
</summary>
|
|
<returns>The hash code for the current object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Mask.MaskProperties.IgnoreMaskBlank">
|
|
<summary>
|
|
<para>For the <b>Simple</b>, <b>Regular</b> and <b>RegEx</b> mask types this property gets or sets whether an editor can lose focus when a value hasn't been entered.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if an editor can lose focus when a value has not been entered; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Mask.MaskProperties.MaskType">
|
|
<summary>
|
|
<para>Gets or sets the mask type.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Mask.MaskType"/> value specifying the mask type used.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Mask.MaskProperties.PlaceHolder">
|
|
<summary>
|
|
<para>For the <b>Simple</b>, <b>Regular</b> and <b>RegEx</b> mask types this property gets or sets the character used as the placeholder in a masked editor.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>The character used as the placeholder in a masked editor.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Mask.MaskProperties.SaveLiteral">
|
|
<summary>
|
|
<para>For the <b>Simple</b> and <b>Regular</b> mask types this property gets or sets whether constantly displayed mask characters (literals) are included in an editor's value.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the constantly displayed mask characters are included in an editor's value; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Mask.MaskProperties.ShowPlaceHolders">
|
|
<summary>
|
|
<para>For the <b>RegEx</b> mask type this property gets or sets whether placeholders are displayed in a masked editor.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to display placeholders in a masked editor; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Mask.MaskProperties.ToString">
|
|
<summary>
|
|
<para>Returns the text representation of the current object.
|
|
</para>
|
|
</summary>
|
|
<returns>A string that specifies the text representation of the current MaskProperties object..
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Mask.MaskProperties.UseMaskAsDisplayFormat">
|
|
<summary>
|
|
<para>Gets or sets whether display values are still formatted using the mask when the editor is not focused.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the mask settings are used to format display values when the editor is not focused; <b>false</b> if the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItem.DisplayFormat"/> object's settings are used instead.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.TabButtonShowMode">
|
|
|
|
<summary>
|
|
<para>Lists values that specify the manner in which tab buttons are shown within a tab header panel.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabButtonShowMode.Always">
|
|
<summary>
|
|
<para>The <b>Close</b> button is always displayed within the page header panel. The <b>Prev</b> and <b>Next</b> buttons are displayed when the <see cref="P:DevExpress.XtraTab.XtraTabControl.MultiLine"/> property is set to <b>false</b>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabButtonShowMode.Default">
|
|
<summary>
|
|
<para>The option is equivalent to the <see cref="F:DevExpress.XtraTab.TabButtonShowMode.WhenNeeded"/> option.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabButtonShowMode.Never">
|
|
<summary>
|
|
<para>Tab buttons are always hidden.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabButtonShowMode.WhenNeeded">
|
|
<summary>
|
|
<para>Tab buttons are automatically shown when the tab control's width is insufficient to display all the page headers.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.TabPageImagePosition">
|
|
|
|
<summary>
|
|
<para>Lists values that specify the alignment of the images displayed within page headers.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabPageImagePosition.Center">
|
|
<summary>
|
|
<para><para>Images are centered within page headers and the header's caption is hidden.</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabPageImagePosition.Far">
|
|
<summary>
|
|
<para><para>Images are positioned on the right side of page headers.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabPageImagePosition.Near">
|
|
<summary>
|
|
<para><para>Images are positioned on the left side of page headers.</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabPageImagePosition.None">
|
|
<summary>
|
|
<para>The images are not displayed within page headers.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.TabHeaderLocation">
|
|
|
|
<summary>
|
|
<para>Lists values that specify the position of the tab headers in a tab control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabHeaderLocation.Bottom">
|
|
<summary>
|
|
<para><para>The tab headers are located along the bottom of the tab control.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabHeaderLocation.Left">
|
|
<summary>
|
|
<para><para>The tab headers are located along the left side of the tab control.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabHeaderLocation.Right">
|
|
<summary>
|
|
<para><para>The tab headers are located along the right side of the tab control.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabHeaderLocation.Top">
|
|
<summary>
|
|
<para><para>The tab headers are located along the top of the tab control.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.TabOrientation">
|
|
|
|
<summary>
|
|
<para>Lists values that specify the orientation of the tab headers in a tab control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabOrientation.Default">
|
|
<summary>
|
|
<para><para>
|
|
The default behavior determined by controls.
|
|
</para>
|
|
|
|
<para>
|
|
For an <see cref="T:DevExpress.XtraTab.XtraTabControl"/>, the orientation of the tab headers depends upon the <see cref="P:DevExpress.XtraTab.XtraTabControl.HeaderLocation"/> property's value. If the tab headers are located across the bottom or top of the tab control, they are horizontally oriented. Otherwise, if the tab headers are located along the left or right side of the tab control, they are vertically oriented.
|
|
</para>
|
|
|
|
<para>
|
|
For a <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView"/> in a <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/>, the <b>Default</b> option is equivalent to <b>Horizontal</b>.
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabOrientation.Horizontal">
|
|
<summary>
|
|
<para><para>The tab headers are horizontally oriented.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabOrientation.Vertical">
|
|
<summary>
|
|
<para><para>The tab headers are vertically oriented.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.TabPageChangedEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraTab.XtraTabControl.HotTrackedPageChanged"/> and <see cref="E:DevExpress.XtraTab.XtraTabControl.SelectedPageChanged"/> events.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.TabPageChangedEventHandler.Invoke(System.Object,DevExpress.XtraTab.TabPageChangedEventArgs)">
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraTab.XtraTabControl.HotTrackedPageChanged"/> and <see cref="E:DevExpress.XtraTab.XtraTabControl.SelectedPageChanged"/> events.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event sender. Identifies the tab control that raised the event.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraTab.TabPageChangedEventArgs"/> object that contains event data.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.TabPageChangedEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraTab.XtraTabControl.HotTrackedPageChanged"/> and <see cref="E:DevExpress.XtraTab.XtraTabControl.SelectedPageChanged"/> events.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.TabPageChangedEventArgs.#ctor(DevExpress.XtraTab.XtraTabPage,DevExpress.XtraTab.XtraTabPage)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraTab.TabPageChangedEventArgs"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="prevPage">
|
|
An <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object which represents the tab page previously processed. This value is assigned to the <see cref="P:DevExpress.XtraTab.TabPageChangedEventArgs.PrevPage"/> property.
|
|
|
|
</param>
|
|
<param name="page">
|
|
An <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object which represents the tab page currently being processed. This value is assigned to the <see cref="P:DevExpress.XtraTab.TabPageChangedEventArgs.Page"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.TabPageChangedEventArgs.Page">
|
|
<summary>
|
|
<para>Gets the tab page currently being processed.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object which represents the tab page currently being processed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.TabPageChangedEventArgs.PrevPage">
|
|
<summary>
|
|
<para>Gets the previously processed tab page.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object which represents the tab page previously processed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.PageAppearance">
|
|
|
|
<summary>
|
|
<para>Provides the appearance settings used to paint the elements in a tab page.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.PageAppearance.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraTab.PageAppearance"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.PageAppearance.BeginUpdate">
|
|
<summary>
|
|
<para>Locks the PageAppearance object by preventing visual updates until the <b>EndUpdate</b> method is called.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraTab.PageAppearance.Changed">
|
|
<summary>
|
|
<para>Fires after the <see cref="T:DevExpress.XtraTab.PageAppearance"/> object's settings have been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.PageAppearance.Dispose">
|
|
<summary>
|
|
<para>Releases all the resources used by the current <see cref="T:DevExpress.XtraTab.PageAppearance"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.PageAppearance.EndUpdate">
|
|
<summary>
|
|
<para>Unlocks the PageAppearance object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.PageAppearance.Header">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the tab page(s).
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the tab page(s).
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.PageAppearance.HeaderActive">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the header which corresponds to the currently active page.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the header of the active page.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.PageAppearance.HeaderDisabled">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the header which corresponds to a disabled page.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the header of a disabled page.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.PageAppearance.HeaderHotTracked">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the page header over which the mouse pointer is currently hovering.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the hot-tracked page header.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.PageAppearance.PageClient">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the page's client region.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which represents the appearance settings used to paint the page's client region.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.PageAppearance.Reset">
|
|
<summary>
|
|
<para>Restores all the appearance settings and usage options back to their default values and thus stops tab pages from using these appearance settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.PageAppearance.ShouldSerialize">
|
|
<summary>
|
|
<para>Tests whether the <see cref="T:DevExpress.XtraTab.PageAppearance"/> object should be persisted.
|
|
</para>
|
|
</summary>
|
|
<returns><b>true</b> if the object should be persisted; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.XtraTabPageCollection">
|
|
|
|
<summary>
|
|
<para>Represents a tab control's page collection.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabPageCollection.#ctor(DevExpress.XtraTab.XtraTabControl)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraTab.XtraTabPageCollection"/> class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="tabControl">
|
|
An <see cref="T:DevExpress.XtraTab.XtraTabControl"/> object or descendant which represents the tab control that will own the new page collection. This value is assigned to the <see cref="P:DevExpress.XtraTab.XtraTabPageCollection.TabControl"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabPageCollection.Add(System.String)">
|
|
<summary>
|
|
<para>Creates a new tab page with the specified text and appends it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="text">
|
|
A <see cref="T:System.String"/> value which specifies the page's text.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object which represents the new page.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabPageCollection.Add(DevExpress.XtraTab.XtraTabPage)">
|
|
<summary>
|
|
<para>Appends the specified page to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="page">
|
|
An <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object which represents the new page.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabPageCollection.Add">
|
|
<summary>
|
|
<para>Creates a new tab page with default settings and appends it to the collection.
|
|
</para>
|
|
</summary>
|
|
<returns>An <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object which represents the new tab page.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabPageCollection.AddRange(DevExpress.XtraTab.XtraTabPage[])">
|
|
<summary>
|
|
<para>Appends an array of <see cref="T:DevExpress.XtraTab.XtraTabPage"/> objects to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="pages">
|
|
An array of <see cref="T:DevExpress.XtraTab.XtraTabPage"/> objects to append to the collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraTab.XtraTabPageCollection.CollectionChanged">
|
|
<summary>
|
|
<para>Fires after the page collection has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabPageCollection.Contains(DevExpress.XtraTab.XtraTabPage)">
|
|
<summary>
|
|
<para>Indicates whether the collection contains the tab page specified.
|
|
</para>
|
|
</summary>
|
|
<param name="page">
|
|
An <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object to locate in the collection.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the collection contains the specified tab page; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabPageCollection.IndexOf(DevExpress.XtraTab.XtraTabPage)">
|
|
<summary>
|
|
<para>Returns the specified page's position within the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="page">
|
|
An <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object which represents 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.XtraTab.XtraTabPageCollection.Insert(System.Int32,DevExpress.XtraTab.XtraTabPage)">
|
|
<summary>
|
|
<para>Adds the specified page to the collection at the specified position.
|
|
</para>
|
|
</summary>
|
|
<param name="position">
|
|
An integer value representing the zero-based index at which the specified 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 <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object which represents the inserted page.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabPageCollection.Insert(System.Int32)">
|
|
<summary>
|
|
<para>Creates a new page with default settings and adds it to the collection at the specified position.
|
|
</para>
|
|
</summary>
|
|
<param name="position">
|
|
An integer value representing the zero-based index at which the specified page should be inserted. If it's negative or exceeds the number of elements within the collection an exception is thrown.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPageCollection.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.XtraTab.XtraTabPage"/> object which represents the tab page at the specified position.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabPageCollection.Move(System.Int32,DevExpress.XtraTab.XtraTabPage)">
|
|
<summary>
|
|
<para>Moves the page to another position within the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="newPosition">
|
|
A zero-based integer specifying the position within the collection to move the page to.
|
|
|
|
</param>
|
|
<param name="page">
|
|
An <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object which represents the tab page to move.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabPageCollection.Remove(DevExpress.XtraTab.XtraTabPage)">
|
|
<summary>
|
|
<para>Removes the specified tab page from the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="page">
|
|
An <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object which represents the tab page to be removed from the collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPageCollection.TabControl">
|
|
<summary>
|
|
<para>Gets the tab control which displays the pages in this collection.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraTab.XtraTabControl"/> object or descendant which represents the tab control that owns this page collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.XtraTabPage">
|
|
|
|
<summary>
|
|
<para>Represents a single tab page.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabPage.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraTab.XtraTabPage"/> class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabPage.AccessibleNotifyClients(System.Windows.Forms.AccessibleEvents,System.Int32)">
|
|
<summary>
|
|
<para>Notifies 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="childId">
|
|
A child <see cref="T:System.Windows.Forms.Control"/> which fires the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.Anchor">
|
|
<summary>
|
|
<para>This member overrides the <see cref="P:System.Windows.Forms.Control.Anchor"/> property.
|
|
</para>
|
|
</summary>
|
|
<value>A bitwise combination of the <see cref="T:System.Windows.Forms.AnchorStyles"/> values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.Appearance">
|
|
<summary>
|
|
<para>Provides access to the properties that control the tab page's appearance.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraTab.PageAppearance"/> object which provides the appearance settings for the tab page's elements.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.AutoSize">
|
|
<summary>
|
|
<para>Gets or sets whether the auto-size feature is enabled. This property is not supported by the XtraTabPage class.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the auto-size feature is enabled; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.AutoSizeMode">
|
|
<summary>
|
|
<para>Gets or sets the auto-size mode. This property is not supported by the XtraTabPage class.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.AutoSizeMode"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.BackColor">
|
|
<summary>
|
|
<para>Gets or sets the background color of the tab page's client region.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the background color of the tab page's client region.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.BackgroundImage">
|
|
<summary>
|
|
<para>Specifies the background image for the control. This property is not supported by the XtraTabPage class. Use the <b>BackgroundImage</b> property of the <see cref="P:DevExpress.XtraTab.PageAppearance.PageClient"/> object instead.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.BorderStyle">
|
|
<summary>
|
|
<para>This member is not supported by the XtraTabPage class.
|
|
</para>
|
|
</summary>
|
|
<value>@nbsp;
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.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="P:DevExpress.XtraTab.XtraTabPage.Enabled">
|
|
<summary>
|
|
<para>Gets or sets whether a tab page can be selected.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a 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.XtraTab.XtraTabPage.ForeColor">
|
|
<summary>
|
|
<para>Gets or sets the foreground color of the tab page's client region.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the foreground color of the tab page's client region.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.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.XtraTab.XtraTabPage.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.XtraTab.XtraTabControl.Images"/> list.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.ImagePadding">
|
|
<summary>
|
|
<para>Gets or sets padding for the image displayed in the page's header.
|
|
</para>
|
|
</summary>
|
|
<value>A System.Windows.Forms.Padding value that specifies padding for the image.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.Images">
|
|
<summary>
|
|
<para>Gets the source of images which provides images for tab pages.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:System.Object"/> which provides images for tab pages.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.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>A <see cref="T:System.Drawing.Point"/> structure which represents the upper-left corner of the control relative to the upper-left corner of its container.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.LookAndFeel">
|
|
<summary>
|
|
<para>This property is not supported by the XtraTabPage class
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.MaxTabPageWidth">
|
|
<summary>
|
|
<para>Gets or sets the maximum width of the current tab header.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that is the maximum width of the current tab header. <b>0</b> if the maximum width of the tab header is specified by the <see cref="P:DevExpress.XtraTab.XtraTabControl.MaxTabPageWidth"/> property.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.PageEnabled">
|
|
<summary>
|
|
<para>Gets or sets whether a tab page can be selected.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a 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.XtraTab.XtraTabPage.PageVisible">
|
|
<summary>
|
|
<para>Gets or sets 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.XtraTab.XtraTabPage.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="P:DevExpress.XtraTab.XtraTabPage.Size">
|
|
<summary>
|
|
<para>Gets or sets the control's height and width.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Size"/> object that represents the control's height and width, in pixels.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabPage.StartAnimation">
|
|
<summary>
|
|
<para>Starts the animation of an animated GIF file being displayed in the page's header.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabPage.StopAnimation">
|
|
<summary>
|
|
<para>Stops animation of an animated GIF file being displayed in the tab page's header.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.SuperTip">
|
|
<summary>
|
|
<para>Gets or sets a <see cref="T:DevExpress.Utils.SuperToolTip"/> for the current tab page's header.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.SuperToolTip"/> object associated with the current tab page.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.TabControl">
|
|
<summary>
|
|
<para>Gets the tab control to which the tab page belongs.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraTab.XtraTabControl"/> object or descendant which owns the tab page.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.TabIndex">
|
|
<summary>
|
|
<para>Gets or sets the tab order of the control within its container.
|
|
</para>
|
|
</summary>
|
|
<value>A zero-based integer value specifying the control's index within the set of controls included in the tab order.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.TabPageWidth">
|
|
<summary>
|
|
<para>Gets or sets the header width for the current tab page.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the width of the current tab page's header.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.TabStop">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether an end-user can focus this page using the TAB key.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if an end-user can focus the page using the TAB key; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.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.XtraTab.XtraTabPage.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 the regular tooltip for the tab page.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabPage.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.XtraTab.XtraTabPage.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="P:DevExpress.XtraTab.XtraTabPage.Visible">
|
|
<summary>
|
|
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To specify the tab page's visibility use the <see cref="P:DevExpress.XtraTab.XtraTabPage.PageVisible"/> property instead.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the tab page is visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.XtraTabControl">
|
|
|
|
<summary>
|
|
<para>Represents a tab control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabControl.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraTab.XtraTabControl"/> class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.Appearance">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the XtraTabControl.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the tab control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.AppearancePage">
|
|
<summary>
|
|
<para>Provides access to the properties that control the appearance of all the tab pages in the XtraTabControl.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraTab.PageAppearance"/> object which provides appearance settings for all the tab pages.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.BackColor">
|
|
<summary>
|
|
<para>Gets or sets the background color of the tab control's client region.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the background color of the tab control's client region.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabControl.BeginInit">
|
|
<summary>
|
|
<para>Starts the tab control's initialization.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabControl.BeginUpdate">
|
|
<summary>
|
|
<para>Locks the XtraTabControl object by preventing visual updates until the <b>EndUpdate</b> method is called.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.BorderStyle">
|
|
<summary>
|
|
<para>Gets or sets the tab control's border style.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value specifying the tab control's border style.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.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 specifying the border style of all the tab pages.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabControl.CalcHitInfo(System.Drawing.Point)">
|
|
<summary>
|
|
<para>Returns information about the XtraTabControl 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 tab control's top-left corner.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.XtraTab.ViewInfo.XtraTabHitInfo"/> object that contains information about the tab elements located at the test point.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabControl.CalcSizeByPageClient(System.Drawing.Size)">
|
|
<summary>
|
|
<para>Returns the tab control's size, calculated from the size of its page.
|
|
</para>
|
|
</summary>
|
|
<param name="clientSize">
|
|
A <see cref="T:System.Drawing.Size"/> structure which represents the size of a tab page's client region.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:System.Drawing.Size"/> structure which represents the tab control's size, calculated from the size of its page.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraTab.XtraTabControl.CloseButtonClick">
|
|
<summary>
|
|
<para>Occurs when the Close button displayed within the XtraTabControl's header is clicked.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.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.XtraTab.XtraTabControl.Controls">
|
|
<summary>
|
|
<para>Gets the collection of controls owned by the current XtraTabControl control. This property supports the internal infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<value>A NoSerializationControlCollection object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraTab.XtraTabControl.CustomHeaderButtonClick">
|
|
<summary>
|
|
<para>Occurs when a custom header button is clicked.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.CustomHeaderButtons">
|
|
<summary>
|
|
<para>Provides access to the custom header button collection in the current tab control.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection"/> object providing access to custom header buttons for the tab control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraTab.XtraTabControl.Deselected">
|
|
<summary>
|
|
<para>Occurs after a page has been deselected.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraTab.XtraTabControl.Deselecting">
|
|
<summary>
|
|
<para>Occurs when a page is about to be deselected, and allows cancellation of the operation.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.DisplayRectangle">
|
|
<summary>
|
|
<para>Gets the bounds of the tab page's client region.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Rectangle"/> structure which represents the bounding rectangle of the tab page's client region.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabControl.EndInit">
|
|
<summary>
|
|
<para>Ends the tab control's initialization.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabControl.EndUpdate">
|
|
<summary>
|
|
<para>Unlocks the XtraTabControl object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.FirstVisiblePageIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of the tab page whose header is the first visible header onscreen.
|
|
</para>
|
|
</summary>
|
|
<value>A zero-based integer which specifies the index of the tab page whose header is the first visible header onscreen.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.ForeColor">
|
|
<summary>
|
|
<para>Gets or sets the control's foreground color.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure that represents the control's foreground color.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.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 tab headers should be automatically stretched to fill the empty space in a tab row.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraTab.XtraTabControl.HeaderButtonClick">
|
|
<summary>
|
|
<para>Occurs when a built-in header button is clicked.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.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.XtraTab.XtraTabControl.HeaderButtonsShowMode">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether and when <b>Close</b>, <b>Next</b> and <b>Prev</b> buttons are displayed in the tab control's header.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraTab.TabButtonShowMode"/> value that specifies whether and when tab buttons are displayed within the header.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.HeaderLocation">
|
|
<summary>
|
|
<para>Gets or sets the position of the tab headers.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraTab.TabHeaderLocation"/> enumeration member which specifies the position of the tab headers.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.HeaderOrientation">
|
|
<summary>
|
|
<para>Gets or sets the orientation of the tab headers.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraTab.TabOrientation"/> enumeration member which specifies the orientation of the tab headers.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraTab.XtraTabControl.HotTrackedPageChanged">
|
|
<summary>
|
|
<para>Fires after the hot-tracked page header has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.HotTrackedTabPage">
|
|
<summary>
|
|
<para>Gets or sets the hot-tracked tab page.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object which represents the tab page currently hot-tracked.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.Images">
|
|
<summary>
|
|
<para>Gets or sets the source of the images that can be displayed within page headers.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/> that is an image collection providing images for page headers.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.IsLoading">
|
|
<summary>
|
|
<para>Gets a value indicating whether the tab control is currently being initialized.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the tab control is being initialized; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabControl.LayoutChanged">
|
|
<summary>
|
|
<para>Updates a tab control.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.LookAndFeel">
|
|
<summary>
|
|
<para>Provides access to the settings which control the tab control's look and feel.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the tab control's look and feel.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.XtraTabControl.MakePageVisible(DevExpress.XtraTab.XtraTabPage)">
|
|
<summary>
|
|
<para>Makes the header of the specified page visible on-screen if it's currently invisible.
|
|
</para>
|
|
</summary>
|
|
<param name="page">
|
|
An <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object which represents the tab page.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.MaxTabPageWidth">
|
|
<summary>
|
|
<para>Gets or sets the maximum width of tab headers.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that is the maximum width of tab headers. <b>0</b> if the width of tab headers is not limited.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.MultiLine">
|
|
<summary>
|
|
<para>Gets or sets whether more than one row of tab headers can be displayed.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value which specifies whether more than one row of tab headers can be displayed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.PageClientBounds">
|
|
<summary>
|
|
<para>Gets the bounding rectangle of a tab page's client region.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Rectangle"/> structure which represents the bounding rectangle of the tab page's client region.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.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="P:DevExpress.XtraTab.XtraTabControl.PaintStyleName">
|
|
<summary>
|
|
<para>Gets or sets the name of the paint style applied to the tab control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the name of the paint style applied to the tab control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraTab.XtraTabControl.Selected">
|
|
<summary>
|
|
<para>Occurs after a page has been selected.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraTab.XtraTabControl.SelectedPageChanged">
|
|
<summary>
|
|
<para>Fires after the selected tab page has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraTab.XtraTabControl.SelectedPageChanging">
|
|
<summary>
|
|
<para>Allows you to prevent a specific tab page from being activated.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.SelectedTabPage">
|
|
<summary>
|
|
<para>Gets or sets the currently selected tab page.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object which represents the tab page currently selected.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.SelectedTabPageIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of the currently selected tab page.
|
|
</para>
|
|
</summary>
|
|
<value>A zero-based integer which specifies the index of the selected tab page.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraTab.XtraTabControl.Selecting">
|
|
<summary>
|
|
<para>Occurs when a specific page is about to be selected, and allows cancellation of the operation.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.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.XtraTab.XtraTabControl.ShowTabHeader">
|
|
<summary>
|
|
<para>Gets or sets whether the page headers are displayed.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration member which specifies whether the page headers are displayed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.ShowToolTips">
|
|
<summary>
|
|
<para>Gets or sets whether the tab control can display tooltips.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration member which specifies whether the tab control can display tooltips.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraTab.XtraTabControl.TabMiddleClick">
|
|
<summary>
|
|
<para>Fires when an end-user presses the middle mouse button over a tab. To ensure that this event fires, set the <see cref="P:DevExpress.XtraTab.XtraTabControl.TabMiddleClickFiringMode"/> property to <b>MouseDown</b> or <b>MouseUp</b>.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.TabMiddleClickFiringMode">
|
|
<summary>
|
|
<para>Gets or sets if and when the <see cref="E:DevExpress.XtraTab.XtraTabControl.TabMiddleClick"/> event fires.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraTab.TabMiddleClickFiringMode"/> value that specifies if and when the <see cref="E:DevExpress.XtraTab.XtraTabControl.TabMiddleClick"/> event fires.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.TabPages">
|
|
<summary>
|
|
<para>Provides access to the tab control's page collection.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraTab.XtraTabPageCollection"/> object which represents a collection of tab pages within a tab control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.TabPageWidth">
|
|
<summary>
|
|
<para>Gets or sets the default width for all tab page headers.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the default width for tab page headers.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.Text">
|
|
<summary>
|
|
<para>This property isn't used.
|
|
</para>
|
|
</summary>
|
|
<value>@nbsp;
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.ToolTipController">
|
|
<summary>
|
|
<para>Gets or sets the tooltip controller component that controls the appearance, position and content of the hints displayed for a tab control.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.Utils.ToolTipController"/> component which controls the appearance and behavior of the hints displayed for the tab control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.UseCompatibleDrawingMode">
|
|
<summary>
|
|
<para>Gets or sets whether the XtraTabControl uses the non-default painting mode.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the XtraTabControl control uses the non-default painting mode; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.UseDisabledStatePainter">
|
|
<summary>
|
|
<para>Gets or sets whether the control is painted grayed out, when it's in the disabled state.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the control is painted grayed out, when it's in the disabled state; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.XtraTabControl.View">
|
|
<summary>
|
|
<para>Gets or sets an object which specifies the tab control's painting style.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraTab.Registrator.BaseViewInfoRegistrator"/> object or descendant which specifies the tab control's painting style.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.DropDownArrowStyle">
|
|
|
|
<summary>
|
|
<para>Contains values that specify whether and how a dropdown arrow is displayed within the <see cref="T:DevExpress.XtraEditors.DropDownButton"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.DropDownArrowStyle.Default">
|
|
<summary>
|
|
<para>Identical to the <see cref="F:DevExpress.XtraEditors.DropDownArrowStyle.SplitButton"/> option.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.DropDownArrowStyle.Hide">
|
|
<summary>
|
|
<para>The dropdown arrow is hidden.
|
|
<para>
|
|
|
|
</para>
|
|
A dropdown control is invoked on clicking the button unless the <see cref="P:DevExpress.XtraEditors.DropDownButton.ActAsDropDown"/> is set to <b>false</b>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.DropDownArrowStyle.Show">
|
|
<summary>
|
|
<para>The dropdown arrow is merged into the button.
|
|
<para>
|
|
|
|
</para>
|
|
A dropdown control is invoked on clicking the button unless the <see cref="P:DevExpress.XtraEditors.DropDownButton.ActAsDropDown"/> is set to <b>false</b>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.DropDownArrowStyle.SplitButton">
|
|
<summary>
|
|
<para>The dropdown arrow is displayed as a separate button.
|
|
<para>
|
|
|
|
</para>
|
|
A dropdown control is invoked on clicking the dropdown arrow button unless the <see cref="P:DevExpress.XtraEditors.DropDownButton.ActAsDropDown"/> is set to <b>false</b>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.HeaderClickMode">
|
|
|
|
<summary>
|
|
<para>Lists values that specify which functionality is invoked as a result of a click on a column header within the lookup editor's dropdown list.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.HeaderClickMode.AutoSearch">
|
|
<summary>
|
|
<para>Clicking a column's header selects this column for incremental searching.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.HeaderClickMode.Sorting">
|
|
<summary>
|
|
<para>Clicking a column's header sorts the data by that column.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.EditValueChangedFiringMode">
|
|
|
|
<summary>
|
|
<para>Lists values that specify when the editor's <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanged"/> event should be raised.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Buffered">
|
|
<summary>
|
|
<para>The <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanged"/> event is raised only after an end-user has stopped editing and a specified amount of time (<see cref="P:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChangedDelay"/>) has passed. The time interval between when the user stops editing and the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanged"/> event is raised is specified by the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChangedFiringDelay"/> property.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default">
|
|
<summary>
|
|
<para>The <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanged"/> event is raised immediately after the editor's value has been changed by an end-user.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.BarCodeControl">
|
|
|
|
<summary>
|
|
<para>Allows you to display various barcodes.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BarCodeControl.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the BarCodeControl class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BarCodeControl.AutoModule">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the <see cref="P:DevExpress.XtraEditors.BarCodeControl.Module"/> property value should be calculated automatically based upon the barcode's size.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the barcode's module is calculated automatically; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BarCodeControl.BinaryData">
|
|
<summary>
|
|
<para>Gets or sets the byte array to be coded into the PDF417 or ECC200 barcode.
|
|
</para>
|
|
</summary>
|
|
<value>An array of System.Byte values to be coded using the barcode's symbology.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BarCodeControl.HorizontalAlignment">
|
|
<summary>
|
|
<para>Gets or sets the barcode's horizontal alignment.
|
|
</para>
|
|
</summary>
|
|
<value>A HorzAlignment value that specifies the barcode's horizontal alignment.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BarCodeControl.HorizontalTextAlignment">
|
|
<summary>
|
|
<para>Gets or sets the text's horizontal alignment.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A VertAlignment value that specifies the text's horizontal alignment.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BarCodeControl.Module">
|
|
<summary>
|
|
<para>Gets or sets the width of the narrowest bar or space, in pixels.
|
|
</para>
|
|
</summary>
|
|
<value>The width of the narrowest bar or space, in pixels.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BarCodeControl.Orientation">
|
|
<summary>
|
|
<para>Gets or sets the barcode's orientation.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.BarCodeOrientation"/> value that specifies the barcode's orientation.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BarCodeControl.ShowText">
|
|
<summary>
|
|
<para>Gets or sets whether the control's <b>Text</b> is visible.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the text is displayed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BarCodeControl.Symbology">
|
|
<summary>
|
|
<para>Gets or sets the symbology (code type) for the barcode and the text.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraPrinting.BarCode.BarCodeGeneratorBase"/> class descendant that defines the symbology for the current BarCodeControl control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BarCodeControl.VerticalAlignment">
|
|
<summary>
|
|
<para>Gets or sets the barcode's vertical alignment.
|
|
</para>
|
|
</summary>
|
|
<value>A VertAlignment value that specifies the barcode's vertical alignment.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BarCodeControl.VerticalTextAlignment">
|
|
<summary>
|
|
<para>Gets or sets the text's vertical alignment.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A VertAlignment value that specifies the text's vertical alignment.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Filtering.ShowValueEditorEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.FilterControl.BeforeShowValueEditor"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Filtering.ShowValueEditorEventArgs.#ctor(DevExpress.XtraEditors.BaseEdit,DevExpress.XtraEditors.Filtering.ClauseNode,DevExpress.Data.Filtering.OperandValue,System.Int32)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ShowValueEditorEventArgs class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="editor">
|
|
An editor that is about to be invoked. This value is assigned to the object's <b>Editor</b> property.
|
|
|
|
</param>
|
|
<param name="node">
|
|
An object that identifies the current node in the FilterControl's tree. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Filtering.ShowValueEditorEventArgs.CurrentNode"/> property.
|
|
|
|
</param>
|
|
<param name="value">
|
|
A DevExpress.Data.Filtering.OperandValue object that is the current value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Filtering.ShowValueEditorEventArgs.OperandValue"/> property.
|
|
|
|
|
|
</param>
|
|
<param name="elementIndex">
|
|
The index of an operand value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Filtering.ShowValueEditorEventArgs.FocusedElementIndex"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Filtering.ShowValueEditorEventArgs.CurrentNode">
|
|
<summary>
|
|
<para>Gets the current node in the FilterControl's tree of criteria.
|
|
</para>
|
|
</summary>
|
|
<value>A ClauseNode object that is the current node.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Filtering.ShowValueEditorEventArgs.CustomRepositoryItem">
|
|
<summary>
|
|
<para>Allows you to specify a custom editor to be opened instead of the default one, specified by the <b>Editor</b> property.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant identifying the custom editor that will be created and displayed instead of the default one.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Filtering.ShowValueEditorEventArgs.FocusedElementIndex">
|
|
<summary>
|
|
<para>Gets the index of the current operand value.
|
|
</para>
|
|
</summary>
|
|
<value>An integer that specifies the index of the current operand value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Filtering.ShowValueEditorEventArgs.OperandValue">
|
|
<summary>
|
|
<para>Gets the current operand value.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Data.Filtering.OperandValue"/> object that specifies the current operand value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Filtering.ShowValueEditorEventArgs.Operation">
|
|
<summary>
|
|
<para>Gets the operation of the current node.
|
|
</para>
|
|
</summary>
|
|
<value>A ClauseType value that specifies the current operation.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.RangeControlRange">
|
|
|
|
<summary>
|
|
<para>Contains information on a range of data.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.RangeControlRange.#ctor(System.Object,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the RangeControlRange class with the specified range bounds.
|
|
</para>
|
|
</summary>
|
|
<param name="minimum">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.RangeControlRange.Minimum"/> property.
|
|
|
|
</param>
|
|
<param name="maximum">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.RangeControlRange.Maximum"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.RangeControlRange.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the RangeControlRange class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeControlRange.Maximum">
|
|
<summary>
|
|
<para>Gets or sets the end bound of a range.
|
|
</para>
|
|
</summary>
|
|
<value>The end bound of a range.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeControlRange.Minimum">
|
|
<summary>
|
|
<para>Gets or sets the start bound of a range.
|
|
</para>
|
|
</summary>
|
|
<value>The start bound of a range.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ColorTooltipFormat">
|
|
|
|
<summary>
|
|
<para>Contains values that specify how the values of colors are presented on-screen.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ColorTooltipFormat.Argb">
|
|
<summary>
|
|
<para>A color's value is presented in the ARGB format.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ColorTooltipFormat.Hex">
|
|
<summary>
|
|
<para>A color's value is presented in hexadecimal format.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraBars.Alerter.AlertFormDisplaySpeed">
|
|
|
|
<summary>
|
|
<para>Contains values that specify the appearance speed of alert windows.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Alerter.AlertFormDisplaySpeed.Fast">
|
|
<summary>
|
|
<para>The alert window's appearance speed is fast.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Alerter.AlertFormDisplaySpeed.Moderate">
|
|
<summary>
|
|
<para>The alert window's appearance speed is moderate.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Alerter.AlertFormDisplaySpeed.Slow">
|
|
<summary>
|
|
<para>The alert window's appearance speed is slow.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.NumericRangeControlClient">
|
|
|
|
<summary>
|
|
<para>Supports numeric range selection for the <see cref="T:DevExpress.XtraEditors.RangeControl"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NumericRangeControlClient.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the NumericRangeControlClient class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NumericRangeControlClient.Maximum">
|
|
<summary>
|
|
<para>Gets or sets the end bound of the total range.
|
|
</para>
|
|
</summary>
|
|
<value>An object that is the end bound of the total range.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NumericRangeControlClient.Minimum">
|
|
<summary>
|
|
<para>Gets or sets the start bound of the total range.
|
|
</para>
|
|
</summary>
|
|
<value>An object that is the start bound of the total range.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NumericRangeControlClient.RulerDelta">
|
|
<summary>
|
|
<para>Gets or sets the ruler increment. This property also specifies the minimum increment for range selection.
|
|
</para>
|
|
</summary>
|
|
<value>An object that is the ruler increment.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.RangeControlClientBase">
|
|
|
|
<summary>
|
|
<para>The base class for objects that can be embedded into the <see cref="T:DevExpress.XtraEditors.RangeControl"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.RangeControlClientBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the RangeControlClientBase class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeControlClientBase.LabelFormatString">
|
|
<summary>
|
|
<para>Gets or sets the string used to format ruler values.
|
|
</para>
|
|
</summary>
|
|
<value>A string used to format ruler values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeControlClientBase.RangeControl">
|
|
<summary>
|
|
<para>Gets or sets the parent for the current RangeControlClientBase object.
|
|
</para>
|
|
</summary>
|
|
<value>The parent <see cref="T:DevExpress.XtraEditors.RangeControl"/> object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ColorPickEditTooltipShowingEventArgs">
|
|
|
|
<summary>
|
|
<para>Contains data for the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.TooltipShowing"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ColorPickEditTooltipShowingEventArgs.#ctor(System.Drawing.Color,System.String,System.String,DevExpress.XtraEditors.ColorTooltipFormat)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ColorPickEditTooltipShowingEventArgs class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="color">
|
|
A Color value used to initialize the <see cref="P:DevExpress.XtraEditors.ColorPickEditTooltipShowingEventArgs.Color"/> property.
|
|
|
|
</param>
|
|
<param name="titleText">
|
|
A string value used to initialize the <see cref="P:DevExpress.XtraEditors.ColorPickEditTooltipShowingEventArgs.TitleText"/> property.
|
|
|
|
</param>
|
|
<param name="contentText">
|
|
A string value used to initialize the <see cref="P:DevExpress.XtraEditors.ColorPickEditTooltipShowingEventArgs.ContentText"/> property.
|
|
|
|
</param>
|
|
<param name="format">
|
|
A <see cref="T:DevExpress.XtraEditors.ColorTooltipFormat"/> value used to initialize the <see cref="P:DevExpress.XtraEditors.ColorPickEditTooltipShowingEventArgs.Format"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ColorPickEditTooltipShowingEventArgs.Color">
|
|
<summary>
|
|
<para>Gets the color for which a tooltip will be displayed.
|
|
</para>
|
|
</summary>
|
|
<value>The Color value for which a tooltip will be displayed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ColorPickEditTooltipShowingEventArgs.ContentText">
|
|
<summary>
|
|
<para>Gets or sets the content for the current tooltip.
|
|
</para>
|
|
</summary>
|
|
<value>A string that is the content for the current tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ColorPickEditTooltipShowingEventArgs.Format">
|
|
<summary>
|
|
<para>Gets the display format of the current color's value displayed in the tooltip.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.ColorTooltipFormat"/> value that is the display format of the current color's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ColorPickEditTooltipShowingEventArgs.TitleText">
|
|
<summary>
|
|
<para>Gets or sets the title for the current tooltip.
|
|
</para>
|
|
</summary>
|
|
<value>A string that is the tooltip's title.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ColorDialogOptions">
|
|
|
|
<summary>
|
|
<para>Contains settings affecting the appearance of the "Select Color" dialog.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ColorDialogOptions.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ColorDialogOptions class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ColorDialogOptions.AllowTransparency">
|
|
<summary>
|
|
<para>Gets or sets whether the "Select Color" dialog contains controls allowing an end-user to set a transparency level for selected colors.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if an end-user can select translucent colors via the "Select Color" dialog via dedicated controls; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ColorDialogOptions.Assign(DevExpress.XtraEditors.ColorDialogOptions)">
|
|
<summary>
|
|
<para>Copies settings from the object passed as the parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="options">
|
|
A ColorDialogOptions object whose settings are copied to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ColorDialogOptions.FormIcon">
|
|
<summary>
|
|
<para>Gets or sets the icon applied to the "Select Color" dialog.
|
|
</para>
|
|
</summary>
|
|
<value>An Icon object displayed in the "Select Color" dialog.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ColorDialogOptions.ShowArrows">
|
|
<summary>
|
|
<para>Gets or sets whether the "Select Color" dialog contains titled arrows along the sides of color boxes.
|
|
</para>
|
|
</summary>
|
|
<value>A ShowArrows value that specifies whether the "Select Color" dialog contains titled arrows along the sides of color boxes.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ColorDialogOptions.ShowMakeWebSafeButton">
|
|
<summary>
|
|
<para>Gets or sets whether the "Make Web-Safe" button is available within the "Select Color" dialog.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the "Make Web-Safe" button is available within the "Select Color" dialog; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ColorDialogOptions.ShowPreview">
|
|
<summary>
|
|
<para>Gets or sets whether the "Select Color" dialog contains a preview box demonstrating the current color.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the "Select Color" dialog contains a preview box; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ColorDialogOptions.ShowTabs">
|
|
<summary>
|
|
<para>Gets or sets which tabs are displayed within the "Select Color" dialog.
|
|
</para>
|
|
</summary>
|
|
<value>A ShowTabs value that specifies which tabs are displayed within the "Select Color" dialog.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit">
|
|
|
|
<summary>
|
|
<para>Represents a repository item that stores settings specific to a <see cref="T:DevExpress.XtraEditors.ColorPickEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the RepositoryItemColorPickEdit class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies settings from the object passed as the parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A RepositoryItemColorPickEdit object whose settings are copied to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.AutomaticColor">
|
|
<summary>
|
|
<para>Gets or sets the color considered the "Automatic" color, which is selected when an end-user clicks the Automatic button in the Custom tab.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>The color considered the "Automatic" color.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.AutomaticColorButtonCaption">
|
|
<summary>
|
|
<para>Gets or sets the caption of the Automatic button displayed in the Custom tab in the <see cref="T:DevExpress.XtraEditors.ColorPickEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
<value>A string that is the caption of the Automatic button displayed in the Custom tab.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.ColorDialogOptions">
|
|
<summary>
|
|
<para>Contains settings that affect the appearance of the "Select Color" dialog.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.ColorDialogOptions"/> object that contains settings affecting the appearance of the "Select Color" dialog.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.ColorPickDialogClosed">
|
|
<summary>
|
|
<para>Fires after the "Select Color" dialog has been closed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.ColorPickDialogShowing">
|
|
<summary>
|
|
<para>Fires when the "Select Color" dialog is about to be displayed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.LockEventsCore">
|
|
<summary>
|
|
<para> [To be supplied] </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.RaiseColorPickDialogClosed(DevExpress.XtraEditors.ColorPickDialogClosedEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="e">
|
|
@nbsp;
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.RaiseColorPickDialogShowing(DevExpress.XtraEditors.ColorPickDialogShowingEventArgs)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="e">
|
|
@nbsp;
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.RaiseTooltipShowing(DevExpress.XtraEditors.ColorPickEditTooltipShowingEventArgs)">
|
|
<summary>
|
|
<para>Fires the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.TooltipShowing"/> event.
|
|
</para>
|
|
</summary>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.ColorPickEditTooltipShowingEventArgs"/> object that contains data for the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.ReleaseEventsCore(System.Boolean)">
|
|
<summary>
|
|
<para> [To be supplied] </para>
|
|
</summary>
|
|
<param name="reset">
|
|
[To be supplied]
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.ResetEvents">
|
|
<summary>
|
|
<para> [To be supplied] </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.ShowWebSafeColors">
|
|
<summary>
|
|
<para>Gets or sets whether the Web-Safe palette is displayed in a separate tab in the <see cref="T:DevExpress.XtraEditors.ColorPickEdit"/> control's dropdown.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the Web-Safe tab is accessible to end-users; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.StandardColors">
|
|
<summary>
|
|
<para>Provides access to colors displayed within the Standard Colors group in the Custom page.
|
|
</para>
|
|
</summary>
|
|
<value>A matrix containing colors displayed within the Standard Colors group in the Custom page.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.ThemeColors">
|
|
<summary>
|
|
<para>Provides access to colors displayed within the Theme Colors group in the Custom page.
|
|
</para>
|
|
</summary>
|
|
<value>A matrix containing colors displayed within the Theme Colors group in the Custom page.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.TooltipFormat">
|
|
<summary>
|
|
<para>Gets or sets the tooltip display format of a color's value.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.ColorTooltipFormat"/> value that is the tooltip display format of a color's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit.TooltipShowing">
|
|
<summary>
|
|
<para>Allows you to customize tooltips displayed when hovering over colors in the Custom and Web-Safe palettes.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ColorPickEditBase">
|
|
|
|
<summary>
|
|
<para>The base class for the <see cref="T:DevExpress.XtraEditors.ColorPickEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ColorPickEditBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ColorPickEditBase class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.ColorPickEditBase.ColorPickDialogClosed">
|
|
<summary>
|
|
<para>Fires after the "Select Color" dialog has been closed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.ColorPickEditBase.ColorPickDialogShowing">
|
|
<summary>
|
|
<para>Fires when the "Select Color" dialog is about to be displayed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ColorPickEditBase.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ColorPickEditBase.Properties">
|
|
<summary>
|
|
<para>Provides access to the editor's settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit"/> object that holds the control's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.ColorPickEditBase.TooltipShowing">
|
|
<summary>
|
|
<para>Allows you to customize tooltips displayed when hovering over colors in the Custom and Web-Safe palettes.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraBars.Alerter.AlertButton">
|
|
|
|
<summary>
|
|
<para>Represents a button within an alert window.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the AlertButton class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertButton.#ctor(System.Drawing.Image,DevExpress.XtraBars.Alerter.AlertButtonStyle)">
|
|
<summary>
|
|
<para>Initializes a new instance of the AlertButton class with the specified image and button style.
|
|
</para>
|
|
</summary>
|
|
<param name="image">
|
|
A <see cref="T:System.Drawing.Image"/> object that specifies the image to be displayed in a button. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="style">
|
|
An <see cref="T:DevExpress.XtraBars.Alerter.AlertButtonStyle"/> value that specifies the button style. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertButton.Style"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertButton.#ctor(System.Drawing.Image)">
|
|
<summary>
|
|
<para>Initializes a new instance of the AlertButton class with the specified image.
|
|
</para>
|
|
</summary>
|
|
<param name="image">
|
|
A <see cref="T:System.Drawing.Image"/> object that specifies the image to be displayed in a button. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertButton.Image"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButton.Bounds">
|
|
<summary>
|
|
<para>Gets or sets the bounds of the button.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Rectangle"/> structure specifying the button's rectangle.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertButton.Dispose">
|
|
<summary>
|
|
<para>Disposes of the current object and releases all the allocated resources.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButton.Down">
|
|
<summary>
|
|
<para>Gets or sets the pressed state of the button, This option is in effect when the button functions as a check button (the <see cref="P:DevExpress.XtraBars.Alerter.AlertButton.Style"/> property is set to <see cref="F:DevExpress.XtraBars.Alerter.AlertButtonStyle.CheckButton"/>).
|
|
</para>
|
|
</summary>
|
|
<value>A Boolean value that specifies the button's pressed state.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertButton.GetButtonSize">
|
|
<summary>
|
|
<para>Returns the button's size.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.Drawing.Size"/> structure that specifies the button's size.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButton.Hint">
|
|
<summary>
|
|
<para>Gets or sets the button's hint.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the button's hint.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButton.Image">
|
|
<summary>
|
|
<para>Gets or sets an image displayed within the button
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> object that specifies the button's image.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButton.ImageDown">
|
|
<summary>
|
|
<para>Gets or sets an image displayed when the current button functions as a check button and it's in the pressed state.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> object that specifies the image representing the button's pressed state.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButton.ImageDownIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of an image in the <see cref="P:DevExpress.XtraBars.Alerter.AlertControl.Images"/> collection, referring to the image displayed when the button functions as a check button and it's in the pressed state.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the index of an image in the <see cref="P:DevExpress.XtraBars.Alerter.AlertControl.Images"/> collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButton.ImageIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of an image in the <see cref="P:DevExpress.XtraBars.Alerter.AlertControl.Images"/> collection, referring to the image displayed by the button.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the index of an image in the <see cref="P:DevExpress.XtraBars.Alerter.AlertControl.Images"/> collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButton.Images">
|
|
<summary>
|
|
<para>Gets the source of images for buttons in alert windows.
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the source of images for buttons in alert windows.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButton.Name">
|
|
<summary>
|
|
<para>Gets or sets the button's name.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the button's name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertButton.OnClick">
|
|
<summary>
|
|
<para>The method is called when the button is clicked.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButton.Owner">
|
|
<summary>
|
|
<para>Gets the alert window that displays the current button.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An AlertFormCore object that displays the current button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButton.Predefined">
|
|
<summary>
|
|
<para>Gets whether the current button is one of the predefined buttons (Close, Pin or Dropdown).
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the current button is one of the predefined buttons; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertButton.SetDown(System.Boolean)">
|
|
<summary>
|
|
<para>Emulates changing a button's check state, as if the button were clicked by the mouse.
|
|
</para>
|
|
</summary>
|
|
<param name="down">
|
|
<b>true</b> to check the button; <b>false</b> to uncheck the button.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertButton.SetOwner(DevExpress.XtraBars.Alerter.AlertFormCore)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="form">
|
|
@nbsp;
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButton.State">
|
|
<summary>
|
|
<para>Gets or sets the button's state.
|
|
</para>
|
|
</summary>
|
|
<value>An AlertButtonState value that specifies the button's state.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButton.Style">
|
|
<summary>
|
|
<para>Gets or sets the button's style.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraBars.Alerter.AlertButtonStyle"/> value that specifies the button's style.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertButton.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the button.
|
|
</para>
|
|
</summary>
|
|
<returns>A string representation of the button.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertButton.Visible">
|
|
<summary>
|
|
<para>Gets or sets the button's visibility.
|
|
</para>
|
|
</summary>
|
|
<value>A Boolean value that specifies the button's visibility.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ItemCheckingEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.BaseCheckedListBoxControl.ItemChecking"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ItemCheckingEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.ItemCheckingEventArgs)">
|
|
<summary>
|
|
<para>Represents a method for handling the <see cref="E:DevExpress.XtraEditors.BaseCheckedListBoxControl.ItemChecking"/> event of a check list box control.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event source. This represents the check list box control.
|
|
|
|
</param>
|
|
<param name="e">
|
|
An <see cref="T:DevExpress.XtraEditors.Controls.ItemCheckingEventArgs"/> object containing event data.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ItemCheckingEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.BaseCheckedListBoxControl.ItemChecking"/> event of check list box controls.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ItemCheckingEventArgs.#ctor(System.Int32,System.Windows.Forms.CheckState,System.Windows.Forms.CheckState)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.ItemCheckingEventArgs"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
The position of the item whose state is about to be changed in the check list box item collection.
|
|
|
|
</param>
|
|
<param name="newValue">
|
|
A <see cref="T:System.Windows.Forms.CheckState"/> value representing the new checked value for the item.
|
|
|
|
</param>
|
|
<param name="oldValue">
|
|
A <see cref="T:System.Windows.Forms.CheckState"/> value representing the old checked value for the item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ItemCheckingEventArgs.Index">
|
|
<summary>
|
|
<para>Gets the index of the item whose checked state is about to be changed.
|
|
</para>
|
|
</summary>
|
|
<value>The position of the item in the <see cref="P:DevExpress.XtraEditors.BaseCheckedListBoxControl.Items"/> collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ItemCheckingEventArgs.NewValue">
|
|
<summary>
|
|
<para>Gets or sets a new checked state for the item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.CheckState"/> value representing the new checked state for the item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ItemCheckingEventArgs.OldValue">
|
|
<summary>
|
|
<para>Gets the item's previous checked state.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.CheckState"/> value representing the previous checked state of the item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ItemCheckEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will hande the <see cref="E:DevExpress.XtraEditors.BaseCheckedListBoxControl.ItemCheck"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ItemCheckEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.ItemCheckEventArgs)">
|
|
<summary>
|
|
<para>Represents a method for handling the <see cref="E:DevExpress.XtraEditors.BaseCheckedListBoxControl.ItemCheck"/> event of a check list box control.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event source. This represents the check list box control.
|
|
|
|
</param>
|
|
<param name="e">
|
|
An <see cref="T:DevExpress.XtraEditors.Controls.ItemCheckEventArgs"/> object containing event data.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ItemCheckEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.BaseCheckedListBoxControl.ItemCheck"/> event of check list box controls.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ItemCheckEventArgs.#ctor(System.Int32,System.Windows.Forms.CheckState)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.ItemCheckEventArgs"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
The position of the item in the check list box item collection, whose state has changed. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ItemCheckEventArgs.Index"/> property.
|
|
|
|
</param>
|
|
<param name="state">
|
|
A <see cref="T:System.Windows.Forms.CheckState"/> value representing the new state for the item. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ItemCheckEventArgs.State"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ItemCheckEventArgs.Index">
|
|
<summary>
|
|
<para>Gets the index of the item whose state was changed.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the item's position in the item collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ItemCheckEventArgs.State">
|
|
<summary>
|
|
<para>Gets the state of the item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.CheckState"/> value representing the checked state of the item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ClosedEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.Closed"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ClosedEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.ClosedEventArgs)">
|
|
<summary>
|
|
<para>Represents a method for handling the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.Closed"/> event of the <see cref="T:DevExpress.XtraEditors.PopupBaseEdit"/> control descendants.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event source.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ClosedEventArgs"/>object that contains event data.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ClosedEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.Closed"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ClosedEventArgs.#ctor(DevExpress.XtraEditors.PopupCloseMode)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.ClosedEventArgs"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="closeMode">
|
|
A <see cref="T:DevExpress.XtraEditors.PopupCloseMode"/> value specifying how an editor's dropdown window is closed. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ClosedEventArgs.CloseMode"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ClosedEventArgs.CloseMode">
|
|
<summary>
|
|
<para>Gets a value that specifies why the popup editor's dropdown window was closed.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.PopupCloseMode"/> value specifying the reason the dropdown window was closed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.PopupCloseMode">
|
|
|
|
<summary>
|
|
<para>Contains values specifying how a dropdown editor's popup window was closed.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.PopupCloseMode.ButtonClick">
|
|
<summary>
|
|
<para>Specifies that the dropdown window was closed because an end-user clicked the editor's dropdown button.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.PopupCloseMode.Cancel">
|
|
<summary>
|
|
<para>Specifies that the dropdown window was closed because an end-user pressed the ESC key or clicked the close button (available for <see cref="T:DevExpress.XtraEditors.LookUpEdit"/>, <see cref="T:DevExpress.XtraEditors.CalcEdit"/> and <see cref="T:DevExpress.XtraEditors.PopupContainerEdit"/> controls).
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.PopupCloseMode.CloseUpKey">
|
|
<summary>
|
|
<para>Specifies that the dropdown window was closed because an end-user pressed a shortcut used to close the dropdown (the ALT+DOWN ARROW or <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.CloseUpKey"/>).
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.PopupCloseMode.Immediate">
|
|
<summary>
|
|
<para>Specifies that the dropdown window was closed because an end-user clicked outside the editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.PopupCloseMode.Normal">
|
|
<summary>
|
|
<para>Specifies that the dropdown window was closed because an end-user selected an option from the editor's dropdown.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.NavigatorExceptionEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will hande the <see cref="E:DevExpress.XtraEditors.NavigatorBase.NavigatorException"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorExceptionEventHandler.Invoke(System.Object,DevExpress.XtraEditors.NavigatorExceptionEventArgs)">
|
|
<summary>
|
|
<para>Represents a method for handling the <see cref="E:DevExpress.XtraEditors.NavigatorBase.NavigatorException"/> event of data navigators.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event source. This represents the data navigator control.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.NavigatorExceptionEventArgs"/> object that contains event data.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.NavigatorExceptionEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.NavigatorBase.NavigatorException"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorExceptionEventArgs.#ctor(System.String,System.Exception,DevExpress.XtraEditors.NavigatorButton)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.NavigatorExceptionEventArgs"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="errorText">
|
|
A string value specifying the error description. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.ErrorText"/> property.
|
|
|
|
</param>
|
|
<param name="exception">
|
|
A <see cref="T:System.Exception"/> object representing the exception that raised the event. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.Exception"/> property.
|
|
|
|
</param>
|
|
<param name="button">
|
|
The button whose press fired the exception.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorExceptionEventArgs.#ctor(System.String,System.String,System.Exception,DevExpress.XtraEditors.Controls.ExceptionMode,DevExpress.XtraEditors.NavigatorButton)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.NavigatorExceptionEventArgs"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="errorText">
|
|
A string value specifying the error description. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.ErrorText"/> property.
|
|
|
|
</param>
|
|
<param name="windowCaption">
|
|
A string value specifying the error message box caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.WindowCaption"/> property.
|
|
|
|
</param>
|
|
<param name="exception">
|
|
A <see cref="T:System.Exception"/> object representing the exception that raised the event. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.Exception"/> property.
|
|
|
|
</param>
|
|
<param name="exceptionMode">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ExceptionMode"/> enumeration value specifying the response to entering an invalid value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.ExceptionMode"/> property.
|
|
|
|
</param>
|
|
<param name="button">
|
|
The button whose press fired the exception.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorExceptionEventArgs.Button">
|
|
<summary>
|
|
<para>Gets the navigator's button which caused the exception when it was pressed.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> button which raised the exception.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraBars.Alerter.AlertInfo">
|
|
|
|
<summary>
|
|
<para>Contains information to be displayed in an alert window.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertInfo.#ctor(System.String,System.String,System.String,System.Drawing.Image)">
|
|
<summary>
|
|
<para>Initializes a new instance of the AlertInfo class with the specified window caption, text, image and the text that is to be displayed when the text area is hot-tracked.
|
|
</para>
|
|
</summary>
|
|
<param name="caption">
|
|
A string that specifies the caption of an alert window. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertInfo.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string that specifies the text of an alert window. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertInfo.Text"/> property.
|
|
|
|
</param>
|
|
<param name="hotTrackedText">
|
|
A string that specifies the text of an alert window, which is in effect when the text is hot-tracked. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertInfo.HotTrackedText"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
An image to be displayed in an alert window. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertInfo.Image"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertInfo.#ctor(System.String,System.String,System.String,System.Drawing.Image,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the AlertInfo class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="caption">
|
|
A string that specifies the caption of an alert window. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertInfo.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string that specifies the text of an alert window. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertInfo.Text"/> property.
|
|
|
|
</param>
|
|
<param name="hotTrackedText">
|
|
A string that specifies the text of an alert window, which is in effect when the text is hot-tracked. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertInfo.HotTrackedText"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
An image to be displayed in an alert window. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertInfo.Image"/> property.
|
|
|
|
</param>
|
|
<param name="tag">
|
|
Any custom data to be associated with the current object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertInfo.Tag"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertInfo.#ctor(System.String,System.String,System.Drawing.Image)">
|
|
<summary>
|
|
<para>Initializes a new instance of the AlertInfo class with the window caption, text and image.
|
|
</para>
|
|
</summary>
|
|
<param name="caption">
|
|
A string that specifies the caption of an alert window. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertInfo.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string that specifies the text of an alert window. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertInfo.Text"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
An image to be displayed in an alert window. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertInfo.Image"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertInfo.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the AlertInfo class with the specified window caption and text.
|
|
</para>
|
|
</summary>
|
|
<param name="caption">
|
|
A string that specifies the caption of an alert window. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertInfo.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string that specifies the text of an alert window. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertInfo.Text"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraBars.Alerter.AlertInfo.#ctor(System.String,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the AlertInfo class with the specified window caption, text, and the text that is to be displayed when the text area is hot-tracked.
|
|
</para>
|
|
</summary>
|
|
<param name="caption">
|
|
A string that specifies the caption of an alert window. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertInfo.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="text">
|
|
A string that specifies the text of an alert window. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertInfo.Text"/> property.
|
|
|
|
</param>
|
|
<param name="hotTrackedText">
|
|
A string that specifies the text of an alert window, which is in effect when the text is hot-tracked. This value is assigned to the <see cref="P:DevExpress.XtraBars.Alerter.AlertInfo.HotTrackedText"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertInfo.Caption">
|
|
<summary>
|
|
<para>Gets or sets the caption of an alert window.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the caption of an alert window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertInfo.HotTrackedText">
|
|
<summary>
|
|
<para>Gets or sets the text of an alert window, displayed when the text is hot-tracked.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the hot-tracked text for an alert window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertInfo.Image">
|
|
<summary>
|
|
<para>Gets or sets an image to be displayed in an alert window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> object that specifies an image to be displayed in an alert window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertInfo.Tag">
|
|
<summary>
|
|
<para>Gets or sets custom data associated with the current AlertInfo object.
|
|
</para>
|
|
</summary>
|
|
<value>An object that represents custom data associated with the current AlertInfo object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraBars.Alerter.AlertInfo.Text">
|
|
<summary>
|
|
<para>Gets or sets the text of an alert window.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the text of an alert window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraBars.Docking2010.ButtonStyle">
|
|
|
|
<summary>
|
|
<para>Provides members that specify whether a button is a regular (push button) or check-button.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Docking2010.ButtonStyle.CheckButton">
|
|
<summary>
|
|
<para>Specifies whether a custom header button is a check or a group radio button.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton">
|
|
<summary>
|
|
<para>Specifies a custom header button is a regular (push) button.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.IRangeControlClient">
|
|
|
|
<summary>
|
|
<para>The interface that a Range Control Client must implement to be embedded in the <see cref="T:DevExpress.XtraEditors.RangeControl"/>.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.IRangeControlClient.Calculate(System.Drawing.Rectangle)">
|
|
<summary>
|
|
<para>This method is fired when the RangeControl's state, size or settings are changed.
|
|
</para>
|
|
</summary>
|
|
<param name="contentRect">
|
|
A Rectangle that specifies the bounds of the Range Control's viewport.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.IRangeControlClient.DrawContent(DevExpress.XtraEditors.RangeControlPaintEventArgs)">
|
|
<summary>
|
|
<para>Renders the Range Control's viewport.
|
|
</para>
|
|
</summary>
|
|
<param name="e">
|
|
A RangeControlPaintEventArgs value that contains data to paint the viewport.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.IRangeControlClient.DrawRuler(DevExpress.XtraEditors.RangeControlPaintEventArgs)">
|
|
<summary>
|
|
<para>This method allows you to manually draw the ruler. It returns a value indicating whether the ruler has been drawn.
|
|
</para>
|
|
</summary>
|
|
<param name="e">
|
|
A RangeControlPaintEventArgs value that contains data to paint the ruler.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the Client draws the ruler itself; <b>false</b> if the ruler is painted by the Range Control.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.IRangeControlClient.GetNormalizedValue(System.Object)">
|
|
<summary>
|
|
<para>Converts a ruler's regular value (between the total range's Minimum and Maximum) into a normalized value (between 0 and 1).
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A ruler's regular value (between the total range's Minimum and Maximum)
|
|
|
|
</param>
|
|
<returns>A ruler's normalized value (between 0 and 1).
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.IRangeControlClient.GetOptions">
|
|
<summary>
|
|
<para>The method should return an object that exposes the Client's customization options for the Range Control.
|
|
</para>
|
|
</summary>
|
|
<returns>An object that exposes the Client's customization options for the Range Control.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.IRangeControlClient.GetRuler(DevExpress.XtraEditors.RulerInfoArgs)">
|
|
<summary>
|
|
<para>This method should return custom ruler values if these values are not equally spaced.
|
|
</para>
|
|
</summary>
|
|
<param name="e">
|
|
A RulerInfoArgs object that contains the ruler related information.
|
|
|
|
</param>
|
|
<returns>A list of ruler values; <b>null</b> if the ruler has equally spaced increments specified by the <see cref="P:DevExpress.XtraEditors.IRangeControlClient.RulerDelta"/> property.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.IRangeControlClient.GetValue(System.Double)">
|
|
<summary>
|
|
<para>Converts a ruler's normalized value (between 0 and 1) into a regular value (between the total range's Minimum and Maximum).
|
|
</para>
|
|
</summary>
|
|
<param name="normalizedValue">
|
|
A ruler's normalized value (between 0 and 1).
|
|
|
|
</param>
|
|
<returns>A ruler's regular value (between the total range's Minimum and Maximum).
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.IRangeControlClient.InvalidText">
|
|
<summary>
|
|
<para>This property should specify the description of the Client's current invalid state.
|
|
</para>
|
|
</summary>
|
|
<value>A string that is the description of the Client's current invalid state.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.IRangeControlClient.IsCustomRuler">
|
|
<summary>
|
|
<para>This property should return a value indicating whether the Range Control must reserve space to paint the ruler.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the Range Control must not reserve space to paint the ruler; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.IRangeControlClient.IsValid">
|
|
<summary>
|
|
<para>This property should indicate whether the Client's state is valid and the Client should render itself within the viewport.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the Client's state is valid and the Client should render itself within the viewport; <b>false</b> if the <see cref="P:DevExpress.XtraEditors.IRangeControlClient.InvalidText"/> message should be painted within the viewport.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.IRangeControlClient.IsValidType(System.Type)">
|
|
<summary>
|
|
<para>This method indicates whether the specified type of ruler values is supported.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="type">
|
|
The type of ruler values being checked.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the specified type is supported; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.IRangeControlClient.NormalizedRulerDelta">
|
|
<summary>
|
|
<para>This property should return the normalized distance between the ruler's adjacent tickmarks.
|
|
</para>
|
|
</summary>
|
|
<value>An object that identifies the normalized distance between the ruler's adjacent tickmarks.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.IRangeControlClient.OnClick(DevExpress.XtraEditors.RangeControlHitInfo)">
|
|
<summary>
|
|
<para>This method is called when an end-user clicks within the Range Control's viewport.
|
|
</para>
|
|
</summary>
|
|
<param name="hitInfo">
|
|
A RangeControlHitInfo object that allows you to identify the clicked element.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.IRangeControlClient.OnRangeChanged(System.Object,System.Object)">
|
|
<summary>
|
|
<para>This method is called by the Range Control to notify the Client that the range has been changed.
|
|
</para>
|
|
</summary>
|
|
<param name="rangeMinimum">
|
|
The minimum value of the new range.
|
|
|
|
</param>
|
|
<param name="rangeMaximum">
|
|
The maximum value of the new range.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.IRangeControlClient.OnRangeControlChanged(DevExpress.XtraEditors.RangeControl)">
|
|
<summary>
|
|
<para>This method is called by the Range Control when a client is added to or removed from the Range Control.
|
|
</para>
|
|
</summary>
|
|
<param name="rangeControl">
|
|
The Range Control to which the Client is assigned. <b>null</b> if the Client is removed from the Range Control.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.IRangeControlClient.OnResize">
|
|
<summary>
|
|
<para>This method is called when the Range Control's size is changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.IRangeControlClient.RangeBoxBottomIndent">
|
|
<summary>
|
|
<para>This property returns the bottom indent of the selection area within the viewport.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>The bottom indent of the selection area within the viewport.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.IRangeControlClient.RangeBoxTopIndent">
|
|
<summary>
|
|
<para>This property returns the top indent of the selection area within the viewport.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>The top indent of the selection area within the viewport.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.IRangeControlClient.RangeChanged">
|
|
<summary>
|
|
<para>This event must fire when the Client's range setting is changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.IRangeControlClient.RulerDelta">
|
|
<summary>
|
|
<para>This property returns the distance between the ruler's adjacent tickmarks.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An object that identifies the distance between the ruler's adjacent tickmarks.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.IRangeControlClient.RulerToString(System.Int32)">
|
|
<summary>
|
|
<para>Returns the text representation of ruler values
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="ruleIndex">
|
|
The zero-based index of a specific ruler value.
|
|
|
|
</param>
|
|
<returns>A string that is the text representation of the specified ruler value.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.IRangeControlClient.SupportOrientation(System.Windows.Forms.Orientation)">
|
|
<summary>
|
|
<para>This method returns a value indicating whether the Client supports the horizontal and/or vertical orientations.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="orientation">
|
|
An orientation to be checked.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the Client supports the specified orientation; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.IRangeControlClient.UpdateHotInfo(DevExpress.XtraEditors.RangeControlHitInfo)">
|
|
<summary>
|
|
<para>This method is fired when you move the mouse cursor over the viewport.
|
|
</para>
|
|
</summary>
|
|
<param name="hitInfo">
|
|
A RangeControlHitInfo object that contains information on the point being hovered over.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.IRangeControlClient.UpdatePressedInfo(DevExpress.XtraEditors.RangeControlHitInfo)">
|
|
<summary>
|
|
<para>This method is fired when you press the mouse button within the viewport (without releasing the mouse button).
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="hitInfo">
|
|
A RangeControlHitInfo object that contains information on the point being pressed.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.IRangeControlClient.ValidateRange(DevExpress.XtraEditors.NormalizedRangeInfo)">
|
|
<summary>
|
|
<para>Validates a range when it is changed.
|
|
</para>
|
|
</summary>
|
|
<param name="info">
|
|
A NormalizedRangeInfo object that contains information on the current range.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.IRangeControlClient.ValidateScale(System.Double)">
|
|
<summary>
|
|
<para>Validates a scale(zoom) factor.
|
|
</para>
|
|
</summary>
|
|
<param name="newScale">
|
|
A double value that is the new scale factor that is about to be applied.
|
|
|
|
</param>
|
|
<returns>The valid scale factor.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.RangeControl">
|
|
|
|
<summary>
|
|
<para>Supports range selection for any data.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.RangeControl.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the RangeControl class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeControl.AllowAnimation">
|
|
<summary>
|
|
<para>Gets or sets whether ranges are selected using an animation effect.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if ranges are selected using an animation effect; <b>false</b> if animation is disabled.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeControl.AnimateOnDataChange">
|
|
<summary>
|
|
<para>Gets or sets whether changing the selected range via the <see cref="P:DevExpress.XtraEditors.RangeControl.SelectedRange"/> property visually updates the control using an animation effect.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the control is updated using an animation effect when the <see cref="P:DevExpress.XtraEditors.RangeControl.SelectedRange"/> property is changed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.RangeControl.CenterRangeInViewPort(System.Boolean)">
|
|
<summary>
|
|
<para>Scrolls the control so that the selected range is moved to as near the control's center as possible.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="animated">
|
|
<b>true</b> to scroll the control using an animation effect; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeControl.Client">
|
|
<summary>
|
|
<para>Gets or sets the object that visualizes its data within the RangeControl's viewport.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraEditors.IRangeControlClient"/> object that visualizes its data within the RangeControl's viewport.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeControl.ClientOptions">
|
|
<summary>
|
|
<para>Provides access to range customization options exposed by the <see cref="P:DevExpress.XtraEditors.RangeControl.Client"/>.
|
|
</para>
|
|
</summary>
|
|
<value>Range customization options exposed by the <see cref="P:DevExpress.XtraEditors.RangeControl.Client"/>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeControl.NormalizedSelectedRange">
|
|
<summary>
|
|
<para>Gets or sets the normalized selected range.
|
|
</para>
|
|
</summary>
|
|
<value>A RangeControlNormalizedRange object that specifies the normalized selected range.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeControl.Orientation">
|
|
<summary>
|
|
<para>Gets or sets the control's orientation.
|
|
</para>
|
|
</summary>
|
|
<value>A System.Windows.Forms.Orientation value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.RangeControl.RangeChanged">
|
|
<summary>
|
|
<para>Fires when the selected range is changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeControl.SelectedRange">
|
|
<summary>
|
|
<para>Gets or sets the selected range.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.RangeControlRange"/> object that specifies the selected range's bounds.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeControl.VisibleRangeMaximumScaleFactor">
|
|
<summary>
|
|
<para>Gets or sets the maximum scale(zoom) factor.
|
|
</para>
|
|
</summary>
|
|
<value>A double value, greater than or equal to 1, that specifies the maximum scale factor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeControl.VisibleRangeMinWidth">
|
|
<summary>
|
|
<para>Gets the minimum width of the visible range relative to the data total range.
|
|
</para>
|
|
</summary>
|
|
<value>A double value that is the minimum width of the visible range, in relative coordinates.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeControl.VisibleRangeScaleFactor">
|
|
<summary>
|
|
<para>Gets or sets the current scale (zoom) factor.
|
|
</para>
|
|
</summary>
|
|
<value>A double value, greater than or equal to 1, that specifies the current scale factor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeControl.VisibleRangeStartPosition">
|
|
<summary>
|
|
<para>Gets or sets the start position of the visible range, in relative coordinates.
|
|
</para>
|
|
</summary>
|
|
<value>A double value that is the start position of the visible range, in relative coordinates.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RangeControl.VisibleRangeWidth">
|
|
<summary>
|
|
<para>Gets or sets the width of the visible range relative to the data total range.
|
|
</para>
|
|
</summary>
|
|
<value>A double value that is the width of the visible range, in relative coordinates.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraSplashScreen.SplashFormStartPosition">
|
|
|
|
<summary>
|
|
<para>Contains values that specify a splash form's start position.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraSplashScreen.SplashFormStartPosition.Default">
|
|
<summary>
|
|
<para>A splash form's default start position. A <see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> is displayed centered against the screen and a <see cref="T:DevExpress.XtraWaitForm.WaitForm"/> is centered against its parent form.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraSplashScreen.SplashFormStartPosition.Manual">
|
|
<summary>
|
|
<para>The start position of a splash form is specified by the <see cref="P:DevExpress.XtraSplashScreen.SplashScreenManager.SplashFormLocation"/> property.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.QueryCheckStateByValueEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.QueryCheckStateByValue"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.QueryCheckStateByValueEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.QueryCheckStateByValueEventArgs)">
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.QueryCheckStateByValue"/> event.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event sender (typically the check edit control).
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.QueryCheckStateByValueEventArgs"/> object containing data related to the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.BestFitMode">
|
|
|
|
<summary>
|
|
<para>Contains values that specify "best-fit" modes for lookup editors.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.BestFitMode.BestFit">
|
|
<summary>
|
|
<para>The "best-fit" functionality is invoked when opening the dropdown window for the first time, changing the proportional widths of the columns to best fit their contents.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.BestFitMode.BestFitResizePopup">
|
|
<summary>
|
|
<para>The "best-fit" functionality is invoked when opening the dropdown window for the first time, changing the proportional widths of the columns according to their contents and resizing the dropdown window to fit all the columns.
|
|
<para>
|
|
The dropdown window cannot be reduced to a size less than the minimum size specified by the editor's <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.PopupFormMinSize"/> property.
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.BestFitMode.None">
|
|
<summary>
|
|
<para>The "best-fit" functionality is not invoked.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraWaitForm.ShowFormOnTopMode">
|
|
|
|
<summary>
|
|
<para>Contains values that specify a form's Z-order relative to other forms.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraWaitForm.ShowFormOnTopMode.AboveAll">
|
|
<summary>
|
|
<para>A form is displayed topmost.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraWaitForm.ShowFormOnTopMode.AboveParent">
|
|
<summary>
|
|
<para>A form is displayed above its parent.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraWaitForm.ShowFormOnTopMode.Default">
|
|
<summary>
|
|
<para>Specifies a form's default position relative to other forms.
|
|
Currently, <b>Default</b> is equivalent to <b>AboveParent</b>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraWaitForm.ShowFormOnTopMode.ObsoleteAboveParent">
|
|
<summary>
|
|
<para>This option applies the old algorithm that keeps a form above its parent.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraPivotGrid.FilterPopupToolbarButtons">
|
|
|
|
<summary>
|
|
<para>Lists values that identify buttons displayed within filter popup toolbars.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraPivotGrid.FilterPopupToolbarButtons.All">
|
|
<summary>
|
|
<para>All toolbar buttons.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraPivotGrid.FilterPopupToolbarButtons.IncrementalSearch">
|
|
<summary>
|
|
<para>
|
|
<para>The Incremental Search button that controls whether the incremental searching feature is enabled or not. This feature allows end-users to locate an item in the drop-down by typing the item's initial characters.</para><para>Corresponding property: <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsFilterPopup.AllowIncrementalSearch"/>.</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraPivotGrid.FilterPopupToolbarButtons.InvertFilter">
|
|
<summary>
|
|
<para>
|
|
<para>The Invert Filter button that inverts the checked state for all filter items.</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraPivotGrid.FilterPopupToolbarButtons.MultiSelection">
|
|
<summary>
|
|
<para>
|
|
<para>The Multi-Selection button that controls whether end-users are allowed to select only a single item or multiple items.</para>
|
|
<para>Corresponding property: <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsFilterPopup.AllowMultiSelect"/>.</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraPivotGrid.FilterPopupToolbarButtons.RadioMode">
|
|
<summary>
|
|
<para>
|
|
<para>The Radio Mode button that controls whether end-users are allowed to check only a single item or multiple items.</para>
|
|
<para>Corresponding properties: <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsFilterPopup.IsRadioMode"/>, <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldOptionsEx.IsFilterRadioMode"/>.</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraPivotGrid.FilterPopupToolbarButtons.ShowNewValues">
|
|
<summary>
|
|
<para>
|
|
<para>The Show New Field Values button controls the visibility of field values that have appeared in the datasource after the field's filtering was configured.</para>
|
|
<para>Corresponding properties: <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.ShowNewValues"/>, <see cref="P:DevExpress.XtraPivotGrid.PivotGridGroup.ShowNewValues"/>.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraPivotGrid.FilterPopupToolbarButtons.ShowOnlyAvailableItems">
|
|
<summary>
|
|
<para>
|
|
<para>The Show Only Available Items button that controls the visibility of filter items that cannot be displayed because of filtering applied to other fields.</para>
|
|
<para>Corresponding property: <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsFilterBase.ShowOnlyAvailableItems"/>.</para>
|
|
<para>Note that this option is not available for Group Filters.</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraSplashScreen.SplashFormProperties">
|
|
|
|
<summary>
|
|
<para>Contains appearance settings for splash forms.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashFormProperties.#ctor(System.Windows.Forms.Form,System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the SplashFormProperties class and allows you to enable and disable fade-in and fade-out effects.
|
|
</para>
|
|
</summary>
|
|
<param name="parentForm">
|
|
A parent form for a splash form.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b> to use a fade-in effect when a splash form is displayed; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraSplashScreen.SplashFormProperties.UseFadeInEffect"/> property.
|
|
|
|
</param>
|
|
<param name="useFadeOut">
|
|
<b>false</b> to use a fade-out effect when a splash form is closed; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraSplashScreen.SplashFormProperties.UseFadeOutEffect"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashFormProperties.#ctor(System.Windows.Forms.Form,System.Drawing.Image,System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="parentForm">
|
|
A parent form for a splash form to be displayed.
|
|
|
|
</param>
|
|
<param name="image">
|
|
A Image object.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b> to use a fade-in effect when a splash form is displayed; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraSplashScreen.SplashFormProperties.UseFadeInEffect"/> property.
|
|
|
|
</param>
|
|
<param name="useFadeOut">
|
|
<b>false</b> to use a fade-out effect when a splash form is closed; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraSplashScreen.SplashFormProperties.UseFadeOutEffect"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashFormProperties.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the SplashFormProperties class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashFormProperties.#ctor(System.Windows.Forms.Form,System.Drawing.Image,System.Boolean,System.Boolean,DevExpress.XtraSplashScreen.ICustomImagePainter)">
|
|
<summary>
|
|
<para>Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="parentForm">
|
|
A parent form for a splash form to be displayed.
|
|
|
|
</param>
|
|
<param name="image">
|
|
An Image object. This object is assigned to the <see cref="P:DevExpress.XtraSplashScreen.SplashFormProperties.Image"/> property.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b> to use a fade-in effect when a splash form is displayed; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraSplashScreen.SplashFormProperties.UseFadeInEffect"/> property.
|
|
|
|
</param>
|
|
<param name="useFadeOut">
|
|
<b>true</b> to use a fade-out effect when a splash form is closed; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraSplashScreen.SplashFormProperties.UseFadeOutEffect"/> property.
|
|
|
|
|
|
</param>
|
|
<param name="painter">
|
|
An object that implements a custom drawing procedure. This object is assigned to the <see cref="P:DevExpress.XtraSplashScreen.SplashFormProperties.CustomImagePainter"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashFormProperties.Clone">
|
|
<summary>
|
|
<para>Creates and returns a copy of the current SplashFormProperties object.
|
|
</para>
|
|
</summary>
|
|
<returns>A copy of the current SplashFormProperties object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraSplashScreen.SplashFormProperties.CustomImagePainter">
|
|
<summary>
|
|
<para>Gets or sets an object that implements a custom drawing procedure.
|
|
</para>
|
|
</summary>
|
|
<value>An ICustomImagePainter that implements a custom drawing procedure.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraSplashScreen.SplashFormProperties.Image">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<value>An Image object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraSplashScreen.SplashFormProperties.ParentForm">
|
|
<summary>
|
|
<para>Gets or sets the parent form for a splash form to be displayed. This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<value>The parent form for a splash form to be displayed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraSplashScreen.SplashFormProperties.ParentHandle">
|
|
<summary>
|
|
<para>Gets the handle of the parent window.
|
|
</para>
|
|
</summary>
|
|
<value>An IntPtr structure that identifies the handle of the parent window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraSplashScreen.SplashFormProperties.UseFadeInEffect">
|
|
<summary>
|
|
<para>Gets or sets whether to use a fade-in effect when a splash form is being opened.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to use a fade-in effect when a splash form is being opened; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraSplashScreen.SplashFormProperties.UseFadeOutEffect">
|
|
<summary>
|
|
<para>Gets or sets whether to use a fade-out effect when a splash form is being closed.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to use a fade-out effect when a splash form is being closed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraBars.Alerter.AlertFormShowingEffect">
|
|
|
|
<summary>
|
|
<para>Enumerates alert window animation effects.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Alerter.AlertFormShowingEffect.FadeIn">
|
|
<summary>
|
|
<para>An alert window is displayed using a fade-in effect.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Alerter.AlertFormShowingEffect.MoveHorizontal">
|
|
<summary>
|
|
<para>An alert window appears by sliding horizontally onto the screen from out of the screen.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Alerter.AlertFormShowingEffect.MoveVertical">
|
|
<summary>
|
|
<para>An alert window appears by sliding vertically onto the screen from out of the screen.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Alerter.AlertFormShowingEffect.SlideHorizontal">
|
|
<summary>
|
|
<para>An alert window appears onscreen by enlarging its width gradually, from the zero value to the normal width.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Alerter.AlertFormShowingEffect.SlideVertical">
|
|
<summary>
|
|
<para>An alert window appears onscreen by enlarging its height gradually from the zero value to the normal height.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.RadioGroupItemCollection">
|
|
|
|
<summary>
|
|
<para>Represents a collection of items within a radio group editor.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.RadioGroupItemCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.RadioGroupItemCollection"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.RadioGroupItemCollection.Add(DevExpress.XtraEditors.Controls.RadioGroupItem)">
|
|
<summary>
|
|
<para>Adds a new item to the current radio group collection.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The <see cref="T:DevExpress.XtraEditors.Controls.RadioGroupItem"/> object representing the new item in the collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.RadioGroupItemCollection.AddRange(DevExpress.XtraEditors.Controls.RadioGroupItem[])">
|
|
<summary>
|
|
<para>Adds an array of items to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="items">
|
|
An array of <see cref="T:DevExpress.XtraEditors.Controls.RadioGroupItem"/> objects representing items for the radio group editor.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.RadioGroupItemCollection.Assign(DevExpress.XtraEditors.Controls.RadioGroupItemCollection)">
|
|
<summary>
|
|
<para>Copies properties of the source repository item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="collection">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.RadioGroupItemCollection"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.RadioGroupItemCollection.BeginUpdate">
|
|
<summary>
|
|
<para>Locks the RadioGroupItemCollection by preventing change notifications from being fired, preventing visual updates until the <b>EndUpdate</b> method is called.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Controls.RadioGroupItemCollection.CollectionChanged">
|
|
<summary>
|
|
<para>Occurs when changing the item collection.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.RadioGroupItemCollection.EndUpdate">
|
|
<summary>
|
|
<para>Unlocks the RadioGroupItemCollection object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.RadioGroupItemCollection.GetItemByValue(System.Object)">
|
|
<summary>
|
|
<para>Gets a radio group item by its value.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
The value to search.
|
|
|
|
</param>
|
|
<returns>The <see cref="T:DevExpress.XtraEditors.Controls.RadioGroupItem"/> object with the value specified.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.RadioGroupItemCollection.GetItemIndexByValue(System.Object)">
|
|
<summary>
|
|
<para>Gets the index of a radio group item by its value.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
The value to search.
|
|
|
|
</param>
|
|
<returns>The integer value that specifies the item's index.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.RadioGroupItemCollection.IndexOf(DevExpress.XtraEditors.Controls.RadioGroupItem)">
|
|
<summary>
|
|
<para>Gets the zero-based index of the specified object in the item collection.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The item to locate in the collection.
|
|
|
|
</param>
|
|
<returns>The zero-based index of the specified item in the current collection, if found; otherwise, <b>-1</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.RadioGroupItemCollection.Insert(System.Int32,DevExpress.XtraEditors.Controls.RadioGroupItem)">
|
|
<summary>
|
|
<para>Inserts a new element at the specified position within the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
The position at which the <i>item</i> should be inserted.
|
|
|
|
</param>
|
|
<param name="item">
|
|
The <see cref="P:DevExpress.XtraEditors.Controls.RadioGroupItemCollection.Item"/> to insert.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.RadioGroupItemCollection.Item(System.Int32)">
|
|
<summary>
|
|
<para>Gets or sets an item at the specified position.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
The zero-based index of the item to return.
|
|
|
|
</param>
|
|
<value>The item at the specified position.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.RadioGroupItemCollection.Remove(DevExpress.XtraEditors.Controls.RadioGroupItem)">
|
|
<summary>
|
|
<para>Removes the specified item from the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The <see cref="T:DevExpress.XtraEditors.Controls.RadioGroupItem"/> to remove from the collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.RadioGroupItem">
|
|
|
|
<summary>
|
|
<para>Represents a single item in the collection.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.RadioGroupItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.RadioGroupItem"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.RadioGroupItem.#ctor(System.Object,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.RadioGroupItem"/> class and sets its <see cref="P:DevExpress.XtraEditors.Controls.RadioGroupItem.Value"/> and <see cref="P:DevExpress.XtraEditors.Controls.RadioGroupItem.Description"/> to the specified parameters.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object to initialize the <see cref="P:DevExpress.XtraEditors.Controls.RadioGroupItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="description">
|
|
An object to initialize the <see cref="P:DevExpress.XtraEditors.Controls.RadioGroupItem.Description"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.RadioGroupItem.#ctor(System.Object,System.String,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the RadioGroupItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A value identifying the item. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.RadioGroupItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="description">
|
|
A value that specifies the item's display text. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.RadioGroupItem.Description"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
A Boolean value that specifies whether the item is enabled. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.RadioGroupItem.Enabled"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Controls.RadioGroupItem.Changed">
|
|
<summary>
|
|
<para>Occurs when any item property is changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.RadioGroupItem.Clone">
|
|
<summary>
|
|
<para>Returns a copy of the current <see cref="T:DevExpress.XtraEditors.Controls.RadioGroupItem"/> object.
|
|
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.Object"/> representing a clone of the current <see cref="T:DevExpress.XtraEditors.Controls.RadioGroupItem"/> object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.RadioGroupItem.Description">
|
|
<summary>
|
|
<para>Gets or sets the item's caption.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the item's caption.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.RadioGroupItem.Enabled">
|
|
<summary>
|
|
<para>Gets or sets whether the item is enabled.
|
|
</para>
|
|
</summary>
|
|
<value>A Boolean value that specifies whether the item is enabled; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.RadioGroupItem.ToString">
|
|
<summary>
|
|
<para>Returns the text representation of the item.
|
|
</para>
|
|
</summary>
|
|
<returns>The string representing the current item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.RadioGroupItem.Value">
|
|
<summary>
|
|
<para>Gets or sets the value associated with the current item.
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the value associated with the current item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup">
|
|
|
|
<summary>
|
|
<para>Represents a repository item which stores settings specific to <see cref="T:DevExpress.XtraEditors.RadioGroup"/> controls.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup.AllowAsyncSelection">
|
|
<summary>
|
|
<para>Gets or sets whether the <see cref="P:DevExpress.XtraEditors.RadioGroup.SelectedIndex"/> and <b>EditValue</b> properties can be out of sync when handling the <b>EditValueChanged</b> event.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the <see cref="P:DevExpress.XtraEditors.RadioGroup.SelectedIndex"/> and <b>EditValue</b> properties can be out of sync when handling the <b>EditValueChanged</b> event; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup.AllowMouseWheel">
|
|
<summary>
|
|
<para>Gets or sets whether value scrolling via the Mouse Wheel is supported by the editor.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if scrolling via the Mouse Wheel is supported by the editor; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies properties of the source repository item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup"/> object whose settings are assigned to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup.AutoHeight">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the editor's height is calculated automatically to fit the editor's content.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor's height is calculated automatically to fit the editor's content; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup.Columns">
|
|
<summary>
|
|
<para>Gets or sets a zero-based index that specifies the number of columns displayed within the radio group editor.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value indicating the number of columns.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup.DefaultAlignment">
|
|
<summary>
|
|
<para>Gets the default alignment of the editor's contents when the editor operates as an inplace control.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="F:DevExpress.Utils.HorzAlignment.Near"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the owning editor's type name.
|
|
</para>
|
|
</summary>
|
|
<value>The '<b>RadioGroup</b>' string always.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup.EnableFocusRect">
|
|
<summary>
|
|
<para>Gets or sets whether the focus rectangle is painted around the radio group when the radio group is focused and no radio item is selected.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the focus rectangle is painted around the radio group when the radio group is focused and no radio item is selected; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup.GetBrick(DevExpress.XtraEditors.PrintCellHelperInfo)">
|
|
<summary>
|
|
<para>Returns a brick object that contains information on how the current editor should be printed.
|
|
</para>
|
|
</summary>
|
|
<param name="info">
|
|
A <see cref="T:DevExpress.XtraEditors.PrintCellHelperInfo"/> object that provides information on the editor's state and appearance settings that will be used when the editor is printed.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.XtraPrinting.IVisualBrick"/> object that provides information on how the current editor should be printed.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup.GlyphAlignment">
|
|
<summary>
|
|
<para>Gets or sets the horizontal alignment of a radio box glyph within a radio group editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration value specifying the radio box's horizontal alignment.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup.IsFilterLookUp">
|
|
<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.XtraEditors.Repository.RepositoryItemRadioGroup.Items">
|
|
<summary>
|
|
<para>Gets the collection of items displayed by the current radio group editor.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Controls.RadioGroupItemCollection"/> object representing the collection of items displayed by the editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to the radio group editor.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup"/> object providing settings specific to the radio group editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup.SelectedIndexChanged">
|
|
<summary>
|
|
<para>Occurs on changing the index of the selected item in the radio group editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.RadioGroup">
|
|
|
|
<summary>
|
|
<para>Represents a radio group editor which supports the selection of one of several options.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.RadioGroup.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.RadioGroup"/> control instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RadioGroup.AutoSizeInLayoutControl">
|
|
<summary>
|
|
<para>Gets or sets whether the editor's width is changed to display the control's first item in its entirety. This property is in effect when the editor resides within a <see cref="T:DevExpress.XtraLayout.LayoutControl"/>.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if auto-size mode is enabled; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RadioGroup.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the current editor's type name.
|
|
</para>
|
|
</summary>
|
|
<value>The '<b>RadioGroup</b>' string always.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.RadioGroup.GetItemRectangle(System.Int32)">
|
|
<summary>
|
|
<para>Gets the boundaries of the specified item.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
A zero-based integer value which specifies the item's index.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:System.Drawing.Rectangle"/> structure which represents the specified item's boundaries.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.RadioGroup.IsNeededKey(System.Windows.Forms.KeyEventArgs)">
|
|
<summary>
|
|
<para>Indicates whether a key should be processed by the editor or passed to its container control.
|
|
</para>
|
|
</summary>
|
|
<param name="e">
|
|
A <see cref="T:System.Windows.Forms.KeyEventArgs"/> object specifying the key combination.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the key should be processed by the editor; otherwise, <b>false</b>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RadioGroup.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to a radio group editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup"/> object containing settings for the radio group editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RadioGroup.SelectedIndex">
|
|
<summary>
|
|
<para>Gets or sets the the selected item's index.
|
|
</para>
|
|
</summary>
|
|
<value>The zero-based index of the edit value in the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup.Items"/> collection; otherwise, <b>-1</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.RadioGroup.SelectedIndexChanged">
|
|
<summary>
|
|
<para>Occurs when changing the index of the selected value in the radio group editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.RadioGroup.Text">
|
|
<summary>
|
|
<para>Gets or sets the text label associated with a radio group editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value representing the text label associated with a radio group editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.NavigatorButtonClickEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.NavigatorBase.ButtonClick"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorButtonClickEventHandler.Invoke(System.Object,DevExpress.XtraEditors.NavigatorButtonClickEventArgs)">
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.NavigatorBase.ButtonClick"/> event.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event sender (typically the <see cref="T:DevExpress.XtraEditors.NavigatorBase"/> descendant).
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.NavigatorButtonClickEventArgs"/> object containing event data.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.NavigatorButtonClickEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.NavigatorBase.ButtonClick"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorButtonClickEventArgs.#ctor(DevExpress.XtraEditors.NavigatorButtonBase)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.NavigatorButtonClickEventArgs"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="button">
|
|
A <see cref="T:DevExpress.XtraEditors.NavigatorButtonsBase"/> descendant which represents the button clicked. This value is assigned to the <see cref="P:DevExpress.XtraEditors.NavigatorButtonClickEventArgs.Button"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonClickEventArgs.Button">
|
|
<summary>
|
|
<para>Gets the clicked button.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButtonBase"/> descendant which represents the button clicked.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonClickEventArgs.Handled">
|
|
<summary>
|
|
<para>Gets or sets whether you have handled this event and no default action is required.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to prohibit the button's default action; <b>false</b> to perform the button's default action after your event handler is executed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraSplashForm.SplashFormBase">
|
|
|
|
<summary>
|
|
<para>The base class for splash forms displayed using the <see cref="T:DevExpress.XtraSplashScreen.SplashScreenManager"/> component.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashForm.SplashFormBase.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the SplashFormBase class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashForm.SplashFormBase.DelayedClose(System.Int32,System.Windows.Forms.Form)">
|
|
<summary>
|
|
<para>Closes the current <see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> or <see cref="T:DevExpress.XtraWaitForm.WaitForm"/> after a specified delay.
|
|
Allows you to select a form that should be subsequently activated.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="closingDelay">
|
|
An Int32 value that is the number of milliseconds that elapses before the splash form is closed.
|
|
|
|
|
|
</param>
|
|
<param name="parent">
|
|
A Form object that should be activated after the splash form is closed.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashForm.SplashFormBase.ProcessCommand(System.Enum,System.Object)">
|
|
<summary>
|
|
<para>When overridden, the method allows you to process commands received from a <see cref="T:DevExpress.XtraSplashScreen.SplashScreenManager"/> via the <see cref="M:DevExpress.XtraSplashScreen.SplashScreenManager.SendCommand"/> method.
|
|
</para>
|
|
</summary>
|
|
<param name="cmd">
|
|
An enumeration value that identifies the received command.
|
|
|
|
</param>
|
|
<param name="arg">
|
|
The received command's parameter.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraSplashForm.SplashFormBase.Properties">
|
|
<summary>
|
|
<para>Contains properties controlling the form's appearance. These settings are in effect when the form is displayed on its own, without using the <see cref="T:DevExpress.XtraSplashScreen.SplashScreenManager"/> component.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraSplashScreen.SplashFormProperties"/> object that contains form appearance settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashForm.SplashFormBase.Show">
|
|
<summary>
|
|
<para>Displays the current form as a non-modal dialog window.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashForm.SplashFormBase.ShowDialog">
|
|
<summary>
|
|
<para>Displays the current form as a modal dialog box.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> value that is the return value of the displayed dialog box
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraSplashScreen.ShowMode">
|
|
|
|
<summary>
|
|
<para>Contains values that specify how a <see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> is displayed, as a form or as an image.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraSplashScreen.ShowMode.Form">
|
|
<summary>
|
|
<para>Displays a splash form.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraSplashScreen.ShowMode.Image">
|
|
<summary>
|
|
<para>Displays an image specified by the <see cref="P:DevExpress.XtraSplashScreen.SplashScreen.SplashImage"/> property.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraSplashScreen.SplashScreen">
|
|
|
|
<summary>
|
|
<para>A form, designed to be opened at startup of your main form. Splash Screens are managed by the <see cref="T:DevExpress.XtraSplashScreen.SplashScreenManager"/> component.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreen.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the SplashScreen class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraSplashScreen.SplashScreen.AllowControlsInImageMode">
|
|
<summary>
|
|
<para>Gets or sets whether custom controls can be added to the SplashScreen when <see cref="P:DevExpress.XtraSplashScreen.SplashScreen.ShowMode"/> is set to <see cref="F:DevExpress.XtraSplashScreen.ShowMode.Image"/>.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if custom controls can be added to the SplashScreen when <see cref="P:DevExpress.XtraSplashScreen.SplashScreen.ShowMode"/> is set to <see cref="F:DevExpress.XtraSplashScreen.ShowMode.Image"/>; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraSplashScreen.SplashScreen.AutoFitImage">
|
|
<summary>
|
|
<para>Get or sets if the SplashScreen is resized to fit its <see cref="P:DevExpress.XtraSplashScreen.SplashScreen.SplashImage"/> when displayed in Image mode.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the SplashScreen is resized to fit its <see cref="P:DevExpress.XtraSplashScreen.SplashScreen.SplashImage"/> when displayed in Image mode; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraSplashScreen.SplashScreen.ShowMode">
|
|
<summary>
|
|
<para>Gets or sets the SplashScreen's display mode.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraSplashScreen.ShowMode"/> value that specifies the SplashScreen's display mode.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraSplashScreen.SplashScreen.SplashImage">
|
|
<summary>
|
|
<para>Gets or sets an image to be displayed in the form's background when the <see cref="P:DevExpress.XtraSplashScreen.SplashScreen.ShowMode"/> property is set to <see cref="F:DevExpress.XtraSplashScreen.ShowMode.Image"/>.
|
|
</para>
|
|
</summary>
|
|
<value>An Image to be displayed in the <see cref="F:DevExpress.XtraSplashScreen.ShowMode.Image"/> display mode.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraWaitForm.WaitForm">
|
|
|
|
<summary>
|
|
<para>A small form, designed to display the progress of a lengthy operation. The form's display is managed by the <see cref="T:DevExpress.XtraSplashScreen.SplashScreenManager"/> component.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraWaitForm.WaitForm.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the WaitForm class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraWaitForm.WaitForm.SetCaption(System.String)">
|
|
<summary>
|
|
<para>Sets the <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>'s caption to the specified value.
|
|
</para>
|
|
</summary>
|
|
<param name="caption">
|
|
A string that is the new value for the <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>'s caption.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraWaitForm.WaitForm.SetDescription(System.String)">
|
|
<summary>
|
|
<para>Sets the <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>'s description to the specified value.
|
|
</para>
|
|
</summary>
|
|
<param name="description">
|
|
A string that is the new value for the <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>'s description.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraWaitForm.WaitForm.ShowOnTopMode">
|
|
<summary>
|
|
<para>Gets or sets above which windows the current WaitForm is displayed.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraWaitForm.ShowFormOnTopMode"/> enumerator value that specifies above which windows the current WaitForm is displayed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraSplashScreen.SplashScreenManager">
|
|
|
|
<summary>
|
|
<para>Manages the creation and display of splash forms.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the SplashScreenManager class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.#ctor(System.Windows.Forms.Form,System.Type,System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the SplashScreenManager class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="parentForm">
|
|
A parent form for the created SplashScreenManager.
|
|
|
|
</param>
|
|
<param name="splashFormType">
|
|
The type of a splash form to be displayed.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b> to use the fade-in effect when opening the form; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
<param name="useFadeOut">
|
|
<b>true</b> to use the fade-out effect when hiding the form; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.#ctor(System.Type,DevExpress.XtraSplashScreen.SplashFormProperties)">
|
|
<summary>
|
|
<para>Initializes a new instance of the SplashScreenManager class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="splashFormType">
|
|
The type of a splash form to be displayed.
|
|
|
|
</param>
|
|
<param name="info">
|
|
A <see cref="T:DevExpress.XtraSplashScreen.SplashFormProperties"/> object used to initialize the <see cref="P:DevExpress.XtraSplashScreen.SplashScreenManager.Properties"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.#ctor(System.Windows.Forms.Form,System.Type,System.Boolean,System.Boolean,DevExpress.XtraSplashScreen.SplashFormStartPosition,System.Drawing.Point)">
|
|
<summary>
|
|
<para>Initializes a new instance of the SplashScreenManager class with specific settings.
|
|
</para>
|
|
</summary>
|
|
<param name="parentForm">
|
|
A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>s.
|
|
|
|
</param>
|
|
<param name="splashFormType">
|
|
The type of splash form to be displayed.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b> to use the fade-in effect when opening the form; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="useFadeOut">
|
|
<b>true</b> to use the fade-out effect when closing the form; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="startPos">
|
|
The splash form's arrangement.
|
|
|
|
</param>
|
|
<param name="loc">
|
|
Coordinates at which the splash form is shown.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.#ctor(System.Type,DevExpress.XtraSplashScreen.SplashFormStartPosition,System.Drawing.Point,DevExpress.XtraSplashScreen.SplashFormProperties)">
|
|
<summary>
|
|
<para>Initializes a new instance of the SplashScreenManager class with specific settings.
|
|
</para>
|
|
</summary>
|
|
<param name="splashFormType">
|
|
The type of splash form to be displayed.
|
|
|
|
</param>
|
|
<param name="startPos">
|
|
The splash form's arrangement.
|
|
|
|
</param>
|
|
<param name="loc">
|
|
Coordinates at which the splash form is shown.
|
|
|
|
</param>
|
|
<param name="info">
|
|
A <see cref="T:DevExpress.XtraSplashScreen.SplashFormProperties"/> object used to initialize the <see cref="P:DevExpress.XtraSplashScreen.SplashScreenManager.Properties"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.#ctor(System.Windows.Forms.UserControl,System.Type,System.Boolean,System.Boolean,DevExpress.XtraSplashScreen.ParentType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the SplashScreenManager class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="parentControl">
|
|
A UserControl that owns the newly created SplashScreenManager.
|
|
|
|
</param>
|
|
<param name="splashFormType">
|
|
A Type enumerator value specifying the type of splash form to be displayed.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b> to use the fade-in effect when opening the form; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="useFadeOut">
|
|
<b>true</b> to use the fade-out effect when closing the form; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="type">
|
|
A ParentType enumerator, specifying whether the parent is a Form or UserControl.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.#ctor(System.Windows.Forms.UserControl,System.Type,System.Boolean,System.Boolean,DevExpress.XtraSplashScreen.SplashFormStartPosition,System.Drawing.Point,DevExpress.XtraSplashScreen.ParentType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the SplashScreenManager class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="parentControl">
|
|
A UserControl that owns the newly created SplashScreenManager.
|
|
|
|
</param>
|
|
<param name="splashFormType">
|
|
A Type enumerator value specifying the type of splash form to be displayed.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b> to use the fade-in effect when opening the form; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="useFadeOut">
|
|
<b>true</b> to use the fade-out effect when closing the form; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="startPos">
|
|
The splash form's arrangement.
|
|
|
|
</param>
|
|
<param name="loc">
|
|
Coordinates at which the splash form is shown.
|
|
|
|
</param>
|
|
<param name="type">
|
|
A ParentType enumerator, specifying whether the parent is a Form or UserControl.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraSplashScreen.SplashScreenManager.ActivateParentOnSplashFormClosing">
|
|
<summary>
|
|
<para>Gets or sets whether a splash form's parent is activated on closing the splash form.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a splash form's parent is activated on closing the splash form; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraSplashScreen.SplashScreenManager.ActiveSplashFormTypeInfo">
|
|
<summary>
|
|
<para>Gets or sets the type of the splash form to be displayed by the SplashScreenManager.
|
|
</para>
|
|
</summary>
|
|
<value>A TypeInfo object that specifies the type of the splash form to be displayed by the SplashScreenManager.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.CloseForm">
|
|
<summary>
|
|
<para>Closes the currently displayed <see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> or <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>, that has been displayed using the <see cref="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowForm"/> method.
|
|
The method throws an exception if no splash form is currently open.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.CloseForm(System.Boolean)">
|
|
<summary>
|
|
<para>Closes the currently displayed <see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> or <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>, that has been displayed using the <see cref="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowForm"/> method.
|
|
The method's parameter allows you to suppress an exception that is raised when no splash form is currently opened.
|
|
</para>
|
|
</summary>
|
|
<param name="throwExceptionIfAlreadyClosed">
|
|
<b>true</b> to raise an exception if no splash form is currently open; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.CloseForm(System.Boolean,System.Int32,System.Windows.Forms.Form)">
|
|
<summary>
|
|
<para>Closes the currently displayed <see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> or <see cref="T:DevExpress.XtraWaitForm.WaitForm"/> after a specified delay.
|
|
Allows you to select a form that should be subsequently activated, and suppress an exception that is raised when no splash form is currently opened.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="throwExceptionIfAlreadyClosed">
|
|
<b>true</b> to raise an exception if no splash form is currently open; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="closingDelay">
|
|
An Int32 value that is the number of milliseconds that elapses before the splash form is closed.
|
|
|
|
|
|
</param>
|
|
<param name="parent">
|
|
A Form object that should be activated after the splash form is closed.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.CloseForm(System.Boolean,System.Int32,System.Windows.Forms.Form,System.Boolean)">
|
|
<summary>
|
|
<para>Closes the currently displayed <see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> or <see cref="T:DevExpress.XtraWaitForm.WaitForm"/> after a specified delay, and blocks the current thread until the splash form has actually been closed.
|
|
Allows you to select a form that should be subsequently activated, and suppress an exception that is raised when no splash form is currently opened.
|
|
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="throwExceptionIfAlreadyClosed">
|
|
<b>true</b> to raise an exception if no splash form is currently open; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="closingDelay">
|
|
An Int32 value that is the number of milliseconds that elapses before the splash form is closed.
|
|
|
|
|
|
</param>
|
|
<param name="parent">
|
|
A Form object that should be activated after the splash form is closed.
|
|
|
|
</param>
|
|
<param name="waitForSplashFormClose">
|
|
<b>true</b> to block the current thread until the splash form has actually been closed; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.CloseWaitForm">
|
|
<summary>
|
|
<para>Closes the <see cref="T:DevExpress.XtraWaitForm.WaitForm"/> that was displayed using the <see cref="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowWaitForm"/> method.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraSplashScreen.SplashScreenManager.Default">
|
|
<summary>
|
|
<para>Returns the default SplashScreenManager that allows you to interact with the currently displayed splash forms.
|
|
</para>
|
|
</summary>
|
|
<value>A SplashScreenManager that is the default splash screen manager.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.HideImage">
|
|
<summary>
|
|
<para>Hides the splash image that has been displayed via the <see cref="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowImage"/> method.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.HideImage(System.Int32,System.Windows.Forms.Form)">
|
|
<summary>
|
|
<para>Closes the currently displayed splash image after a specific delay and allows you to specify a form that should be subsequently selected.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="closingDelay">
|
|
An Int32 value that is the number of milliseconds that elapses before the splash image is closed.
|
|
|
|
|
|
</param>
|
|
<param name="parent">
|
|
A Form object that should be activated after the splash form is closed.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.Invalidate">
|
|
<summary>
|
|
<para>Forces the splash form to be redisplayed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraSplashScreen.SplashScreenManager.IsSplashFormVisible">
|
|
<summary>
|
|
<para>Gets whether a <see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> or <see cref="T:DevExpress.XtraWaitForm.WaitForm"/> is being currently displayed.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a <see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> or <see cref="T:DevExpress.XtraWaitForm.WaitForm"/> is being currently displayed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraSplashScreen.SplashScreenManager.Properties">
|
|
<summary>
|
|
<para>Contains properties controlling a form's appearance.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraSplashScreen.SplashFormProperties"/> object that contains appearance settings for splash forms.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.RegisterUserSkin(DevExpress.Skins.Info.SkinBlobXmlCreator)">
|
|
<summary>
|
|
<para>Registers a custom skin to be applied to a splash form.
|
|
</para>
|
|
</summary>
|
|
<param name="creator">
|
|
A SkinBlobXmlCreator object that contains skin data.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.RegisterUserSkins(System.Reflection.Assembly)">
|
|
<summary>
|
|
<para>Registers custom skins from the specified assembly to be applied to a splash form.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="asm">
|
|
An Assembly object that specifies the assembly containing custom skins to be applied to a splash form.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.SendCommand(System.Enum,System.Object)">
|
|
<summary>
|
|
<para>Sends a command to the currently active splash form.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="cmd">
|
|
An enumeration value that identifies the command to be sent to the currently active splash form.
|
|
|
|
</param>
|
|
<param name="arg">
|
|
The command's parameter.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.SetWaitFormCaption(System.String)">
|
|
<summary>
|
|
<para>Sets the active <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>'s caption to the specified value.
|
|
</para>
|
|
</summary>
|
|
<param name="caption">
|
|
A string that is the new value for the active <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>'s caption.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.SetWaitFormDescription(System.String)">
|
|
<summary>
|
|
<para>Sets the active <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>'s description to the specified value.
|
|
</para>
|
|
</summary>
|
|
<param name="description">
|
|
A string that is the new value for the active <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>'s description.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowForm(System.Windows.Forms.Form,System.Type,System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Creates and displays the specified <see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> or <see cref="T:DevExpress.XtraWaitForm.WaitForm"/> descendant, centering it against another form.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="parentForm">
|
|
A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>s.
|
|
|
|
</param>
|
|
<param name="splashFormType">
|
|
The type of splash form to be displayed.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b> to use the fade-in effect when opening the form; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
<param name="useFadeOut">
|
|
<b>true</b> to use the fade-out effect when closing the form; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowForm(System.Type)">
|
|
<summary>
|
|
<para>Creates and displays the specified <see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> or <see cref="T:DevExpress.XtraWaitForm.WaitForm"/> descendant, centering it against your application's main form.
|
|
</para>
|
|
</summary>
|
|
<param name="splashFormType">
|
|
The type of splash form to be displayed.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowForm(System.Type,System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Creates and displays the specified <see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> or <see cref="T:DevExpress.XtraWaitForm.WaitForm"/> descendant, centering against your application's main form.
|
|
</para>
|
|
</summary>
|
|
<param name="splashFormType">
|
|
The type of splash form to be displayed.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b> to use the fade-in effect when opening the form; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
<param name="useFadeOut">
|
|
<b>true</b> to use the fade-out effect when closing the form; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowForm(System.Windows.Forms.Form,System.Type,System.Boolean,System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Creates and displays the specified <see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> or <see cref="T:DevExpress.XtraWaitForm.WaitForm"/> descendant, centering it against another form.
|
|
|
|
The method's parameter allows you to suppress an exception that is thrown if another splash form has already been opened.
|
|
</para>
|
|
</summary>
|
|
<param name="parentForm">
|
|
A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>s.
|
|
|
|
</param>
|
|
<param name="splashFormType">
|
|
The type of splash form to be displayed.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b> to use the fade-in effect when opening the form; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
<param name="useFadeOut">
|
|
<b>true</b> to use the fade-out effect when closing the form; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
<param name="throwExceptionIfAlreadyOpened">
|
|
<b>true</b> to throw an exception if another splash form has already been opened; <b>false</b> to suppress this exception.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowForm(System.Windows.Forms.Form,System.Type,System.Boolean,System.Boolean,DevExpress.XtraSplashScreen.SplashFormStartPosition,System.Drawing.Point)">
|
|
<summary>
|
|
<para>Creates and displays the specified <see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> or <see cref="T:DevExpress.XtraWaitForm.WaitForm"/> descendant, allowing you to manually position it.
|
|
</para>
|
|
</summary>
|
|
<param name="parentForm">
|
|
A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>s.
|
|
|
|
</param>
|
|
<param name="splashFormType">
|
|
The type of splash form to be displayed.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b> to use the fade-in effect when opening the form; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="useFadeOut">
|
|
<b>true</b> to use the fade-out effect when closing the form; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="startPos">
|
|
The splash form's arrangement.
|
|
|
|
</param>
|
|
<param name="loc">
|
|
Coordinates at which the splash form is shown (if the <i>startPos</i> parameter is set to <b>Manual</b>).
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowForm(System.Windows.Forms.Form,System.Type,System.Boolean,System.Boolean,System.Boolean,DevExpress.XtraSplashScreen.SplashFormStartPosition,System.Drawing.Point)">
|
|
<summary>
|
|
<para>Creates and displays the specified <see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> or <see cref="T:DevExpress.XtraWaitForm.WaitForm"/> descendant, allowing you to manually position it. The method's parameter allows you to suppress an exception that is thrown if another splash form has already been opened.
|
|
</para>
|
|
</summary>
|
|
<param name="parentForm">
|
|
A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>s.
|
|
|
|
</param>
|
|
<param name="splashFormType">
|
|
The type of splash form to be displayed.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b> to use the fade-in effect when opening the form; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="useFadeOut">
|
|
<b>true</b> to use the fade-out effect when closing the form; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="throwExceptionIfAlreadyOpened">
|
|
<b>true</b> to throw an exception if another splash form has already been opened; <b>false</b> to suppress this exception.
|
|
|
|
</param>
|
|
<param name="startPos">
|
|
The splash form's arrangement.
|
|
|
|
</param>
|
|
<param name="loc">
|
|
Coordinates at which the splash form is shown (if the <i>startPos</i> parameter is set to <b>Manual</b>).
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowForm(System.Windows.Forms.UserControl,System.Type,System.Boolean,System.Boolean,DevExpress.XtraSplashScreen.SplashFormStartPosition,System.Drawing.Point)">
|
|
<summary>
|
|
<para>Creates and displays the specified <see cref="T:DevExpress.XtraWaitForm.WaitForm"/> descendant, allowing you to manually position it.
|
|
</para>
|
|
</summary>
|
|
<param name="parentControl">
|
|
A UserControl relative to which the displayed Wait Form is positioned. This parameter is in effect when displaying <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>s.
|
|
|
|
</param>
|
|
<param name="splashFormType">
|
|
The type of Wait Form to be displayed.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b>, to use the fade-in effect when opening the form; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
<param name="useFadeOut">
|
|
<b>true</b>, to use the fade-out effect when closing the form; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="startPos">
|
|
The Wait Form's arrangement.
|
|
|
|
</param>
|
|
<param name="loc">
|
|
Coordinates at which the Wait Form is shown (if the <i>startPos</i> parameter is set to <b>Manual</b>).
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowForm(System.Windows.Forms.UserControl,System.Type,System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Creates and displays the specified <see cref="T:DevExpress.XtraWaitForm.WaitForm"/> descendant, centering it against a UserControl.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="parentControl">
|
|
A UserControl relative to which the displayed Wait Form is positioned. This parameter is in effect when displaying <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>s.
|
|
|
|
</param>
|
|
<param name="splashFormType">
|
|
The type of Wait Form to be displayed.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b>, to use the fade-in effect when opening the form; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
<param name="useFadeOut">
|
|
<b>true</b>, to use the fade-out effect when closing the form; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowImage(System.Drawing.Image,System.Boolean)">
|
|
<summary>
|
|
<para>Displays an image as a splash form, centering the image against your application's main form.
|
|
</para>
|
|
</summary>
|
|
<param name="image">
|
|
An Image to be displayed as a splash form.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b> to use the fade-in effect during the image's opening; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowImage(System.Drawing.Image)">
|
|
<summary>
|
|
<para>Displays an image as a splash form, centering the image against your application's main form.
|
|
</para>
|
|
</summary>
|
|
<param name="image">
|
|
An Image to be displayed as a splash form.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowImage(System.Drawing.Image,System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Displays an image as a splash form, centering the image against your application's main form. Allows you to disable fade-in and fade-out effects for the image.
|
|
</para>
|
|
</summary>
|
|
<param name="image">
|
|
An Image to be displayed as a splash form.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b> to use the fade-in effect when the image opens; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
<param name="useFadeOut">
|
|
<b>true</b> to use the fade-out effect when the form closes; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowImage(System.Drawing.Image,System.Boolean,System.Boolean,DevExpress.XtraSplashScreen.ICustomImagePainter)">
|
|
<summary>
|
|
<para>Displays an image as a splash form, centering the image against your application's main form.
|
|
Allows you to disable fade-in and fade-out effects for the image and draw custom graphics over the splash image.
|
|
</para>
|
|
</summary>
|
|
<param name="image">
|
|
An Image to be displayed as a splash form.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b> to use the fade-in effect when the image opens; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
<param name="useFadeOut">
|
|
<b>true</b> to use the fade-out effect when the form closes; otherwise, <b>false</b>.
|
|
|
|
|
|
</param>
|
|
<param name="painter">
|
|
An ICustomImagePainter object that implements a custom drawing procedure.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowImage(System.Drawing.Image,System.Boolean,System.Boolean,DevExpress.XtraSplashScreen.SplashFormStartPosition,System.Drawing.Point,DevExpress.XtraSplashScreen.ICustomImagePainter)">
|
|
<summary>
|
|
<para>Displays an image as a splash form, allowing you to manually position it against your application's main form. Allows you to disable fade-in and fade-out effects for the image and draw custom graphics over the splash image.
|
|
</para>
|
|
</summary>
|
|
<param name="image">
|
|
An Image to be displayed as a splash form.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b> to use the fade-in effect when opening the form; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="useFadeOut">
|
|
<b>true</b> to use the fade-out effect when closing the form; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="startPos">
|
|
The splash form's arrangement.
|
|
|
|
</param>
|
|
<param name="loc">
|
|
Coordinates at which the splash form is shown (if the <i>startPos</i> parameter is set to <b>Manual</b>).
|
|
|
|
</param>
|
|
<param name="painter">
|
|
An ICustomImagePainter object that implements a custom drawing procedure.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowImage(System.Drawing.Image,System.Boolean,System.Boolean,DevExpress.XtraSplashScreen.SplashFormStartPosition,System.Drawing.Point)">
|
|
<summary>
|
|
<para>Displays an image as a splash form, allowing you to manually position it. Allows you to disable fade-in and fade-out effects for the image.
|
|
</para>
|
|
</summary>
|
|
<param name="image">
|
|
An Image to be displayed as a splash form.
|
|
|
|
</param>
|
|
<param name="useFadeIn">
|
|
<b>true</b> to use the fade-in effect when opening the form; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="useFadeOut">
|
|
<b>true</b> to use the fade-out effect when closing the form; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<param name="startPos">
|
|
The splash form's arrangement.
|
|
|
|
</param>
|
|
<param name="loc">
|
|
Coordinates at which the splash form is shown (if the <i>startPos</i> parameter is set to <b>Manual</b>).
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.ShowWaitForm">
|
|
<summary>
|
|
<para>Creates and displays a <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>, whose type is specified by the <see cref="P:DevExpress.XtraSplashScreen.SplashScreenManager.ActiveSplashFormTypeInfo"/> property.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraSplashScreen.SplashScreenManager.SkinName">
|
|
<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.XtraSplashScreen.SplashScreenManager.SplashFormLocation">
|
|
<summary>
|
|
<para>Gets or sets the screen coordinates at which a splash form (<see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> or <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>) will be displayed.
|
|
</para>
|
|
</summary>
|
|
<value>A Point structure specifying the screen coordinates at which a splash form (<see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> or <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>) will be displayed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraSplashScreen.SplashScreenManager.SplashFormStartPosition">
|
|
<summary>
|
|
<para>Gets or sets the arrangement of a splash form (<see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> or <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>).
|
|
</para>
|
|
</summary>
|
|
<value>A SplashFormStartPosition enumerator value specifying the arrangement of a splash form (<see cref="T:DevExpress.XtraSplashScreen.SplashScreen"/> or a <see cref="T:DevExpress.XtraWaitForm.WaitForm"/>).
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraSplashScreen.SplashScreenManager.WaitForSplashFormClose">
|
|
<summary>
|
|
<para>Blocks the current thread until the active splash form is closed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraWaitForm.ProgressPanel">
|
|
|
|
<summary>
|
|
<para>A control that displays an animated image and two labels, used to indicate the progress of any operation.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraWaitForm.ProgressPanel.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the ProgressPanel class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraWaitForm.ProgressPanel.AppearanceCaption">
|
|
<summary>
|
|
<para>Contains appearance settings used to customize the appearance of the control's <see cref="P:DevExpress.XtraWaitForm.ProgressPanel.Caption"/>.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains settings to customize the appearance of the control's <see cref="P:DevExpress.XtraWaitForm.ProgressPanel.Caption"/>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraWaitForm.ProgressPanel.AppearanceDescription">
|
|
<summary>
|
|
<para>Contains appearance settings used to customize the appearance of the control's <see cref="P:DevExpress.XtraWaitForm.ProgressPanel.Description"/>.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains settings to customize the appearance of the control's <see cref="P:DevExpress.XtraWaitForm.ProgressPanel.Description"/>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraWaitForm.ProgressPanel.AutoHeight">
|
|
<summary>
|
|
<para>Gets or sets whether the panel's height is calculated automatically based on the currently applied skin.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the panel's height is calculated automatically based on the currently applied skin; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraWaitForm.ProgressPanel.AutoWidth">
|
|
<summary>
|
|
<para>Gets or sets whether the panel's width is automatically adjusted to fit all the text.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the panel's width is automatically adjusted to fit the entire text; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraWaitForm.ProgressPanel.BorderStyle">
|
|
<summary>
|
|
<para>Gets or sets the control's border style.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value specifying the control's border style.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraWaitForm.ProgressPanel.Caption">
|
|
<summary>
|
|
<para>Gets or sets the control's caption.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the control's caption.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraWaitForm.ProgressPanel.CaptionToDescriptionDistance">
|
|
<summary>
|
|
<para>Gets or sets the vertical distance between the <see cref="P:DevExpress.XtraWaitForm.ProgressPanel.Caption"/> and <see cref="P:DevExpress.XtraWaitForm.ProgressPanel.Description"/>.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that is the vertical distance between the caption and description.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraWaitForm.ProgressPanel.Description">
|
|
<summary>
|
|
<para>Gets or sets the control's description.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the control's description.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraWaitForm.ProgressPanel.GetPreferredSize(System.Drawing.Size)">
|
|
<summary>
|
|
<para>Retrieves the size of a rectangular area into which the control can be fitted.
|
|
</para>
|
|
</summary>
|
|
<param name="proposedSize">
|
|
The custom-sized area for the control.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:System.Drawing.Size"/> value.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraWaitForm.ProgressPanel.ImageHorzOffset">
|
|
<summary>
|
|
<para>Gets or sets the horizontal distance between the control's left edge and the image
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that is the horizontal distance between the control's left edge and the image
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraWaitForm.ProgressPanel.ImageSize">
|
|
<summary>
|
|
<para>Gets the size of the control's image.
|
|
</para>
|
|
</summary>
|
|
<value>A Size of the control's image.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraWaitForm.ProgressPanel.ShowCaption">
|
|
<summary>
|
|
<para>Gets or sets whether the control's <see cref="P:DevExpress.XtraWaitForm.ProgressPanel.Caption"/> is visible.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the control's <see cref="P:DevExpress.XtraWaitForm.ProgressPanel.Caption"/> is visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraWaitForm.ProgressPanel.ShowDescription">
|
|
<summary>
|
|
<para>Gets or sets whether the control's <see cref="P:DevExpress.XtraWaitForm.ProgressPanel.Description"/> is visible.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the control's <see cref="P:DevExpress.XtraWaitForm.ProgressPanel.Description"/> is visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraWaitForm.ProgressPanel.TextHorzOffset">
|
|
<summary>
|
|
<para>Gets or sets the horizontal distance between the image and text (caption plus description).
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that is the horizontal distance between the image and text (caption plus description)
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.ViewInfo.ClosePageButtonEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraTab.XtraTabControl.CloseButtonClick"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.ViewInfo.ClosePageButtonEventArgs.#ctor(DevExpress.XtraTab.IXtraTabPage,DevExpress.XtraTab.IXtraTabPage)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ClosePageButtonEventArgs class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="prevPage">
|
|
<b>null</b> if the TabControl's Close button has been clicked. Otherwise, this refers to the page whose Close button has been clicked. This value is assigned to the <see cref="P:DevExpress.XtraTab.ViewInfo.ClosePageButtonEventArgs.PrevPage"/> property.
|
|
|
|
</param>
|
|
<param name="page">
|
|
The page whose Close button has been clicked. This value is assigned to the <b>Page</b> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.ViewInfo.ClosePageButtonEventArgs.PrevPage">
|
|
<summary>
|
|
<para>Returns <b>null</b> if the TabControl's Close button has been clicked. Otherwise, this property returns the same value as the <b>Page</b> property.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraTab.XtraTabPage"/> object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.DateEdit.DrawItem"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs)">
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.DrawItem"/> event.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event sender.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs"/> object that contains data related to the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.DateEdit.DrawItem"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs.#ctor(DevExpress.Utils.Drawing.GraphicsCache,System.Drawing.Rectangle,DevExpress.Utils.AppearanceObject,System.DateTime,System.Boolean,System.Boolean,DevExpress.Skins.SkinElementInfo)">
|
|
<summary>
|
|
<para>Initializes a new instance of the CustomDrawDayNumberCellEventArgs class with the specified settings.
|
|
</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.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs.Cache"/> property.
|
|
|
|
</param>
|
|
<param name="bounds">
|
|
A <see cref="T:System.Drawing.Rectangle"/> structure which represents the painted element's bounding rectangle. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs.Bounds"/> property.
|
|
|
|
</param>
|
|
<param name="style">
|
|
An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which specifies the painted element's appearance settings. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs.Style"/> property.
|
|
|
|
</param>
|
|
<param name="date">
|
|
A <see cref="T:System.DateTime"/> object which represents the painted day number's cell value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs.Date"/> property.
|
|
|
|
</param>
|
|
<param name="highlighted">
|
|
<b>true</b> if the processed day number cell corresponds to a day within the currently selected month; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs.Highlighted"/> property.
|
|
|
|
</param>
|
|
<param name="selected">
|
|
<b>true</b> if the processed cell is selected; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs.Selected"/> property.
|
|
|
|
</param>
|
|
<param name="backgroundInfo">
|
|
A skin element that is used to paint the background of the current cell. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs.BackgroundElementInfo"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs.BackgroundElementInfo">
|
|
<summary>
|
|
<para>Gets or sets the skin element that is used to paint the background of the currently processed cell.
|
|
</para>
|
|
</summary>
|
|
<value>A SkinElementInfo object that specifies the skin element that is used to paint the background of the currently processed cell.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs.Bounds">
|
|
<summary>
|
|
<para>Gets the painted element's bounding rectangle.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Rectangle"/> structure specifying the boundaries of the painted element.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs.Cache">
|
|
<summary>
|
|
<para>Gets an object that specifies the storage for the most used pens, fonts and brushes.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs.Date">
|
|
<summary>
|
|
<para>Gets the painted cell's value.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.DateTime"/> object representing the painted day number's cell value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs.Graphics">
|
|
<summary>
|
|
<para>Gets an object used to paint.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Graphics"/> object used to paint.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs.Handled">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether default painting is prohibited.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if default painting is prohibited; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs.Highlighted">
|
|
<summary>
|
|
<para>Gets a value indicating whether the processed day number cell corresponds to a day within the currently selected month.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the processed day number cell corresponds to a day within the currently selected month; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs.Selected">
|
|
<summary>
|
|
<para>Gets a value indicating whether the processed day number cell is selected.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the processed cell is selected; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs.Style">
|
|
<summary>
|
|
<para>Gets the painted date cell's appearance settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the painted cell's appearance settings.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Calendar.CustomDrawDayNumberCellEventArgs.View">
|
|
<summary>
|
|
<para>Gets or sets the current View of data in the dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>A DateEditCalendarViewType value that specifies the current View of data in the dropdown window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.StyleController">
|
|
|
|
<summary>
|
|
<para>Enables common style settings to be applied to several controls.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.StyleController.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.StyleController"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.StyleController.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.StyleController"/> class with the specified container.
|
|
</para>
|
|
</summary>
|
|
<param name="container">
|
|
The <see cref="T:System.ComponentModel.IContainer"/> which contains the created style controller.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.StyleController.Appearance">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the bound editors.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the bound editors.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.StyleController.AppearanceDisabled">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint bound editors when they are disabled.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint bound editors when they are in the disabled state.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.StyleController.AppearanceDropDown">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the popup window of bound editors.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the popup window of bound controls.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.StyleController.AppearanceDropDownHeader">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the header panel within the popup window of bound editor(s).
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the header panel within the popup window of bound editor(s).
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.StyleController.AppearanceFocused">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the bound editor which is currently focused.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the currently focused bound editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.StyleController.AppearanceReadOnly">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the bound editor whose value cannot be changed by the end-user.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the read-only editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.StyleController.BeginInit">
|
|
<summary>
|
|
<para>Performs specific actions before control initialization.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.StyleController.BeginUpdate">
|
|
<summary>
|
|
<para>Locks the StyleController object by preventing visual updates until the <b>EndUpdate</b> method is called.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.StyleController.BorderStyle">
|
|
<summary>
|
|
<para>Gets or sets the border style of bound controls.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumerator.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.StyleController.ButtonsStyle">
|
|
<summary>
|
|
<para>Gets or sets the style of bound control buttons.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> object, specifying button appearance.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.StyleController.EndInit">
|
|
<summary>
|
|
<para>Performs specific actions after the control has been initialized.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.StyleController.EndUpdate">
|
|
<summary>
|
|
<para>Unlocks the StyleController object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.StyleController.LookAndFeel">
|
|
<summary>
|
|
<para>Gets the look and feel of bound control elements (buttons, borders and scrollbars).
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.StyleController.PopupBorderStyle">
|
|
<summary>
|
|
<para>Gets or sets the popup border style of bound controls.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Controls.PopupBorderStyles"/> enumerator.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.StyleController.PropertiesChanged">
|
|
<summary>
|
|
<para>Fires immediately after any property value has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ControlNavigatorButtons">
|
|
|
|
<summary>
|
|
<para>Represents buttons displayed in the <b>ControlNavigator</b>.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ControlNavigatorButtons.#ctor(DevExpress.XtraEditors.INavigatorOwner)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.ControlNavigatorButtons"/> object.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object implementing the <b>INavigatorOwner</b> interface to which the <see cref="T:DevExpress.XtraEditors.ControlNavigatorButtons"/> object belongs. This value is assigned to the <see cref="P:DevExpress.XtraEditors.NavigatorButtonsBase.Owner"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ControlNavigatorButtons.Append">
|
|
<summary>
|
|
<para>Gets the button used to append a new record.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>Append</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ControlNavigatorButtons.CancelEdit">
|
|
<summary>
|
|
<para>Gets the button used to cancel editing the current record.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>CancelEdit</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ControlNavigatorButtons.Control">
|
|
<summary>
|
|
<para>Gets the control which is bound to the <b>ControlNavigator</b>.
|
|
</para>
|
|
</summary>
|
|
<value>An object implementing the <b>INavigatableControl</b> interface which is navigated by the <b>ControlNavigator</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ControlNavigatorButtons.Edit">
|
|
<summary>
|
|
<para>Gets the button used to set the dataset to the edit state.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>Edit</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ControlNavigatorButtons.EndEdit">
|
|
<summary>
|
|
<para>Gets the button used to post the edited record to the associated data source.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>EndEdit</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ControlNavigatorButtons.First">
|
|
<summary>
|
|
<para>Gets the button used to set the current record to the first record in a data source.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>First</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ControlNavigatorButtons.Last">
|
|
<summary>
|
|
<para>Gets the button used to set the current record to the last record in a data source.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>Last</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ControlNavigatorButtons.Next">
|
|
<summary>
|
|
<para>Gets the button used to set the current record to the next record in a data source.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>Next</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ControlNavigatorButtons.NextPage">
|
|
<summary>
|
|
<para>Gets the button used to increment the current record position in a data source by the number of visible records.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>NextPage</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ControlNavigatorButtons.Prev">
|
|
<summary>
|
|
<para>Gets the button used to set the current record as the data source's previous record.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>Prev</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ControlNavigatorButtons.PrevPage">
|
|
<summary>
|
|
<para>Gets the button used to decrement the current record position in a data source by the number of visible records.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>PrevPage</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ControlNavigatorButtons.Remove">
|
|
<summary>
|
|
<para>Gets the button used to delete the current record.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>Remove</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ControlNavigator">
|
|
|
|
<summary>
|
|
<para>Represents the <b>ControlNavigator</b>.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ControlNavigator.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.ControlNavigator"/> object with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ControlNavigator.Buttons">
|
|
<summary>
|
|
<para>Gets the navigator's buttons.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.ControlNavigatorButtons"/> object representing the navigator's buttons.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ControlNavigator.NavigatableControl">
|
|
<summary>
|
|
<para>Gets or sets the control which is navigated by the <b>ControlNavigator</b>.
|
|
</para>
|
|
</summary>
|
|
<value>An object implementing the <b>INavigatableControl</b> interface which is navigated by the <b>ControlNavigator</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ControlNavigator.ToString">
|
|
<summary>
|
|
<para>Returns the text representation of the current object.
|
|
</para>
|
|
</summary>
|
|
<returns>A string that specifies the text representation of the current ControlNavigator object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ExceptionEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle events which fire as a result of an exception.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ExceptionEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.ExceptionEventArgs)">
|
|
<summary>
|
|
<para>Represents the method for handling events which take an <see cref="T:DevExpress.XtraEditors.Controls.ExceptionEventArgs"/> object as a parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The source of the event.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ExceptionEventArgs"/> object that contains event data.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ExceptionEventArgs">
|
|
|
|
<summary>
|
|
<para>Represents the base class for arguments passed to exception handling events.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ExceptionEventArgs.#ctor(System.String,System.String,System.Exception,DevExpress.XtraEditors.Controls.ExceptionMode)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.ExceptionEventArgs"/> object.
|
|
</para>
|
|
</summary>
|
|
<param name="errorText">
|
|
A string value specifying the error description. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.ErrorText"/> property.
|
|
|
|
</param>
|
|
<param name="windowCaption">
|
|
A string value specifying the error message box caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.WindowCaption"/> property.
|
|
|
|
</param>
|
|
<param name="exception">
|
|
A <see cref="T:System.Exception"/> object representing the exception that raised the event. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.Exception"/> property.
|
|
|
|
</param>
|
|
<param name="exceptionMode">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ExceptionMode"/> enumeration value specifying the response to entering an invalid value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.ExceptionMode"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ExceptionEventArgs.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.ExceptionEventArgs"/> object.
|
|
</para>
|
|
</summary>
|
|
<param name="errorText">
|
|
A string value specifying the error description. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.ErrorText"/> property.
|
|
|
|
</param>
|
|
<param name="exception">
|
|
A <see cref="T:System.Exception"/> object representing the exception that raised the event. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.Exception"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.ErrorText">
|
|
<summary>
|
|
<para>Gets or sets the error description to be displayed in the message box/tooltip.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying the text to display in the message box/tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.Exception">
|
|
<summary>
|
|
<para>Gets the exception that caused the event.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Exception"/> object representing the exception that caused the event.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.ExceptionMode">
|
|
<summary>
|
|
<para>Gets or sets the type of response to supplying invalid values.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.ExceptionMode"/> enumeration value specifying the response type.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.WindowCaption">
|
|
<summary>
|
|
<para>Gets or sets the caption of the error message box.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying the caption of the error message box.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.InvalidValueExceptionEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle events which fire when an invalid value is entered within a container control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.InvalidValueExceptionEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.InvalidValueExceptionEventArgs)">
|
|
<summary>
|
|
<para>Represents the method for handling events which take an <see cref="T:DevExpress.XtraEditors.Controls.InvalidValueExceptionEventArgs"/> object as a parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
Event source.
|
|
|
|
</param>
|
|
<param name="e">
|
|
An <see cref="T:DevExpress.XtraEditors.Controls.InvalidValueExceptionEventArgs"/> object that contains event data.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.InvalidValueExceptionEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for events that occur when assigning an invalid value to a container control cell.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.InvalidValueExceptionEventArgs.#ctor(System.String,System.Exception,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.InvalidValueExceptionEventArgs"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="errorText">
|
|
A string to initialize the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.ErrorText"/> property.
|
|
|
|
</param>
|
|
<param name="exception">
|
|
A <see cref="T:System.Exception"/> object to initialize the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.Exception"/> property.
|
|
|
|
</param>
|
|
<param name="fValue">
|
|
An object to initialize the <see cref="P:DevExpress.XtraEditors.Controls.InvalidValueExceptionEventArgs.Value"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.InvalidValueExceptionEventArgs.#ctor(System.String,System.String,System.Exception,DevExpress.XtraEditors.Controls.ExceptionMode,System.Object)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.InvalidValueExceptionEventArgs"/> object.
|
|
</para>
|
|
</summary>
|
|
<param name="errorText">
|
|
A string value specifying the error's description. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.ErrorText"/> property.
|
|
|
|
</param>
|
|
<param name="windowCaption">
|
|
A string value specifying the error message box caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.WindowCaption"/> property.
|
|
|
|
</param>
|
|
<param name="exception">
|
|
A <see cref="T:System.Exception"/> object representing the exception that raised the event. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.Exception"/> property.
|
|
|
|
</param>
|
|
<param name="exceptionMode">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ExceptionMode"/> enumeration value specifying the response to entering an invalid value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.ExceptionMode"/> property.
|
|
|
|
</param>
|
|
<param name="fValue">
|
|
An object representing the invalid value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.InvalidValueExceptionEventArgs.Value"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.InvalidValueExceptionEventArgs.Value">
|
|
<summary>
|
|
<para>Gets an invalid value that caused the exception.
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the invalid value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle a container control's <b>ValidatingEditor</b> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventArgs)">
|
|
<summary>
|
|
<para>Represents the method for handling events which take a <see cref="T:DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventArgs"/> object as a parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The source of the event.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventArgs"/> object that contains event data.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for events that allow you to validate cell values.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventArgs.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Creates a <see cref="T:DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventArgs"/> object.
|
|
</para>
|
|
</summary>
|
|
<param name="fValue">
|
|
An object representing the validated editor's value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventArgs.Value"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventArgs.ErrorText">
|
|
<summary>
|
|
<para>Gets or sets the error description.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying the error description.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventArgs.Valid">
|
|
<summary>
|
|
<para>Gets or sets whether the value is valid.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to indicate that the value is valid; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventArgs.Value">
|
|
<summary>
|
|
<para>Gets or sets the value being validated.
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the validated editor's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.AddingMRUItemEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.AddingMRUItem"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.AddingMRUItemEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.AddingMRUItemEventArgs)">
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.AddingMRUItem"/> event.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event sender (typically an MRU edit control).
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.AddingMRUItemEventArgs"/> object containing data related to the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.AddingMRUItemEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.AddingMRUItem"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.AddingMRUItemEventArgs.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.AddingMRUItemEventArgs"/> class instance.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:System.Object"/> representing an item being added to an MRU editor. Initializes the <see cref="P:DevExpress.XtraEditors.Controls.AddingMRUItemEventArgs.Item"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.AddingMRUItemEventArgs.#ctor(System.Object,DevExpress.XtraEditors.Controls.MRUItemAddReason)">
|
|
<summary>
|
|
<para>Initializes a new instance of the AddingMRUItemEventArgs class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
An item being added to the editor.
|
|
|
|
</param>
|
|
<param name="reason">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.MRUItemAddReason"/> value that identifies the reason that caused the <b>AddingMRUItem</b> event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.AddingMRUItemEventArgs.AddReason">
|
|
<summary>
|
|
<para>Gets the reason that caused the <b>AddingMRUItem</b> event.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.MRUItemAddReason"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.AddingMRUItemEventArgs.Item">
|
|
<summary>
|
|
<para>Gets an item being added to a MRU editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/> representing an item being added to a MRU editor's <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.Items"/> collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraBars.Alerter.AlertFormControlBoxPosition">
|
|
|
|
<summary>
|
|
<para>Contains values that specify the position of the control buttons in alert windows.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Alerter.AlertFormControlBoxPosition.Right">
|
|
<summary>
|
|
<para>The control buttons are displayed at the right edge of an alert window.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Alerter.AlertFormControlBoxPosition.Top">
|
|
<summary>
|
|
<para>The control buttons are displayed at the top edge of an alert window.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ExceptionMode">
|
|
|
|
<summary>
|
|
<para>Specifies how an exception should be handled.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.ExceptionMode.DisplayError">
|
|
<summary>
|
|
<para>Displays a tooltip with an error description specified by the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.ErrorText"/> property.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.ExceptionMode.Ignore">
|
|
<summary>
|
|
<para>Discards new data and reverts to an old value.
|
|
|
|
In standalone editors, because of the .NET binding mechanism, the <b>Ignore</b> value doesn't work correctly. In container controls, the <b>Ignore</b> value works as expected.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.ExceptionMode.NoAction">
|
|
<summary>
|
|
<para>Suppresses displaying the message box/tooltip or throwing an exception. The value remains unchanged.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.ExceptionMode.ThrowException">
|
|
<summary>
|
|
<para>Throws an exception specified by the <see cref="P:DevExpress.XtraEditors.Controls.ExceptionEventArgs.Exception"/> property.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Container.ComponentEditorContainer">
|
|
|
|
<summary>
|
|
<para>Serves as the base for components that provide visual elements at runtime, manage editor repositories providing inplace editors for their visual elements and support the common tooltip control mechanism.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Container.ComponentEditorContainer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Container.ComponentEditorContainer"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Container.ComponentEditorContainer.BeginInit">
|
|
<summary>
|
|
<para>Notifies the component that the initialization has started.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Container.ComponentEditorContainer.EditorKeyDown">
|
|
<summary>
|
|
<para>Occurs when a key is pressed within an in-place editor that belongs to the container component.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Container.ComponentEditorContainer.EditorKeyPress">
|
|
<summary>
|
|
<para>Occurs when a character key is pressed within an in-place editor that belongs to the container component.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Container.ComponentEditorContainer.EditorKeyUp">
|
|
<summary>
|
|
<para>Occurs when a pressed key is released within an in-place editor that belongs to the container component.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Container.ComponentEditorContainer.EndInit">
|
|
<summary>
|
|
<para>Notifies the component that the initialization has been completed.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Container.ComponentEditorContainer.ExternalRepository">
|
|
<summary>
|
|
<para>Gets or sets the external editors repository.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.PersistentRepository"/> component holding a collection of repository items that can be used to create inplace editors.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Container.ComponentEditorContainer.GetToolTipController">
|
|
<summary>
|
|
<para>Returns the actual tooltip controller that controls the behavior and appearance of hints for a container component's elements.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.Utils.ToolTipController"/> object providing tooltip functionality for the container component.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Container.ComponentEditorContainer.IsLoading">
|
|
<summary>
|
|
<para>Gets whether the component is being initialized.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the component is being initialized; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Container.ComponentEditorContainer.RepositoryItems">
|
|
<summary>
|
|
<para>Provides access to the component's internal repository.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemCollection"/> object containing repository items whose settings can be used to create inplace editors.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Container.ComponentEditorContainer.ToolTipController">
|
|
<summary>
|
|
<para>Gets or sets the component that controls the behavior and appearance of hints displayed for the container component's visual elements.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.ToolTipController"/> component specifying hint settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Container.EditorContainer">
|
|
|
|
<summary>
|
|
<para>Serves as the base for container controls that manage editor repositories providing inplace editors for their visual elements and support for a common tooltip control mechanism.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Container.EditorContainer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Container.EditorContainer"/> instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Container.EditorContainer.BackColor">
|
|
<summary>
|
|
<para>Gets or sets the control's background color.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure that represents the control's background color.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Container.EditorContainer.BeginInit">
|
|
<summary>
|
|
<para>Notifies the control that the initialization has started.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Container.EditorContainer.EditorKeyDown">
|
|
<summary>
|
|
<para>Occurs when a key is pressed within an in-place editor that belongs to the container control.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Container.EditorContainer.EditorKeyPress">
|
|
<summary>
|
|
<para>Occurs when a character key is pressed within an in-place editor that belongs to the container control.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Container.EditorContainer.EditorKeyUp">
|
|
<summary>
|
|
<para>Occurs when a pressed key is released within an in-place editor that belongs to the container control.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Container.EditorContainer.EndInit">
|
|
<summary>
|
|
<para>Notifies the control that the initialization has been completed.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Container.EditorContainer.ExternalRepository">
|
|
<summary>
|
|
<para>Gets or sets the external editors repository.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.PersistentRepository"/> component holding a collection of the repository items that can be used to create inplace editors.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Container.EditorContainer.ForeColor">
|
|
<summary>
|
|
<para>Gets or sets the control's foreground color.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure that represents the control's foreground color.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Container.EditorContainer.GetToolTipController">
|
|
<summary>
|
|
<para>Returns the actual tooltip controller that controls the behavior and appearance of hints for the container editor.
|
|
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.Utils.ToolTipController"/> object providing tooltip functionality for the container editor.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Container.EditorContainer.IsLoading">
|
|
<summary>
|
|
<para>Gets whether the control is being initialized.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the control is being initialized; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Container.EditorContainer.MenuManager">
|
|
<summary>
|
|
<para>Gets or sets an object that controls the look and feel of the popup menus.
|
|
</para>
|
|
</summary>
|
|
<value>An object that controls the look and feel of the popup menus.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Container.EditorContainer.RepositoryItems">
|
|
<summary>
|
|
<para>Provides access to the control's internal repository.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemCollection"/> object containing repository items whose settings can be used to create inplace editors.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Container.EditorContainer.Text">
|
|
<summary>
|
|
<para>Gets or sets the control's text.
|
|
</para>
|
|
</summary>
|
|
<value>A string which specifies the control's text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Container.EditorContainer.ToolTipController">
|
|
<summary>
|
|
<para>Gets or sets the component that controls the behavior and appearance of hints displayed for a container control's visual elements.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.ToolTipController"/> component specifying hint settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ProcessNewValueEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ProcessNewValue"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ProcessNewValueEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.ProcessNewValueEventArgs)">
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ProcessNewValue"/> event.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The <see cref="T:DevExpress.XtraEditors.LookUpEdit"/> control which fires the event.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ProcessNewValueEventArgs"/> object that contains event data
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ProcessNewValueEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ProcessNewValue"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ProcessNewValueEventArgs.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.Controls.ProcessNewValueEventArgs"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="displayValue">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.ProcessNewValueEventArgs.DisplayValue"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ProcessNewValueEventArgs.DisplayValue">
|
|
<summary>
|
|
<para>Gets or sets the value entered by the end-user.
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the value entered by the end-user.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ProcessNewValueEventArgs.Handled">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the lookup editor must locate the newly inserted record.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor must locate the newly inserted record; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.OpenLinkEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.OpenLink"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.OpenLinkEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.OpenLinkEventArgs)">
|
|
<summary>
|
|
<para>Represents a method for handling the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.OpenLink"/> event of a <see cref="T:DevExpress.XtraEditors.HyperLinkEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event source.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.OpenLinkEventArgs"/> object that contains event data.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.OpenLinkEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.OpenLink"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.OpenLinkEventArgs.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.Controls.OpenLinkEventArgs"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="editValue">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.OpenLinkEventArgs.EditValue"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.OpenLinkEventArgs.EditValue">
|
|
<summary>
|
|
<para>Gets or sets the object representing the command to execute.
|
|
</para>
|
|
</summary>
|
|
<value>The object representing the command to execute.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.OpenLinkEventArgs.Handled">
|
|
<summary>
|
|
<para>Gets or sets whether default execution of the hyperlink command is required.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the event is handled and no default processing is required; <b>false</b>, if the editor should execute the command after performing your <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.OpenLink"/> event handler.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.LookUpColumnInfoCollection">
|
|
|
|
<summary>
|
|
<para>A collection of columns for a lookup editor.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfoCollection.#ctor">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.Controls.LookUpColumnInfoCollection"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfoCollection.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the LookUpColumnInfoCollection class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An owner of the created collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfoCollection.Add(DevExpress.XtraEditors.Controls.LookUpColumnInfo)">
|
|
<summary>
|
|
<para>Adds a new column to the current collection.
|
|
</para>
|
|
</summary>
|
|
<param name="column">
|
|
A column to add to the collection.
|
|
|
|
</param>
|
|
<returns>The position into which the new element was inserted.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfoCollection.AddRange(DevExpress.XtraEditors.Controls.LookUpColumnInfo[])">
|
|
<summary>
|
|
<para>Adds an array of columns to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="columns">
|
|
An array of objects representing columns for the lookup editor.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfoCollection.Assign(DevExpress.XtraEditors.Controls.LookUpColumnInfoCollection)">
|
|
<summary>
|
|
<para>Copies columns from the source collection to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="columns">
|
|
The source collection whose columns are copied to the current collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Controls.LookUpColumnInfoCollection.CollectionChanged">
|
|
<summary>
|
|
<para>Occurs on changing the column collection
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfoCollection.CreateColumn">
|
|
<summary>
|
|
<para>Creates a new column for a lookup editor.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.XtraEditors.Controls.LookUpColumnInfo"/> object that has been created.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfoCollection.GetVisibleColumn(System.Int32)">
|
|
<summary>
|
|
<para>Returns a visible lookup column at the specified visible index.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer which specifies the zero-based visible index of the column which should be returned.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.XtraEditors.Controls.LookUpColumnInfo"/> object which represents the visible lookup column at the specified index.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfoCollection.IndexOf(DevExpress.XtraEditors.Controls.LookUpColumnInfo)">
|
|
<summary>
|
|
<para>Gets the zero-based index of the specified column in the item collection.
|
|
</para>
|
|
</summary>
|
|
<param name="column">
|
|
The column to locate in the collection.
|
|
|
|
</param>
|
|
<returns>The zero-based index of the specified column in the current collection, if found; otherwise, <b>-1</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.LookUpColumnInfoCollection.Item(System.Int32)">
|
|
<summary>
|
|
<para>Gets a column at the specified position.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
The zero-based index of the column to return.
|
|
|
|
</param>
|
|
<value>A column at the specified position.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.LookUpColumnInfoCollection.Item(System.String)">
|
|
<summary>
|
|
<para>Gets a column by its field name.
|
|
</para>
|
|
</summary>
|
|
<param name="fieldName">
|
|
The field name of the column to return.
|
|
|
|
</param>
|
|
<value>The first column encountered whose <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FieldName"/> property matches the specified field name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfoCollection.Remove(DevExpress.XtraEditors.Controls.LookUpColumnInfo)">
|
|
<summary>
|
|
<para>Removes the specified column from the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="column">
|
|
The column to remove from the collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.LookUpColumnInfoCollection.VisibleCount">
|
|
<summary>
|
|
<para>Gets the number of visible lookup columns.
|
|
</para>
|
|
</summary>
|
|
<value>An integer which represents the number of visible lookup columns.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfoCollection.VisibleIndexOf(DevExpress.XtraEditors.Controls.LookUpColumnInfo)">
|
|
<summary>
|
|
<para>Gets the zero-based index of the specified visible column.
|
|
</para>
|
|
</summary>
|
|
<param name="column">
|
|
The column found.
|
|
|
|
</param>
|
|
<returns>The zero-based index of the specified visible column.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.LookUpColumnInfo">
|
|
|
|
<summary>
|
|
<para>A column for a lookup editor.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfo.#ctor(System.String,System.String,System.Int32,DevExpress.Utils.FormatType,System.String,System.Boolean,DevExpress.Utils.HorzAlignment)">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.Controls.LookUpColumnInfo"/> class and sets all its properties to specified values.
|
|
</para>
|
|
</summary>
|
|
<param name="fieldName">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FieldName"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Width"/> property.
|
|
|
|
</param>
|
|
<param name="formatType">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FormatType"/> property.
|
|
|
|
</param>
|
|
<param name="formatString">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FormatString"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="alignment">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Alignment"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfo.#ctor(System.String,System.String,System.Int32)">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.Controls.LookUpColumnInfo"/> class and initializes its field name, caption and width.
|
|
</para>
|
|
</summary>
|
|
<param name="fieldName">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FieldName"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Width"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfo.#ctor(System.String,System.Int32,System.String)">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.Controls.LookUpColumnInfo"/> class and initializes its field name, caption and width.
|
|
</para>
|
|
</summary>
|
|
<param name="fieldName">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FieldName"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Width"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Caption"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfo.#ctor(System.String,System.Int32)">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.Controls.LookUpColumnInfo"/> class and sets its field name and width to the specified values.
|
|
</para>
|
|
</summary>
|
|
<param name="fieldName">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FieldName"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Width"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfo.#ctor(System.String)">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.Controls.LookUpColumnInfo"/> class and sets its field name to the specified value.
|
|
</para>
|
|
</summary>
|
|
<param name="fieldName">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FieldName"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfo.#ctor">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.Controls.LookUpColumnInfo"/> class and sets its properties to default values.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfo.#ctor(System.String,System.String,System.Int32,DevExpress.Utils.FormatType,System.String,System.Boolean,DevExpress.Utils.HorzAlignment,DevExpress.Data.ColumnSortOrder)">
|
|
<summary>
|
|
<para>Initializes a new instance of the LookUpColumnInfo class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="fieldName">
|
|
A string representing the field name whose values are displayed in the column. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FieldName"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string representing the column's caption. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the width of the current column. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Width"/> property.
|
|
|
|
</param>
|
|
<param name="formatType">
|
|
A <see cref="T:DevExpress.Utils.FormatType"/> value specifying the type of formatting applied when displaying column values. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FormatType"/> property.
|
|
|
|
</param>
|
|
<param name="formatString">
|
|
A string specifying the pattern used to format column values. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FormatString"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
A Boolean value specifying the visibility of the current column. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="alignment">
|
|
A <see cref="T:DevExpress.Utils.HorzAlignment"/> value specifying the horizontal alignment of the column's values. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Alignment"/> property.
|
|
|
|
</param>
|
|
<param name="sortOrder">
|
|
A <see cref="T:DevExpress.Data.ColumnSortOrder"/> value specifying the sort order for the column. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.SortOrder"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfo.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the LookUpColumnInfo class with the specified field name and caption.
|
|
</para>
|
|
</summary>
|
|
<param name="fieldName">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FieldName"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Caption"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfo.#ctor(System.String,System.String,System.Int32,DevExpress.Utils.FormatType,System.String,System.Boolean,DevExpress.Utils.HorzAlignment,DevExpress.Data.ColumnSortOrder,DevExpress.Utils.DefaultBoolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the LookUpColumnInfo class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="fieldName">
|
|
A string representing the field name whose values are displayed in the column. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FieldName"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string representing the column's caption. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the width of the current column. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Width"/> property.
|
|
|
|
</param>
|
|
<param name="formatType">
|
|
A <see cref="T:DevExpress.Utils.FormatType"/> value specifying the type of formatting applied when displaying column values. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FormatType"/> property.
|
|
|
|
</param>
|
|
<param name="formatString">
|
|
A string specifying the pattern used to format column values. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FormatString"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
A Boolean value specifying the visibility of the current column. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="alignment">
|
|
A <see cref="T:DevExpress.Utils.HorzAlignment"/> value specifying the horizontal alignment of the column's values. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Alignment"/> property.
|
|
|
|
</param>
|
|
<param name="sortOrder">
|
|
A <see cref="T:DevExpress.Data.ColumnSortOrder"/> value specifying the sort order for the column. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.SortOrder"/> property.
|
|
|
|
</param>
|
|
<param name="allowSort">
|
|
A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether data sorting is enabled for the column. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.SortOrder"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Alignment">
|
|
<summary>
|
|
<para>Gets or sets the horizontal alignment of column values within the current column.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> value specifying the alignment of the column's contents.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.AllowSort">
|
|
<summary>
|
|
<para>Gets or sets whether the column supports data sorting.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether data sorting is enabled for the current column.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Assign(DevExpress.XtraEditors.Controls.LookUpColumnInfo)">
|
|
<summary>
|
|
<para>Copies properties of the source column to the current <see cref="T:DevExpress.XtraEditors.Controls.LookUpColumnInfo"/> instance.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
The source column whose properties must be copied.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Caption">
|
|
<summary>
|
|
<para>Gets or sets the column's caption.
|
|
</para>
|
|
</summary>
|
|
<value>The string representing the column's caption.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FieldName">
|
|
<summary>
|
|
<para>Gets or sets the field name whose values are displayed in the column.
|
|
</para>
|
|
</summary>
|
|
<value>The name of the field whose values are displayed in the column.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FormatString">
|
|
<summary>
|
|
<para>Specifies the pattern used to format column values when the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FormatType"/> is not set to <see cref="F:DevExpress.Utils.FormatType.None"/>.
|
|
</para>
|
|
</summary>
|
|
<value>The pattern used to format column values.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FormatType">
|
|
<summary>
|
|
<para>Gets or sets the type of formatting applied when displaying column values.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.Utils.FormatType"/> value specifying the format type.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfo.GetOwner">
|
|
<summary>
|
|
<para>Returns the LookUpEdit control that owns the collection containing the current LookUpColumnInfo object.
|
|
</para>
|
|
</summary>
|
|
<returns>The owner of the collection containing the current LookUpColumnInfo object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.SortOrder">
|
|
<summary>
|
|
<para>Gets or sets the sort order applied to the current column.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Data.ColumnSortOrder"/> value specifying the column's sort order.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.LookUpColumnInfo.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the current LookUpColumnInfo object.
|
|
</para>
|
|
</summary>
|
|
<returns>A string that specifies the textual representation of the current LookUpColumnInfo object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Visible">
|
|
<summary>
|
|
<para>Gets or sets the visibility of the current column.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the column is visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.Width">
|
|
<summary>
|
|
<para>Gets or sets the width of the current column.
|
|
</para>
|
|
</summary>
|
|
<value>The width of the current column.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.GetNotInListValueEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.GetNotInListValue"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.GetNotInListValueEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.GetNotInListValueEventArgs)">
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.GetNotInListValue"/> event.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The <see cref="T:DevExpress.XtraEditors.LookUpEdit"/> control which fires the event.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.GetNotInListValueEventArgs"/> object that contains event data.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.GetNotInListValueEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.GetNotInListValue"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.GetNotInListValueEventArgs.#ctor(System.String,System.Int32)">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.Controls.GetNotInListValueEventArgs"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="fieldName">
|
|
The field to initialize the <see cref="P:DevExpress.XtraEditors.Controls.GetNotInListValueEventArgs.FieldName"/> property.
|
|
|
|
</param>
|
|
<param name="recordIndex">
|
|
The value for the <see cref="P:DevExpress.XtraEditors.Controls.GetNotInListValueEventArgs.RecordIndex"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.GetNotInListValueEventArgs.FieldName">
|
|
<summary>
|
|
<para>Gets the field for which you should provide the value for the specified record.
|
|
</para>
|
|
</summary>
|
|
<value>The field name for which to return the value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.GetNotInListValueEventArgs.RecordIndex">
|
|
<summary>
|
|
<para>Gets the zero-based index of the record for which a field value must be returned.
|
|
</para>
|
|
</summary>
|
|
<value>The zero-based index of the record for which a field value must be returned.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.GetNotInListValueEventArgs.Value">
|
|
<summary>
|
|
<para>Gets or sets a field value.
|
|
</para>
|
|
</summary>
|
|
<value>A field value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.CheckedListBoxItemCollection">
|
|
|
|
<summary>
|
|
<para>Represents the <b>CheckedListBoxControl</b>'s item collection.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItemCollection.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.CheckedListBoxItemCollection"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItemCollection.#ctor(System.Int32)">
|
|
<summary>
|
|
<para>Initializes a new instance of the CheckedListBoxItemCollection class with the specified capacity.
|
|
</para>
|
|
</summary>
|
|
<param name="capacity">
|
|
A value to initialize the collection's <b>Capacity</b> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItemCollection.Add(System.Object,System.Boolean)">
|
|
<summary>
|
|
<para>Creates a new item with the specified value and state and appends it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object which represents the item's value.
|
|
|
|
</param>
|
|
<param name="isChecked">
|
|
<b>true</b> if the item is checked; otherwise, <b>false</b> .
|
|
|
|
</param>
|
|
<returns>A zero-based integer value representing the new item's index.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItemCollection.Add(System.Object,System.Windows.Forms.CheckState)">
|
|
<summary>
|
|
<para>Creates a new item with the specified value and check state and appends it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object which represents the item's value.
|
|
|
|
</param>
|
|
<param name="state">
|
|
A <see cref="T:System.Windows.Forms.CheckState"/> enumeration member which specifies the item's state.
|
|
|
|
</param>
|
|
<returns>A zero-based integer value representing the new item's index.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItemCollection.Add(System.Object,System.Windows.Forms.CheckState,System.Boolean)">
|
|
<summary>
|
|
<para>Creates a new item with the specified settings and appends it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object which represents the item's value.
|
|
|
|
</param>
|
|
<param name="state">
|
|
A <see cref="T:System.Windows.Forms.CheckState"/> enumeration member which specifies the item's state.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
<b>true</b> if the item is enabled; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
<returns>A zero-based integer value representing the new item's index.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItemCollection.Add(System.Object)">
|
|
<summary>
|
|
<para>Adds a new item with the specified value to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object that represents the item's value.
|
|
|
|
</param>
|
|
<returns>A zero-based integer value that specifies the new item's index.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItemCollection.Add(System.Object,System.String,System.Windows.Forms.CheckState,System.Boolean)">
|
|
<summary>
|
|
<para>Adds a new item with the specified settings to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object that represents the item's value. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.ListBoxItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="description">
|
|
A string representing the item's display text. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.Description"/> property.
|
|
|
|
</param>
|
|
<param name="checkState">
|
|
A <see cref="T:System.Windows.Forms.CheckState"/> enumeration member which specifies the item's state. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.CheckState"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
A Boolean value that specifies whether the created item must be enabled. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.Enabled"/> property.
|
|
|
|
</param>
|
|
<returns>A zero-based integer value that specifies the new item's index.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItemCollection.Add(System.Object,System.String)">
|
|
<summary>
|
|
<para>Adds a new item with the specified value and description to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object that represents the item's value. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.ListBoxItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="description">
|
|
A string representing the item's display text. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.Description"/> property.
|
|
|
|
</param>
|
|
<returns>A zero-based integer value that specifies the new item's index.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItemCollection.Add(System.Object,System.Nullable`1)">
|
|
<summary>
|
|
<para>Creates a new item with the specified value and state and appends it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object which represents the item's value.
|
|
|
|
</param>
|
|
<param name="isChecked">
|
|
A Nullable Boolean value that represents the item's check state.
|
|
|
|
</param>
|
|
<returns>A zero-based integer value representing the new item's index.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItemCollection.AddRange(DevExpress.XtraEditors.Controls.CheckedListBoxItem[])">
|
|
<summary>
|
|
<para>Adds an array of items to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="items">
|
|
An array of <see cref="T:DevExpress.XtraEditors.Controls.CheckedListBoxItem"/> objects to be added to the collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItemCollection.GetCheckedValues">
|
|
<summary>
|
|
<para>Returns a list of checked items' values.
|
|
</para>
|
|
</summary>
|
|
<returns>A list of checked items.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.CheckedListBoxItemCollection.Item(System.Int32)">
|
|
<summary>
|
|
<para>Gets or sets an item at the specified position within the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value representing the zero-based index of the required item. If the index is negative or exceeds the last available index, an exception is thrown.
|
|
|
|
</param>
|
|
<value>An <see cref="T:DevExpress.XtraEditors.Controls.CheckedListBoxItem"/> object representing the item at the specified position within the collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.CheckedListBoxItemCollection.Item(System.Object)">
|
|
<summary>
|
|
<para>Returns an item that has the specified value.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object that represent's the value of the item to be retrieved.
|
|
|
|
</param>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.CheckedListBoxItem"/> object whose value matches the specified object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.CheckedListBoxItem">
|
|
|
|
<summary>
|
|
<para>Represents a single item in the collection.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItem.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.CheckedListBoxItem"/> object and instantiates the <see cref="P:DevExpress.XtraEditors.Controls.ListBoxItem.Value"/> property.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object representing the item's value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ListBoxItem.Value"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItem.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.CheckedListBoxItem"/> object with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItem.#ctor(System.Object,System.Boolean)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.CheckedListBoxItem"/> object and instantiates the <see cref="P:DevExpress.XtraEditors.Controls.ListBoxItem.Value"/> and <see cref="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.CheckState"/> properties.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object representing the item's value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ListBoxItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="isChecked">
|
|
<b>true</b> if the item is checked; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.CheckState"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItem.#ctor(System.Object,System.Windows.Forms.CheckState)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.CheckedListBoxItem"/> object and instantiates the <see cref="P:DevExpress.XtraEditors.Controls.ListBoxItem.Value"/> and <see cref="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.CheckState"/> properties.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object representing the item's value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ListBoxItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="checkState">
|
|
A <see cref="T:System.Windows.Forms.CheckState"/> enumeration member representing the item's state. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.CheckState"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItem.#ctor(System.Object,System.Windows.Forms.CheckState,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.CheckedListBoxItem"/> class with custom settings.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object which represents the item's value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ListBoxItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="checkState">
|
|
A <see cref="T:System.Windows.Forms.CheckState"/> enumeration member specifying the item's state. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.CheckState"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
<b>true</b> if the item is enabled; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.Enabled"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItem.#ctor(System.Object,System.String,System.Windows.Forms.CheckState,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the CheckedListBoxItem class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object representing the item's value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ListBoxItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="description">
|
|
A string representing the item's display text. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.Description"/> property.
|
|
|
|
</param>
|
|
<param name="checkState">
|
|
A <see cref="T:System.Windows.Forms.CheckState"/> enumeration member representing the item's state. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.CheckState"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
<b>true</b> to enable the the item; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.Enabled"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItem.#ctor(System.Object,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the CheckedListBoxItem class with the specified value and description.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object representing the item's value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ListBoxItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="description">
|
|
A string representing the item's display text. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.Description"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItem.#ctor(System.Object,System.String,System.Windows.Forms.CheckState)">
|
|
<summary>
|
|
<para>Initializes a new instance of the CheckedListBoxItem class with the specified value, description and check state.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object representing the item's value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ListBoxItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="description">
|
|
A string representing the item's display text. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.Description"/> property.
|
|
|
|
</param>
|
|
<param name="checkState">
|
|
A <see cref="T:System.Windows.Forms.CheckState"/> enumeration member representing the item's state. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.CheckState"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.CheckState">
|
|
<summary>
|
|
<para>Gets or sets the item's state.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.CheckState"/> enumeration member specifying the item's state.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.Description">
|
|
<summary>
|
|
<para>Gets or sets the item's display text.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the item's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.CheckedListBoxItem.Enabled">
|
|
<summary>
|
|
<para>Gets or set whether an end-user can change the item's state.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the item is enabled and an end-user can change its state; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItem.GetCheckState(System.Nullable`1)">
|
|
<summary>
|
|
<para>Converts a value of the Nullable Boolean type to the <b>System.Windows.Forms.CheckState</b> type.
|
|
</para>
|
|
</summary>
|
|
<param name="isChecked">
|
|
A Nullable Boolean value to be converted.
|
|
|
|
</param>
|
|
<returns>A value converted to the <b>System.Windows.Forms.CheckState</b> type.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItem.InvertCheckState">
|
|
<summary>
|
|
<para>Inverts the item's check state.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CheckedListBoxItem.ToString">
|
|
<summary>
|
|
<para>Returns the text representation of the current item.
|
|
</para>
|
|
</summary>
|
|
<returns>A string that specifies the text representation of the current CheckedListBoxItem object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.TimeFormat">
|
|
|
|
<summary>
|
|
<para>Contains values specifying the formats of time editor values.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.TimeFormat.Hour">
|
|
<summary>
|
|
<para><para>Hours are displayed within the time editor.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.TimeFormat.HourMin">
|
|
<summary>
|
|
<para><para>Hours and minutes are displayed within the time editor.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.TimeFormat.HourMinSec">
|
|
<summary>
|
|
<para><para>Hours, minutes and seconds are displayed within the time editor.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.HourFormat">
|
|
|
|
<summary>
|
|
<para>Contains values specifying the manner in which the hour portion is displayed.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.HourFormat.Default">
|
|
<summary>
|
|
<para>The hour format obtained from the operation system time settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.HourFormat.Hour12">
|
|
<summary>
|
|
<para><para>The hour portion varies from 00 to 12. A time suffix is displayed.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.HourFormat.Hour24">
|
|
<summary>
|
|
<para><para>The hour portion varies from 00 to 24.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit">
|
|
|
|
<summary>
|
|
<para>Represents a class which stores settings specific to a time editor.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies settings of the specified repository item to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object representing the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit.CycleEditing">
|
|
<summary>
|
|
<para>Gets or sets whether scrolling a value's specific time segment can increment the preceding time segment. This property is not supported by the RepositoryItemTimeEdit class.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
<value>Always <b>true</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit.EditMask">
|
|
<summary>
|
|
<para>Gets or sets the edit mask.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A string which specifies a mask expression.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of an edit control corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>A string value representing the class name of a corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit.GetDisplayText(DevExpress.Utils.FormatInfo,System.Object)">
|
|
<summary>
|
|
<para>Returns the text representation of the specified value, formatted according to the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
A <see cref="T:DevExpress.Utils.FormatInfo"/> object that specifies formatting settings.
|
|
|
|
</param>
|
|
<param name="editValue">
|
|
A value to be formatted.
|
|
|
|
</param>
|
|
<returns>A string that specifies the value's formatted text representation.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit.HourFormat">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the manner in which the hour is displayed.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.HourFormat"/> enumeration member specifying the hour format.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to a time edit control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit"/> object providing settings common to a time edit control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit.TextEditStyle">
|
|
<summary>
|
|
<para>Gets or sets the style in which text is displayed in the time editor's edit box.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.TextEditStyles"/> enumeration member specifying the editing style.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit.TimeFormat">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the format of the value displayed by a <b>TimeEdit</b>.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.TimeFormat"/> enumeration member specifying the format of the time value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit">
|
|
|
|
<summary>
|
|
<para>Represents a class which stores settings specific to a <see cref="T:DevExpress.XtraEditors.MRUEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.AddingMRUItem">
|
|
<summary>
|
|
<para>Occurs before an item is added to the MRU editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.AllowRemoveMRUItems">
|
|
<summary>
|
|
<para>Gets or sets whether close ('x') buttons are displayed within dropdown MRU items, allowing an end-user to delete items.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if close ('x') buttons are displayed within dropdown MRU items; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies the settings of a specific repository item to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object representing the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.AutoComplete">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the auto completion feature is enabled.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the auto completion is enabled; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of an edit control corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.ImmediatePopup">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the popup window is displayed immediately after an end-user has typed a character in the edit box.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the popup window is displayed immediately after an end-user has typed a character in the edit box; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.Items">
|
|
<summary>
|
|
<para>Gets the collection of items displayed by the current MRU editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>MRUEditItemCollection</b> object representing a collection of items displayed by the editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.LoadItemsFromStream(System.IO.Stream)">
|
|
<summary>
|
|
<para>Loads the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.Items"/> collection with data from the specified stream.
|
|
</para>
|
|
</summary>
|
|
<param name="stream">
|
|
A Stream object that contains items to be loaded.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.LoadItemsFromXml(System.String)">
|
|
<summary>
|
|
<para>Loads items from the specified XML file to the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.Items"/> collection.
|
|
</para>
|
|
</summary>
|
|
<param name="fileName">
|
|
A string that specifies the full path to the XML file that stores items to be loaded.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.MaxItemCount">
|
|
<summary>
|
|
<para>Gets or sets the maximum number of items displayed in the editor's dropdown list.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the maximum number of items contained by the MRU editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to a MRU edit control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit"/> object instance providing settings common to a MRU edit control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.SaveItemsToStream(System.IO.Stream)">
|
|
<summary>
|
|
<para>Saves items from the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.Items"/> collection to a stream.
|
|
</para>
|
|
</summary>
|
|
<param name="stream">
|
|
A stream to which data is saved.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.SaveItemsToXml(System.String)">
|
|
<summary>
|
|
<para>Saves items stored in the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.Items"/> collection to the specified XML file, using the default encoding.
|
|
</para>
|
|
</summary>
|
|
<param name="fileName">
|
|
A string that specifies the full path to the XML file to which data is saved.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.SaveItemsToXml(System.String,System.Text.Encoding)">
|
|
<summary>
|
|
<para>Saves items stored in the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.Items"/> collection to the specified XML file, using the specified encoding.
|
|
</para>
|
|
</summary>
|
|
<param name="fileName">
|
|
A string that specifies the full path to the XML file to which data is saved.
|
|
|
|
</param>
|
|
<param name="encoding">
|
|
An <see cref="T:System.Text.Encoding"/> object that specifies the text encoding to use.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit.ValidateOnEnterKey">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether to invoke the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.Validating"/> event when pressing the ENTER key.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.Validating"/> event is fired when the ENTER key is pressed; otherwise, <b>false</b>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit">
|
|
|
|
<summary>
|
|
<para>Represents the class which provides settings specific to a <see cref="T:DevExpress.XtraEditors.HyperLinkEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies properties of the specified repository item.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object representing the source repository item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.BrowserWindowStyle">
|
|
<summary>
|
|
<para>Gets or sets the manner in which the window for the process executed by the hyperlink editor should appear on-screen.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Diagnostics.ProcessWindowStyle"/> value, specifying the manner in which the window for the process executed by the hyperlink editor should appear.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.Caption">
|
|
<summary>
|
|
<para>Gets or sets the caption string displayed in the edit box.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying the hyperlink editor's caption.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.CreateDefaultButton">
|
|
<summary>
|
|
<para>The method overrides the base <see cref="M:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.CreateDefaultButton"/> method to prevent it from creating a default button.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of an edit control corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the class name of a corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.GetBrick(DevExpress.XtraEditors.PrintCellHelperInfo)">
|
|
<summary>
|
|
<para>Returns a brick object that contains information on how the current editor should be printed.
|
|
</para>
|
|
</summary>
|
|
<param name="info">
|
|
A <see cref="T:DevExpress.XtraEditors.PrintCellHelperInfo"/> object that provides information on the editor's state and appearance settings that will be used when the editor is printed.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.XtraPrinting.IVisualBrick"/> object that provides information on how the current editor should be printed.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.GetDisplayText(DevExpress.Utils.FormatInfo,System.Object)">
|
|
<summary>
|
|
<para>Returns the text representation of the specified value, formatted according to the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
A <see cref="T:DevExpress.Utils.FormatInfo"/> object that specifies formatting settings.
|
|
|
|
</param>
|
|
<param name="editValue">
|
|
A value to be formatted.
|
|
|
|
</param>
|
|
<returns>A string that specifies the value's formatted text representation.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.GetLinkColor">
|
|
<summary>
|
|
<para>Returns the foreground color of the link's text.
|
|
</para>
|
|
</summary>
|
|
<returns>A Color used to paint the link's text.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.GlyphAlignment">
|
|
<summary>
|
|
<para>Gets or sets the alignment of the image displayed within the edit box.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration member which specifies the image's alignment.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.Image">
|
|
<summary>
|
|
<para>Gets or sets the image displayed within the edit box.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> object which represents the image displayed within the edit box.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.ImageAlignment">
|
|
<summary>
|
|
<para>Gets or sets the alignment of the image displayed within the edit box.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration member which specifies the image's alignment.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.LinkColor">
|
|
<summary>
|
|
<para>Gets or sets the foreground color of the editor's display text.
|
|
</para>
|
|
</summary>
|
|
<value>The color of the editor's display text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.OpenLink">
|
|
<summary>
|
|
<para>Occurs before hyperlink execution.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.Picture">
|
|
<summary>
|
|
<para>Gets or sets the image displayed within the edit box.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> object which represents the image displayed within the edit box.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object providing settings specific to the current control.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit"/> object providing settings common to the current edit control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.ReadOnly">
|
|
<summary>
|
|
<para>Gets or sets the read-only status of the editor.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the end-user cannot modify the editor's contents; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.SingleClick">
|
|
<summary>
|
|
<para>Gets or sets whether hyperlink functionality is activated a single or double click.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the hyperlink functionality is activated by single clicking; otherwise, the user needs to double click the edit box in order to execute the hyperlink command.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.StartKey">
|
|
<summary>
|
|
<para>Gets or sets a shortcut to activate the hyperlink.
|
|
</para>
|
|
</summary>
|
|
<value>The shortcut used to activate the hyperlink functionality.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.StartLinkOnClickingEmptySpace">
|
|
<summary>
|
|
<para>Gets or sets whether a click/double-click on the empty space in the edit box invokes the hyperlink's functionality.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a click/double-click on the empty space invokes the hyperlink's functionality; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit.TextEditStyle">
|
|
<summary>
|
|
<para>Gets or sets the style in which text is displayed and edited in the editor.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Controls.TextEditStyles"/> value determining the editing style.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit">
|
|
|
|
<summary>
|
|
<para>Contains settings specific to a lookup editor.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.#ctor">
|
|
<summary>
|
|
<para>Creates and initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.AppearanceDropDownHeader">
|
|
<summary>
|
|
<para>Gets the header panel's appearance settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the column headers.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies properties of the source repository item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The source repository item object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.AutoSearchColumnIndex">
|
|
<summary>
|
|
<para>Gets or sets the visible column index against which an incremental search is performed in
|
|
<see cref="F:DevExpress.XtraEditors.Controls.SearchMode.AutoComplete"/> and
|
|
<see cref="F:DevExpress.XtraEditors.Controls.SearchMode.OnlyInPopup"/> modes.
|
|
</para>
|
|
</summary>
|
|
<value>The zero-based visible column index against which an incremental search is performed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.BestFit">
|
|
<summary>
|
|
<para>Changes the widths of columns in the dropdown, to best fit their contents.
|
|
|
|
</para>
|
|
</summary>
|
|
<returns>The adjusted total width of the columns in the dropdown.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.BestFitRowCount">
|
|
<summary>
|
|
<para>Specifies the maximum number or rows that are processed when invoking the "best-fit" functionality.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the maximum number of rows processed when invoking the "best-fit" functionality.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.CaseSensitiveSearch">
|
|
<summary>
|
|
<para>Gets or sets whether the end-user needs to type text matching the case when performing an incremental search.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if an incremental search is case sensitive; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.Columns">
|
|
<summary>
|
|
<para>Gets a collection of columns displayed in the dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.LookUpColumnInfoCollection"/> object specifying the columns displayed in the dropdown.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.DisplayField">
|
|
<summary>
|
|
<para>Gets or sets the field whose values are displayed in the edit box. The property is obsolete.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the field whose values are displayed in the edit box.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.DropDownItemHeight">
|
|
<summary>
|
|
<para>Gets or sets the height of a row in the dropdown (in pixels).
|
|
</para>
|
|
</summary>
|
|
<value>The height of a single row.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.DropDownRows">
|
|
<summary>
|
|
<para>Gets or sets the number of rows simultaneously displayed in the dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>The number of visible rows in the dropdown window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of an edit control corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the class name of a corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.ForceInitialize">
|
|
<summary>
|
|
<para>Forces the control's data source to provide the information which is required to work with this data source.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.GetDataSourceRowByDisplayValue(System.Object)">
|
|
<summary>
|
|
<para>Returns a data source row containing the specified <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember"/> field value.
|
|
</para>
|
|
</summary>
|
|
<param name="displayValue">
|
|
The value of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember"/> field for the row to be located.
|
|
|
|
</param>
|
|
<returns>An object representing the data source record containing the specified value. <b>null</b> (<b>Nothing</b> in Visual Basic) if no record with the specified value in the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember"/> field was found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.GetDataSourceRowByKeyValue(System.Object)">
|
|
<summary>
|
|
<para>Returns a data source row containing the specified <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ValueMember"/> field value.
|
|
</para>
|
|
</summary>
|
|
<param name="keyValue">
|
|
The value of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ValueMember"/> field for the row to be located.
|
|
|
|
</param>
|
|
<returns>An object representing the data source record containing the specified value. <b>null</b> (<b>Nothing</b> in Visual Basic) if no record with the specified value in the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ValueMember"/> field was found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.GetDataSourceRowByMultipleKeyValues(System.Object,System.Object[],System.String[])">
|
|
<summary>
|
|
<para>Searches for an object that represents the row containing the specified field values.
|
|
</para>
|
|
</summary>
|
|
<param name="keyValue">
|
|
The value of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ValueMember"/> field for the row to be located.
|
|
|
|
</param>
|
|
<param name="otherValues">
|
|
An array of objects representing values for additional fields against whose values the search is performed.
|
|
|
|
</param>
|
|
<param name="otherFields">
|
|
An array of strings specifying the names of the fields against whose values the search will be carried out.
|
|
|
|
</param>
|
|
<returns>An object representing the data source record containing the specified value. <b>null</b> (<b>Nothing</b> in Visual Basic) if no record is found that matches the given search criteria.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.GetDataSourceRowIndex(DevExpress.XtraEditors.Controls.LookUpColumnInfo,System.Object)">
|
|
<summary>
|
|
<para>Returns the visual index of the row in the dropdown that contains the specified value in the specified column.
|
|
</para>
|
|
</summary>
|
|
<param name="column">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.LookUpColumnInfo"/> object that is the column whose values will be compared with the specified value to locate the required row.
|
|
|
|
|
|
</param>
|
|
<param name="value">
|
|
A value contained in the required row in the specified column.
|
|
|
|
</param>
|
|
<returns>An integer value that is the row's zero-based visual index in the dropdown list. <b>-1</b> if such a row is not found.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.GetDataSourceRowIndex(System.String,System.Object)">
|
|
<summary>
|
|
<para>Returns the visual index of the row in the dropdown that contains the specified value in the specified field.
|
|
</para>
|
|
</summary>
|
|
<param name="fieldName">
|
|
A string that is the field whose values will be compared with the specified value to locate the required row.
|
|
|
|
|
|
</param>
|
|
<param name="value">
|
|
A value contained in the required row in the specified field.
|
|
|
|
</param>
|
|
<returns>An integer value that is the row's zero-based visual index in the dropdown. <b>-1</b> if such a row is not found.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.GetDataSourceValue(DevExpress.XtraEditors.Controls.LookUpColumnInfo,System.Int32)">
|
|
<summary>
|
|
<para>Gets the value contained in the specified row and column in the dropdown data source.
|
|
</para>
|
|
</summary>
|
|
<param name="column">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.LookUpColumnInfo"/> object representing the column that contains the required value.
|
|
|
|
</param>
|
|
<param name="rowIndex">
|
|
An integer value specifying the row's visual index in the dropdown list.
|
|
|
|
</param>
|
|
<returns>An object representing the value contained in the specified row and column. <b>null</b> if the specified row or column is not found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.GetDataSourceValue(System.String,System.Int32)">
|
|
<summary>
|
|
<para>Gets the value contained in the specified row and field in the dropdown data source.
|
|
</para>
|
|
</summary>
|
|
<param name="fieldName">
|
|
A string representing the field name that contains the required value.
|
|
|
|
</param>
|
|
<param name="rowIndex">
|
|
An integer value specifying the row's visual index in the dropdown list.
|
|
|
|
</param>
|
|
<returns>An object representing the value in the specified row and column. <b>null</b> if the specified row or field is not found.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.GetDisplayText(DevExpress.Utils.FormatInfo,System.Object)">
|
|
<summary>
|
|
<para>Returns the text representation of the specified value, formatted according to the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
A <see cref="T:DevExpress.Utils.FormatInfo"/> object that specifies formatting settings.
|
|
|
|
</param>
|
|
<param name="editValue">
|
|
A value to be formatted.
|
|
|
|
</param>
|
|
<returns>A string that specifies the value's formatted text representation.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.GetDisplayValueByKeyValue(System.Object)">
|
|
<summary>
|
|
<para>Returns a value of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember"/> field of the row containing the specified <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ValueMember"/> field value.
|
|
</para>
|
|
</summary>
|
|
<param name="keyValue">
|
|
The value of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ValueMember"/> field for the row to locate.
|
|
|
|
</param>
|
|
<returns>The value of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember"/> field for the row located.
|
|
<b>null</b> if no record with the specified value was found (<b>System.DBNull.Value</b> and the data source is a <see cref="T:System.Data.DataView"/> object).
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.GetDisplayValueByMultipleKeyValues(System.Object,System.Object[],System.String[])">
|
|
<summary>
|
|
<para>Gets a value of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember"/> field by multiple key values.
|
|
</para>
|
|
</summary>
|
|
<param name="keyValue">
|
|
The value of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ValueMember"/> field for the row to be located.
|
|
|
|
</param>
|
|
<param name="otherValues">
|
|
An array of objects representing values for additional fields against whose values the search is performed.
|
|
|
|
</param>
|
|
<param name="otherFields">
|
|
An array of strings specifying names of additional fields against whose values the search is carried out.
|
|
|
|
</param>
|
|
<returns>The value of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember"/> field for the row located. null if no record with the specified value was found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.GetKeyValueByDisplayText(System.String)">
|
|
<summary>
|
|
<para>Returns the value of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ValueMember"/> field for the row whose <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember"/> value matches the specified text.
|
|
</para>
|
|
</summary>
|
|
<param name="displayText">
|
|
A text representation of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember"/> field in the row to locate.
|
|
|
|
</param>
|
|
<returns>The value of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ValueMember"/> field for the row located,
|
|
<b>null</b> if no record with the specified value was found (<b>System.DBNull.Value</b> when the data source is a <see cref="T:System.Data.DataView"/> object).
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.GetKeyValueByDisplayValue(System.Object)">
|
|
<summary>
|
|
<para>Returns a value of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ValueMember"/> field of the row containing the specified <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember"/> field value.
|
|
</para>
|
|
</summary>
|
|
<param name="displayValue">
|
|
The value of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember"/> field for the row to locate.
|
|
|
|
</param>
|
|
<returns>The value of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.ValueMember"/> field for the row located.
|
|
<b>null</b> if no record with the specified value was found (<b>System.DBNull.Value</b> when the data source is a <see cref="T:System.Data.DataView"/> object).
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.GetListSourceIndex(System.Int32)">
|
|
<summary>
|
|
<para>Gets the index of a specific row in the underlying data source.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
A row's visual position in the dropdown window. This index can be obtained via the <see cref="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.GetDataSourceRowIndex"/> method.
|
|
|
|
</param>
|
|
<returns>The index of a specific row in the underlying data source.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.GetNotInListValue">
|
|
<summary>
|
|
<para>Occurs on retrieving values for fields not found in the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DataSource"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.HeaderClickMode">
|
|
<summary>
|
|
<para>Gets or sets which functionality is invoked as a result of clicking a column header within the dropdown.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.HeaderClickMode"/> value specifying how the editor acts after its column header is clicked.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.HighlightedItemStyle">
|
|
<summary>
|
|
<para>Specifies how selected and hot-tracked items are highlighted within the control's popup window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.HighlightStyle"/> value that specifies how selected and hot-tracked items are highlighted.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.HotTrackItems">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the items in the popup window are hottracked when the mouse pointer passes over them.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the items in the popup window are hottracked when the mouse pointer passes over them; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.HotTrackRows">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the rows in the popup window are hot-tracked when the mouse pointer passes over them.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the rows in the popup window are hot-tracked when the mouse pointer passes over them; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.IsNeededKey(System.Windows.Forms.Keys)">
|
|
<summary>
|
|
<para>Specifies whether a specific key can be processed by the editor when it works as an inplace control.
|
|
</para>
|
|
</summary>
|
|
<param name="keyData">
|
|
The key to process.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the key can be processed by the current inplace editor; otherwise, <b>false</b>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.KeyField">
|
|
<summary>
|
|
<para>Gets or sets the field whose values match the editor's edit value. The property is obsolete.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the field whose values match the editor's edit value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.KeyValue">
|
|
<summary>
|
|
<para>Gets or sets the value of the editor's edit value. The property is obsolete.
|
|
</para>
|
|
</summary>
|
|
<value>The value of the edit value. <b>null</b> if the repository item is not associated with an editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.ListChanged">
|
|
<summary>
|
|
<para>Occurs after a record(s) in the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DataSource"/> has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.LookUpData">
|
|
<summary>
|
|
<para>Gets the reference to the current class instance.
|
|
</para>
|
|
</summary>
|
|
<value>The reference to the current class instance.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.MeasureColumn(System.Drawing.Graphics,DevExpress.XtraEditors.Controls.LookUpColumnInfo)">
|
|
<summary>
|
|
<para>Returns the width of the widest column value in pixels (taking the column's caption into account).
|
|
</para>
|
|
</summary>
|
|
<param name="g">
|
|
The graphics surface.
|
|
|
|
</param>
|
|
<param name="column">
|
|
The column being processed.
|
|
|
|
</param>
|
|
<returns>The a column width.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.NullString">
|
|
<summary>
|
|
<para>Gets or sets the string displayed in the edit box when the <see cref="P:DevExpress.XtraEditors.BaseEdit.EditValue"/> is <b>null</b>.
|
|
</para>
|
|
</summary>
|
|
<value>The string displayed in the edit box when the edit value is set to <b>null</b> or <b>System.DBNull.Value</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.OwnerEdit">
|
|
<summary>
|
|
<para>Gets the editor which owns the current repository item object.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.LookUpEdit"/> control owning the current repository item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.PopulateColumns">
|
|
<summary>
|
|
<para>Creates and binds columns to fields available in the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DataSource"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.PopupFormSize">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemLookUpEdit class.
|
|
</para>
|
|
</summary>
|
|
<value>The Size.Empty value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.PopupWidth">
|
|
<summary>
|
|
<para>Gets or sets the width of the dropdown window (in pixels).
|
|
</para>
|
|
</summary>
|
|
<value>The width of the dropdown window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to the calc edit control.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit"/> object providing settings common to the current edit control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.RequireDisplayTextSorting">
|
|
<summary>
|
|
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> always.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.SearchMode">
|
|
<summary>
|
|
<para>Gets or sets the current search mode.
|
|
</para>
|
|
</summary>
|
|
<value>A value of the <see cref="T:DevExpress.XtraEditors.Controls.SearchMode"/> type determining the current search mode.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.ShowHeader">
|
|
<summary>
|
|
<para>Gets or sets the visibility of column headers.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if column headers are visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.ShowLines">
|
|
<summary>
|
|
<para>Gets or sets the visibility of vertical lines separating columns in the dropdown.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if vertical lines separating columns are visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.SortColumnIndex">
|
|
<summary>
|
|
<para>Gets or sets the visible column index against which data is sorted.
|
|
</para>
|
|
</summary>
|
|
<value>The zero-based visible column index against which data is sorted.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.ThrowExceptionOnInvalidLookUpEditValueType">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the editor's behavior when assigning a value of an invalid type to the <see cref="P:DevExpress.XtraEditors.BaseEdit.EditValue"/> property.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor raises an exception when assigning a value of an invalid type; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.UseCtrlScroll">
|
|
<summary>
|
|
<para>Gets or sets whether an end-user can scroll through the dropdown records using the CTRL+UP ARROW and CTRL+DOWN ARROW keys when the dropdown is closed.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if scrolling through the dropdown records is enabled; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.TimeEdit">
|
|
|
|
<summary>
|
|
<para>Represents an editor displaying time values.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TimeEdit.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.TimeEdit"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TimeEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>The string value identifying the editor's class name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TimeEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object containing properties, methods and events specific to the time editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit"/> object containing time editor settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TimeEdit.Text">
|
|
<summary>
|
|
<para>Gets the text string representing the edited time value.
|
|
</para>
|
|
</summary>
|
|
<value>A string value representing the editor's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TimeEdit.Time">
|
|
<summary>
|
|
<para>Gets or sets the currently edited time value.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.DateTime"/> object representing the edited time value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.MRUEdit">
|
|
|
|
<summary>
|
|
<para>Represents a text editor which displays a list of the most recently used items (MRU) within its dropdown window.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.MRUEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.MRUEdit"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.MRUEdit.AddingMRUItem">
|
|
<summary>
|
|
<para>Occurs before a new item is added to the MRU editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.MRUEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of the current editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.MRUEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object containing settings specific to the MRU editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit"/> object instance containing settings for the MRU editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.HyperLinkEdit">
|
|
|
|
<summary>
|
|
<para>A text editor with hyperlink functionality.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.HyperLinkEdit.#ctor">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.HyperLinkEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.HyperLinkEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of the current editor.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.HyperLinkEdit.OpenLink">
|
|
<summary>
|
|
<para>Occurs before hyperlink execution.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.HyperLinkEdit.Properties">
|
|
<summary>
|
|
<para>Contains settings specific to the hyperlink editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit"/> object containing settings for the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.HyperLinkEdit.ShowBrowser">
|
|
<summary>
|
|
<para>Executes the command specified by the hyperlink editor as a new process.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.HyperLinkEdit.ShowBrowser(System.Object)">
|
|
<summary>
|
|
<para>Executes the specified command as a new process.
|
|
</para>
|
|
</summary>
|
|
<param name="linkValue">
|
|
The object representing the command to execute.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.HyperLinkEdit.Text">
|
|
<summary>
|
|
<para>Gets or sets the text representing the command for the hyperlink editor.
|
|
</para>
|
|
</summary>
|
|
<value>A string representing the command for the hyperlink editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.NavigatorButtonsBase">
|
|
|
|
<summary>
|
|
<para>Serves as the base for <see cref="T:DevExpress.XtraEditors.DataNavigatorButtons"/> and <see cref="T:DevExpress.XtraEditors.ControlNavigatorButtons"/> classes.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorButtonsBase.#ctor(DevExpress.XtraEditors.INavigatorOwner)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.NavigatorButtonsBase"/> object.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object implementing the <b>INavigatorOwner</b> interface to which the <see cref="T:DevExpress.XtraEditors.NavigatorButtonsBase"/> object belongs. This value is assigned to the <see cref="P:DevExpress.XtraEditors.NavigatorButtonsBase.Owner"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonsBase.Appearance">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the buttons' owner.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the buttons' owner.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonsBase.AutoRepeatDelay">
|
|
<summary>
|
|
<para>Gets or sets the time interval which passes between the moment when an end-user holds down the navigation button and the data records are scrolled repeatedly.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An integer value which specifies the time interval in milliseconds.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorButtonsBase.BeginUpdate">
|
|
<summary>
|
|
<para>Locks the NavigatorButtonsBase object by preventing visual updates until the <b>EndUpdate</b> method is called.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorButtonsBase.ButtonByButtonType(DevExpress.XtraEditors.NavigatorButtonType)">
|
|
<summary>
|
|
<para>Returns a value representing a data navigator button.
|
|
</para>
|
|
</summary>
|
|
<param name="type">
|
|
A <see cref="T:DevExpress.XtraEditors.NavigatorButtonType"/> enumeration member specifying the button type.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's button. <b>null</b> (<b>Nothing</b> in Visual Basic) if no button is found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonsBase.ButtonCollection">
|
|
<summary>
|
|
<para>Gets the collection of buttons displayed in the <b>DataNavigator</b> control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButtonCollectionBase"/> object representing the button collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorButtonsBase.CheckSize(System.Drawing.Size@)">
|
|
<summary>
|
|
<para>Specifies the control's size.
|
|
</para>
|
|
</summary>
|
|
<param name="size">
|
|
The <see cref="T:System.Drawing.Size"/> object representing the control's size.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonsBase.CustomButtons">
|
|
<summary>
|
|
<para>Gets the collection of custom buttons.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorCustomButtons"/> object which represents the collection of custom buttons.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonsBase.DefaultImageList">
|
|
<summary>
|
|
<para>Gets the source of the images that are displayed within the navigation buttons by default.
|
|
</para>
|
|
</summary>
|
|
<value>An object which contains the images displayed within the navigation buttons by default.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorButtonsBase.DefaultIndexByButtonType(DevExpress.XtraEditors.NavigatorButtonType)">
|
|
<summary>
|
|
<para>This method supports the .NET framework infrastructure and is not intended to be called in your code.
|
|
</para>
|
|
</summary>
|
|
<param name="type">
|
|
A <see cref="T:DevExpress.XtraEditors.NavigatorButtonType"/> enumeration member specifying the button's type.
|
|
|
|
</param>
|
|
<returns>An integer value representing the button's default index.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorButtonsBase.DoClick(DevExpress.XtraEditors.NavigatorButtonBase)">
|
|
<summary>
|
|
<para>Simulates a mouse click action on the specified button.
|
|
</para>
|
|
</summary>
|
|
<param name="button">
|
|
A <see cref="T:DevExpress.XtraEditors.NavigatorButtonBase"/> object that represents the navigation button.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorButtonsBase.Draw(DevExpress.Utils.Drawing.GraphicsInfoArgs)">
|
|
<summary>
|
|
<para>Draws the text and buttons displayed in the data navigator.
|
|
</para>
|
|
</summary>
|
|
<param name="e">
|
|
A <b>GraphicsInfoArgs</b> object used to paint.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonsBase.EnabledAutoRepeat">
|
|
<summary>
|
|
<para>Specifies whether data records are scrolled repeatedly when the <b>Next</b>, <b>NextPage</b>, <b>Prev</b> or <b>PrevPage</b> button is held down.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if data records are scrolled repeatedly when the navigation button is held down; otherwise, one click on the navigation button per record scrolled.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorButtonsBase.EndUpdate">
|
|
<summary>
|
|
<para>Unlocks the NavigatorButtonsBase object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorButtonsBase.GetToolTipObject(System.Drawing.Point)">
|
|
<summary>
|
|
<para>Returns the index of the button to which the specified point belongs.
|
|
</para>
|
|
</summary>
|
|
<param name="point">
|
|
A <see cref="T:System.Drawing.Point"/> structure representing a point within the navigating control.
|
|
|
|
</param>
|
|
<returns>An object representing the index of the button to which the specified point belongs. <b>null</b> (<b>Nothing</b> in Visual Basic) if the specified point does not belong to a button.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorButtonsBase.GetToolTipText(System.Object,System.Drawing.Point)">
|
|
<summary>
|
|
<para>Gets the hint for the button located at the specified point.
|
|
</para>
|
|
</summary>
|
|
<param name="obj">
|
|
Reserved for future use.
|
|
|
|
</param>
|
|
<param name="point">
|
|
A <see cref="T:System.Drawing.Point"/> structure representing a point within the navigating control.
|
|
|
|
</param>
|
|
<returns>A string value representing the text displayed when the mouse pointer is over the data navigator button which the specified point belongs to. <b>String.Empty</b> if the specified point does not belong to a button.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonsBase.ImageList">
|
|
<summary>
|
|
<para>Gets or sets the source of images to be displayed within the navigation buttons.
|
|
</para>
|
|
</summary>
|
|
<value>An object which represents the source of images.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorButtonsBase.LayoutChanged">
|
|
<summary>
|
|
<para>Redraws the control.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonsBase.Owner">
|
|
<summary>
|
|
<para>Gets the object that owns this button collection.
|
|
</para>
|
|
</summary>
|
|
<value>An object implementing the <b>INavigatorOwner</b> interface to which the button collection belongs.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonsBase.OwnerControl">
|
|
<summary>
|
|
<para>Gets the control which owns the current collection.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.Control"/> descendant which represent the control which owns the current collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonsBase.PageRecordCount">
|
|
<summary>
|
|
<para>Gets or sets the number of records by which the current record changes after the <b>PrevPage</b> or <b>NextPage</b> button has been pressed.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying a number of records.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorButtonsBase.UpdateButtonsState">
|
|
<summary>
|
|
<para>Updates the buttons' state and the text displayed within the control.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.NavigatorButtonsTextLocation">
|
|
|
|
<summary>
|
|
<para>Containes values specifying the text location within the <b>DataNavigator</b> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.NavigatorButtonsTextLocation.Begin">
|
|
<summary>
|
|
<para><para>
|
|
The text is displayed on the left of the buttons, if the <b>RightToLeft</b> property value is <b>false</b>. Otherwise, the text is displayed on the right of the buttons.
|
|
</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.NavigatorButtonsTextLocation.Center">
|
|
<summary>
|
|
<para><para>The text is displayed between <b>Prev</b> and <b>Next</b> buttons of the <b>DataNavigator</b> control.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.NavigatorButtonsTextLocation.End">
|
|
<summary>
|
|
<para><para>The text is displayed on the right of the buttons, if the <b>RightToLeft</b> property value is <b>false</b>. Otherwise, the text is displayed on the left of the buttons.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.NavigatorButtonsTextLocation.None">
|
|
<summary>
|
|
<para><para>The text is not displayed.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ListBoxItemCollection">
|
|
|
|
<summary>
|
|
<para>Represents the collection of items displayed in the <b>ListBoxControl</b>.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ListBoxItemCollection.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.ListBoxItemCollection"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ListBoxItemCollection.#ctor(System.Int32)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ListBoxItemCollection class with the specified capacity.
|
|
</para>
|
|
</summary>
|
|
<param name="capacity">
|
|
A value to initialize the collection's <b>Capacity</b> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ListBoxItemCollection.Add(System.Object)">
|
|
<summary>
|
|
<para>Adds the specified item to the end of the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
An object which represents the item to append.
|
|
|
|
</param>
|
|
<returns>A zero-based integer representing the item's position within the collection.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ListBoxItemCollection.AddRange(System.Object[])">
|
|
<summary>
|
|
<para>Adds an array of items to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="items">
|
|
An array of objects to be added to the collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ListBoxItemCollection.BeginUpdate">
|
|
<summary>
|
|
<para>Locks the ListBoxItemCollection by preventing change notifications from being fired, preventing visual updates until the <b>EndUpdate</b> method is called.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ListBoxItemCollection.Contains(System.Object)">
|
|
<summary>
|
|
<para>Returns whether the specified item belongs to the current collection.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The item to locate in the collection.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the specified item belongs to the collection; otherwise <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ListBoxItemCollection.Count">
|
|
<summary>
|
|
<para>Gets the number of items in the collection.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the number of items in the collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ListBoxItemCollection.EndUpdate">
|
|
<summary>
|
|
<para>Unlocks the ListBoxItemCollection object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ListBoxItemCollection.IndexOf(System.Object)">
|
|
<summary>
|
|
<para>Returns the position of the specified item within the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The object representing the item to locate within the collection.
|
|
|
|
</param>
|
|
<returns>An integer value representing the zero-based index of the specified item within the collection. -1 if the specified item is not found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ListBoxItemCollection.Insert(System.Int32,System.Object)">
|
|
<summary>
|
|
<para>Creates a new item and adds it to the specified position within the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value representing the zero-based index at which the created item should be inserted. If negative or exceeds the number of elements within the collection an exception is thrown.
|
|
|
|
|
|
</param>
|
|
<param name="item">
|
|
An object representing the inserted item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ListBoxItemCollection.Item(System.Int32)">
|
|
<summary>
|
|
<para>Gets or sets an item at the specified position within the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value representing the zero-based index of the item. If negative or exceeds the number of elements, an exception is raised.
|
|
|
|
</param>
|
|
<value>An object representing the item at the specified position.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Controls.ListBoxItemCollection.ListChanged">
|
|
<summary>
|
|
<para>Occurs after the item collection has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ListBoxItemCollection.Remove(System.Object)">
|
|
<summary>
|
|
<para>Removes the specified item from the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
An object representing the item to be removed from the collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ListBoxItem">
|
|
|
|
<summary>
|
|
<para>Represents a single item in the collection.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ListBoxItem.ToString">
|
|
<summary>
|
|
<para>Returns an item's equivalent string representation.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value representing the current item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ListBoxItem.Value">
|
|
<summary>
|
|
<para>Gets or sets the item's value.
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the item's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.SearchMode">
|
|
|
|
<summary>
|
|
<para>Enumerates search modes for a lookup edior.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.SearchMode.AutoComplete">
|
|
<summary>
|
|
<para>Enables the automatic completion feature. In this mode, when the dropdown is closed, the text in the edit box is automatically completed if it matches a <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember"/> field value of one of dropdown rows.
|
|
|
|
<para>
|
|
|
|
</para>
|
|
|
|
When the dropdown is open, the automatic completion feature is disabled but the editor allows you to perform an incremental search in the same manner as when <see cref="F:DevExpress.XtraEditors.Controls.SearchMode.OnlyInPopup"/> mode is active.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.SearchMode.AutoFilter">
|
|
<summary>
|
|
<para>Enables the incremental filtering feature. When you type within the edit box, the editor automatically opens the dropdown window and displays only records whose <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember"/> field value starts with the characters typed. Other records are not displayed. If you enter a value that does not match any record, the dropdown window will not contain any rows.
|
|
|
|
<para>
|
|
The following image shows a lookup editor when <b>AutoFilter</b> mode is enabled.
|
|
</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.SearchMode.OnlyInPopup">
|
|
<summary>
|
|
<para>The incremental search is enabled only when the dropdown window is open. If the window is closed, the user can modify the text in the edit box. However these changes are ignored.
|
|
<para>
|
|
When the dropdown is open the incremental search is performed against the column whose index is specified by the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.AutoSearchColumnIndex"/> property. The header of this column contains the search icon (binoculars). The user can click a specific column header to perform the search against this column.
|
|
</para>
|
|
The following screenshot shows a sample lookup editor. The incremental search is performed against the second column.
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ColorText">
|
|
|
|
<summary>
|
|
<para>Specifies the style used to represent the selected color in a <see cref="T:DevExpress.XtraEditors.ColorEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.ColorText.Integer">
|
|
<summary>
|
|
<para>The selected color is represented as an integer value in the edit box.
|
|
<para>
|
|
The following image shows a color editor with the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.ColorText"/> property set to <b>Integer</b>.
|
|
</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.ColorText.Native">
|
|
<summary>
|
|
<para>The selected color is represented as a human-readable string in the edit box. If the selected color is one of predefined colors, display text specifies its common name (such as Aquamarine, Highlight or WindowText). Otherwise, the string consists of the ARGB (alpha, red, green, and blue) components.
|
|
|
|
<para>
|
|
The following screenshots show color editors when the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.ColorText"/> property is set to <b>Native</b>.
|
|
</para>
|
|
|
|
<list>
|
|
<item>
|
|
<term>a color is selected from the <i>Custom</i> panel of the dropdown window.
|
|
<para>
|
|
|
|
</para>
|
|
</term>
|
|
</item>
|
|
|
|
<item>
|
|
<term>a color is selected from the <i>Web</i> panel of the dropdown window
|
|
<para>
|
|
|
|
</para>
|
|
</term>
|
|
</item>
|
|
|
|
</list>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.LookUpEdit">
|
|
|
|
<summary>
|
|
<para>An editor that allows users to select values from a dropdown window that contains lookup values.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.LookUpEdit.#ctor">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.LookUpEdit"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LookUpEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of the current editor.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.LookUpEdit.GetColumnValue(DevExpress.XtraEditors.Controls.LookUpColumnInfo)">
|
|
<summary>
|
|
<para>Returns the value of the specified column for the currently selected row in the dropdown.
|
|
</para>
|
|
</summary>
|
|
<param name="column">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.LookUpColumnInfo"/> object identifying the column whose value should be returned.
|
|
|
|
</param>
|
|
<returns>An object representing the column's value in the current row.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.LookUpEdit.GetColumnValue(System.String)">
|
|
<summary>
|
|
<para>Returns the value of a specific column for the currently selected row in the dropdown.
|
|
</para>
|
|
</summary>
|
|
<param name="fieldName">
|
|
A string identifying the field whose value should be returned.
|
|
|
|
</param>
|
|
<returns>An object representing the column's value in the current row.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.LookUpEdit.GetNotInListValue">
|
|
<summary>
|
|
<para>Occurs when retrieving values for fields not found in the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DataSource"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.LookUpEdit.GetSelectedDataRow">
|
|
<summary>
|
|
<para>Returns a data source row corresponding to the currently selected edit value.
|
|
</para>
|
|
</summary>
|
|
<returns>An object that represents a data source row corresponding to the currently selected edit value.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LookUpEdit.IsDisplayTextValid">
|
|
<summary>
|
|
<para>Gets whether the text in the edit box matches the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember"/> field value of any row in the dropdown.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the text in the edit box matches the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember"/> field value of any row in the dropdown; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LookUpEdit.ItemIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of the selected row.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value representing the zero-based index of the selected row in the editor's dropdown.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.LookUpEdit.ListChanged">
|
|
<summary>
|
|
<para>Occurs after a record(s) in the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DataSource"/> has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LookUpEdit.Properties">
|
|
<summary>
|
|
<para>Specifies settings specific to the current editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit"/> object containing settings for the lookup editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.LookUpEdit.Reset">
|
|
<summary>
|
|
<para>Resets selection and caret position in the editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.LookUpEdit.Text">
|
|
<summary>
|
|
<para>Gets the text displayed in the edit box.
|
|
</para>
|
|
</summary>
|
|
<value>The text displayed in the edit box.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.BaseImageListBoxControl">
|
|
|
|
<summary>
|
|
<para>Serves as a base for <see cref="T:DevExpress.XtraEditors.ImageListBoxControl"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseImageListBoxControl.GetItemImageIndex(System.Int32)">
|
|
<summary>
|
|
<para>Gets the index of the image displayed within the specified item.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value representing the zero-based index of the item.
|
|
|
|
</param>
|
|
<returns>An integer value representing the zero-based index of the image displayed within the specified item. <b>-1</b> if no item is found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseImageListBoxControl.GlyphAlignment">
|
|
<summary>
|
|
<para>Specifies the alignment of the image displayed within the item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration member specifying the image alignment.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseImageListBoxControl.ImageIndexMember">
|
|
<summary>
|
|
<para>Gets or sets the name of the data field whose values supply image indexes for list box items.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying the name of the data source field whose contents represent image indexes.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseImageListBoxControl.ImageIndexMemberChanged">
|
|
<summary>
|
|
<para>Occurs after the <see cref="P:DevExpress.XtraEditors.BaseImageListBoxControl.ImageIndexMember"/> property value has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseImageListBoxControl.ImageList">
|
|
<summary>
|
|
<para>Gets or sets the source of images to be displayed within the items.
|
|
</para>
|
|
</summary>
|
|
<value>An object which is the source of images.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseImageListBoxControl.Items">
|
|
<summary>
|
|
<para>Provides access to the item collection, when the control is not bound to a data source.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraEditors.Controls.ImageListBoxItemCollection"/> object representing the items collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.BaseCheckedListBoxControl">
|
|
|
|
<summary>
|
|
<para>Serves as the base for <see cref="T:DevExpress.XtraEditors.CheckedListBoxControl"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseCheckedListBoxControl.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the BaseCheckedListBoxControl class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseCheckedListBoxControl.AllowGrayed">
|
|
<summary>
|
|
<para>Gets or sets whether check items in the checked list box should support three check states rather than two.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the check items are able to display three check states; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseCheckedListBoxControl.CheckAll">
|
|
<summary>
|
|
<para>Checks all the items in the list box.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseCheckedListBoxControl.CheckedIndices">
|
|
<summary>
|
|
<para>Gets the collection of indexes corresponding to checked items.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>CheckedIndexCollection</b> object representing the collection of indexes corresponding to checked items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseCheckedListBoxControl.CheckedItems">
|
|
<summary>
|
|
<para>Gets the collection of checked items.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>CheckedItemCollection</b> object representing the collection of checked items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseCheckedListBoxControl.CheckedItemsCount">
|
|
<summary>
|
|
<para>Returns the number of checked items in the <see cref="P:DevExpress.XtraEditors.BaseCheckedListBoxControl.Items"/> collection.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the number of checked items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseCheckedListBoxControl.CheckOnClick">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the item's check state changes whenever the item is clicked.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the item's check state changes whenever the item is clicked; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseCheckedListBoxControl.CheckSelectedItems">
|
|
<summary>
|
|
<para>Checks all selected (highlighted) items.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseCheckedListBoxControl.GetItemChecked(System.Int32)">
|
|
<summary>
|
|
<para>Gets a value indicating whether the item is checked.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value representing the zero-based index of the item.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the item is checked; <b>false</b> if unchecked or in the indeterminate state.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseCheckedListBoxControl.GetItemCheckState(System.Int32)">
|
|
<summary>
|
|
<para>Gets the check state of the item specified by its index.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value representing the zero-based index of the item.
|
|
|
|
</param>
|
|
<returns>A <b>CheckState</b> enumeration member representing the item's check state. <b>CheckState.Unchecked</b> if the item's index is negative or exceeds the last available index.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseCheckedListBoxControl.GetItemEnabled">
|
|
<summary>
|
|
<para>Enables you to disable specific items, in bound mode.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseCheckedListBoxControl.InvertCheckState">
|
|
<summary>
|
|
<para>Inverts the check state for each item in the <see cref="P:DevExpress.XtraEditors.BaseCheckedListBoxControl.Items"/> collection.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseCheckedListBoxControl.IsAllSelectedItemsChecked">
|
|
<summary>
|
|
<para>Returns whether all selected (highlighted) items are checked.
|
|
</para>
|
|
</summary>
|
|
<returns><b>true</b> if all selected items are checked; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseCheckedListBoxControl.ItemCheck">
|
|
<summary>
|
|
<para>Fires when the checked state of an item has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseCheckedListBoxControl.ItemChecking">
|
|
<summary>
|
|
<para>Enables you to restrict item state changes.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseCheckedListBoxControl.Items">
|
|
<summary>
|
|
<para>Provides access to the item collection, when the control is not bound to a data source.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.CheckedListBoxItemCollection"/> object representing the items collection displayed within the <b>CheckedListBoxControl</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseCheckedListBoxControl.SetItemChecked(System.Int32,System.Boolean)">
|
|
<summary>
|
|
<para>Changes the state of the item to checked or unchecked.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value representing the zero-based index of the item to be changed. If it is negative or exceeds the last available index, the method will have no effect.
|
|
|
|
|
|
</param>
|
|
<param name="value">
|
|
<b>true</b> to check the item, <b>false</b> to uncheck it.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseCheckedListBoxControl.SetItemCheckState(System.Int32,System.Windows.Forms.CheckState)">
|
|
<summary>
|
|
<para>Sets the check state of the item.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value representing the zero-based index of the item.
|
|
|
|
</param>
|
|
<param name="value">
|
|
A <b>CheckState</b> enumeration member specifying the new check state of the item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseCheckedListBoxControl.ToggleItem(System.Int32)">
|
|
<summary>
|
|
<para>Toggles the state of the item at the specified index.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An zero-based integer value which represents the index of the item whose state should be toggled.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseCheckedListBoxControl.ToggleSelectedItems">
|
|
<summary>
|
|
<para>Inverts the check states of selected items.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseCheckedListBoxControl.UnCheckAll">
|
|
<summary>
|
|
<para>Unchecks all the items.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseCheckedListBoxControl.UnCheckSelectedItems">
|
|
<summary>
|
|
<para>Unchecks all selected (highlighted) items.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.EditorsRepositoryBase">
|
|
|
|
<summary>
|
|
<para>Implements the basic functionality of the <see cref="T:DevExpress.XtraEditors.Repository.PersistentRepository"/> component.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.EditorsRepositoryBase.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Repository.EditorsRepositoryBase"/> object with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.EditorsRepositoryBase.CollectionChanged">
|
|
<summary>
|
|
<para>Fires immediately after the repository item collection has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.EditorsRepositoryBase.Items">
|
|
<summary>
|
|
<para>Provides access to the collection of repository items stored by the repository.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemCollection"/> object
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.EditorsRepositoryBase.PropertiesChanged">
|
|
<summary>
|
|
<para>Fires when changing repository item properties residing within the repository.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit">
|
|
|
|
<summary>
|
|
<para>Represents a repository item that provides settings for <see cref="T:DevExpress.XtraEditors.PopupContainerEdit"/> editors.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.#ctor">
|
|
<summary>
|
|
<para>Creates and initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies settings from the repository item specified as a parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant representing the repository item whose settings are to be copied to the current item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.CloseOnLostFocus">
|
|
<summary>
|
|
<para>Obsolete. Gets or sets whether to close the popup window when another form is opened.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the dropdown is closed when another form is opened; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.CloseOnOuterMouseClick">
|
|
<summary>
|
|
<para>Gets or sets whether the current dropdown control must be closed when:
|
|
1) clicking on a control within another form;
|
|
2) clicking outside its bounds, and at the same time, within another non-DevExpress popup window that belongs to the current dropdown control.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the dropdown control is closed on a click outside its bounds; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.DefaultAlignment">
|
|
<summary>
|
|
<para>Gets the alignment of the editor content when the editor works inplace within a container control.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="F:DevExpress.Utils.HorzAlignment.Near"/> value always.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the corresponding editor's type name.
|
|
</para>
|
|
</summary>
|
|
<value>The '<b>PopupContainerEdit</b>' string always.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.GetDisplayText(DevExpress.Utils.FormatInfo,System.Object)">
|
|
<summary>
|
|
<para>Returns the text representation of the specified value, formatted according to the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
A <see cref="T:DevExpress.Utils.FormatInfo"/> object that specifies formatting settings.
|
|
|
|
</param>
|
|
<param name="editValue">
|
|
A value to be formatted.
|
|
|
|
</param>
|
|
<returns>A string that specifies the value's formatted text representation.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.PopupControl">
|
|
<summary>
|
|
<para>Gets or sets the control to display in the popup window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.PopupContainerControl"/> control to display in the popup window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.PopupSizeable">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether end-users can resize the popup window.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to allow popup window resizing; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object containing properties, methods and events specific to the <see cref="T:DevExpress.XtraEditors.PopupContainerEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit"/> object containing settings for the current <see cref="T:DevExpress.XtraEditors.PopupContainerEdit"/> control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.QueryDisplayText">
|
|
<summary>
|
|
<para>Enables you to specify the display text for the editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.QueryResultValue">
|
|
<summary>
|
|
<para>Fires when closing the popup window, enabling you to specify the editor's value based on the state of controls residing within the popup.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.ShowPopupCloseButton">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether the close button is displayed within the popup window.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to display the close button; otherwise, <b>false</b>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.TextEditStyle">
|
|
<summary>
|
|
<para>Gets or sets whether the text box is visible and enabled.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.TextEditStyles"/> enumeration value specifying text box availability.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.UsePopupControlMinSize">
|
|
<summary>
|
|
<para>Gets or sets whether the accociated popup control's minimum size is specified by its <b>MinimumSize</b> property.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the popup control's minimum size is specified by the control's <b>MinimumSize</b> property; <b>false</b> if the minimum size is specified by the editor's <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.PopupFormMinSize"/> property.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase">
|
|
|
|
<summary>
|
|
<para>Serves as the base for repository items that provide settings for editors with popup windows.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.#ctor">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.ActionButtonIndex">
|
|
<summary>
|
|
<para>Gets or sets a value specifying which editor button will open the popup window.
|
|
</para>
|
|
</summary>
|
|
<value>A zero-based integer specifying the button by its index within the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.Buttons"/> collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.AllowDropDownWhenReadOnly">
|
|
<summary>
|
|
<para>Gets or sets whether an editor's dropdown can be displayed when the editor is in the read-only state.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies if an editor's dropdown can be displayed in the read-only state.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.AppearanceDropDown">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the editor's popup window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the editor's popup window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies settings from the repository item specified as a parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant representing the repository item whose settings should be copied to the current repository item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.Closed">
|
|
<summary>
|
|
<para>Allows you to perform specific actions with respect to how the popup window was closed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.CloseUp">
|
|
<summary>
|
|
<para>Enables you to specify whether changes are saved or discarded when closing the popup window.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.CloseUpKey">
|
|
<summary>
|
|
<para>Gets or sets the key combination used to open and close the popup window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.KeyShortcut"/> object specifying the key combination used to open and close the popup window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.CreateDefaultButton">
|
|
<summary>
|
|
<para>Creates a default button when the editor is initialized.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the owning editor's type name.
|
|
</para>
|
|
</summary>
|
|
<value>The '<b>PopupBaseEdit</b>' string always.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.OwnerEdit">
|
|
<summary>
|
|
<para>Gets the editor which owns the current repository item object.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.PopupBaseEdit"/> editor owning the current repository item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.Popup">
|
|
<summary>
|
|
<para>Occurs after the editor's popup window has been opened.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.PopupBorderStyle">
|
|
<summary>
|
|
<para>Gets or sets the popup window's border style.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.PopupBorderStyles"/> enumeration value specifying the popup window's border style.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.PopupFormMinSize">
|
|
<summary>
|
|
<para>Gets or sets the minimum size for the associated dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Size"/> structure that specifies the dropdown window's minimum size.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.PopupFormSize">
|
|
<summary>
|
|
<para>Gets or sets the popup window's size.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Size"/> structure that specifies the popup window's size.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.PopupFormWidth">
|
|
<summary>
|
|
<para>Gets or sets the popup window's width.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the width of the editor's popup window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.PopupResizeMode">
|
|
<summary>
|
|
<para>Gets or sets how the control's popup window is resized.
|
|
</para>
|
|
</summary>
|
|
<value>A ResizeMode enumeration value specifying how the popup window is resized.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to the popup control.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase"/> object providing settings specific to the popup control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.QueryCloseUp">
|
|
<summary>
|
|
<para>Enables you to specify whether an attempt to close the editor's popup window will succeed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.QueryPopUp">
|
|
<summary>
|
|
<para>Enables you to specify whether an attempt to open the editor's popup window will succeed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.ShowDropDown">
|
|
<summary>
|
|
<para>Gets or sets whether the popup window can be opened by clicking the edit box and whether a single or double click is required.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.ShowDropDown"/> enumeration value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.ShowPopupShadow">
|
|
<summary>
|
|
<para>Gets or sets whether the popup window's shadow is displayed.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to display the popup window's shadow; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox">
|
|
|
|
<summary>
|
|
<para>Represents a repository item which holds settings specific to <see cref="T:DevExpress.XtraEditors.ImageComboBoxEdit"/> controls.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies properties of the source repository item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The source repository item object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox.CreateGroupPainter">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Drawing.BaseEditorGroupRowPainter"/> class.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.XtraEditors.Drawing.BaseEditorGroupRowPainter"/> descendant used to paint the group rows in the XtraGrid.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox.DefaultAlignment">
|
|
<summary>
|
|
<para>Gets the alignment of the editor contents when the editor works as an inplace control.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="F:DevExpress.Utils.HorzAlignment.Near"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of an edit control corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the class name of a corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox.GetBrick(DevExpress.XtraEditors.PrintCellHelperInfo)">
|
|
<summary>
|
|
<para>Returns a brick object that contains information on how the current editor should be printed.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="info">
|
|
A <see cref="T:DevExpress.XtraEditors.PrintCellHelperInfo"/> object that provides information on the editor's state and appearance settings that will be used when the editor is printed.
|
|
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.XtraPrinting.IVisualBrick"/> object that provides information on how the current editor should be printed.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox.GetDisplayText(DevExpress.Utils.FormatInfo,System.Object)">
|
|
<summary>
|
|
<para>Returns the text representation of the specified value, formatted according to the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
A <see cref="T:DevExpress.Utils.FormatInfo"/> object that specifies formatting settings.
|
|
|
|
</param>
|
|
<param name="editValue">
|
|
A value to be formatted.
|
|
|
|
</param>
|
|
<returns>A string that specifies the value's formatted text representation.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox.GlyphAlignment">
|
|
<summary>
|
|
<para>Gets or sets the alignment of the item's glyph when it is displayed in the control's edit box.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.Utils.HorzAlignment"/> value specifying the alignment of the item's glyph in the edit box.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox.IsFilterLookUp">
|
|
<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.XtraEditors.Repository.RepositoryItemImageComboBox.Items">
|
|
<summary>
|
|
<para>Gets the collection of items displayed in the dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>The collection of items for the image combo box editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox.LargeImages">
|
|
<summary>
|
|
<para>Gets or sets the source of large images.
|
|
</para>
|
|
</summary>
|
|
<value>An object that is an image collection providing large images for the editor's items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to the image combo box editor.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox"/> object providing settings specific to the image combo box editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox.RequireDisplayTextSorting">
|
|
<summary>
|
|
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> always.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox.SmallImages">
|
|
<summary>
|
|
<para>Gets or sets the source of small images.
|
|
</para>
|
|
</summary>
|
|
<value>An object that is an image collection providing small images for the editor's items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox.TextEditStyle">
|
|
<summary>
|
|
<para>Gets or sets the style in which text is displayed in the control's edit box.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Controls.TextEditStyles"/> value determining the editing style.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemCollection">
|
|
|
|
<summary>
|
|
<para>Represents a collection of repository items.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCollection.#ctor(DevExpress.XtraEditors.Repository.EditorsRepositoryBase)">
|
|
<summary>
|
|
<para>Initializes a new instance of the RepositoryItemCollection class with the specified owner.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An <see cref="T:DevExpress.XtraEditors.Repository.EditorsRepositoryBase"/> object that is the owner of the created collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCollection.Add(System.String)">
|
|
<summary>
|
|
<para>Creates a new repository item of the specified type and adds it to the end of the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="editorName">
|
|
A string value specifying the repository item type by the corresponding editor type name.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant representing the new repository item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCollection.Add(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Adds the specified repository item to the end of the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant to be added to the collection.
|
|
|
|
</param>
|
|
<returns>An integer value representing the added item's zero-based index within the collection.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCollection.AddRange(DevExpress.XtraEditors.Repository.RepositoryItem[])">
|
|
<summary>
|
|
<para>Adds an array of repository items to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="items">
|
|
An array of <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendants to be added to the collection.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCollection.Contains(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Indicates whether the collection contains the specified repository item.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant to locate in the collection.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the collection contains the specified repository item; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCollection.IndexOf(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Returns the specified repository item's position within the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant to locate in the collection.
|
|
|
|
</param>
|
|
<returns>An integer value representing the item's zero-based index. <b>-1</b> if the collection doesn't contain the specified repository item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCollection.Item(System.String)">
|
|
<summary>
|
|
<para>Gets the repository item specified by its name.
|
|
</para>
|
|
</summary>
|
|
<param name="name">
|
|
A <see cref="T:System.String"/> value specifying the name of the desired repository item.
|
|
|
|
</param>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant representing the repository item with the specified name. <b>null</b> (<b>Nothing</b> in Visual Basic) if the collection doesn't contain the specified item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCollection.Item(System.Int32)">
|
|
<summary>
|
|
<para>Provides indexed access to repository items.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value representing the item's zero-based index within the collection.
|
|
|
|
</param>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant representing the repository item located at the specified position.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCollection.Remove(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Removes the specified repository item from the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant representing the repository item to remove.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemBlobBaseEdit">
|
|
|
|
<summary>
|
|
<para>Serves as the base for repository items corresponding to BLOB editors.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemBlobBaseEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemBlobBaseEdit"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemBlobBaseEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies settings of the specified repository item to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object representing the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBlobBaseEdit.DefaultAlignment">
|
|
<summary>
|
|
<para>Gets the editor content's default horizontal alignment.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="F:DevExpress.Utils.HorzAlignment.Near"/> value always.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBlobBaseEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of an edit control corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBlobBaseEdit.Images">
|
|
<summary>
|
|
<para>Gets or sets the source of images used to indicate whether the editor contains data.
|
|
</para>
|
|
</summary>
|
|
<value>An object which represents the source of images that indicate whether a BLOB editor contains data.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBlobBaseEdit.Mask">
|
|
<summary>
|
|
<para>Provides access to the editor's mask settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Mask.MaskProperties"/> object which contains the editor's mask settings.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBlobBaseEdit.PopupSizeable">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the editor's popup window is sizeable.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor's popup window is sizeable; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBlobBaseEdit.PopupStartSize">
|
|
<summary>
|
|
<para>Gets or sets the size the editor's popup window should have when first opened.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Size"/> structure representing the size of the popup window on its first occurrence.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBlobBaseEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to a BLOB editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemBlobBaseEdit"/> object instance providing settings common to a BLOB editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBlobBaseEdit.ShowIcon">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether an identification icon is displayed within the editor's edit region.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a BLOB editor displays an identification icon; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBlobBaseEdit.TextEditStyle">
|
|
<summary>
|
|
<para>Gets or sets the style in which text is displayed in the BLOB editor's edit box.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.TextEditStyles"/> enumeration value determining editing style.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemBaseSpinEdit">
|
|
|
|
<summary>
|
|
<para>Represents the class which provides settings common to all spin editors.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemBaseSpinEdit.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemBaseSpinEdit"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemBaseSpinEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies settings of the specified repository item.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object representing the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBaseSpinEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of an editor corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>A string value representing the class name of a corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBaseSpinEdit.EditValueChangedFiringMode">
|
|
<summary>
|
|
<para>Gets or sets the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanged"/> event's firing mode.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraEditors.Controls.EditValueChangedFiringMode"/> enumeration member which specifies when the editor's <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanged"/> event should be raised.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBaseSpinEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to the spin edit control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemBaseSpinEdit"/> object representing settings specific to the spin edit control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBaseSpinEdit.SpinButtonIndex">
|
|
<summary>
|
|
<para>Gets or sets a value specifying which editor button is the spin button used to increment or decrement the edited value.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value representing the spin button's zero-based index.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBaseSpinEdit.SpinStyle">
|
|
<summary>
|
|
<para>Gets or sets the spin button's orientation.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.SpinStyles"/> enumeration member specifying the spin button's orientation.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemBaseSpinEdit.UseCtrlIncrement">
|
|
<summary>
|
|
<para>Gets or sets a value specifying how keyboard keys are used to change the editor's value.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> for editing the editor's value by pressing CTRL+UP and CTRL+DOWN combinations; <b>false</b> for editing the editor's value by the UP and DOWN keys.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.QueryValueByCheckStateEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.QueryValueByCheckState"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.QueryValueByCheckStateEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.QueryValueByCheckStateEventArgs)">
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.QueryValueByCheckState"/> event.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event sender (typically the check edit control).
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.QueryValueByCheckStateEventArgs"/> object containing data related to the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.QueryResultValueEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.QueryResultValue"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.QueryResultValueEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.QueryResultValueEventArgs)">
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.PopupContainerEdit.QueryResultValue"/> event of a popup container editor.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event source. This identifies the popup container editor for which the event is fired.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.QueryResultValueEventArgs"/> object containing data related to the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.QueryResultValueEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.QueryResultValue"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.QueryResultValueEventArgs.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.QueryResultValueEventArgs"/> object.
|
|
</para>
|
|
</summary>
|
|
<param name="fValue">
|
|
An object specifying the editor value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.QueryResultValueEventArgs.Value"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.QueryResultValueEventArgs.Value">
|
|
<summary>
|
|
<para>Gets or sets the editor value.
|
|
</para>
|
|
</summary>
|
|
<value>An object specifying editor value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.QueryDisplayTextEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.QueryDisplayText"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.QueryDisplayTextEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.QueryDisplayTextEventArgs)">
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.QueryDisplayText"/> event of a popup container editor.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event source. This identifies the popup container editor for which the event is fired.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.QueryDisplayTextEventArgs"/> object containing data related to the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.QueryDisplayTextEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.QueryDisplayText"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.QueryDisplayTextEventArgs.#ctor(System.Object,System.String)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.QueryDisplayTextEventArgs"/> object.
|
|
</para>
|
|
</summary>
|
|
<param name="editValue">
|
|
An object representing the editor value whose textual representation is to be specified. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.QueryDisplayTextEventArgs.EditValue"/> property.
|
|
|
|
</param>
|
|
<param name="displayText">
|
|
A string value representing the editor's value within the text box. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.QueryDisplayTextEventArgs.DisplayText"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.QueryDisplayTextEventArgs.DisplayText">
|
|
<summary>
|
|
<para>Gets or sets the text to display in the edit box.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying the editor's formatted display text.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.QueryDisplayTextEventArgs.EditValue">
|
|
<summary>
|
|
<para>Gets the current edit value.
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the editor's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.QueryCheckStatesEventArgs">
|
|
|
|
<summary>
|
|
<para>Serves as the base for classes providing data for <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.QueryCheckStateByValue"/> and <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.QueryValueByCheckState"/> events.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.QueryCheckStatesEventArgs.#ctor(System.Object,System.Windows.Forms.CheckState)">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.Controls.QueryCheckStatesEventArgs"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="fValue">
|
|
A <see cref="T:System.Object"/> expression representing the check editor's edited value.
|
|
|
|
</param>
|
|
<param name="checkState">
|
|
A <see cref="T:System.Windows.Forms.CheckState"/> enumeration value representing the editor's check state.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.QueryCheckStatesEventArgs.Handled">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the default event processing should be avoided.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the default event processing is avoided; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.QueryCheckStateByValueEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.QueryCheckStateByValue"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.QueryCheckStateByValueEventArgs.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.Controls.QueryCheckStateByValueEventArgs"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="fValue">
|
|
A <see cref="T:System.Object"/> expression representing the check editor's edited value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.QueryCheckStateByValueEventArgs.Value"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.QueryCheckStateByValueEventArgs.CheckState">
|
|
<summary>
|
|
<para>Gets or sets the check state.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.CheckState"/> enumeration value representing a check state.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.QueryCheckStateByValueEventArgs.Value">
|
|
<summary>
|
|
<para>Gets the current edited value of a check editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/> expression representing an editor's edited value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.Localizer">
|
|
|
|
<summary>
|
|
<para>Represents an object providing a means to localize editor interface elements.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.Localizer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the Localizer class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.Localizer.Active">
|
|
<summary>
|
|
<para>Gets or sets a localizer object providing localization of the editors' interface at runtime.
|
|
</para>
|
|
</summary>
|
|
<value>A Localizer descendant which is used to localize the editors' interface at runtime.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.Localizer.CreateDefaultLocalizer">
|
|
<summary>
|
|
<para>Creates and returns an <b>EditResLocalizer</b> object containing resources for the thread's language and regional settings (culture).
|
|
</para>
|
|
</summary>
|
|
<returns>An <b>EditResLocalizer</b> object containing resources for the thread's culture.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.Localizer.CreateResXLocalizer">
|
|
<summary>
|
|
<para>Returns an <b>XtraLocalizer</b> object representing resources based on the thread's language and regional settings (culture).
|
|
</para>
|
|
</summary>
|
|
<returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object representing resources based on the thread's culture.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.Localizer.GetLocalizedString(System.String)">
|
|
<summary>
|
|
<para>Gets the string, localized by the current Localizer, for the specified user interface element.
|
|
</para>
|
|
</summary>
|
|
<param name="functionCaption">
|
|
A String value specifying the UI element whose localized text content is to be obtained.
|
|
|
|
</param>
|
|
<returns>A String value that is the localized text content of the specific UI element.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ImageListBoxItemCollection">
|
|
|
|
<summary>
|
|
<para>Represents the collection of items displayed in the <b>ImageListBoxControl</b>.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageListBoxItemCollection.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.ImageListBoxItemCollection"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageListBoxItemCollection.Add(System.Object,System.Int32)">
|
|
<summary>
|
|
<para>Creates a new item with the specified settings and appends it to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object which represents the item's value.
|
|
|
|
</param>
|
|
<param name="imageIndex">
|
|
A zero-based integer specifying the index of the item's image.
|
|
|
|
</param>
|
|
<returns>A zero-based integer value representing the new item's index.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageListBoxItemCollection.Add(System.Object)">
|
|
<summary>
|
|
<para>Adds a new item with the specified value to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object that represents the item's value.
|
|
|
|
</param>
|
|
<returns>A zero-based integer value that specifies the new item's index within the collection.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageListBoxItemCollection.AddRange(DevExpress.XtraEditors.Controls.ImageListBoxItem[])">
|
|
<summary>
|
|
<para>Adds an array of items to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="items">
|
|
An array of <see cref="T:DevExpress.XtraEditors.Controls.ImageListBoxItem"/> objects to be added to the collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ImageListBoxItemCollection.Item(System.Int32)">
|
|
<summary>
|
|
<para>Gets or sets an item at the specified position.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value representing the item's zero-based index within the collection. If negative or exceeds the maximum available index, an exception is raised.
|
|
|
|
</param>
|
|
<value>An <see cref="T:DevExpress.XtraEditors.Controls.ImageListBoxItem"/> object representing the item at the specified position within the collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ImageListBoxItem">
|
|
|
|
<summary>
|
|
<para>Represents a single item in the collection.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageListBoxItem.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.ImageListBoxItem"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageListBoxItem.#ctor(System.Object,System.Int32)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.ImageListBoxItem"/> object and instantiates its <see cref="P:DevExpress.XtraEditors.Controls.ListBoxItem.Value"/> and <see cref="P:DevExpress.XtraEditors.Controls.ImageListBoxItem.ImageIndex"/> properties.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object representing the item's value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ListBoxItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="imageIndex">
|
|
An integer value representing the zero-based index of the image displayed in the item. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ImageListBoxItem.ImageIndex"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageListBoxItem.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.ImageListBoxItem"/> object and instantiates its <see cref="P:DevExpress.XtraEditors.Controls.ListBoxItem.Value"/> property.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object representing the item's value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ListBoxItem.Value"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ImageListBoxItem.ImageIndex">
|
|
<summary>
|
|
<para>Specifies the index of the item's image.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value representing the zero-based index of the item's image.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ImageListBoxItem.Images">
|
|
<summary>
|
|
<para>Gets the source of images which provides images for image list box items.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:System.Object"/> which represents the source of images.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ImageComboBoxItemCollection">
|
|
|
|
<summary>
|
|
<para>Represents a collection of items displayed within the dropdown list of <see cref="T:DevExpress.XtraEditors.ImageComboBoxEdit"/> editors.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageComboBoxItemCollection.#ctor(DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox)">
|
|
<summary>
|
|
<para>Creates a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.ImageComboBoxItemCollection"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="properties">
|
|
The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox"/> object for which the collection is created.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageComboBoxItemCollection.Add(DevExpress.XtraEditors.Controls.ImageComboBoxItem)">
|
|
<summary>
|
|
<para>Adds a new item to the current collection.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A new item to insert into the collection.
|
|
|
|
</param>
|
|
<returns>The position into which the new element was inserted.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageComboBoxItemCollection.AddEnum(System.Type)">
|
|
<summary>
|
|
<para>Adds new items to the collection that will represent elements of the specified enumeration.
|
|
</para>
|
|
</summary>
|
|
<param name="enumType">
|
|
A <see cref="T:System.Type"/> object which represents the required enumeration.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageComboBoxItemCollection.AddEnum``1(System.Converter{``0,System.String})">
|
|
<summary>
|
|
<para>Adds new items to the collection that will represent elements of the specified enumeration. The display captions of the items are generated by the specified converter.
|
|
</para>
|
|
</summary>
|
|
<param name="displayTextConverter">
|
|
A System.Converter delegate that will generate item display captions.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageComboBoxItemCollection.AddEnum``1">
|
|
<summary>
|
|
<para>Adds new items to the collection that will represent elements of the specified enumeration.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageComboBoxItemCollection.AddRange(DevExpress.XtraEditors.Controls.ImageComboBoxItem[])">
|
|
<summary>
|
|
<para>Adds an array of items to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="items">
|
|
An array of <see cref="T:DevExpress.XtraEditors.Controls.ImageComboBoxItem"/> objects representing items for the image combo box editor.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageComboBoxItemCollection.GetItem(System.Object)">
|
|
<summary>
|
|
<para>Returns the item in the current collection that contains the specified value.
|
|
</para>
|
|
</summary>
|
|
<param name="val">
|
|
A ComboBoxItem value.
|
|
|
|
</param>
|
|
<returns>The <see cref="T:DevExpress.XtraEditors.Controls.ImageComboBoxItem"/> object within the current collection containing the specified value.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageComboBoxItemCollection.GetItemDescription(System.Object)">
|
|
<summary>
|
|
<para>Gets the text representation of the specified item.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The item for which to return its text representation.
|
|
|
|
</param>
|
|
<returns>The string representing the specified item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ImageComboBoxItemCollection.Item(System.Int32)">
|
|
<summary>
|
|
<para>Gets or sets an item at the specified position.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
The zero-based index of the item to return.
|
|
|
|
</param>
|
|
<value>The item at the specified position.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ImageComboBoxItem">
|
|
|
|
<summary>
|
|
<para>Represents an individual item in <see cref="T:DevExpress.XtraEditors.ImageComboBoxEdit"/> controls.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageComboBoxItem.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Creates a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.ImageComboBoxItem"/> class and initializes the item's value.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
The object to initialize the item's <see cref="P:DevExpress.XtraEditors.Controls.ComboBoxItem.Value"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageComboBoxItem.#ctor(System.String)">
|
|
<summary>
|
|
<para>Creates a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.ImageComboBoxItem"/> class and initializes the item's caption.
|
|
</para>
|
|
</summary>
|
|
<param name="description">
|
|
The string to initialize the <see cref="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.Description"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageComboBoxItem.#ctor">
|
|
<summary>
|
|
<para>Creates a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.ImageComboBoxItem"/> class and sets all its properties to their default values.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageComboBoxItem.#ctor(System.Int32)">
|
|
<summary>
|
|
<para>Creates a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.ImageComboBoxItem"/> class and initializes the item's <see cref="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.ImageIndex"/> property.
|
|
</para>
|
|
</summary>
|
|
<param name="imageIndex">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.ImageIndex"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageComboBoxItem.#ctor(System.String,System.Object)">
|
|
<summary>
|
|
<para>Creates a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.ImageComboBoxItem"/> class and initializes the item's value and caption.
|
|
</para>
|
|
</summary>
|
|
<param name="description">
|
|
The string to initialze the item's <see cref="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.Description"/>.
|
|
|
|
</param>
|
|
<param name="value">
|
|
The value to initialize the item's <see cref="P:DevExpress.XtraEditors.Controls.ComboBoxItem.Value"/>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageComboBoxItem.#ctor(System.Object,System.Int32)">
|
|
<summary>
|
|
<para>Creates a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.ImageComboBoxItem"/> class and initializes the item's value and image index.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
The object to initialize the item's <see cref="P:DevExpress.XtraEditors.Controls.ComboBoxItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="imageIndex">
|
|
The value to initialize the item's <see cref="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.ImageIndex"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageComboBoxItem.#ctor(System.String,System.Int32)">
|
|
<summary>
|
|
<para>Creates a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.ImageComboBoxItem"/> class and initializes the item's caption and image index.
|
|
</para>
|
|
</summary>
|
|
<param name="description">
|
|
The string to initialize the item's <see cref="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.Description"/> property.
|
|
|
|
</param>
|
|
<param name="imageIndex">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.ImageIndex"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageComboBoxItem.#ctor(System.String,System.Object,System.Int32)">
|
|
<summary>
|
|
<para>Creates a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.ImageComboBoxItem"/> class and initializes its properties to the specified values.
|
|
</para>
|
|
</summary>
|
|
<param name="description">
|
|
The string to initialize the item's <see cref="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.Description"/> property.
|
|
|
|
</param>
|
|
<param name="value">
|
|
The object to initialize the item's <see cref="P:DevExpress.XtraEditors.Controls.ComboBoxItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="imageIndex">
|
|
The value to initialize the item's <see cref="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.ImageIndex"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageComboBoxItem.Assign(DevExpress.XtraEditors.Controls.ImageComboBoxItem)">
|
|
<summary>
|
|
<para>Copies all properties of the specified <see cref="T:DevExpress.XtraEditors.Controls.ImageComboBoxItem"/> object to the current item.
|
|
</para>
|
|
</summary>
|
|
<param name="pi">
|
|
The source item whose properties must be copied to the current item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.Description">
|
|
<summary>
|
|
<para>Gets or sets the item's caption.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the item's caption.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.ImageIndex">
|
|
<summary>
|
|
<para>Gets or sets the image linked to the item.
|
|
</para>
|
|
</summary>
|
|
<value>The index of the image linked to the item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.Images">
|
|
<summary>
|
|
<para>Gets the source of images which provides images for image combo box items.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:System.Object"/> which represents the source of images.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ImageComboBoxItem.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the item.
|
|
</para>
|
|
</summary>
|
|
<returns>The string representing the current item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.EditorButtonCollection">
|
|
|
|
<summary>
|
|
<para>Represents a collection of editor buttons in a <see cref="T:DevExpress.XtraEditors.ButtonEdit"/> control or its descendant.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButtonCollection.#ctor">
|
|
<summary>
|
|
<para>Creates and initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.EditorButtonCollection"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButtonCollection.Add(DevExpress.XtraEditors.Controls.EditorButton)">
|
|
<summary>
|
|
<para>Adds the specified button to the button collection.
|
|
</para>
|
|
</summary>
|
|
<param name="button">
|
|
The <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> object specifying the button to insert into the collection.
|
|
|
|
</param>
|
|
<returns>The zero-based index of the button within the collection.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButtonCollection.AddRange(DevExpress.XtraEditors.Controls.EditorButton[])">
|
|
<summary>
|
|
<para>Adds an array of buttons to the current button collection.
|
|
</para>
|
|
</summary>
|
|
<param name="buttons">
|
|
An array of <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> objects to add to the current button collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButtonCollection.Assign(DevExpress.XtraEditors.Controls.EditorButtonCollection)">
|
|
<summary>
|
|
<para>Copies buttons from the specified <see cref="T:DevExpress.XtraEditors.Controls.EditorButtonCollection"/> object to the current button collection.
|
|
</para>
|
|
</summary>
|
|
<param name="collection">
|
|
The source button collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Controls.EditorButtonCollection.CollectionChanged">
|
|
<summary>
|
|
<para>Occurs when changing the current button collection.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButtonCollection.Contains(DevExpress.XtraEditors.Controls.EditorButton)">
|
|
<summary>
|
|
<para>Gets a value indicating whether the specified button belongs to the current collection.
|
|
</para>
|
|
</summary>
|
|
<param name="button">
|
|
The button object to locate in the collection.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the button belongs to the current button collection; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButtonCollection.IndexOf(DevExpress.XtraEditors.Controls.EditorButton)">
|
|
<summary>
|
|
<para>Gets the position of the specified button in the current button collection.
|
|
</para>
|
|
</summary>
|
|
<param name="button">
|
|
The <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> object to locate in the collection.
|
|
|
|
</param>
|
|
<returns>The zero-based index of the button in the collection.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButtonCollection.Insert(System.Int32,DevExpress.XtraEditors.Controls.EditorButton)">
|
|
<summary>
|
|
<para>Inserts the specified button at a given position.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
The zero-based index at which the button is inserted.
|
|
|
|
</param>
|
|
<param name="button">
|
|
The button to insert to the collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButtonCollection.Item(System.Int32)">
|
|
<summary>
|
|
<para>Gets a button at the specified position.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
The zero-based index of the button to return.
|
|
|
|
</param>
|
|
<value>An <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> object at the specified position in the current collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButtonCollection.ToString">
|
|
<summary>
|
|
<para>Returns the text representation of the current object.
|
|
</para>
|
|
</summary>
|
|
<returns>A string that specifies the text representation of the current EditorButtonCollection object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButtonCollection.VisibleCount">
|
|
<summary>
|
|
<para>Gets the number of visible buttons in the collection.
|
|
</para>
|
|
</summary>
|
|
<value>The number of visible buttons in the collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ConvertEditValueEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.ParseEditValue"/> and <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.FormatEditValue"/> events.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ConvertEditValueEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.ConvertEditValueEventArgs)">
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.ParseEditValue"/> and <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.FormatEditValue"/> events.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event sender (typically a <see cref="T:DevExpress.XtraEditors.BaseEdit"/> descendant).
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ConvertEditValueEventArgs"/> object containing data related to the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ConvertEditValueEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.FormatEditValue"/> and <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.ParseEditValue"/> events.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ConvertEditValueEventArgs.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.ConvertEditValueEventArgs"/> object and initializes its <see cref="P:DevExpress.XtraEditors.Controls.ConvertEditValueEventArgs.Value"/> property.
|
|
</para>
|
|
</summary>
|
|
<param name="fValue">
|
|
An object representing the editor's new value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ConvertEditValueEventArgs.Value"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ConvertEditValueEventArgs.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.ConvertEditValueEventArgs"/> object with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ConvertEditValueEventArgs.Handled">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether default edit value conversion/formatting is required.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to prohibit default edit value conversion/formatting; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ConvertEditValueEventArgs.Value">
|
|
<summary>
|
|
<para>Gets or sets either the edit or the display value of an editor.
|
|
</para>
|
|
</summary>
|
|
<value>An object specifying either the edit or the display value of an editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ComboBoxItemCollection">
|
|
|
|
<summary>
|
|
<para>Represents a collection of items within a combo box editor.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ComboBoxItemCollection.#ctor(DevExpress.XtraEditors.Repository.RepositoryItemComboBox)">
|
|
<summary>
|
|
<para>Creates and initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.ComboBoxItemCollection"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="properties">
|
|
The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemComboBox"/> object for which the item collection should be created.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ComboBoxItemCollection.Add(System.Object)">
|
|
<summary>
|
|
<para>Adds a new item to the current collection.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The object representing the new item in the collection.
|
|
|
|
</param>
|
|
<returns>The position to which the new element was inserted.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ComboBoxItemCollection.AddRange(System.Object[])">
|
|
<summary>
|
|
<para>Adds an array of items to the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="items">
|
|
An array of objects representing items for the combo box editor.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ComboBoxItemCollection.AddRange(System.Collections.ICollection)">
|
|
<summary>
|
|
<para>Adds the items from the specified collection to the current collection.
|
|
</para>
|
|
</summary>
|
|
<param name="collection">
|
|
An object which implements the <see cref="T:System.Collections.ICollection"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ComboBoxItemCollection.Assign(DevExpress.XtraEditors.Controls.ComboBoxItemCollection)">
|
|
<summary>
|
|
<para>Copies items from the source collection to the current collection.
|
|
</para>
|
|
</summary>
|
|
<param name="collection">
|
|
The source collection whose items are copied to the current collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ComboBoxItemCollection.BeginUpdate">
|
|
<summary>
|
|
<para>Locks the ComboBoxItemCollection by preventing change notifications from being fired, preventing visual updates until the <b>EndUpdate</b> method is called.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Controls.ComboBoxItemCollection.CollectionChanged">
|
|
<summary>
|
|
<para>Occurs when changing the item collection.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ComboBoxItemCollection.Contains(System.Object)">
|
|
<summary>
|
|
<para>Gets a value indicating whether the specified object is an element of the current collection.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
An object to locate in the collection.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the specified object belongs to the collection; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ComboBoxItemCollection.EndUpdate">
|
|
<summary>
|
|
<para>Unlocks the ComboBoxItemCollection object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ComboBoxItemCollection.GetItemDescription(System.Object)">
|
|
<summary>
|
|
<para>Gets the textual representation of the specified item.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The item for which to return its text representation.
|
|
|
|
</param>
|
|
<returns>The string representing the specified item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ComboBoxItemCollection.IndexOf(System.Object)">
|
|
<summary>
|
|
<para>Gets the zero-based index of the specified object in the item collection.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The item to locate in the collection.
|
|
|
|
</param>
|
|
<returns>The zero-based index of the specified item in the current collection, if found; otherwise, <b>-1</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ComboBoxItemCollection.Insert(System.Int32,System.Object)">
|
|
<summary>
|
|
<para>Inserts a new element at the specified position.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
The zero-based index specifying the position at which the <i>item</i> should be inserted.
|
|
|
|
</param>
|
|
<param name="item">
|
|
The item to insert.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ComboBoxItemCollection.Item(System.Int32)">
|
|
<summary>
|
|
<para>Gets or sets an item at the specified position.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
The zero-based index of the item to return.
|
|
|
|
</param>
|
|
<value>The item at the specified position.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ComboBoxItemCollection.Remove(System.Object)">
|
|
<summary>
|
|
<para>Removes the specified object from the collection.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The item to remove from the collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ChangingEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanging"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ChangingEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.ChangingEventArgs)">
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanging"/> event.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event sender (typically the <see cref="T:DevExpress.XtraEditors.BaseEdit"/> descendant).
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ChangingEventArgs"/> object containing data related to the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ChangingEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanging"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ChangingEventArgs.#ctor(System.Object,System.Object,System.Boolean)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.ChangingEventArgs"/> object.
|
|
</para>
|
|
</summary>
|
|
<param name="oldValue">
|
|
An object representing the editor's value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ChangingEventArgs.OldValue"/> property.
|
|
|
|
</param>
|
|
<param name="newValue">
|
|
An object representing the value about to be assigned to the editor. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ChangingEventArgs.NewValue"/> property.
|
|
|
|
</param>
|
|
<param name="cancel">
|
|
<b>true</b> if the event should be canceled; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ChangingEventArgs.#ctor(System.Object,System.Object)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Controls.ChangingEventArgs"/> object.
|
|
</para>
|
|
</summary>
|
|
<param name="oldValue">
|
|
An object representing the editor's value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ChangingEventArgs.OldValue"/> property.
|
|
|
|
</param>
|
|
<param name="newValue">
|
|
An object representing the value about to be assigned to the editor. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.ChangingEventArgs.NewValue"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ChangingEventArgs.NewValue">
|
|
<summary>
|
|
<para>Gets or sets the value which is about to be assigned to the editor.
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the editor's potential value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ChangingEventArgs.OldValue">
|
|
<summary>
|
|
<para>Gets the editor's value.
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the editor's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.StringId">
|
|
|
|
<summary>
|
|
<para>Contains values corresponding to strings that can be localized.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.Apply">
|
|
<summary>
|
|
<para>The caption of the Apply button displayed within the filter drop-down window within a PivotGrid control.
|
|
<para>
|
|
Return value: Apply
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.CalcButtonBack">
|
|
<summary>
|
|
<para><para>Represents the caption of the button used to delete the last digit of the displayed number in the <see cref="T:DevExpress.XtraEditors.CalcEdit"/> editor.</para>
|
|
Return value: Back
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.CalcButtonC">
|
|
<summary>
|
|
<para><para>Represents the caption of the button used to clear the current calculation in the <see cref="T:DevExpress.XtraEditors.CalcEdit"/> editor.</para>
|
|
Return value: C
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.CalcButtonCE">
|
|
<summary>
|
|
<para><para>Represents the caption of the button used to clear the displayed number in the <see cref="T:DevExpress.XtraEditors.CalcEdit"/> editor.</para>
|
|
Return value: CE
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.CalcButtonMC">
|
|
<summary>
|
|
<para><para>Represents the caption of the button used to clear any number stored in memory of the <see cref="T:DevExpress.XtraEditors.CalcEdit"/> editor.</para>
|
|
Return value: MC
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.CalcButtonMR">
|
|
<summary>
|
|
<para><para>Represents the caption of the button used to recall the number stored in memory of the <see cref="T:DevExpress.XtraEditors.CalcEdit"/> editor.</para>
|
|
Return value: MR
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.CalcButtonMS">
|
|
<summary>
|
|
<para><para>Represents the caption of the button used to store the display number in memory of the <see cref="T:DevExpress.XtraEditors.CalcEdit"/> editor.</para>
|
|
Return value: MS
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.CalcButtonMx">
|
|
<summary>
|
|
<para><para>Represents the caption of the button used to add the displayed number to any number already in memory in the <see cref="T:DevExpress.XtraEditors.CalcEdit"/> editor.</para>
|
|
Return value: M+
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.CalcButtonSqrt">
|
|
<summary>
|
|
<para><para>Represents the caption of the button used to calculate the square root of the displayed number in the <see cref="T:DevExpress.XtraEditors.CalcEdit"/> editor.</para>
|
|
Return value: sqrt
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.CalcError">
|
|
<summary>
|
|
<para><para>The string displayed in the edit box of the <see cref="T:DevExpress.XtraEditors.CalcEdit"/> editor if an expression cannot be evaluated (division by zero, for instance).</para>
|
|
Return value: Calculation Error
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.Cancel">
|
|
<summary>
|
|
<para><para>
|
|
The caption of the button to discard changes and close the dropdown window of a <see cref="T:DevExpress.XtraEditors.ImageEdit"/> and <see cref="T:DevExpress.XtraEditors.MemoExEdit"/> editors.
|
|
</para>
|
|
<para>
|
|
Return value: Cancel
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.CaptionError">
|
|
<summary>
|
|
<para><para>The default caption for the error message box.</para>
|
|
<para>Return value: Error</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.CheckChecked">
|
|
<summary>
|
|
<para><para>Specifies the string corresponding to the checked state of the check edit. This string is displayed, for instance, in the filter dropdown of the <b>XtraGrid</b> (or other) control.</para>
|
|
Return value: Checked
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.CheckIndeterminate">
|
|
<summary>
|
|
<para><para>Specifies the string corresponding to the indeterminate state of the check edit. This string is displayed, for instance, in the filter dropdown of the <b>XtraGrid</b> (or other) control.</para>
|
|
Return value: Indeterminate
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.CheckUnchecked">
|
|
<summary>
|
|
<para><para>Specifies the string corresponding to the unchecked state of the check edit. This string is displayed, for instance, in the filter dropdown of the <b>XtraGrid</b> (or other) control.</para>
|
|
Return value: Unchecked
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.ColorPickPopupAutomaticItemCaption">
|
|
<summary>
|
|
<para><para>The caption of the Automatic button in the <see cref="T:DevExpress.XtraEditors.ColorPickEdit"/> control.
|
|
</para>
|
|
Return value: Automatic
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.ColorTabCustom">
|
|
<summary>
|
|
<para><para>Specifies the caption of the <see cref="T:DevExpress.XtraEditors.ColorEdit"/> editor's tab page displaying predefined custom colors.</para>
|
|
Return value: Custom
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.ColorTabSystem">
|
|
<summary>
|
|
<para><para>Specifies the caption of the <see cref="T:DevExpress.XtraEditors.ColorEdit"/> editor's tab page displaying predefined system colors.</para>
|
|
Return value: System
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.ColorTabWeb">
|
|
<summary>
|
|
<para><para>Specifies the caption of the <see cref="T:DevExpress.XtraEditors.ColorEdit"/> editor's tab page displaying predefined web colors.</para>
|
|
Return value: Web
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.ContainerAccessibleEditName">
|
|
<summary>
|
|
<para>Represents the text which identifies the name of an in-place editor within a container control.
|
|
|
|
<para>
|
|
The string which is identified by this enumeration value is used to initiliaze an editor's <see cref="P:DevExpress.XtraEditors.BaseEdit.AccessibleName"/> property when this editor is activated for in-place editing within container controls (eg. XtraGrid, XtraTreeList, etc).
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.DataEmpty">
|
|
<summary>
|
|
<para><para>
|
|
Specifies the text string displayed in the <see cref="T:DevExpress.XtraEditors.PictureEdit"/> and <see cref="T:DevExpress.XtraEditors.ImageEdit"/> editors when no image is loaded.
|
|
</para>
|
|
<para>
|
|
Return value: Data empty
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.DateEditClear">
|
|
<summary>
|
|
<para><para>
|
|
The caption of the <b>Clear</b> button used to set the <see cref="T:DevExpress.XtraEditors.DateEdit"/> editor's edit value to the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.NullDate"/> property value (<b>null</b>-date).
|
|
</para>
|
|
<para>
|
|
Return value: Clear
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.DateEditToday">
|
|
<summary>
|
|
<para><para>
|
|
The caption of the <b>Today</b> button used to assign the current day to the edit value of the <see cref="T:DevExpress.XtraEditors.DateEdit"/> editor.
|
|
</para>
|
|
<para>
|
|
Return value: Today
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.DefaultBooleanDefault">
|
|
<summary>
|
|
<para>Returns "Default"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.DefaultBooleanFalse">
|
|
<summary>
|
|
<para>Returns "False"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.DefaultBooleanTrue">
|
|
<summary>
|
|
<para>Returns "True"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FieldListName">
|
|
<summary>
|
|
<para>Returns "Field List ({0})".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterAggregateAvg">
|
|
<summary>
|
|
<para>Returns "Avg".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterAggregateCount">
|
|
<summary>
|
|
<para>Returns "Count".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterAggregateExists">
|
|
<summary>
|
|
<para>Returns "Exists".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterAggregateMax">
|
|
<summary>
|
|
<para>Returns "Max".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterAggregateMin">
|
|
<summary>
|
|
<para>Returns "Min".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterAggregateSum">
|
|
<summary>
|
|
<para>Returns "Sum".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseAnyOf">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>AnyOf</b> filter clause.</para>
|
|
<para>Return value: Is any of</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseBeginsWith">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>BeginsWith</b> filter clause.</para>
|
|
<para>Return value: Begins with</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseBetween">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>Between</b> filter clause.</para>
|
|
<para>Return value: Is between</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseBetweenAnd">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>BetweenAnd</b> filter clause.</para>
|
|
<para>Return value: and</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseContains">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>Contains</b> filter clause.</para>
|
|
<para>Return value: Contains</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseDoesNotContain">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>DoesNotContain</b> filter clause.</para>
|
|
<para>Return value: Does not contain</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseDoesNotEqual">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>DoesNotEqual</b> filter clause.</para>
|
|
<para>Return value: Does not equal</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseEndsWith">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>EndsWith</b> filter clause.</para>
|
|
<para>Return value: Ends with</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseEquals">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>Equals</b> filter clause.</para>
|
|
<para>Return value: Equals</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseGreater">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>Greater</b> filter clause.</para>
|
|
<para>Return value: Is greater than</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseGreaterOrEqual">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>GreaterOrEqual</b> filter clause.</para>
|
|
<para>Return value: Is greater than or equal to</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseIsNotNull">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>IsNotNull</b> filter clause.</para>
|
|
<para>Return value: Is not blank</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseIsNotNullOrEmpty">
|
|
<summary>
|
|
<para>Returns "Is not blank".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseIsNull">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>IsNull</b> filter clause.</para>
|
|
<para>Return value: Is blank</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseIsNullOrEmpty">
|
|
<summary>
|
|
<para>Returns "Is blank".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseLess">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>Less</b> filter clause.</para>
|
|
<para>Return value: Is less than</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseLessOrEqual">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>LessOrEqual</b> filter clause.</para>
|
|
<para>Return value: Is less than or equal to</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseLike">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>Like</b> filter clause.</para>
|
|
<para>Return value: Is like</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseNoneOf">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>NoneOf</b> filter clause.</para>
|
|
<para>Return value: Is none of</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseNotBetween">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>NotBetween</b> filter clause.</para>
|
|
<para>Return value: Is not between</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterClauseNotLike">
|
|
<summary>
|
|
<para><para>Represents the caption of the <b>NotLike</b> filter clause.</para>
|
|
<para>Return value: Is not like</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaInvalidExpression">
|
|
<summary>
|
|
<para>Specifies an error message that may occur when parsing an expression
|
|
<para>
|
|
Return value: The specified expression contains invalid symbols (line {0}, character {1}).
|
|
</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaInvalidExpressionEx">
|
|
<summary>
|
|
<para>Specifies an error message that may occur when parsing an expression
|
|
<para>
|
|
Return value: The specified expression is invalid..
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringBetween">
|
|
<summary>
|
|
<para>Specifies the textual representation of the <b>Between</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Between
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringBinaryOperatorBitwiseAnd">
|
|
<summary>
|
|
<para>Specifies the textual representation of the binary bitwise <b>AND</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: @amp;
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringBinaryOperatorBitwiseOr">
|
|
<summary>
|
|
<para>Specifies the textual representation of the binary bitwise <b>OR</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: |
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringBinaryOperatorBitwiseXor">
|
|
<summary>
|
|
<para>Specifies the textual representation of the binary bitwise <b>XOR</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: ^
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringBinaryOperatorDivide">
|
|
<summary>
|
|
<para>Specifies the textual representation of the binary <b>Divide</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: /
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringBinaryOperatorEqual">
|
|
<summary>
|
|
<para>Specifies the textual representation of the binary <b>Equal to</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: =
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringBinaryOperatorGreater">
|
|
<summary>
|
|
<para>Specifies the textual representation of the binary <b>Greater than</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: @gt;
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringBinaryOperatorGreaterOrEqual">
|
|
<summary>
|
|
<para>Specifies the textual representation of the binary <b>Greater than or equal to</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: @gt;=
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringBinaryOperatorLess">
|
|
<summary>
|
|
<para>Specifies the textual representation of the binary <b>Less than</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: @lt;
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringBinaryOperatorLessOrEqual">
|
|
<summary>
|
|
<para>Specifies the textual representation of the binary <b>Less than or equal to</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: @lt;=
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringBinaryOperatorLike">
|
|
<summary>
|
|
<para>Specifies the textual representation of the binary <b>Like</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Like
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringBinaryOperatorMinus">
|
|
<summary>
|
|
<para>Specifies the textual representation of the binary <b>Minus</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: -
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringBinaryOperatorModulo">
|
|
<summary>
|
|
<para>Specifies the textual representation of the binary <b>Modulo</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: %
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringBinaryOperatorMultiply">
|
|
<summary>
|
|
<para>Specifies the textual representation of the binary <b>Multiply</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: *
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringBinaryOperatorNotEqual">
|
|
<summary>
|
|
<para>Specifies the textual representation of the binary <b>Not Equal</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: @lt;@gt;
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringBinaryOperatorPlus">
|
|
<summary>
|
|
<para>Specifies the textual representation of the binary<b>Plus</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: +
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionAbs">
|
|
<summary>
|
|
<para>Returns "Abs"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionAcos">
|
|
<summary>
|
|
<para>Returns "Acos"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionAddDays">
|
|
<summary>
|
|
<para>Returns "Add days"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionAddHours">
|
|
<summary>
|
|
<para>Returns "Add hours"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionAddMilliSeconds">
|
|
<summary>
|
|
<para>Returns "Add milliseconds"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionAddMinutes">
|
|
<summary>
|
|
<para>Returns "Add minutes"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionAddMonths">
|
|
<summary>
|
|
<para>Returns "Add months"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionAddSeconds">
|
|
<summary>
|
|
<para>Returns "Add seconds"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionAddTicks">
|
|
<summary>
|
|
<para>Returns "Add ticks"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionAddTimeSpan">
|
|
<summary>
|
|
<para>Returns "Add time span"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionAddYears">
|
|
<summary>
|
|
<para>Returns "Add years"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionAscii">
|
|
<summary>
|
|
<para>Returns "Ascii"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionAsin">
|
|
<summary>
|
|
<para>Returns "Asin"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionAtn">
|
|
<summary>
|
|
<para>Returns "Atn"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionAtn2">
|
|
<summary>
|
|
<para>Returns "Atn2"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionBigMul">
|
|
<summary>
|
|
<para>Returns "Big Mul"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionCeiling">
|
|
<summary>
|
|
<para>Returns "Ceiling"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionChar">
|
|
<summary>
|
|
<para>Returns "Char"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionCharIndex">
|
|
<summary>
|
|
<para>Returns "Char index"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionConcat">
|
|
<summary>
|
|
<para>Returns "Concat"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionContains">
|
|
<summary>
|
|
<para>Returns "Contains".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionCos">
|
|
<summary>
|
|
<para>Returns "Cos"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionCosh">
|
|
<summary>
|
|
<para>Returns "Cosh"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionCustom">
|
|
<summary>
|
|
<para>Specifies a string which represents the <see cref="F:DevExpress.Data.Filtering.FunctionOperatorType.Custom"/> function type in filter display text.
|
|
<para>
|
|
Return value: Custom
|
|
</para>
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionCustomNonDeterministic">
|
|
<summary>
|
|
<para>Returns "Custom non deterministic"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionDateDiffDay">
|
|
<summary>
|
|
<para>Returns "Date diff day"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionDateDiffHour">
|
|
<summary>
|
|
<para>Returns "Date diff hour"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionDateDiffMilliSecond">
|
|
<summary>
|
|
<para>Returns "Date diff millisecond"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionDateDiffMinute">
|
|
<summary>
|
|
<para>Returns "Date diff minute"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionDateDiffMonth">
|
|
<summary>
|
|
<para>Returns "Date diff month"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionDateDiffSecond">
|
|
<summary>
|
|
<para>Returns "Date diff second"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionDateDiffTick">
|
|
<summary>
|
|
<para>Returns "Date diff tick"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionDateDiffYear">
|
|
<summary>
|
|
<para>Returns "Date diff year"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionEndsWith">
|
|
<summary>
|
|
<para>Returns "Ends with".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionExp">
|
|
<summary>
|
|
<para>Returns "Exp"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionFloor">
|
|
<summary>
|
|
<para>Returns "Floor"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionGetDate">
|
|
<summary>
|
|
<para>Returns "Get date"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionGetDay">
|
|
<summary>
|
|
<para>Returns "Get day"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionGetDayOfWeek">
|
|
<summary>
|
|
<para>Returns "Get day of week"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionGetDayOfYear">
|
|
<summary>
|
|
<para>Returns "Get day of year"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionGetHour">
|
|
<summary>
|
|
<para>Returns "Get hour"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionGetMilliSecond">
|
|
<summary>
|
|
<para>Returns "Get millisecond"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionGetMinute">
|
|
<summary>
|
|
<para>Returns "Get minute"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionGetMonth">
|
|
<summary>
|
|
<para>Returns "Get month"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionGetSecond">
|
|
<summary>
|
|
<para>Returns "Get second"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionGetTimeOfDay">
|
|
<summary>
|
|
<para>Returns "Get time of day"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionGetYear">
|
|
<summary>
|
|
<para>Returns "Get year"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIif">
|
|
<summary>
|
|
<para>Specifies the textual representation of the <b>Iif</b> function used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Iif
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionInsert">
|
|
<summary>
|
|
<para>Returns "Insert"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIsNull">
|
|
<summary>
|
|
<para>Specifies the textual representation of the <b>Is Null</b> function, which takes one or two arguments, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: IsNull
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIsNullOrEmpty">
|
|
<summary>
|
|
<para>Returns "Is null or empty"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIsOutlookIntervalBeyondThisYear">
|
|
<summary>
|
|
<para>Specifies the textual representation of the IsBeyondThisYear function, which takes one argument, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: BeyondThisYear
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIsOutlookIntervalEarlierThisMonth">
|
|
<summary>
|
|
<para>Specifies the textual representation of the IsEarlierThisMonth function, which takes one argument, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: EarlierThisMonth
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIsOutlookIntervalEarlierThisWeek">
|
|
<summary>
|
|
<para>Specifies the textual representation of the IsEarlierThisWeek function, which takes one argument, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: EarlierThisWeek
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIsOutlookIntervalEarlierThisYear">
|
|
<summary>
|
|
<para>Specifies the textual representation of the IsEarlierThisYear function, which takes one argument, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: EarlierThisYear
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIsOutlookIntervalLastWeek">
|
|
<summary>
|
|
<para>Specifies the textual representation of the IsLastWeek function, which takes one argument, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: LastWeek
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIsOutlookIntervalLaterThisMonth">
|
|
<summary>
|
|
<para>Specifies the textual representation of the IsLaterThisMonth function, which takes one argument, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: LaterThisMonth
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIsOutlookIntervalLaterThisWeek">
|
|
<summary>
|
|
<para>Specifies the textual representation of the IsLaterThisWeek function, which takes one argument, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: LaterThisWeek
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIsOutlookIntervalLaterThisYear">
|
|
<summary>
|
|
<para>Specifies the textual representation of the IsLaterThisYear function, which takes one argument, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: LaterThisYear
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIsOutlookIntervalNextWeek">
|
|
<summary>
|
|
<para>Specifies the textual representation of the IsNextWeek function, which takes one argument, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: NextWeek
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIsOutlookIntervalPriorThisYear">
|
|
<summary>
|
|
<para>Specifies the textual representation of the IsPriorThisYear function, which takes one argument, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: PriorThisYear
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIsOutlookIntervalToday">
|
|
<summary>
|
|
<para>Specifies the textual representation of the IsToday function, which takes one argument, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Today
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIsOutlookIntervalTomorrow">
|
|
<summary>
|
|
<para>Specifies the textual representation of the IsTomorrow function, which takes one argument, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Tomorrow
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIsOutlookIntervalYesterday">
|
|
<summary>
|
|
<para>Specifies the textual representation of the IsYesterday function, which takes one argument, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Yesterday
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIsThisMonth">
|
|
<summary>
|
|
<para><para>
|
|
Return value: Is This Month
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIsThisWeek">
|
|
<summary>
|
|
<para><para>
|
|
Return value: Is This Week
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionIsThisYear">
|
|
<summary>
|
|
<para><para>
|
|
Return value: Is This Year
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionLen">
|
|
<summary>
|
|
<para>Specifies the textual representation of the <b>Len</b> function used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Len
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionLocalDateTimeDayAfterTomorrow">
|
|
<summary>
|
|
<para>Specifies the textual representation of the DayAfterTomorrow function, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: DayAfterTomorrow
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionLocalDateTimeLastWeek">
|
|
<summary>
|
|
<para>Specifies the textual representation of the LastWeek function, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: LastWeek
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionLocalDateTimeNextMonth">
|
|
<summary>
|
|
<para>Specifies the textual representation of the NextMonth function, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: NextMonth
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionLocalDateTimeNextWeek">
|
|
<summary>
|
|
<para>Specifies the textual representation of the NextWeek function, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: NextWeek
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionLocalDateTimeNextYear">
|
|
<summary>
|
|
<para>Specifies the textual representation of the NextYear function, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: NextYear
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionLocalDateTimeNow">
|
|
<summary>
|
|
<para>Specifies the textual representation of the Now function, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Now
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionLocalDateTimeThisMonth">
|
|
<summary>
|
|
<para>Specifies the textual representation of the ThisMonth function, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: ThisMonth
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionLocalDateTimeThisWeek">
|
|
<summary>
|
|
<para>Specifies the textual representation of the ThisWeek function, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: ThisWeek
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionLocalDateTimeThisYear">
|
|
<summary>
|
|
<para>Specifies the textual representation of the ThisYear function, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: ThisYear
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionLocalDateTimeToday">
|
|
<summary>
|
|
<para>Specifies the textual representation of the Today function, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Today
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionLocalDateTimeTomorrow">
|
|
<summary>
|
|
<para>Specifies the textual representation of the Tomorrow function, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Tomorrow
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionLocalDateTimeTwoWeeksAway">
|
|
<summary>
|
|
<para>Specifies the textual representation of the TwoWeeksAway function, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: TwoWeeksAway
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionLocalDateTimeYesterday">
|
|
<summary>
|
|
<para>Specifies the textual representation of the Yesterday function, used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Yesterday
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionLog">
|
|
<summary>
|
|
<para>Returns "Log"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionLog10">
|
|
<summary>
|
|
<para>Returns "Log10"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionLower">
|
|
<summary>
|
|
<para>Specifies the textual representation of the <b>Lower</b> function used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Lower
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionMax">
|
|
<summary>
|
|
<para>Returns "Max"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionMin">
|
|
<summary>
|
|
<para>Returns "Min"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionNone">
|
|
<summary>
|
|
<para>Specifies the string which represents the <see cref="F:DevExpress.Data.Filtering.FunctionOperatorType.None"/> function type in filter display text.
|
|
<para>
|
|
Return value: None
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionNow">
|
|
<summary>
|
|
<para>Returns "Now"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionPadLeft">
|
|
<summary>
|
|
<para>Returns "Pad left"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionPadRight">
|
|
<summary>
|
|
<para>Returns "Pad right"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionPower">
|
|
<summary>
|
|
<para>Returns "Power"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionRemove">
|
|
<summary>
|
|
<para>Returns "Remove"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionReplace">
|
|
<summary>
|
|
<para>Returns "Replace"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionReverse">
|
|
<summary>
|
|
<para>Returns "Reverse"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionRnd">
|
|
<summary>
|
|
<para>Returns "Rnd"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionRound">
|
|
<summary>
|
|
<para>Returns "Round"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionSign">
|
|
<summary>
|
|
<para>Returns "Sign"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionSin">
|
|
<summary>
|
|
<para>Returns "Sin"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionSinh">
|
|
<summary>
|
|
<para>Returns "Sinh"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionSqr">
|
|
<summary>
|
|
<para>Returns "Sqr"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionStartsWith">
|
|
<summary>
|
|
<para>Returns "Starts with".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionSubstring">
|
|
<summary>
|
|
<para>Specifies the textual representation of the <b>Substring</b> function used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Substring
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionTan">
|
|
<summary>
|
|
<para>Returns "Tan"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionTanh">
|
|
<summary>
|
|
<para>Returns "Tanh"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionToday">
|
|
<summary>
|
|
<para>Returns "Today"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionToDecimal">
|
|
<summary>
|
|
<para>Returns "To decimal".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionToDouble">
|
|
<summary>
|
|
<para>Returns "To double".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionToFloat">
|
|
<summary>
|
|
<para>Returns "To float".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionToInt">
|
|
<summary>
|
|
<para>Returns "To int".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionToLong">
|
|
<summary>
|
|
<para>Returns "To long".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionToStr">
|
|
<summary>
|
|
<para>Returns "To str"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionTrim">
|
|
<summary>
|
|
<para>Specifies the textual representation of the <b>Trim</b> function used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Trim
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionUpper">
|
|
<summary>
|
|
<para>Specifies the textual representation of the <b>Upper</b> function used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Upper
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringFunctionUtcNow">
|
|
<summary>
|
|
<para>Returns "Utc now"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringGroupOperatorAnd">
|
|
<summary>
|
|
<para>Specifies the textual representation of the Boolean <b>And</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: And
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringGroupOperatorOr">
|
|
<summary>
|
|
<para>Specifies the textual representation of the Boolean <b>Or</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Or
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringIn">
|
|
<summary>
|
|
<para>Specifies the textual representation of the <b>In</b> function used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: In
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringIsNotNull">
|
|
<summary>
|
|
<para>Specifies the textual representation of the <b>Is not null</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Is Not Null
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringNotLike">
|
|
<summary>
|
|
<para>Specifies the textual representation of the <b>Not like</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Not Like
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringUnaryOperatorBitwiseNot">
|
|
<summary>
|
|
<para>Specifies the textual representation of the unary bitwise <b>Not</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: ~
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringUnaryOperatorIsNull">
|
|
<summary>
|
|
<para>Specifies the textual representation of the unary <b>Is null</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Is Null
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringUnaryOperatorMinus">
|
|
<summary>
|
|
<para>Specifies the textual representation of the unary <b>Minus</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: -
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringUnaryOperatorNot">
|
|
<summary>
|
|
<para>Specifies the textual representation of the unary <b>Not</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: Not
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterCriteriaToStringUnaryOperatorPlus">
|
|
<summary>
|
|
<para>Specifies the textual representation of the unary <b>Plus</b> operator used when constructing a display string of filter criteria.
|
|
<para>
|
|
Return value: +
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterDateTextAlt">
|
|
<summary>
|
|
<para>Specifies the textual representations of date-time functions shown in filter popup windows.
|
|
<para>
|
|
Return value: "Show all|Filter by a specific date:|Beyond|||Next week|Today|This week|This month|Earlier|{0:yyyy}, {0:MMMM}"
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterDateTimeConstantMenuCaption">
|
|
<summary>
|
|
<para>Specifies the caption of a submenu that contains date-time constants used to filter data
|
|
<para>
|
|
Return value: DateTime constants
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterDateTimeOperatorMenuCaption">
|
|
<summary>
|
|
<para>Specifies the caption of a submenu that contains date-time operators used to filter data
|
|
<para>
|
|
Return value: DateTime operators
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterEditorTabText">
|
|
<summary>
|
|
<para>Returns "Text"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterEditorTabVisual">
|
|
<summary>
|
|
<para>Returns "Visual"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterEmptyEnter">
|
|
<summary>
|
|
<para><para>Return value: enter a value</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterEmptyParameter">
|
|
<summary>
|
|
<para><para>Return value: @lt;enter a parameter@gt;
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterEmptyValue">
|
|
<summary>
|
|
<para><para>Return value: empty</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterFunctionsMenuCaption">
|
|
<summary>
|
|
<para>Returns "Functions"
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterGroupAnd">
|
|
<summary>
|
|
<para><para>Return value: And</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterGroupNotAnd">
|
|
<summary>
|
|
<para><para>Return value: Not And</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterGroupNotOr">
|
|
<summary>
|
|
<para><para>Return value: Not Or</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterGroupOr">
|
|
<summary>
|
|
<para><para>Return value: Or</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterMenuAddNewParameter">
|
|
<summary>
|
|
<para><para>Return value: @lt;Add a new parameter ...@gt;
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterMenuClearAll">
|
|
<summary>
|
|
<para><para>Return value: Clear All</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterMenuConditionAdd">
|
|
<summary>
|
|
<para><para>Return value: Add Condition</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterMenuGroupAdd">
|
|
<summary>
|
|
<para><para>Return value: Add Group</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterMenuRowRemove">
|
|
<summary>
|
|
<para><para>Return value: Remove Row</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterOutlookDateText">
|
|
<summary>
|
|
<para>Specifies the textual representations of date-time functions shown in filter popup windows.
|
|
<para>
|
|
Return value:
|
|
"Show all|Show Empty|Filter by a specific date:|Beyond this year|Later this year|Later this month|Next week|Later this week|Tomorrow|Today|Yesterday|Earlier this week|Last week|Earlier this month|Earlier this year|Prior to this year"
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterPopupToolbarIncrementalSearch">
|
|
<summary>
|
|
<para>The text displayed within a tooltip invoked when hovering over the <b>Incremental Search</b> filter popup toolbar button.
|
|
<para>Return value: Incremental Search</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterPopupToolbarInvertFilter">
|
|
<summary>
|
|
<para>The text displayed within a tooltip invoked when hovering over the <b>Invert Filter</b> filter popup toolbar button.
|
|
<para>Return value: Invert Filter</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterPopupToolbarMultiSelection">
|
|
<summary>
|
|
<para>The text displayed within a tooltip invoked when hovering over the <b>Multi-Selection</b> filter popup toolbar button.
|
|
<para>Return value: Multi-Selection</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterPopupToolbarRadioMode">
|
|
<summary>
|
|
<para>The text displayed within a tooltip invoked when hovering over the <b>Radio Mode</b> filter popup toolbar button.
|
|
<para>Return value: Radio Mode</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterPopupToolbarShowNewValues">
|
|
<summary>
|
|
<para>The text displayed within a tooltip invoked when hovering over the <b>Show New Field Values</b> filter popup toolbar button.
|
|
<para>Return value: Show New Field Values</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterPopupToolbarShowOnlyAvailableItems">
|
|
<summary>
|
|
<para>The text displayed within a tooltip invoked when hovering over the <b>Show Only Available Items</b> filter popup toolbar button.
|
|
<para>Return value: Show Only Available Items</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterShowAll">
|
|
<summary>
|
|
<para><para>Return value: (Show All)</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterToolTipElementAdd">
|
|
<summary>
|
|
<para><para>Return value: Adds a new item to the list.</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterToolTipKeysAdd">
|
|
<summary>
|
|
<para><para>Return value: (Use the Insert or Add button on the keyboard)</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterToolTipKeysRemove">
|
|
<summary>
|
|
<para><para>Return value: (Use the Delete or Subtract button on the keyboard)</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterToolTipNodeAction">
|
|
<summary>
|
|
<para><para>Return value: Actions.</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterToolTipNodeAdd">
|
|
<summary>
|
|
<para><para>Return value: Adds a new condition to this group.</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterToolTipNodeRemove">
|
|
<summary>
|
|
<para><para>Return value: Removes this condition.</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.FilterToolTipValueType">
|
|
<summary>
|
|
<para><para>Return value: Compare to a value / other field's value.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.ImagePopupEmpty">
|
|
<summary>
|
|
<para><para>Specifies the text string displayed within the <see cref="T:DevExpress.XtraEditors.ImageEdit"/> editor's edit region when no image is loaded if the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemBlobBaseEdit.ShowIcon"/> property is set to <b>false</b> (the identification icon is not displayed).</para>
|
|
<para>Return value: (Empty)</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.ImagePopupPicture">
|
|
<summary>
|
|
<para><para>Specifies the text string displayed within the <see cref="T:DevExpress.XtraEditors.ImageEdit"/> editor's edit region when the image is loaded if the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemBlobBaseEdit.ShowIcon"/> property is set to <b>false</b> (the identification icon is not displayed).</para>
|
|
<para>Return value: (Picture)</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.InvalidValueText">
|
|
<summary>
|
|
<para><para>Represents the default error description displayed in a message box/tooltip if the editor's validation has failed.</para>
|
|
<para>Return value: Invalid Value</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.LookUpColumnDefaultName">
|
|
<summary>
|
|
<para><para>
|
|
Represents the initial value of the <see cref="P:DevExpress.XtraEditors.Controls.LookUpColumnInfo.FieldName"/> property when the <see cref="T:DevExpress.XtraEditors.Controls.LookUpColumnInfo"/> object is created without parameters.
|
|
</para>
|
|
|
|
Return value: Name
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.LookUpEditValueIsNull">
|
|
<summary>
|
|
<para>Specifies the text string displayed in the edit box of the <see cref="T:DevExpress.XtraEditors.LookUpEdit"/> when the edit value is <b>null</b> (<b>Nothing</b> in Visual Basic).
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.LookUpInvalidEditValueType">
|
|
<summary>
|
|
<para>Reserved for future use.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.MaskBoxValidateError">
|
|
<summary>
|
|
<para><para>Specifies the exception message raised when the editor's entered value specified by the mask is incomplete.</para>
|
|
<para>
|
|
Return value: The entered value is incomplete. Do you want to correct it?\r\n\r\nYes - return to the editor and correct the value.\r\nNo - leave the value as is.\r\nCancel - reset to the previous value.\r\n
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.NavigatorAppendButtonHint">
|
|
<summary>
|
|
<para><para>Specifies the default hint of the <see cref="T:DevExpress.XtraEditors.DataNavigator"/>'s button used to insert a new blank record after the last one in the data source.</para>
|
|
Return value: Append
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.NavigatorCancelEditButtonHint">
|
|
<summary>
|
|
<para><para>Specifies the default hint of the <see cref="T:DevExpress.XtraEditors.DataNavigator"/>'s button used to cancel edits to the current record.</para>
|
|
Return value: Cancel Edit
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.NavigatorEditButtonHint">
|
|
<summary>
|
|
<para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.NavigatorEndEditButtonHint">
|
|
<summary>
|
|
<para><para>Specifies the default hint of the <see cref="T:DevExpress.XtraEditors.DataNavigator"/>'s button used to post edited record value to the associated data source.</para>
|
|
Return value: End Edit
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.NavigatorFirstButtonHint">
|
|
<summary>
|
|
<para><para>Specifies the default hint of the <see cref="T:DevExpress.XtraEditors.DataNavigator"/>'s button used to set the current record to the first record in the dataset.</para>
|
|
Return value: First
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.NavigatorLastButtonHint">
|
|
<summary>
|
|
<para><para>Specifies the default hint of the <see cref="T:DevExpress.XtraEditors.DataNavigator"/>'s button used to set the current record to the last record in the data source.</para>
|
|
Return value: Last
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.NavigatorNextButtonHint">
|
|
<summary>
|
|
<para><para>Specifies the default hint of the <see cref="T:DevExpress.XtraEditors.DataNavigator"/>'s button used to set the current record to the next record in the data source.</para>
|
|
Return value: Last
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.NavigatorNextPageButtonHint">
|
|
<summary>
|
|
<para><para>Specifies the default hint of the <see cref="T:DevExpress.XtraEditors.DataNavigator"/>'s button used to change the current record position in the data source by the <see cref="P:DevExpress.XtraEditors.DataNavigatorButtons.PageRecordCount"/> property value upwards.</para>
|
|
Return value: Next Page
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.NavigatorPreviousButtonHint">
|
|
<summary>
|
|
<para><para>Specifies the default hint of the <see cref="T:DevExpress.XtraEditors.DataNavigator"/>'s button used to the current record to the previous one in the data source.</para>
|
|
Return value: Previous
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.NavigatorPreviousPageButtonHint">
|
|
<summary>
|
|
<para><para>Specifies the default hint of the <see cref="T:DevExpress.XtraEditors.DataNavigator"/>'s button used to change the current record position in the data source by the <see cref="P:DevExpress.XtraEditors.DataNavigatorButtons.PageRecordCount"/> property value backwards.</para>
|
|
Return value: Previous Page
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.NavigatorRemoveButtonHint">
|
|
<summary>
|
|
<para><para>Specifies the default hint of the <see cref="T:DevExpress.XtraEditors.DataNavigator"/>'s button used to delete the current record.</para>
|
|
Return value: Delete
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.NavigatorTextStringFormat">
|
|
<summary>
|
|
<para><para>Specifies the format of the text string which can be displayed in the <see cref="T:DevExpress.XtraEditors.DataNavigator"/> to display the current record and the total number of records in the associated data source.</para>
|
|
Return value: Record {0} of {1}
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.None">
|
|
<summary>
|
|
<para><para>Specifies the default hint for the <see cref="T:DevExpress.XtraEditors.DataNavigator"/>'s custom button.</para>
|
|
<para>Return value: "" (empty string)</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.NotValidArrayLength">
|
|
<summary>
|
|
<para><para>Reserved for future use.</para>
|
|
Return value: Not valid array length.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.OK">
|
|
<summary>
|
|
<para><para>The caption of the Ok button displayed within the dropdown window of a <see cref="T:DevExpress.XtraEditors.ImageEdit"/> and <see cref="T:DevExpress.XtraEditors.MemoExEdit"/> editors.</para>
|
|
Return value: Ok
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditCopyImageError">
|
|
<summary>
|
|
<para>An error displayed when an image cannot be copied to the clipboard by the <see cref="T:DevExpress.XtraEditors.PictureEdit"/> control.
|
|
<para>
|
|
Return value: Could not copy image
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditMenuCopy">
|
|
<summary>
|
|
<para><para>
|
|
Applied to image editors (<see cref="T:DevExpress.XtraEditors.PictureEdit"/> and <see cref="T:DevExpress.XtraEditors.ImageEdit"/> are customized to display images). The string represents the caption of the menu item to copy the contents of an editor.
|
|
</para>
|
|
<para>
|
|
Return value: Copy
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditMenuCut">
|
|
<summary>
|
|
<para><para>
|
|
Applied to image editors (<see cref="T:DevExpress.XtraEditors.PictureEdit"/> and <see cref="T:DevExpress.XtraEditors.ImageEdit"/> are customized to display images). The string represents the caption of the menu item to copy and delete the contents of an editor.
|
|
</para>
|
|
<para>
|
|
Return value: Cut
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditMenuDelete">
|
|
<summary>
|
|
<para><para>
|
|
Applied to image editors (<see cref="T:DevExpress.XtraEditors.PictureEdit"/> and <see cref="T:DevExpress.XtraEditors.ImageEdit"/> customized to display images).The string represents the caption of the menu item to delete the contents of an editor.
|
|
</para>
|
|
<para>
|
|
Return value: Delete
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditMenuFitImage">
|
|
<summary>
|
|
<para>Returns "Fit Image".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditMenuFullSize">
|
|
<summary>
|
|
<para>Returns "Full Size".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditMenuLoad">
|
|
<summary>
|
|
<para><para>
|
|
Applied to image editors (<see cref="T:DevExpress.XtraEditors.PictureEdit"/> and <see cref="T:DevExpress.XtraEditors.ImageEdit"/> are customized to display images).The string represents the caption of the menu item to load an image from an external file.
|
|
</para>
|
|
<para>
|
|
Return value: Load
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditMenuPaste">
|
|
<summary>
|
|
<para><para>
|
|
Applied to image editors (<see cref="T:DevExpress.XtraEditors.PictureEdit"/> and <see cref="T:DevExpress.XtraEditors.ImageEdit"/> are customized to display images).The string represents the caption of the menu item to replace the contents of an editor with an image from the clipboard.
|
|
</para>
|
|
<para>
|
|
Return value: Paste
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditMenuSave">
|
|
<summary>
|
|
<para><para>
|
|
Applied to image editors (<see cref="T:DevExpress.XtraEditors.PictureEdit"/> and <see cref="T:DevExpress.XtraEditors.ImageEdit"/> are customized to display images). The string represents the caption of the menu item to save an editor's image to an external file.
|
|
</para>
|
|
<para>
|
|
Return value: Save
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditMenuZoom">
|
|
<summary>
|
|
<para>Returns "Zoom".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditMenuZoomIn">
|
|
<summary>
|
|
<para>Returns "Zoom In".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditMenuZoomOut">
|
|
<summary>
|
|
<para>Returns "Zoom Out".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditMenuZoomTo">
|
|
<summary>
|
|
<para>Returns "Zoom to:".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditMenuZoomToolTip">
|
|
<summary>
|
|
<para>Returns "{0}%".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditOpenFileError">
|
|
<summary>
|
|
<para><para>
|
|
Specifies the error message displayed when specifying an invalid image for a <see cref="T:DevExpress.XtraEditors.PictureEdit"/> or <see cref="T:DevExpress.XtraEditors.ImageEdit"/> editors.
|
|
</para>
|
|
<para>
|
|
Return value: Wrong picture format
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditOpenFileErrorCaption">
|
|
<summary>
|
|
<para><para>
|
|
The caption of the error message displayed when specifying an invalid image for a <see cref="T:DevExpress.XtraEditors.PictureEdit"/> or <see cref="T:DevExpress.XtraEditors.ImageEdit"/>. This string is followed by detail information on the error.
|
|
</para>
|
|
<para>
|
|
Return value: Open error
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditOpenFileFilter">
|
|
<summary>
|
|
<para><para>
|
|
Specifies the file masks (filters) for the Open dialog used to load an image from an external file to a <see cref="T:DevExpress.XtraEditors.PictureEdit"/> or <see cref="T:DevExpress.XtraEditors.ImageEdit"/> editor.
|
|
</para>
|
|
<para>
|
|
Return value: Bitmap Files (*.bmp)|*.bmp|Graphics Interchange Format (*.gif)|*.gif|JPEG File Interchange Format (*.jpg;*.jpeg)|*.jpg;*.jpeg|Icon Files (*.ico)|*.ico|All Picture Files |*.bmp;*.gif;*.jpg;*.jpeg;*.ico;*.png;*.tif|All Files |*.*
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditOpenFileTitle">
|
|
<summary>
|
|
<para><para>
|
|
The title of the Open File dialog used to load the image into the <see cref="T:DevExpress.XtraEditors.PictureEdit"/> or <see cref="T:DevExpress.XtraEditors.ImageEdit"/> editor..
|
|
</para>
|
|
<para>
|
|
Return value: Open
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditSaveFileFilter">
|
|
<summary>
|
|
<para><para>
|
|
Specifies the file masks (filters) for the Save As dialog used to save the image displayed in a <see cref="T:DevExpress.XtraEditors.PictureEdit"/> or <see cref="T:DevExpress.XtraEditors.ImageEdit"/> editor to an external file.
|
|
</para>
|
|
<para>
|
|
Return value: Bitmap Files (*.bmp)|*.bmp|Graphics Interchange Format (*.gif)|*.gif|JPEG File Interchange Format (*.jpg)|*.jpg
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PictureEditSaveFileTitle">
|
|
<summary>
|
|
<para><para>
|
|
The title of the Save File dialog used to save the image displayed in the <see cref="T:DevExpress.XtraEditors.PictureEdit"/> or <see cref="T:DevExpress.XtraEditors.ImageEdit"/> editor to an external file.
|
|
</para>
|
|
<para>
|
|
Return value: Save As
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.PreviewPanelText">
|
|
<summary>
|
|
<para>The caption of print preview windows.
|
|
<para>
|
|
Return value: Preview:
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.ProgressCancel">
|
|
<summary>
|
|
<para>Returns "Cancel".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.ProgressCancelPending">
|
|
<summary>
|
|
<para>Returns "Cancel pending".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.ProgressCreateDocument">
|
|
<summary>
|
|
<para>Returns "Creating document".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.ProgressExport">
|
|
<summary>
|
|
<para>Returns "Exporting".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.ProgressLoadingData">
|
|
<summary>
|
|
<para>Returns "Loading data".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.ProgressPrinting">
|
|
<summary>
|
|
<para>Returns "Printing".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.RestoreLayoutDialogFileFilter">
|
|
<summary>
|
|
<para>Returns "XML files (*.xml)|*.xml|All files|*.*".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.RestoreLayoutDialogTitle">
|
|
<summary>
|
|
<para>Returns "Restore Layout".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.SaveLayoutDialogFileFilter">
|
|
<summary>
|
|
<para>Returns "XML files (*.xml)|*.xml".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.SaveLayoutDialogTitle">
|
|
<summary>
|
|
<para>Returns "Save Layout".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.TabHeaderButtonClose">
|
|
<summary>
|
|
<para>Specifies the default hint for the tab control's <b>Close</b> button.
|
|
|
|
<para>Return value: Close</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.TabHeaderButtonNext">
|
|
<summary>
|
|
<para>Specifies the default hint for the tab control's <b>Next</b> button which is used to scroll forwards through the tab pages.
|
|
|
|
<para>Return value: Next</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.TabHeaderButtonPrev">
|
|
<summary>
|
|
<para>Specifies the default hint for the tab control's <b>Previous</b> button which is used to scroll backwards through the tab pages.
|
|
|
|
<para>Return value: Previous</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.TabHeaderSelectorButton">
|
|
<summary>
|
|
<para>Returns "Show Window List".
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.TextEditMenuCopy">
|
|
<summary>
|
|
<para><para>Represents the caption of the menu item used to copy the selected contents of an editor.</para>
|
|
|
|
<para>Return value: Copy </para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.TextEditMenuCut">
|
|
<summary>
|
|
<para><para>Represents the caption of the menu item used to cut the selected contents of an editor.</para>
|
|
|
|
<para>Return value: Cut </para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.TextEditMenuDelete">
|
|
<summary>
|
|
<para><para>Represents the caption of the menu item used to delete the selected contents of an editor.</para>
|
|
|
|
<para>Return value: Delete </para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.TextEditMenuPaste">
|
|
<summary>
|
|
<para><para>Represents the caption of the menu item used to replace the contents of an editor with the text held in the clipboard.</para>
|
|
|
|
<para>Return value: Paste</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.TextEditMenuSelectAll">
|
|
<summary>
|
|
<para><para>Represents the caption of the menu item used to select the editor's content.</para>
|
|
|
|
<para>Return value: Select All</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.TextEditMenuUndo">
|
|
<summary>
|
|
<para><para>Represents the caption of the menu item used to undo the last edit operation in the text box.</para>
|
|
|
|
<para>Return value: Undo</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.TransparentBackColorNotSupported">
|
|
<summary>
|
|
<para>The error message displayed when trying to assign a translucent background color to a control that doesn't support transparency.
|
|
<para>
|
|
Return value: This control does not support transparent background colors
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.UnknownPictureFormat">
|
|
<summary>
|
|
<para><para>
|
|
Return value: Unknown picture format
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.XtraMessageBoxAbortButtonText">
|
|
<summary>
|
|
<para>Represents the caption of the <b>Abort</b> button in the <b>XtraMessageBox</b>.
|
|
<para>Return value: Abort</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.XtraMessageBoxCancelButtonText">
|
|
<summary>
|
|
<para>Represents the caption of the <b>Cancel</b> button in the <b>XtraMessageBox</b>.
|
|
<para>Return value: Cancel</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.XtraMessageBoxIgnoreButtonText">
|
|
<summary>
|
|
<para>Represents the caption of the <b>Ignore</b> button in the <b>XtraMessageBox</b>.
|
|
<para>Return value: Ignore</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.XtraMessageBoxNoButtonText">
|
|
<summary>
|
|
<para>Represents the caption of the <b>No</b> button in the <b>XtraMessageBox</b>.
|
|
<para>Return value: No</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.XtraMessageBoxOkButtonText">
|
|
<summary>
|
|
<para>Represents the caption of the <b>Ok</b> button in the <b>XtraMessageBox</b>.
|
|
<para>Return value: Ok</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.XtraMessageBoxRetryButtonText">
|
|
<summary>
|
|
<para>Represents the caption of the <b>Retry</b> button in the <b>XtraMessageBox</b>.
|
|
<para>Return value: Retry</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.StringId.XtraMessageBoxYesButtonText">
|
|
<summary>
|
|
<para>Represents the caption of the <b>Yes</b> button in the <b>XtraMessageBox</b>.
|
|
<para>Return value: Yes</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.InplaceType">
|
|
|
|
<summary>
|
|
<para>Contains values specifying the inplace editor types.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.InplaceType.Bars">
|
|
<summary>
|
|
<para>This member supports the .NET framework infrastructure and is not intended to be used in your code.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.InplaceType.Grid">
|
|
<summary>
|
|
<para>This member supports the .NET framework infrastructure and is not intended to be used in your code.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.InplaceType.Standalone">
|
|
<summary>
|
|
<para>This member supports the .NET framework infrastructure and is not intended to be used in your code.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.BaseListBoxControl">
|
|
|
|
<summary>
|
|
<para>Serves as the base for <see cref="T:DevExpress.XtraEditors.ListBoxControl"/>, <see cref="T:DevExpress.XtraEditors.BaseCheckedListBoxControl"/>, <see cref="T:DevExpress.XtraEditors.CheckedListBoxControl"/>, <see cref="T:DevExpress.XtraEditors.BaseImageListBoxControl"/> and <see cref="T:DevExpress.XtraEditors.ImageListBoxControl"/> classes.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.BaseListBoxControl"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.AllowHtmlDraw">
|
|
<summary>
|
|
<para>Gets or sets whether HTML tags can be used to format the text of the control's items.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether HTML tags can be used to format the text of the control's items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.BackColor">
|
|
<summary>
|
|
<para>Gets or sets the control's background color.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> value that specifies the control's background color.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.BeginUpdate">
|
|
<summary>
|
|
<para>Locks the BaseListBoxControl by preventing visual updates of the object and its elements until the <b>EndUpdate</b> method is called.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.CancelUpdate">
|
|
<summary>
|
|
<para>Unlocks the BaseListBoxControl object after it has been locked by the <b>BeginUpdate</b> method, without causing an immediate visual update.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.ColumnWidth">
|
|
<summary>
|
|
<para>Gets or sets column width.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value representing column width in pixels.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.DataSource">
|
|
<summary>
|
|
<para>Gets or sets the data source whose data is displayed by a list box control.
|
|
</para>
|
|
</summary>
|
|
<value>A data source object whose data is displayed by the list box control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseListBoxControl.DataSourceChanged">
|
|
<summary>
|
|
<para>Occurs immediately after the <see cref="P:DevExpress.XtraEditors.BaseListBoxControl.DataSource"/> property value has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.BaseListBoxControl.DefaultShowToolTipForTrimmedText">
|
|
<summary>
|
|
<para>The default value for the <see cref="P:DevExpress.XtraEditors.BaseListBoxControl.ShowToolTipForTrimmedText"/> property. Returns <b>false</b>.
|
|
</para>
|
|
</summary>
|
|
<returns> [To be supplied] </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.DisplayMember">
|
|
<summary>
|
|
<para>Gets or sets a field name in the bound data source whose contents are to be displayed by the list box control.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying a field name in a data source.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseListBoxControl.DisplayMemberChanged">
|
|
<summary>
|
|
<para>Occurs immediately after the list box control display member has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseListBoxControl.DrawItem">
|
|
<summary>
|
|
<para>Provides the ability to custom paint items displayed within the list box control.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.EndUpdate">
|
|
<summary>
|
|
<para>Unlocks the BaseListBoxControl object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.FindItem(System.Object)">
|
|
<summary>
|
|
<para>Returns the index of the specified item.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
An object which represents an item whose index is returned.
|
|
|
|
</param>
|
|
<returns>An integer value which specifies the item's position within the collection. <b>-1</b> if the item isn't found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.FindItem(System.Int32,System.Boolean,DevExpress.XtraEditors.ListBoxFindItemDelegate)">
|
|
<summary>
|
|
<para>Searches for the first list box item in the specified direction from the specified index, using a cusom algorithm.
|
|
</para>
|
|
</summary>
|
|
<param name="startIndex">
|
|
An integer value providing the zero-based index of the start item.
|
|
|
|
</param>
|
|
<param name="updown">
|
|
<b>true</b> to search to the end of the item list; <b>false</b> to search to the beginning of the item list.
|
|
|
|
</param>
|
|
<param name="predicate">
|
|
A delegate that is called when searching for a list box item.
|
|
|
|
</param>
|
|
<returns>An integer value representing the zero-based index of the first item found. <b>-1</b> if no item is found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.FindString(System.String)">
|
|
<summary>
|
|
<para>Finds the first item in the list box control starting with the specified string.
|
|
</para>
|
|
</summary>
|
|
<param name="s">
|
|
A string value representing the search text.
|
|
|
|
</param>
|
|
<returns>An integer value representing the zero-based index of the first item found. <b>-1</b> if no item is found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.FindString(System.String,System.Int32)">
|
|
<summary>
|
|
<para>Finds the first item in the list box control which starts with the specified string. The search starts at a starting index specified by the parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="s">
|
|
A string value providing the search text.
|
|
|
|
</param>
|
|
<param name="startIndex">
|
|
An integer value providing the zero-based index of the start item.
|
|
|
|
</param>
|
|
<returns>An integer value representing the zero-based index of the first item found. <b>-1</b> if no item is found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.FindString(System.String,System.Int32,System.Boolean)">
|
|
<summary>
|
|
<para>Searches for the first list box item in the specified direction from the specified index, and starting with a specific string.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="s">
|
|
A string value representing the search text.
|
|
|
|
</param>
|
|
<param name="startIndex">
|
|
An integer value providing the zero-based index of the start item.
|
|
|
|
</param>
|
|
<param name="updown">
|
|
<b>true</b> to search to the end of the item list; <b>false</b> to search to the beginning of the item list.
|
|
|
|
</param>
|
|
<returns>An integer value representing the zero-based index of the first item found. <b>-1</b> if no item is found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.FindStringExact(System.String,System.Int32)">
|
|
<summary>
|
|
<para>Finds the first item which matches the specified string exactly.
|
|
</para>
|
|
</summary>
|
|
<param name="s">
|
|
A string value specifying the search text.
|
|
|
|
</param>
|
|
<param name="startIndex">
|
|
An integer value representing the zero-based index of the first item to be searched.
|
|
|
|
</param>
|
|
<returns>An integer value representing the zero-based index of the first item found. <b>-1</b> if no item is found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.FindStringExact(System.String)">
|
|
<summary>
|
|
<para>Finds the first item in the list box control which matches the specified string exactly.
|
|
</para>
|
|
</summary>
|
|
<param name="s">
|
|
A string value specifying the search text.
|
|
|
|
</param>
|
|
<returns>An integer value representing the zero-based index of the first item found. <b>-1</b> if no item is found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.ForceInitialize">
|
|
<summary>
|
|
<para>Forces the control to finish its initialization.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.GetDisplayItemValue(System.Int32)">
|
|
<summary>
|
|
<para>Gets an item's display value.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
A zero-based integer specifying the item by its position within the collection.
|
|
|
|
</param>
|
|
<returns>An object representing the item's value. The <b>String.Empty</b> value if the item index provided is invalid.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.GetItem(System.Int32)">
|
|
<summary>
|
|
<para>Gets an item at the specified position.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value representing the zero-based index of an item to be returned.
|
|
|
|
</param>
|
|
<returns>An object representing an item at the specified position. <b>null</b> (<b>Nothing</b> in Visual Basic) if no item is found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.GetItemRectangle(System.Int32)">
|
|
<summary>
|
|
<para>Gets the boundaries of the specified item.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
A zero-based integer value which specifies the item's index.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:System.Drawing.Rectangle"/> structure which represents the specified item's boundaries.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.GetItemText(System.Int32)">
|
|
<summary>
|
|
<para>Gets the text string displayed by the item.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value representing the zero-based index of the item.
|
|
|
|
</param>
|
|
<returns>A string value representing the text displayed within the item. <b>String.Empty</b> if no item is found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.GetItemValue(System.Int32)">
|
|
<summary>
|
|
<para>Gets the specified item's value.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value representing the zero-based index of the item whose value is returned.
|
|
|
|
</param>
|
|
<returns>An object representing the specifyed item's value. <b>null</b> (<b>Nothing</b> in Visual Basic) if no item is found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.HighlightedItemStyle">
|
|
<summary>
|
|
<para>Specifies how selected and hot-tracked items are highlighted.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.HighlightStyle"/> value that specifies how selected and hot-tracked items are highlighted.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.HorizontalScrollbar">
|
|
<summary>
|
|
<para>Gets or sets whether a horizontal scroll bar is enabled when the control's items are displayed in a single column and some of them exceed the control's width.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if horizontal scrolling is enabled in single column display mode; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.HorzScrollStep">
|
|
<summary>
|
|
<para>Gets or sets the offset by which the control is scrolled horizontally when the scrollbar buttons are clicked. This property is in effect in single column display mode, when the <see cref="P:DevExpress.XtraEditors.BaseListBoxControl.HorizontalScrollbar"/> property is set to <b>true</b>.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the horizontal scrolling step in pixels.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.HotTrackItems">
|
|
<summary>
|
|
<para>Gets or sets whether the items are hot-tracked when the mouse pointer moves over them.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the items are hot-tracked; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.HotTrackSelectMode">
|
|
<summary>
|
|
<para>Gets or sets how items are selected when item hot-tracking is enabled.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.HotTrackSelectMode"/> value that specifies how items are selected.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.HtmlImages">
|
|
<summary>
|
|
<para>Gets or sets a collection of images to be inserted into the display text of the control's items. This property is in effect when using the HTML formatting feature.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.ImageCollection"/> object that stores a collection of images.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.IncrementalSearch">
|
|
<summary>
|
|
<para>Gets or sets whether incremental searching for items is enabled.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if incremental searching for items is enabled; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.IndexFromPoint(System.Drawing.Point)">
|
|
<summary>
|
|
<para>Returns the index of an item at specified coordinates.
|
|
</para>
|
|
</summary>
|
|
<param name="p">
|
|
A <see cref="T:System.Drawing.Point"/> structure containing the coordinates used to obtain the item index.
|
|
|
|
</param>
|
|
<returns>An integer value representing the zero-based index of an item at specified coordinates. <b>-1</b> if no item is found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.IsLoading">
|
|
<summary>
|
|
<para>Gets a value indicating whether the list box control is being loaded.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the list box control is being loaded; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.ItemCount">
|
|
<summary>
|
|
<para>Gets the number of elements contained in the collection of the list box control.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value representing the number of elements contained in the collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.ItemHeight">
|
|
<summary>
|
|
<para>Gets or sets an item's height.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value representing an item's height in pixels.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.LeftCoord">
|
|
<summary>
|
|
<para>Gets or sets the horizontal scroll position.
|
|
</para>
|
|
</summary>
|
|
<value>A zero-based integer value that specifies the horizontal scroll position.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.MakeItemVisible(System.Int32)">
|
|
<summary>
|
|
<para>Makes the specified item visible on-screen if it is currently invisible.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value representing the item's zero-based index.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseListBoxControl.MeasureItem">
|
|
<summary>
|
|
<para>Provides the ability to change an individual item's height.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.MultiColumn">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the items are displayed in columns.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the items are displayed in columns; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.SelectAll">
|
|
<summary>
|
|
<para>Selects all items when multiple item selection is enabled.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.SelectedIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of the currently selected item.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value representing the zero-based index of the item in the list box control. <b>-1</b> if no item is selected.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseListBoxControl.SelectedIndexChanged">
|
|
<summary>
|
|
<para>Occurs after the selection has been changed. [focus has been moved from one item to another]
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.SelectedIndices">
|
|
<summary>
|
|
<para>Gets a collection containing the indexes of all currently selected items in the list box control.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>SelectedIndexCollection</b> object representing the collection of all currently selected items in the control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.SelectedItem">
|
|
<summary>
|
|
<para>Gets or sets the currently selected item.
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the list box control's currently selected item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.SelectedItems">
|
|
<summary>
|
|
<para>Gets currently selected items.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>SelectedItemCollection</b> object containing currently selected items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.SelectedValue">
|
|
<summary>
|
|
<para>Gets or sets the currently selected item's value.
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the currently selected item's value. <b>null</b> (<b>Nothing</b> in Visual Basic) if no item is selected.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseListBoxControl.SelectedValueChanged">
|
|
<summary>
|
|
<para>Occurs after a value of the selected item has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.SelectionMode">
|
|
<summary>
|
|
<para>Gets or sets how list box items are selected.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>SelectionMode</b> enumeration member specifying the list box control's selection behavior.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.SetItemValue(System.Object,System.Int32)">
|
|
<summary>
|
|
<para>Assigns a new value to the specified item.
|
|
</para>
|
|
</summary>
|
|
<param name="itemValue">
|
|
An object representing a new value to be assigned to the specified item.
|
|
|
|
</param>
|
|
<param name="index">
|
|
An integer value representing the zero-based index of the item to which a new value is assigned.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.SetSelected(System.Int32,System.Boolean)">
|
|
<summary>
|
|
<para>Sets the specified item's selection state.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
The zero-based index of the item whose selection state will be changed.
|
|
|
|
</param>
|
|
<param name="value">
|
|
<b>true</b> to select the item; <b>false</b> to unselect the item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.SetSelectedIndexOnHotTrack">
|
|
<summary>
|
|
<para>Gets or sets whether hovering over items selects the item being hovered over (modifies the control's <see cref="P:DevExpress.XtraEditors.BaseListBoxControl.SelectedIndex"/> property).
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if item being hovered over is automatically selected; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.ShowToolTipForTrimmedText">
|
|
<summary>
|
|
<para>Gets or sets whether tooltips are displayed for items whose text is trimmed.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether tooltips are displayed for items whose text is trimmed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.SortOrder">
|
|
<summary>
|
|
<para>Gets or sets the sort order for the list box control.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>SortOrder</b> enumeration member specifying the order in which items in the list box control are sorted.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.Text">
|
|
<summary>
|
|
<para>This property is not supported by the BaseListBoxControl class.
|
|
</para>
|
|
</summary>
|
|
<value>A string value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.TopIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of the first visible item in the list box control.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the zero-based index of the top visible item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseListBoxControl.UnSelectAll">
|
|
<summary>
|
|
<para>Unselects all items when multiple item selection is enabled.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.UseDisabledStatePainter">
|
|
<summary>
|
|
<para>Gets or sets whether the control is painted grayed out, when it's in the disabled state.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the control is painted grayed out, when it's in the disabled state; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseListBoxControl.ValueMember">
|
|
<summary>
|
|
<para>Gets or sets the field name in the bound data source whose contents are assigned to item values.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying a field name in the data source.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseListBoxControl.ValueMemberChanged">
|
|
<summary>
|
|
<para>Occurs after the <see cref="P:DevExpress.XtraEditors.BaseListBoxControl.ValueMember"/> property value has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.SimpleButton">
|
|
|
|
<summary>
|
|
<para>Represents a button control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.SimpleButton.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.SimpleButton"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.SimpleButton.AllowFocus">
|
|
<summary>
|
|
<para>Gets or sets whether the button can be focused.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the button can be focused; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.SimpleButton.AllowHtmlDraw">
|
|
<summary>
|
|
<para>Gets or sets whether the current SimpleButton's caption can be formatted using HTML-tags.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the current SimpleButton's caption can be formatted using HTML-tags; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.SimpleButton.AutoSizeInLayoutControl">
|
|
<summary>
|
|
<para>This member is not supported for the SimpleButton control. Use the <see cref="P:DevExpress.XtraEditors.SimpleButton.AutoWidthInLayoutControl"/> property instead.
|
|
</para>
|
|
</summary>
|
|
<value>A Boolean value.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.SimpleButton.AutoWidthInLayoutControl">
|
|
<summary>
|
|
<para>Gets or sets whether the control's width is changed to display the control's content in its entirety. This property is in effect when the control resides within a <see cref="T:DevExpress.XtraLayout.LayoutControl"/>.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>true if auto-size mode is enabled; otherwise, false.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.SimpleButton.GlyphAlignment">
|
|
<summary>
|
|
<para>Gets or sets the alignment of the image displayed within the button.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration member specifying the image alignment.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.SimpleButton.Image">
|
|
<summary>
|
|
<para>Gets or sets the button's image.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:System.Drawing.Image"/> object representing the image to be displayed on the button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.SimpleButton.ImageAlignment">
|
|
<summary>
|
|
<para>Gets or sets the alignment of the image displayed within the button.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration member which specifies the image's alignment.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.SimpleButton.ImageIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of the image displayed on the button.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value representing the zero-based index of the image displayed on the button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.SimpleButton.ImageList">
|
|
<summary>
|
|
<para>Gets or sets the source of images to be displayed within the button.
|
|
</para>
|
|
</summary>
|
|
<value>An object that is the source of images to be displayed within the button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.SimpleButton.ImageLocation">
|
|
<summary>
|
|
<para>Specifies the alignment of the button's image relative to its text.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.ImageLocation"/> value that specifies the alignment of the button's image.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.SimpleButton.Text">
|
|
<summary>
|
|
<para>Gets or sets the text string displayed within the button control.
|
|
</para>
|
|
</summary>
|
|
<value>A string value representing the button's caption.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.PopupContainerEdit">
|
|
|
|
<summary>
|
|
<para>Represents an editor which allows you to display custom controls in its popup window.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PopupContainerEdit.#ctor">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.PopupContainerEdit"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PopupContainerEdit.DoValidate(DevExpress.XtraEditors.PopupCloseMode)">
|
|
<summary>
|
|
<para>Validates the editor.
|
|
</para>
|
|
</summary>
|
|
<param name="closeMode">
|
|
A <see cref="T:DevExpress.XtraEditors.PopupCloseMode"/> enumeration value that specifies how a dropdown editor's popup window should be closed.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the editor's value is valid; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PopupContainerEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor type name.
|
|
</para>
|
|
</summary>
|
|
<value>The '<b>PopupContainerEdit</b>' string always.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PopupContainerEdit.Properties">
|
|
<summary>
|
|
<para>Gets settings specific to the current <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit"/> object.
|
|
</para>
|
|
</summary>
|
|
<value>An object containing settings specific to the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.PopupContainerEdit.QueryDisplayText">
|
|
<summary>
|
|
<para>Enables you to specify the textual representation of the editor's value.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.PopupContainerEdit.QueryResultValue">
|
|
<summary>
|
|
<para>Fires before closing the popup window enabling you to modify the edit value.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PopupContainerEdit.ShowPopup">
|
|
<summary>
|
|
<para>Opens the popup window.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.PopupContainerControl">
|
|
|
|
<summary>
|
|
<para>Represents a popup panel for a <see cref="T:DevExpress.XtraEditors.PopupContainerEdit"/> editor.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PopupContainerControl.#ctor">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.PopupContainerControl"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PopupContainerControl.Dock">
|
|
<summary>
|
|
<para>Gets the manner in which the control is docked.
|
|
</para>
|
|
</summary>
|
|
<value>The <b>DockStyle.None</b> value always.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PopupContainerControl.OwnerEdit">
|
|
<summary>
|
|
<para>Gets the <see cref="T:DevExpress.XtraEditors.PopupContainerEdit"/> editor which displays the current popup control.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.PopupContainerEdit"/> object displaying the current popup control; <b>null</b> (<b>Nothing</b> in Visual Basic) if the popup control is not associated with an editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PopupContainerControl.PopupContainerProperties">
|
|
<summary>
|
|
<para>Provides access to the owning editor's repository item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit"/> object containing settings of the editor whose popup window displays this control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PopupContainerControl.TabStop">
|
|
<summary>
|
|
<para>Gets or sets whether the user can focus this control using the TAB key.
|
|
</para>
|
|
</summary>
|
|
<value><b>false</b> always.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PopupContainerControl.Visible">
|
|
<summary>
|
|
<para>Gets or sets whether the popup control is visible.
|
|
</para>
|
|
</summary>
|
|
<value><b>false</b> always.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.PopupBaseEdit">
|
|
|
|
<summary>
|
|
<para>Serves as the base for editors displaying popup windows.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PopupBaseEdit.#ctor">
|
|
<summary>
|
|
<para>Creates a new instance of the <b>PopupBaseEdit</b> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PopupBaseEdit.AllowMouseClick(System.Windows.Forms.Control,System.Drawing.Point)">
|
|
<summary>
|
|
<para>Indicates whether a mouse click should close this editor's popup window.
|
|
</para>
|
|
</summary>
|
|
<param name="control">
|
|
A <see cref="T:System.Windows.Forms.Control"/> object representing the clicked control.
|
|
|
|
</param>
|
|
<param name="p">
|
|
A <see cref="T:System.Drawing.Point"/> structure specifying the mouse pointer coordinates.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the popup window should remain opened after clicking; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PopupBaseEdit.CancelPopup">
|
|
<summary>
|
|
<para>Closes the popup window discarding the changes made.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.PopupBaseEdit.Closed">
|
|
<summary>
|
|
<para>Allows you to perform specific actions with respect to how the popup window was closed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PopupBaseEdit.ClosePopup">
|
|
<summary>
|
|
<para>Closes the popup window accepting the changes made.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.PopupBaseEdit.CloseUp">
|
|
<summary>
|
|
<para>Enables you to specify whether the modifications performed within the editor's popup window should be accepted by the editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PopupBaseEdit.EditorContainsFocus">
|
|
<summary>
|
|
<para>Gets a value indicating whether the editor has input focus.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor or its popup window has focus; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PopupBaseEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's type name.
|
|
</para>
|
|
</summary>
|
|
<value>The '<b>PopupBaseEdit</b>' string always.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PopupBaseEdit.ForceClosePopup">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PopupBaseEdit.IsNeededKey(System.Windows.Forms.KeyEventArgs)">
|
|
<summary>
|
|
<para>Indicates whether a key should be processed by the editor or passed to its container control.
|
|
</para>
|
|
</summary>
|
|
<param name="e">
|
|
A <see cref="T:System.Windows.Forms.KeyEventArgs"/> object specifying the key combination.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the key should be processed by the editor; otherwise, <b>false</b>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PopupBaseEdit.IsPopupOpen">
|
|
<summary>
|
|
<para>Gets a value indicating whether the popup window is open.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the popup window is open; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.PopupBaseEdit.Popup">
|
|
<summary>
|
|
<para>Occurs after the editor's popup window has been opened.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PopupBaseEdit.PopupCloseMode">
|
|
<summary>
|
|
<para>Gets or sets the current PopupBaseEdit's closing behavior.
|
|
</para>
|
|
</summary>
|
|
<value>A PopupCloseMode enumerator value that specifies the current PopupBaseEdit's closing behavior.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PopupBaseEdit.Properties">
|
|
<summary>
|
|
<para>Gets settings specific to the popup editor.
|
|
</para>
|
|
</summary>
|
|
<value>The repository item containing settings specific to the popup editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.PopupBaseEdit.QueryCloseUp">
|
|
<summary>
|
|
<para>Enables you to specify whether an attempt to close the popup window will succeed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.PopupBaseEdit.QueryPopUp">
|
|
<summary>
|
|
<para>Enables you to specify whether an attempt to open the popup window will succeed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PopupBaseEdit.RefreshEditValue">
|
|
<summary>
|
|
<para>Updates the editor's value by copying a value from the editor's popup window to <see cref="P:DevExpress.XtraEditors.BaseEdit.EditValue"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PopupBaseEdit.ShowPopup">
|
|
<summary>
|
|
<para>Opens the popup window.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.NavigatorButtonCollectionBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for <see cref="T:DevExpress.XtraEditors.DataNavigatorButtonCollection"/> and <see cref="T:DevExpress.XtraEditors.ControlNavigatorButtonCollection"/> classes.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorButtonCollectionBase.#ctor(DevExpress.XtraEditors.NavigatorButtonsBase)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.NavigatorButtonCollectionBase"/> object.
|
|
</para>
|
|
</summary>
|
|
<param name="buttons">
|
|
A <see cref="T:DevExpress.XtraEditors.NavigatorButtonsBase"/> object representing buttons displayed within the control.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButtonCollectionBase.Item(System.Int32)">
|
|
<summary>
|
|
<para>Gets the button at the specified index.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value representing the button's zero-based index. If negative or exceeds the maximum available index, an exception is raised.
|
|
|
|
</param>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the button at the specified position within the collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.NavigatorButton">
|
|
|
|
<summary>
|
|
<para>Represents an individual button displayed within the <b>DataNavigator</b> or <b>ControlNavigator</b> .
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.NavigatorButton.#ctor(DevExpress.XtraEditors.NavigatorButtonHelper)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object.
|
|
</para>
|
|
</summary>
|
|
<param name="helper">
|
|
A <b>NavigatorButtonHelper</b> object implementing the button's functionality.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButton.ButtonType">
|
|
<summary>
|
|
<para>Gets the button's type.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButtonType"/> enumeration member specifying the button's type.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButton.IsAutoRepeatSupported">
|
|
<summary>
|
|
<para>Indicates whether data records are scrolled repeatedly when this button is held down.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if data records are scrolled repeatedly when this button is held down; otherwise, <b>false</b> if one click on this button per record scrolled.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorButton.ShouldSerialize">
|
|
<summary>
|
|
<para>Tests whether the <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object should be persisted.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the object should be persisted; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.NavigatorBase">
|
|
|
|
<summary>
|
|
<para>Serves as a base for <see cref="T:DevExpress.XtraEditors.DataNavigator"/> and <see cref="T:DevExpress.XtraEditors.ControlNavigator"/> classes.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorBase.AutoSize">
|
|
<summary>
|
|
<para>Gets or sets whether the control adjusts its size automatically, to display its buttons in their entirety.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the control adjusts its size automatically to display its buttons in their entirety; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.NavigatorBase.ButtonClick">
|
|
<summary>
|
|
<para>Enables you to perform custom actions when end-users click navigator buttons.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorBase.ButtonStyle">
|
|
<summary>
|
|
<para>Gets or sets the navigator buttons' style.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration member specifying the style applied to the navigator buttons.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorBase.CustomButtons">
|
|
<summary>
|
|
<para>Gets the collection of custom buttons.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorCustomButtons"/> object which represents the collection of custom buttons.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorBase.MinSize">
|
|
<summary>
|
|
<para>Gets the minimum size that can be applied to the navigator.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Size"/> object representing the minimum size of the rectangular region that can be occupied by the navigator.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.NavigatorBase.NavigatorException">
|
|
<summary>
|
|
<para>Provides control over exceptional situations which might occur while navigating/editing records using the data navigator.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorBase.ShowToolTips">
|
|
<summary>
|
|
<para>Gets or sets a value which specifies whether the navigator can display hints.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the navigator can display hints; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorBase.TabStop">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether the user can move focus to a navigator using the TAB key.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the the user can move focus to the control using the TAB key; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorBase.TextLocation">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the location of the text displayed within the navigator.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButtonsTextLocation"/> enumeration member specifying the text location.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorBase.TextStringFormat">
|
|
<summary>
|
|
<para>Gets or sets the string displayed within the <see cref="T:DevExpress.XtraEditors.NavigatorBase"/> control which identifies the current record and the total number of records.
|
|
</para>
|
|
</summary>
|
|
<value>A string displayed within the Navigator control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.NavigatorBase.ViewInfo">
|
|
<summary>
|
|
<para>Returns the object which contains internal information used to render the control.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.ViewInfo.NavigatorControlViewInfo"/> object which contains internal information used to render the control.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ListBoxDrawItemEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.BaseListBoxControl.DrawItem"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ListBoxDrawItemEventHandler.Invoke(System.Object,DevExpress.XtraEditors.ListBoxDrawItemEventArgs)">
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.BaseListBoxControl.DrawItem"/> event.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event sender (typically the list box control).
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.ListBoxDrawItemEventArgs"/> object that contains data related to the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ListBoxDrawItemEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.BaseListBoxControl.DrawItem"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ListBoxDrawItemEventArgs.#ctor(DevExpress.Utils.Drawing.GraphicsCache,DevExpress.Utils.AppearanceObject,System.Drawing.Rectangle,System.Object,System.Int32,System.Windows.Forms.DrawItemState)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.ListBoxDrawItemEventArgs"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="cache">
|
|
A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the <see cref="P:DevExpress.XtraEditors.ListBoxDrawItemEventArgs.Cache"/> property.
|
|
|
|
</param>
|
|
<param name="appearance">
|
|
A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint an item. This value is assigned to the <see cref="P:DevExpress.XtraEditors.ListBoxDrawItemEventArgs.Appearance"/> property.
|
|
|
|
</param>
|
|
<param name="bounds">
|
|
A <see cref="T:System.Drawing.Rectangle"/> structure which specifies the painted item's boundaries. This value is assigned to the <see cref="P:DevExpress.XtraEditors.ListBoxDrawItemEventArgs.Bounds"/> property.
|
|
|
|
</param>
|
|
<param name="item">
|
|
An object representing the value of the processed item. This value is assigned to the <see cref="P:DevExpress.XtraEditors.ListBoxDrawItemEventArgs.Item"/> property.
|
|
|
|
</param>
|
|
<param name="index">
|
|
A zero-based integer specifying the item's index. This value is assigned to the <see cref="P:DevExpress.XtraEditors.ListBoxDrawItemEventArgs.Index"/> property.
|
|
|
|
</param>
|
|
<param name="state">
|
|
A <see cref="T:System.Windows.Forms.DrawItemState"/> enumeration value which specifies the item's current state. This value is assigned to the <see cref="P:DevExpress.XtraEditors.ListBoxDrawItemEventArgs.State"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ListBoxDrawItemEventArgs.Appearance">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the item currently being processed.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ListBoxDrawItemEventArgs.Bounds">
|
|
<summary>
|
|
<para>Gets the bounding rectangle of the item being painted.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Rectangle"/> structure specifying the painted item's boundaries.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ListBoxDrawItemEventArgs.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 that specifies the storage for the most used pens, fonts and brushes.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ListBoxDrawItemEventArgs.GetItemInfo">
|
|
<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="P:DevExpress.XtraEditors.ListBoxDrawItemEventArgs.Graphics">
|
|
<summary>
|
|
<para>Gets an object used to paint an item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Graphics"/> object used when painting.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ListBoxDrawItemEventArgs.Handled">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether default painting is required.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if default painting is prohibited; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ListBoxDrawItemEventArgs.Index">
|
|
<summary>
|
|
<para>Gets the index of the item being painted.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value representing the zero-based index of the item being painted.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ListBoxDrawItemEventArgs.Item">
|
|
<summary>
|
|
<para>Gets the value of the processed item.
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the value of the processed item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ListBoxDrawItemEventArgs.State">
|
|
<summary>
|
|
<para>Gets the state of the item being painted.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.DrawItemState"/> enumeration member specifying the current state of an item being painted.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ListBoxControl">
|
|
|
|
<summary>
|
|
<para>Represents the <b>ListBoxControl</b> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ListBoxControl.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.ListBoxControl"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ListBoxControl.Items">
|
|
<summary>
|
|
<para>Provides access to the item collection, when the control is not bound to a data source.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.ListBoxItemCollection"/> object representing items within the list box control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ImageListBoxControl">
|
|
|
|
<summary>
|
|
<para>Represents the image list box control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ImageListBoxControl.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.ImageListBoxControl"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ImageListBoxControl.GetItemText(System.Int32)">
|
|
<summary>
|
|
<para>Gets the text representing the item.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value specifying the item's zero-based index.
|
|
|
|
</param>
|
|
<returns>The text representing the item. <b>String.Empty</b> if no item is found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ImageComboBoxEdit">
|
|
|
|
<summary>
|
|
<para>A combo box editor whose items can display images along with text captions.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ImageComboBoxEdit.#ctor">
|
|
<summary>
|
|
<para>Creates an instance of the image combo box editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ImageComboBoxEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of the current editor.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ImageComboBoxEdit.EditValue">
|
|
<summary>
|
|
<para>Gets or sets the editor's value.
|
|
</para>
|
|
</summary>
|
|
<value>The object representing the edit value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ImageComboBoxEdit.Properties">
|
|
<summary>
|
|
<para>Gets settings specific to the image combo box editor.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox"/> object containing settings for the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ImageComboBoxEdit.SelectedItem">
|
|
<summary>
|
|
<para>Gets or sets the selected item.
|
|
</para>
|
|
</summary>
|
|
<value>A selected item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ImageComboBoxEdit.Text">
|
|
<summary>
|
|
<para>Gets or sets the text displayed in the edit box.
|
|
</para>
|
|
</summary>
|
|
<value>The string displayed in the edit box.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ImageComboBoxEdit.Value">
|
|
<summary>
|
|
<para>Gets or sets the editor's value.
|
|
</para>
|
|
</summary>
|
|
<value>The object representing the edit value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.DataNavigatorButtons">
|
|
|
|
<summary>
|
|
<para>Holds settings for buttons displayed in a <see cref="T:DevExpress.XtraEditors.DataNavigator"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DataNavigatorButtons.#ctor(DevExpress.XtraEditors.INavigatorOwner)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.DataNavigatorButtons"/> object.
|
|
</para>
|
|
</summary>
|
|
<param name="owner">
|
|
An object implementing the <b>INavigatorOwner</b> interface to which the <see cref="T:DevExpress.XtraEditors.DataNavigatorButtons"/> object belongs. This value is assigned to the <see cref="P:DevExpress.XtraEditors.NavigatorButtonsBase.Owner"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DataNavigatorButtons.Append">
|
|
<summary>
|
|
<para>Gets the button used to insert a new record.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>Append</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DataNavigatorButtons.CancelEdit">
|
|
<summary>
|
|
<para>Gets the button used to cancel edits to the current record.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>CancelEdit</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DataNavigatorButtons.CurrencyManager">
|
|
<summary>
|
|
<para>Gets the object which manages a list of binding objects.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.CurrencyManager"/> object used to keep data-bound controls synchronized with each other.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DataNavigatorButtons.CurrencyManagerChanged">
|
|
<summary>
|
|
<para>This method supports the .NET framework infrastructure and is not intended to be called in your code.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DataNavigatorButtons.EndEdit">
|
|
<summary>
|
|
<para>Gets the button used to post edited record values to the associated data source.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>EndEdit</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DataNavigatorButtons.First">
|
|
<summary>
|
|
<para>Gets the button used to set the current record to the first record in a data source.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>First</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DataNavigatorButtons.Last">
|
|
<summary>
|
|
<para>Gets the button used to set the current record to the last record in a data source.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>Last</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DataNavigatorButtons.Next">
|
|
<summary>
|
|
<para>Gets the button used to set focus to the next record in a data source.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>Next</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DataNavigatorButtons.NextPage">
|
|
<summary>
|
|
<para>Gets the button used to change current record position in a data source by the <see cref="P:DevExpress.XtraEditors.DataNavigatorButtons.PageRecordCount"/> property value.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>NextPage</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DataNavigatorButtons.PageRecordCount">
|
|
<summary>
|
|
<para>Gets or sets the number of records to which the current record changes after the <b>PrevPage</b> or <b>NextPage</b> button has been pressed.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the number of records to which the current record changes after the <b>PrevPage</b> or <b>NextPage</b> button has been pressed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DataNavigatorButtons.Prev">
|
|
<summary>
|
|
<para>Gets the button used to set focus to the previous record in a data source.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>Prev</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DataNavigatorButtons.PrevPage">
|
|
<summary>
|
|
<para>Gets the button used to change current record position in a data source by the <see cref="P:DevExpress.XtraEditors.DataNavigatorButtons.PageRecordCount"/> property value.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>PrevPage</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DataNavigatorButtons.Remove">
|
|
<summary>
|
|
<para>Gets the button used to delete the current record.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.NavigatorButton"/> object representing the navigator's <b>Remove</b> button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.DataNavigatorButtonCollection">
|
|
|
|
<summary>
|
|
<para>Represents the <b>DataNavigator</b>'s button collection.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DataNavigatorButtonCollection.#ctor(DevExpress.XtraEditors.NavigatorButtonsBase)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.DataNavigatorButtonCollection"/> object.
|
|
</para>
|
|
</summary>
|
|
<param name="buttons">
|
|
A <see cref="T:DevExpress.XtraEditors.NavigatorButtonsBase"/> object representing buttons displayed within the <b>DataNavigator</b> control. This value is assigned to the <see cref="P:DevExpress.XtraEditors.DataNavigator.Buttons"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.DataNavigator">
|
|
|
|
<summary>
|
|
<para>The <b>DataNavigator</b> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DataNavigator.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.DataNavigator"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DataNavigator.Buttons">
|
|
<summary>
|
|
<para>Gets the data navigator's buttons.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.DataNavigatorButtons"/> object representing the data navigator's buttons.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DataNavigator.DataMember">
|
|
<summary>
|
|
<para>Gets or sets the data source member whose data is manipulated by the <b>DataNavigator</b> control.
|
|
</para>
|
|
</summary>
|
|
<value>A string value representing the data source member.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DataNavigator.DataSource">
|
|
<summary>
|
|
<para>Gets or sets a data source for the <b>DataNavigator</b> control.
|
|
</para>
|
|
</summary>
|
|
<value>A data source object whose data is managed by the data navigator.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DataNavigator.Position">
|
|
<summary>
|
|
<para>Gets or sets the position which the data navigator points to in the underlying data source.
|
|
</para>
|
|
</summary>
|
|
<value>A zero-based integer which specifies a position in the underlying data source.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.DataNavigator.PositionChanged">
|
|
<summary>
|
|
<para>Occurs after a position in the underlying data source has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ComboBoxEdit">
|
|
|
|
<summary>
|
|
<para>Represents a combo box editor which allows you to edit values by selecting items from the dropdown list.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ComboBoxEdit.#ctor">
|
|
<summary>
|
|
<para>Creates and initializes a new instance of the <see cref="T:DevExpress.XtraEditors.ComboBoxEdit"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.ComboBoxEdit.DrawItem">
|
|
<summary>
|
|
<para>Provides the ability to custom paint the items displayed within the combo box editor's drop down.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.ComboBoxEdit.DropDownCustomDrawItem">
|
|
<summary>
|
|
<para>Occurs when drawing a specific item in the dropdown list.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ComboBoxEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of the current editor.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ComboBoxEdit.EditValue">
|
|
<summary>
|
|
<para>Specifies the edit value of the editor.
|
|
</para>
|
|
</summary>
|
|
<value>The object representing the edit value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ComboBoxEdit.Properties">
|
|
<summary>
|
|
<para>Gets settings specific to the combo box editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemComboBox"/> object containing settings for the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ComboBoxEdit.Reset">
|
|
<summary>
|
|
<para>Resets the selection and caret position in the editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ComboBoxEdit.SelectedIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of the selected item.
|
|
</para>
|
|
</summary>
|
|
<value>The zero-based index of the edit value in the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.Items"/> collection; otherwise, <b>-1</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.ComboBoxEdit.SelectedIndexChanged">
|
|
<summary>
|
|
<para>Occurs when changing the index of the selected value in the combo box editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ComboBoxEdit.SelectedItem">
|
|
<summary>
|
|
<para>Specifies the editor's value.
|
|
</para>
|
|
</summary>
|
|
<value>The editor's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.ComboBoxEdit.SelectedValueChanged">
|
|
<summary>
|
|
<para>Occurs when changing the index of the selected value in the combo box editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.CheckedListBoxControl">
|
|
|
|
<summary>
|
|
<para>Represents a checked list box control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.CheckedListBoxControl.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.CheckedListBoxControl"/> object with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.CheckedListBoxControl.GetItemText(System.Int32)">
|
|
<summary>
|
|
<para>Gets the text representing the item.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value specifying the item's zero-based index.
|
|
|
|
</param>
|
|
<returns>The text representing the item. <b>String.Empty</b> if no item is found.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.BlobBaseEdit">
|
|
|
|
<summary>
|
|
<para>Represents the base class for editors that work with binary large object (BLOB) data.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BlobBaseEdit.#ctor">
|
|
<summary>
|
|
<para>Creates a new instance of the <b>PopupBaseEdit</b> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BlobBaseEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the current editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BlobBaseEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object containing settings specific to the BLOB editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemBlobBaseEdit"/> object instance containing settings for the BLOB editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.BaseStyleControl">
|
|
|
|
<summary>
|
|
<para>Serves as the base for controls which cannot be used as inplace editors and supports a common style management mechanism.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseStyleControl.#ctor">
|
|
<summary>
|
|
<para>Initializes an instance of the <see cref="T:DevExpress.XtraEditors.BaseStyleControl"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseStyleControl.Appearance">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the control's contents.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the control's contents.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseStyleControl.BackColor">
|
|
<summary>
|
|
<para>Gets or sets the background color of the control's client region.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure specifying the background color of the control's client region.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseStyleControl.BackColorChanged">
|
|
<summary>
|
|
<para>This event is not supported by the BaseStyleControl class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseStyleControl.Font">
|
|
<summary>
|
|
<para>Gets or sets the font used to display the control's content.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Font"/> object specifying the font used to display the control's content.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseStyleControl.FontChanged">
|
|
<summary>
|
|
<para>This event is not supported by the BaseStyleControl class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseStyleControl.ForeColor">
|
|
<summary>
|
|
<para>Gets or sets the control's foreground color.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure specifying the color used to display the control's text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseStyleControl.ForeColorChanged">
|
|
<summary>
|
|
<para>This event is not supported by the BaseStyleControl class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseStyleControl.ResetBackColor">
|
|
<summary>
|
|
<para>Resets the <see cref="P:DevExpress.XtraEditors.BaseStyleControl.BackColor"/> property back to its default value.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseStyleControl.ResetForeColor">
|
|
<summary>
|
|
<para>Resets the <see cref="P:DevExpress.XtraEditors.BaseStyleControl.ForeColor"/> property to its default value.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.BaseSpinEdit">
|
|
|
|
<summary>
|
|
<para>Serves as the base for editors that provide spin buttons used to modify edit values.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseSpinEdit.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.BaseSpinEdit"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseSpinEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>System.String</b> object identifying the editor's class name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseSpinEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object containing properties and methods specific to the spin editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemBaseSpinEdit"/> object instance containing settings specific to the spin editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.BaseControl">
|
|
|
|
<summary>
|
|
<para>Implements the functionality common for all controls in the library.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseControl.#ctor">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.BaseControl"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseControl.AllowHtmlTextInToolTip">
|
|
<summary>
|
|
<para>Gets or sets whether HTML formatting is allowed in the control's regular tooltips.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether HTML formatting is allowed in the control's regular tooltips.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseControl.AutoSizeInLayoutControl">
|
|
<summary>
|
|
<para>When a control is added to a <see cref="T:DevExpress.XtraLayout.LayoutControl"/>, this property specifies whether the control's width is changed to display its content in its entirety.
|
|
This member is supported by individual descendant of the BaseControl class.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if auto-size mode is enabled; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseControl.BorderStyle">
|
|
<summary>
|
|
<para>Gets or sets the control's border style.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value specifying the control's border style.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseControl.CalcBestSize">
|
|
<summary>
|
|
<para>Calculates the minimum size the control needs to be to contain its contents.
|
|
|
|
</para>
|
|
</summary>
|
|
<returns>A <b>System.Drawing.Size</b> object representing the minimum size of the control that will best fit its content.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseControl.GetAccessible">
|
|
<summary>
|
|
<para>Returns an object which implements the accessibility information.
|
|
</para>
|
|
</summary>
|
|
<returns>A BaseAccessibility object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseControl.GetViewInfo">
|
|
<summary>
|
|
<para>Returns the object which contains the internal information used to render the control.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.XtraEditors.ViewInfo.BaseControlViewInfo"/> descendant which contains the internal information used to render the control.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseControl.IsDesignMode">
|
|
<summary>
|
|
<para>Gets a value indicating whether the 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.XtraEditors.BaseControl.IsLoading">
|
|
<summary>
|
|
<para>Gets whether the control is being initialized.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the control is being initialized; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseControl.LookAndFeel">
|
|
<summary>
|
|
<para>Provides access to the object containing the control's look and feel settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object containing the control's look and feel settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseControl.Refresh">
|
|
<summary>
|
|
<para>Forces the control to invalidate its client area and immediately redraw itself and any child controls.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseControl.ResetSuperTip">
|
|
<summary>
|
|
<para>Removes the <see cref="T:DevExpress.Utils.SuperToolTip"/> object that has been assigned to the current control.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseControl.ShowToolTips">
|
|
<summary>
|
|
<para>Gets or sets whether a tooltip should be displayed when the mouse pointer is over the control.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to display tooltips; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseControl.StyleController">
|
|
<summary>
|
|
<para>Gets or sets the style controller component that provides style settings for this control.
|
|
</para>
|
|
</summary>
|
|
<value>An object that implements the <see cref="T:DevExpress.XtraEditors.IStyleController"/> interface which provides style settings for the current control.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseControl.SuperTip">
|
|
<summary>
|
|
<para>Gets or sets a <see cref="T:DevExpress.Utils.SuperToolTip"/> for the current control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.SuperToolTip"/> object associated with the control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseControl.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets a regular tooltip's content.
|
|
</para>
|
|
</summary>
|
|
<value>A string which specifies the text content of a regular tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseControl.ToolTipController">
|
|
<summary>
|
|
<para>Gets or sets the tooltip controller component that controls the appearance, position and content of hints displayed for this control.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.Utils.ToolTipController"/> component controlling the appearance and behavior of hints displayed for this control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseControl.ToolTipIconType">
|
|
<summary>
|
|
<para>Gets or sets the type of the tooltip icon.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.ToolTipIconType"/> enumeration value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseControl.ToolTipTitle">
|
|
<summary>
|
|
<para>Gets or sets a regular tooltip's title.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value which specifies a regular tooltip's title.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.BaseButton">
|
|
|
|
<summary>
|
|
<para>Serves as a base for button controls.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseButton.#ctor">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.BaseButton"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseButton.BackColor">
|
|
<summary>
|
|
<para>Gets or sets the button's background color.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure which specifies the button's background color.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseButton.BorderStyle">
|
|
<summary>
|
|
<para>Gets or sets the border style of the button control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration member specifying the border style of the button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseButton.ButtonStyle">
|
|
<summary>
|
|
<para>Gets or sets the style of the button control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration member specifying the button style.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseButton.CalcBestFit(System.Drawing.Graphics)">
|
|
<summary>
|
|
<para>Calculates the button's size needed to fit its content.
|
|
</para>
|
|
</summary>
|
|
<param name="g">
|
|
A <b>System.Drawing.Graphics</b> object used to paint.
|
|
|
|
</param>
|
|
<returns>A <b>System.Drawing.Size</b> object representing the button's size that will best fit its content.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseButton.DialogResult">
|
|
<summary>
|
|
<para>Gets or sets a value that is returned to the parent form when the button is clicked.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>DialogResult</b> enumeration member specifying the value that is returned to the parent form when the button is clicked.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseButton.NotifyDefault(System.Boolean)">
|
|
<summary>
|
|
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
<b>true</b> if the button should behave as the default button; otherwise <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseButton.PerformClick">
|
|
<summary>
|
|
<para>Responds to button clicks.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseButton.ResetBackColor">
|
|
<summary>
|
|
<para>Resets the <see cref="P:DevExpress.XtraEditors.BaseButton.BackColor"/> property back to its default value.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.NavigatorButtonType">
|
|
|
|
<summary>
|
|
<para>Contains values specifying the type of buttons displayed in the data navigator control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.NavigatorButtonType.Append">
|
|
<summary>
|
|
<para> Inserts a new record after the last one.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.NavigatorButtonType.CancelEdit">
|
|
<summary>
|
|
<para> Cancels edits to the current record.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.NavigatorButtonType.Custom">
|
|
<summary>
|
|
<para>Reserved for future use.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.NavigatorButtonType.Edit">
|
|
<summary>
|
|
<para> Sets the dataset to the edit state.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.NavigatorButtonType.EndEdit">
|
|
<summary>
|
|
<para> Posts edited record value to the associated data source.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.NavigatorButtonType.First">
|
|
<summary>
|
|
<para> Sets the current record to the first record in the data source.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.NavigatorButtonType.Last">
|
|
<summary>
|
|
<para> Sets the current record to the last record in the data source.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.NavigatorButtonType.Next">
|
|
<summary>
|
|
<para> Sets the current record to the next record in the data source.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.NavigatorButtonType.NextPage">
|
|
<summary>
|
|
<para> When using the <b>DataNavigator</b>, changes the current record position in a data source by the <see cref="P:DevExpress.XtraEditors.DataNavigatorButtons.PageRecordCount"/> property value upwards. In case of the <b>ControlNavigator</b>, changes the current record position in a data source by the count of visible onscreen records upwards.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.NavigatorButtonType.Prev">
|
|
<summary>
|
|
<para> Sets the current record to the previous record in the data source.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.NavigatorButtonType.PrevPage">
|
|
<summary>
|
|
<para> When using the <b>DataNavigator</b>, changes the current record position in a data source by the <see cref="P:DevExpress.XtraEditors.DataNavigatorButtons.PageRecordCount"/> property value backwards. In case of the <b>ControlNavigator</b>, changes the current record position in a data source by the count of visible onscreen records backwards.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.NavigatorButtonType.Remove">
|
|
<summary>
|
|
<para> Deletes the current record and makes the next record the current record.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.Utils.Menu.DXEditMenuItem">
|
|
|
|
<summary>
|
|
<para>A menu item that allows you to embed an editor in a <see cref="T:DevExpress.Utils.Menu.DXPopupMenu"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Utils.Menu.DXEditMenuItem.#ctor(System.String,DevExpress.XtraEditors.Repository.RepositoryItem,System.EventHandler,System.Drawing.Image,System.Drawing.Image,System.Int32,System.Int32)">
|
|
<summary>
|
|
<para>Initializes a new DXEditMenuItem class instance with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="caption">
|
|
A string value that specifies the item's caption. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="edit">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant that determines the editor's type and contains its properties. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXEditMenuItem.Edit"/> property.
|
|
|
|
</param>
|
|
<param name="editValueChanged">
|
|
An event handler that will be invoked when the editor's value is changed. This value is assigned to the <see cref="E:DevExpress.Utils.Menu.DXEditMenuItem.EditValueChanged"/> event.
|
|
|
|
</param>
|
|
<param name="image">
|
|
An item's image. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Image"/> property.
|
|
|
|
</param>
|
|
<param name="disabled">
|
|
An item's image to be displayed when the item is disabled. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.ImageDisabled"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value that is the editor's width. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXEditMenuItem.Width"/> property.
|
|
|
|
</param>
|
|
<param name="height">
|
|
An integer value that is the editor's height. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXEditMenuItem.Height"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Utils.Menu.DXEditMenuItem.#ctor(System.String,DevExpress.XtraEditors.Repository.RepositoryItem,System.Drawing.Image)">
|
|
<summary>
|
|
<para>Initializes a new DXEditMenuItem class instance with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="caption">
|
|
A string value that specifies the item's caption. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="edit">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant that determines the editor's type and contains its properties. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXEditMenuItem.Edit"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
An item's image. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Image"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Utils.Menu.DXEditMenuItem.#ctor(System.String)">
|
|
<summary>
|
|
<para>Initializes a new DXEditMenuItem class instance with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="caption">
|
|
A string value that specifies the item's caption. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Utils.Menu.DXEditMenuItem.#ctor(System.String,DevExpress.XtraEditors.Repository.RepositoryItem,System.EventHandler,System.Drawing.Image,System.Drawing.Image)">
|
|
<summary>
|
|
<para>Initializes a new DXEditMenuItem class instance with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="caption">
|
|
A string value that specifies the item's caption. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="edit">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant that determines the editor's type and contains its properties. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXEditMenuItem.Edit"/> property.
|
|
|
|
</param>
|
|
<param name="editValueChanged">
|
|
An event handler that will be invoked when the editor's value is changed. This value is assigned to the <see cref="E:DevExpress.Utils.Menu.DXEditMenuItem.EditValueChanged"/> event.
|
|
|
|
</param>
|
|
<param name="image">
|
|
An item's image. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Image"/> property.
|
|
|
|
</param>
|
|
<param name="disabled">
|
|
An item's image to be displayed when the item is disabled. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.ImageDisabled"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Utils.Menu.DXEditMenuItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new DXEditMenuItem instance with the default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Utils.Menu.DXEditMenuItem.#ctor(System.String,DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Initializes a new DXEditMenuItem class instance with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="caption">
|
|
A string value that specifies the item's caption. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="edit">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant that determines the editor's type and contains its properties. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXEditMenuItem.Edit"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.Utils.Menu.DXEditMenuItem.#ctor(System.String,DevExpress.XtraEditors.Repository.RepositoryItem,System.Drawing.Image,System.Drawing.Image)">
|
|
<summary>
|
|
<para>Initializes a new DXEditMenuItem class instance with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="caption">
|
|
A string value that specifies the item's caption. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="edit">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant that determines the editor's type and contains its properties. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXEditMenuItem.Edit"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
An item's image. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Image"/> property.
|
|
|
|
</param>
|
|
<param name="disabled">
|
|
An item's image to be displayed when the item is disabled. This parameter initializes the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.ImageDisabled"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Utils.Menu.DXEditMenuItem.Edit">
|
|
<summary>
|
|
<para>Gets or sets the object that determines the editor's type and contains its properties.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant that determines the editor's type and contains its properties.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Utils.Menu.DXEditMenuItem.EditValue">
|
|
<summary>
|
|
<para>Specifies the editor's value.
|
|
</para>
|
|
</summary>
|
|
<value>An object that is the editor's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.Utils.Menu.DXEditMenuItem.EditValueChanged">
|
|
<summary>
|
|
<para>Occurs after the <see cref="P:DevExpress.Utils.Menu.DXEditMenuItem.EditValue"/> property's value has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Utils.Menu.DXEditMenuItem.Height">
|
|
<summary>
|
|
<para>Gets or sets the editor's height.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that is the editor's height.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.Utils.Menu.DXEditMenuItem.Width">
|
|
<summary>
|
|
<para>Gets or sets the editor's width.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that is the editor's widhth.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.TabMiddleClickFiringMode">
|
|
|
|
<summary>
|
|
<para>Contains values that specify if and when a control's <b>TabMiddleClick</b> event fires.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabMiddleClickFiringMode.Default">
|
|
<summary>
|
|
<para>The default behavior. For the <see cref="T:DevExpress.XtraTab.XtraTabControl"/>, this option is equivalent to None.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabMiddleClickFiringMode.MouseDown">
|
|
<summary>
|
|
<para>A TabMiddleClick event fires on pressing the middle mouse button over a tab (before the button is released).
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabMiddleClickFiringMode.MouseUp">
|
|
<summary>
|
|
<para>A TabMiddleClick event fires on clicking the middle mouse button over a tab (after the button is released).
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.TabMiddleClickFiringMode.None">
|
|
<summary>
|
|
<para>A TabMiddleClick event does not fire.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.ViewInfo.HeaderButtonEventHandler">
|
|
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraTab.XtraTabControl.HeaderButtonClick"/> event.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.ViewInfo.HeaderButtonEventHandler.Invoke(System.Object,DevExpress.XtraTab.ViewInfo.HeaderButtonEventArgs)">
|
|
<summary>
|
|
<para>The method for handling the <see cref="E:DevExpress.XtraTab.XtraTabControl.HeaderButtonClick"/> event, which takes a <see cref="T:DevExpress.XtraTab.ViewInfo.HeaderButtonEventArgs"/> object as a parameter.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event source. Identifies the tab control that raised the event.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraTab.ViewInfo.HeaderButtonEventArgs"/> object that contains event data.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.ViewInfo.HeaderButtonEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraTab.XtraTabControl.HeaderButtonClick"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.ViewInfo.HeaderButtonEventArgs.#ctor(DevExpress.XtraTab.TabButtons,DevExpress.XtraTab.IXtraTabPage)">
|
|
<summary>
|
|
<para>Initializes a new HeaderButtonEventArgs class instance with the specified button and page.
|
|
</para>
|
|
</summary>
|
|
<param name="button">
|
|
A currently processed button. The parameter initializes the <see cref="P:DevExpress.XtraTab.ViewInfo.HeaderButtonEventArgs.Button"/> property.
|
|
|
|
</param>
|
|
<param name="page">
|
|
A currently processed page. The parameter initializes the <see cref="P:DevExpress.XtraTab.ViewInfo.HeaderButtonEventArgs.ActivePage"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.ViewInfo.HeaderButtonEventArgs.ActivePage">
|
|
<summary>
|
|
<para>Gets an active tab page within the tab control.
|
|
</para>
|
|
</summary>
|
|
<value>An <b>IXtraTabPage</b> object that is an active tab page.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.ViewInfo.HeaderButtonEventArgs.Button">
|
|
<summary>
|
|
<para>Gets the currently processed header button.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>TabButtons</b> item that is the currently processed header button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.ViewInfo.HeaderButtonEventArgs.Handled">
|
|
<summary>
|
|
<para>Gets or sets whether the <see cref="E:DevExpress.XtraTab.XtraTabControl.HeaderButtonClick"/> event has been handled, and no default processing is required.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the default event processing is not required; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventHandler">
|
|
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraTab.XtraTabControl.CustomHeaderButtonClick"/> event.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventHandler.Invoke(System.Object,DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventArgs)">
|
|
<summary>
|
|
<para>The method for handling the <see cref="E:DevExpress.XtraTab.XtraTabControl.CustomHeaderButtonClick"/> event, which takes a <see cref="T:DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventArgs"/> object as a parameter.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event source. Identifies the tab control that raised the event.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventArgs"/> object that contains event data.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit">
|
|
|
|
<summary>
|
|
<para>Represents the class which stores settings specific to the <see cref="T:DevExpress.XtraEditors.CheckedComboBoxEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the RepositoryItemCheckedComboBoxEdit class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.AllowHtmlDraw">
|
|
<summary>
|
|
<para>Gets or sets whether HTML tags can be used to format the text of the control's items.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether HTML tags can be used to format the text of the control's items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.AllowMultiSelect">
|
|
<summary>
|
|
<para>Gets or sets whether multiple items can be selected simultaneously in the dropdown.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if multiple items can be selected simultaneously in the dropdown; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies properties of the source repository item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The source repository item object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem,System.Boolean)">
|
|
<summary>
|
|
<para>Copies settings from the specified object to the current RepositoryItemCheckedComboBoxEdit object, allowing you to select whether data-related settings should be copied.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A source repository item object.
|
|
|
|
</param>
|
|
<param name="assignData">
|
|
<b>true</b> to copy data-related settings; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.DataSource">
|
|
<summary>
|
|
<para>Gets or sets the data source whose items are displayed in the control's dropdown.
|
|
</para>
|
|
</summary>
|
|
<value>A data source whose items are displayed in the control's dropdown.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.DataSourceChanged">
|
|
<summary>
|
|
<para>Fires when assigning a new object to the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.DataSource"/> property.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.DisplayMember">
|
|
<summary>
|
|
<para>Gets or sets a field name in the bound data source whose contents are to be displayed by the control's check items.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying a field name in a data source.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.DisplayMemberChanged">
|
|
<summary>
|
|
<para>Fires when assigning a new value to the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.DisplayMember"/> property.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.DropDownRows">
|
|
<summary>
|
|
<para>Gets or sets the number of visible items in the dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>An integer that specifies the number of visible items in the dropdown window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of an editor corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the class name of a corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.ForceUpdateEditValue">
|
|
<summary>
|
|
<para>Gets or sets whether the check states of check items in the dropdown are automatically changed according to the new edit value.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies check item synchronization mode.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.GetCheckedItems">
|
|
<summary>
|
|
<para>Returns an object that specifies checked items.
|
|
</para>
|
|
</summary>
|
|
<returns>An object that specifies checked items.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.GetDisplayText(DevExpress.Utils.FormatInfo,System.Object)">
|
|
<summary>
|
|
<para>Returns the text representation of the specified value, formatted according to the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
A <see cref="T:DevExpress.Utils.FormatInfo"/> object that specifies formatting settings.
|
|
|
|
</param>
|
|
<param name="editValue">
|
|
A value to be formatted.
|
|
|
|
</param>
|
|
<returns>A string that specifies the value's formatted text representation.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.GetItemEnabled">
|
|
<summary>
|
|
<para>Enables you to disable specific items.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.GetItems">
|
|
<summary>
|
|
<para>Returns items from the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.Items"/> collection.
|
|
In bound mode, this method populates the item collection before returning it.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.XtraEditors.Controls.CheckedListBoxItemCollection"/> object that contains items.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.HighlightedItemStyle">
|
|
<summary>
|
|
<para>Specifies how selected items are highlighted within the control's popup window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.HighlightStyle"/> value that specifies how selected items are highlighted.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.IncrementalSearch">
|
|
<summary>
|
|
<para>Gets or sets whether the incremental search feature is enabled.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the incremental search feature is enabled; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.IsFilterLookUp">
|
|
<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.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.Items">
|
|
<summary>
|
|
<para>Gets the collection of check items to be displayed in the dropdown.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.CheckedListBoxItemCollection"/> collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.MaxLength">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemCheckedComboBoxEdit class.
|
|
</para>
|
|
</summary>
|
|
<value>@nbsp;
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.PopupControl">
|
|
<summary>
|
|
<para>Gets or sets the control to display in the popup window. This member is not supported by the RepositoryItemCheckedComboBoxEdit class.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.PopupContainerControl"/> object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.QueryDisplayText">
|
|
<summary>
|
|
<para>This event is not supported by the RepositoryItemCheckedComboBoxEdit class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.QueryResultValue">
|
|
<summary>
|
|
<para>This event is not supported by the RepositoryItemCheckedComboBoxEdit class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.SelectAllItemCaption">
|
|
<summary>
|
|
<para>Gets or sets whether the 'Select All' check item is visible.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the 'Select All' item's caption.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.SelectAllItemVisible">
|
|
<summary>
|
|
<para>Gets or sets whether the 'Select All' check item is visible.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the 'Select All' item is visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.SeparatorChar">
|
|
<summary>
|
|
<para>Gets or sets the character separating checked items in the edit value, and the resultant text displayed in the edit box.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A separator character.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.SetFlags(System.Type)">
|
|
<summary>
|
|
<para>Creates items in the dropdown to represent elements of the specified set of flags.
|
|
</para>
|
|
</summary>
|
|
<param name="enumType">
|
|
A <see cref="T:System.Type"/> object that specifies the enumeration type representing a bit field (set of flags).
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.ShowAllItemCaption">
|
|
<summary>
|
|
<para>Gets or sets the 'Select All' check item's caption.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the 'Select All' item's caption.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.ShowAllItemVisible">
|
|
<summary>
|
|
<para>Gets or sets whether the 'Select All' check item is visible.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the 'Select All' item is visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.ShowButtons">
|
|
<summary>
|
|
<para>Gets or sets whether the OK and Cancel buttons in the dropdown are visible.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the OK and Cancel buttons in the dropdown are visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.ShowToolTipForTrimmedText">
|
|
<summary>
|
|
<para>Gets or sets whether tooltips are displayed for dropdown items whose text is trimmed.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether tooltips are displayed for items whose text is trimmed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.SynchronizeEditValueWithCheckedItems">
|
|
<summary>
|
|
<para>Gets or sets whether changing a CheckedComboBoxEdit control's edit value updates the check states of the control's items.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor's edit value and items in the dropdown are in sync; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.ValueMember">
|
|
<summary>
|
|
<para>Gets or sets the field name in the bound data source whose contents are assigned to item values.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying a field name in the data source.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.ValueMemberChanged">
|
|
<summary>
|
|
<para>Fires when assigning a new value to the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit.ValueMember"/> property.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.CheckedComboBoxEdit">
|
|
|
|
<summary>
|
|
<para>An editor that displays a check item list in its drop-down window.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.CheckedComboBoxEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the CheckedComboBoxEdit class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.CheckedComboBoxEdit.CheckAll">
|
|
<summary>
|
|
<para>Checks all the control's items.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.CheckedComboBoxEdit.DoValidate(DevExpress.XtraEditors.PopupCloseMode)">
|
|
<summary>
|
|
<para>Validates the editor.
|
|
</para>
|
|
</summary>
|
|
<param name="closeMode">
|
|
A <see cref="T:DevExpress.XtraEditors.PopupCloseMode"/> enumeration value that specifies how a dropdown editor's popup window was closed.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the editor's value is valid; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CheckedComboBoxEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CheckedComboBoxEdit.EditValue">
|
|
<summary>
|
|
<para>Gets or sets the editor's edit value.
|
|
</para>
|
|
</summary>
|
|
<value>An object that represents the editor's edit value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.CheckedComboBoxEdit.GetItemEnabled">
|
|
<summary>
|
|
<para>Enables you to disable specific items.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CheckedComboBoxEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object which contains properties, methods and events specific to the <see cref="T:DevExpress.XtraEditors.CheckedComboBoxEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit"/> object that contains a <see cref="T:DevExpress.XtraEditors.CheckedComboBoxEdit"/> control's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.CheckedComboBoxEdit.QueryDisplayText">
|
|
<summary>
|
|
<para>This event is not supported by the CheckedComboBoxEdit class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.CheckedComboBoxEdit.QueryResultValue">
|
|
<summary>
|
|
<para>This event is not supported by the CheckedComboBoxEdit class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.CheckedComboBoxEdit.RefreshEditValue">
|
|
<summary>
|
|
<para>Synchronizes the editor's edit value with check items in the dropdown, checking and unchecking corresponding items.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.CheckedComboBoxEdit.SetEditValue(System.Object)">
|
|
<summary>
|
|
<para>Assigns the specified value to the editor.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
An object that specifies the value to be assigned to the editor.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.ClosePageButtonShowMode">
|
|
|
|
<summary>
|
|
<para>Enumerates values that specify whether Close buttons are displayed in individual tab pages, the tab control's header, or in both.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.ClosePageButtonShowMode.Default">
|
|
<summary>
|
|
<para><para>
|
|
The default behavior determined by controls.
|
|
</para>
|
|
|
|
<para>
|
|
For a <see cref="T:DevExpress.XtraTab.XtraTabControl"/>, the Close button within the tab control's header is displayed as specified by the control's <b>HeaderButtonsShowMode</b> property. Close buttons in individual pages are hidden.
|
|
</para>
|
|
|
|
<para>
|
|
For a <see cref="T:DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView"/> in a <see cref="T:DevExpress.XtraBars.Docking2010.DocumentManager"/>, the <b>Default</b> option is equivalent to <see cref="F:DevExpress.XtraTab.ClosePageButtonShowMode.InActiveTabPageHeaderAndOnMouseHover"/>.
|
|
</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.ClosePageButtonShowMode.InActiveTabPageAndTabControlHeader">
|
|
<summary>
|
|
<para>Close buttons are displayed in the tab control's header, and within the active page. The visibility of the Close button within the tab control's header is specified by the control's <b>HeaderButtonsShowMode</b> property.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.ClosePageButtonShowMode.InActiveTabPageHeader">
|
|
<summary>
|
|
<para>A Close button is displayed in the active page. The Close button in the control's header is hidden.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.ClosePageButtonShowMode.InActiveTabPageHeaderAndOnMouseHover">
|
|
<summary>
|
|
<para>Close buttons are displayed within an active tab, and within an inactive tab when the mouse is hovered over it. The visibility of the Close buttons within the tab control's header is specified by the <b>HeaderButtonsShowMode</b> property.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.ClosePageButtonShowMode.InAllTabPageHeaders">
|
|
<summary>
|
|
<para>Close buttons are displayed in all pages. The Close button in the control's header is hidden.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.ClosePageButtonShowMode.InAllTabPagesAndTabControlHeader">
|
|
<summary>
|
|
<para>Close buttons are displayed in all pages and in the control's header. The visibility of the Close button within the tab control's header is specified by the control's <b>HeaderButtonsShowMode</b> property.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraTab.ClosePageButtonShowMode.InTabControlHeader">
|
|
<summary>
|
|
<para>The Close button is displayed in the tab control's header, as specified by the control's <b>HeaderButtonsShowMode</b> property.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.MaskData">
|
|
|
|
<summary>
|
|
<para>Obsolete. Contains settings which define the editor's behavior in masked mode.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.MaskData.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Controls.MaskData"/> class instance.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.MaskData.#ctor(DevExpress.XtraEditors.Controls.MaskData)">
|
|
<summary>
|
|
<para>Initializes a new class instance with the specified <see cref="T:DevExpress.XtraEditors.Controls.MaskData"/> object.
|
|
</para>
|
|
</summary>
|
|
<param name="data">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.MaskData"/> object whose properties are copied to the properties of the created object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Controls.MaskData.AfterChange">
|
|
<summary>
|
|
<para>Obsolete. Occurs after changes are applied to the current <see cref="T:DevExpress.XtraEditors.Controls.MaskData"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.MaskData.Assign(DevExpress.XtraEditors.Controls.MaskData)">
|
|
<summary>
|
|
<para>Copies properties of the specified <see cref="T:DevExpress.XtraEditors.Controls.MaskData"/> object to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="data">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.MaskData"/> object whose properties are copied.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.MaskData.BeepOnError">
|
|
<summary>
|
|
<para>Obsolete. Gets or sets a value determining whether to produce a warning sound when an error occurs.
|
|
</para>
|
|
</summary>
|
|
<value>If <b>true</b>, produces a warning sound when an error occurs; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.MaskData.Blank">
|
|
<summary>
|
|
<para>Obsolete. Gets or sets a value representing blank areas within a masked editor.
|
|
</para>
|
|
</summary>
|
|
<value>A symbol representing blank areas within a masked edit.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.MaskData.Compare(DevExpress.XtraEditors.Controls.MaskData)">
|
|
<summary>
|
|
<para>Compares properties of the current <see cref="T:DevExpress.XtraEditors.Controls.MaskData"/> object with properties of a specified <see cref="T:DevExpress.XtraEditors.Controls.MaskData"/> instance.
|
|
</para>
|
|
</summary>
|
|
<param name="sample">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.MaskData"/> object whose properties are compared to the properties of the current object.
|
|
|
|
</param>
|
|
<returns><b>true</b>, if all properties of the current <see cref="T:DevExpress.XtraEditors.Controls.MaskData"/> object match the properties of the specified <see cref="T:DevExpress.XtraEditors.Controls.MaskData"/> instance; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.MaskData.EditMask">
|
|
<summary>
|
|
<para>Obsolete. Gets or sets a value representing a mask expression.
|
|
</para>
|
|
</summary>
|
|
<value>A mask expression.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.MaskData.IgnoreMaskBlank">
|
|
<summary>
|
|
<para>Obsolete. Gets or sets a value determining whether to ignore skipped positions within a mask editor.
|
|
</para>
|
|
</summary>
|
|
<value>If <b>true</b>, ignores skipped positions; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.MaskData.MaskType">
|
|
<summary>
|
|
<para>Obsolete. Gets or sets a value specifying which mask type is used.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Mask.MaskType"/> enumeration value which specifies the mask type used.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.MaskData.SaveLiteral">
|
|
<summary>
|
|
<para>Obsolete. Gets or sets a value determining whether to include literal characters in the <see cref="P:DevExpress.XtraEditors.BaseEdit.EditValue"/> property of the mask editor.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if literal characters are included into the edit value; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Mask.MaskType">
|
|
|
|
<summary>
|
|
<para>Lists values that specify the type of mask used by an editor.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Mask.MaskType.Custom">
|
|
<summary>
|
|
<para>Specifies that the editor uses a custom mask manager.
|
|
<para>
|
|
To implement a custom mask manager which will deal with masks in a custom manner create a custom editor and override its <b>CreateMaskManager</b> method. This method should then supply a custom mask manager when the <see cref="P:DevExpress.XtraEditors.Mask.MaskProperties.MaskType"/> property is set to <b>Custom</b>.
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Mask.MaskType.DateTime">
|
|
<summary>
|
|
<para>Specifies that the editor should accept date/time values and that the mask string must use the DateTime format syntax.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret">
|
|
<summary>
|
|
<para>The DateTime mask mode with the caret automatic movement feature.
|
|
<para>
|
|
After an end-user enters and completes a specific portion of a date/time value the caret automatically moves to the following part of the date/time value that can be edited.
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Mask.MaskType.None">
|
|
<summary>
|
|
<para>Specifies that the mask feature is disabled.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Mask.MaskType.Numeric">
|
|
<summary>
|
|
<para>Specifies that the editor should accept numeric values and that the mask string must use the Numeric format syntax.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Mask.MaskType.RegEx">
|
|
<summary>
|
|
<para>Specifies that the mask should be created using the full-functional regular expressions.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Mask.MaskType.Regular">
|
|
<summary>
|
|
<para>Specifies that the mask should be created using the simplified regular expression syntax.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Mask.MaskType.Simple">
|
|
<summary>
|
|
<para>Specifies that the mask should use the simplified syntax.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ImageLocation">
|
|
|
|
<summary>
|
|
<para>Enumerates possible locations for an image within a control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageLocation.BottomCenter">
|
|
<summary>
|
|
<para>The image is vertically aligned at the bottom, and horizontally aligned in the center.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageLocation.BottomLeft">
|
|
<summary>
|
|
<para>The image is vertically aligned at the bottom, and horizontally aligned on the left.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageLocation.BottomRight">
|
|
<summary>
|
|
<para>The image is vertically aligned at the bottom, and horizontally aligned on the right.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageLocation.Default">
|
|
<summary>
|
|
<para>The same as <b>MiddleLeft</b>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageLocation.MiddleCenter">
|
|
<summary>
|
|
<para>The image is centered vertically and horizontally.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageLocation.MiddleLeft">
|
|
<summary>
|
|
<para>The image is vertically centered, and horizontally aligned on the left.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageLocation.MiddleRight">
|
|
<summary>
|
|
<para>The image is vertically centered, and horizontally aligned on the right.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageLocation.TopCenter">
|
|
<summary>
|
|
<para>The image is vertically aligned at the top, and horizontally aligned in the center.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageLocation.TopLeft">
|
|
<summary>
|
|
<para>The image is vertically aligned at the top, and horizontally aligned on the left.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.ImageLocation.TopRight">
|
|
<summary>
|
|
<para>The image is vertically aligned at the top, and horizontally aligned on the right.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.Buttons.CustomHeaderButton">
|
|
|
|
<summary>
|
|
<para>A custom header button for tab controls.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.Buttons.CustomHeaderButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines)">
|
|
<summary>
|
|
<para>Initializes a new CustomHeaderButton class instance with the specified kind.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> value that specifies a kind of button. This parameter initializes the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.Buttons.CustomHeaderButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new CustomHeaderButton instance.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.Buttons.CustomHeaderButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,DevExpress.XtraEditors.ImageLocation,System.Drawing.Image,DevExpress.Utils.AppearanceObject,System.String,System.Object,DevExpress.Utils.SuperToolTip,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new CustomHeaderButton instance with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> value that specifies a button's kind. This parameter initializes the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string value that specifies a button's caption. This parameter initializes the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value that specifies a button's width. This parameter initializes the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
<b>true</b> if a button is enabled; otherwise, <b>false</b>. This parameter initializes the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> if a button is visible; otherwise, <b>false</b>. This parameter initializes the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="imageLocation">
|
|
An <see cref="T:DevExpress.XtraEditors.ImageLocation"/> value that specifies a button's image alignment. This parameter initializes the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
A button's image. This parameter initializes the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="appearance">
|
|
An <see cref="T:DevExpress.Utils.AppearanceObject"/> that specifies a button's appearance. This parameter initializes the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Appearance"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A string value that specifies a button's tooltip. This parameter initializes the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ToolTip"/> property.
|
|
|
|
</param>
|
|
<param name="tag">
|
|
An object value that specifies a button's tag. This parameter initializes the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Tag"/> property.
|
|
|
|
</param>
|
|
<param name="superTip">
|
|
A <see cref="T:DevExpress.Utils.SuperToolTip"/> object that specifies a button's extended tooltip. This parameter initializes the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.SuperTip"/> property.
|
|
|
|
</param>
|
|
<param name="enableImageTransparency">
|
|
<b>true</b> if image transparency is supported; otherwise, <b>false</b>. This parameter initializes the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.EnableImageTransparency"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.Buttons.CustomHeaderButton.Collection">
|
|
<summary>
|
|
<para>Gets a collection that owns the custom header button.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection"/> object that is the collection that owns the current custom header button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.Buttons.CustomHeaderButton.Index">
|
|
<summary>
|
|
<para>Gets a custom header button's index within the collection.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that is the CustomHeaderButton's index within the collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.Buttons.CustomHeaderButton.IsLeft">
|
|
<summary>
|
|
<para>The property is not supported.
|
|
</para>
|
|
</summary>
|
|
<value>@nbsp;
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.Buttons.CustomHeaderButton.Shortcut">
|
|
<summary>
|
|
<para>The property is not supported.
|
|
</para>
|
|
</summary>
|
|
<value>@nbsp;
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection">
|
|
|
|
<summary>
|
|
<para>A custom header button collection for tab controls.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new CustomHeaderButtonCollection class instance.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection.Add(DevExpress.XtraTab.Buttons.CustomHeaderButton)">
|
|
<summary>
|
|
<para>Adds a custom button to the current button collection.
|
|
</para>
|
|
</summary>
|
|
<param name="button">
|
|
A <see cref="T:DevExpress.XtraTab.Buttons.CustomHeaderButton"/> object that is the button that will be added.
|
|
|
|
</param>
|
|
<returns>An integer value that is a custom button's index in the collection.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection.AddRange(DevExpress.XtraTab.Buttons.CustomHeaderButton[])">
|
|
<summary>
|
|
<para>Adds an array of custom buttons to the current button collection.
|
|
</para>
|
|
</summary>
|
|
<param name="buttons">
|
|
A <see cref="T:DevExpress.XtraTab.Buttons.CustomHeaderButton"/> object array that consists of the buttons to be added.
|
|
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection.Assign(DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection)">
|
|
<summary>
|
|
<para>Copies buttons from the specified CustomHeaderButtonCollection object to the current CustomHeaderButtonCollection object.
|
|
</para>
|
|
</summary>
|
|
<param name="collection">
|
|
The <see cref="T:DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection"/> object that is the source button collection.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection.CollectionChanged">
|
|
<summary>
|
|
<para>Occurs when the current custom header buttons collection is changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection.Contains(DevExpress.XtraTab.Buttons.CustomHeaderButton)">
|
|
<summary>
|
|
<para>Gets a value that specifies if a custom header button belongs to the current collection.
|
|
</para>
|
|
</summary>
|
|
<param name="button">
|
|
A <see cref="T:DevExpress.XtraTab.Buttons.CustomHeaderButton"/> object to locate in the collection.
|
|
|
|
|
|
|
|
</param>
|
|
<returns><b>true</b> if a custom header button belongs to the current collection; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection.IndexOf(DevExpress.XtraTab.Buttons.CustomHeaderButton)">
|
|
<summary>
|
|
<para>Gets the specified button's position in the current CustomHeaderButtonCollection.
|
|
</para>
|
|
</summary>
|
|
<param name="button">
|
|
The <see cref="T:DevExpress.XtraTab.Buttons.CustomHeaderButton"/> object to locate.
|
|
|
|
</param>
|
|
<returns>The zero-based index of the button in the CustomHeaderButtonCollection.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection.Insert(System.Int32,DevExpress.XtraTab.Buttons.CustomHeaderButton)">
|
|
<summary>
|
|
<para>Inserts a custom header button to the CustomHeaderButtonCollection at the specified index.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
An integer value that is an index at which the custom header button is inserted.
|
|
|
|
</param>
|
|
<param name="button">
|
|
A <see cref="T:DevExpress.XtraTab.Buttons.CustomHeaderButton"/> object that is the custom header button to be inserted.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection.Item(System.Int32)">
|
|
<summary>
|
|
<para>Gets a button from the button collection at the specified position.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
The zero-based index of the button to return.
|
|
|
|
</param>
|
|
<value>A <see cref="T:DevExpress.XtraTab.Buttons.CustomHeaderButton"/> object at the specified position in the current collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection.ToString">
|
|
<summary>
|
|
<para>Returns the current object's text representation.
|
|
|
|
</para>
|
|
</summary>
|
|
<returns>A string value that specifies the text representation of the current <see cref="T:DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection"/> object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraTab.Buttons.CustomHeaderButtonCollection.VisibleCount">
|
|
<summary>
|
|
<para>Gets the number of visible buttons in a button collection.
|
|
</para>
|
|
</summary>
|
|
<value>The number of visible buttons in a button collection.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.DateOnError">
|
|
|
|
<summary>
|
|
<para>Specifies the response of a <see cref="T:DevExpress.XtraEditors.DateEdit"/> editor to an invalid value.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.DateOnError.NullDate">
|
|
<summary>
|
|
<para>Invalid data is replaced with the value of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.NullDate"/> property.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.DateOnError.Today">
|
|
<summary>
|
|
<para>Invalid data is replaced with the current date.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.DateOnError.Undo">
|
|
<summary>
|
|
<para>Invalid data is replaced with the previously validated date.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.DetailLevel">
|
|
|
|
<summary>
|
|
<para>Contains values specifying the editor drawing detail level.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.DetailLevel.Full">
|
|
<summary>
|
|
<para>Specifies the full detail level of editor drawing. In this case editors display their buttons.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.DetailLevel.Minimum">
|
|
<summary>
|
|
<para>Specifies the minimum detail level of editor drawing. In this case, editor's buttons are not displayed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraGrid.FormatConditionEnum">
|
|
|
|
<summary>
|
|
<para>Lists values specifying comparison operators used when applying conditional styles.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraGrid.FormatConditionEnum.Between">
|
|
<summary>
|
|
<para>The style is applied to cells (or corresponding rows) whose values fall into the range specified by the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Value1"/> and <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Value2"/> properties.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraGrid.FormatConditionEnum.Equal">
|
|
<summary>
|
|
<para>The style is applied to cells (or corresponding rows) whose values match the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Value1"/> property value.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraGrid.FormatConditionEnum.Expression">
|
|
<summary>
|
|
<para>The style is applied to cells (or corresponding rows) if the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Expression"/> evaluates to <b>true</b>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraGrid.FormatConditionEnum.Greater">
|
|
<summary>
|
|
<para>The style is applied to cells (or corresponding rows) whose values are greater than that specified by the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Value1"/> property.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraGrid.FormatConditionEnum.GreaterOrEqual">
|
|
<summary>
|
|
<para>The style is applied to cells (or corresponding rows) whose values are greater or equal to the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Value1"/> property value.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraGrid.FormatConditionEnum.Less">
|
|
<summary>
|
|
<para>The style is applied to cells (or corresponding rows) whose values are less than that specified by the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Value1"/> property.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraGrid.FormatConditionEnum.LessOrEqual">
|
|
<summary>
|
|
<para>The style is applied to cells (or corresponding rows) whose values are less or equal to the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Value1"/> property value.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraGrid.FormatConditionEnum.None">
|
|
<summary>
|
|
<para>The style is not applied to any cell.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraGrid.FormatConditionEnum.NotBetween">
|
|
<summary>
|
|
<para>The style is applied to cells (or corresponding rows) whose values fall outside of the range specified by the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Value1"/> and <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Value2"/> properties.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraGrid.FormatConditionEnum.NotEqual">
|
|
<summary>
|
|
<para>The style is applied to cells (or corresponding rows) whose values do not match the <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Value1"/> property value.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.TextEdit">
|
|
|
|
<summary>
|
|
<para>Represents a single-line text editor.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TextEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.TextEdit"/> class instance with default settings.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TextEdit.BackColor">
|
|
<summary>
|
|
<para>Gets or sets the editor's background color.
|
|
</para>
|
|
</summary>
|
|
<value>The editor's background color.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TextEdit.BackgroundImage">
|
|
<summary>
|
|
<para>This property isn't used.
|
|
</para>
|
|
</summary>
|
|
<value>@nbsp;
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TextEdit.BackgroundImageLayout">
|
|
<summary>
|
|
<para>This property isn't used.
|
|
</para>
|
|
</summary>
|
|
<value>@nbsp;
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TextEdit.CanUndo">
|
|
<summary>
|
|
<para>Gets a value indicating whether the previous edit operation can be undone.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the previous edit operation can be undone; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TextEdit.Copy">
|
|
<summary>
|
|
<para>Copies the current selection to the clipboard.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TextEdit.Cut">
|
|
<summary>
|
|
<para>Moves the current selection in the text box to the clipboard.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TextEdit.DeselectAll">
|
|
<summary>
|
|
<para>Clears text box selection.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TextEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>The '<b>TextEdit</b>' string
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TextEdit.IsEditorActive">
|
|
<summary>
|
|
<para>Gets whether the editor is active.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor is active; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TextEdit.IsNeededCursorKey(System.Windows.Forms.Keys)">
|
|
<summary>
|
|
<para>Returns a value indicating whether a particular key will be processed by the editor or passed to its container.
|
|
</para>
|
|
</summary>
|
|
<param name="keyData">
|
|
A <see cref="T:System.Windows.Forms.Keys"/> enumeration value which specifies the key to process.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the pressed key will be processed by the editor; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TextEdit.IsNeedFocus">
|
|
<summary>
|
|
<para>This member supports the internal editors library infrastructure and is not intended to be used from your code.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a container needs to focus the editor; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TextEdit.MaskBox">
|
|
<summary>
|
|
<para>Gets the text box that provides text editing functionality.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.TextBoxMaskBox"/> object that represents the editor's text box.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TextEdit.Paste">
|
|
<summary>
|
|
<para>Replaces the current selection in the text box with the contents of the clipboard.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TextEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object containing this editor's settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit"/> object containing this editor's settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TextEdit.Reset">
|
|
<summary>
|
|
<para>Resets selection and caret position in the editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TextEdit.ScrollToCaret">
|
|
<summary>
|
|
<para>Scrolls the editor's content to the current caret position.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TextEdit.Select(System.Int32,System.Int32)">
|
|
<summary>
|
|
<para>Selects the specified number of characters in the text box starting from the point specified.
|
|
</para>
|
|
</summary>
|
|
<param name="start">
|
|
An integer value specifying the selection's start point in the text box.
|
|
|
|
</param>
|
|
<param name="length">
|
|
An integer value specifying the number of characters to select in the text box.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TextEdit.SelectAll">
|
|
<summary>
|
|
<para>Selects all text within the text box.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TextEdit.SelectedText">
|
|
<summary>
|
|
<para>Gets or sets the selected text.
|
|
</para>
|
|
</summary>
|
|
<value>A string value representing the selected text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TextEdit.SelectionLength">
|
|
<summary>
|
|
<para>Gets or sets the number of characters selected in the text box.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the number of characters selected in the text box.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TextEdit.SelectionStart">
|
|
<summary>
|
|
<para>Gets or sets the starting point of text selected in the text box.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the starting point of text selected in the text box.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.TextEdit.Spin">
|
|
<summary>
|
|
<para>Occurs when either the UP or DOWN ARROW key is pressed or the mouse wheel is rotated.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TextEdit.TabStop">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether the user can focus this control using the TAB key.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the user can focus the editor using the TAB key; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.TextEdit.Text">
|
|
<summary>
|
|
<para>Gets or sets the text displayed in the edit box.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value which specifies the editor's text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.TextEdit.Undo">
|
|
<summary>
|
|
<para>Undoes the last edit operation in the text control.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.SpinEdit">
|
|
|
|
<summary>
|
|
<para>Represents the <b>SpinEdit</b> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.SpinEdit.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.SpinEdit"/> object with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.SpinEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>The string value representing the editor's class name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.SpinEdit.EditValue">
|
|
<summary>
|
|
<para>Gets or sets the editor's value.
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the editor's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.SpinEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object containing properties, methods and events specific to the spin edit control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit"/> object containing spin editor settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.SpinEdit.Text">
|
|
<summary>
|
|
<para>Gets or sets the text displayed in the control's edit box.
|
|
</para>
|
|
</summary>
|
|
<value>A string value representing the text displayed in the control's edit box.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.SpinEdit.Value">
|
|
<summary>
|
|
<para>Gets or sets a spin editor's value.
|
|
</para>
|
|
</summary>
|
|
<value>A decimal value representing the editor's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.SpinEdit.ValueChanged">
|
|
<summary>
|
|
<para>Occurs after the value of the <see cref="P:DevExpress.XtraEditors.SpinEdit.Value"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ProgressBarControl">
|
|
|
|
<summary>
|
|
<para>Represents a progress bar control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ProgressBarControl.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.ProgressBarControl"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ProgressBarControl.Decrement(System.Int32)">
|
|
<summary>
|
|
<para>Decreases the progress bar's position by a specified value.
|
|
</para>
|
|
</summary>
|
|
<param name="val">
|
|
An integer value to be subtracted from the progress bar's position.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ProgressBarControl.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>The string value representing the editor's class name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ProgressBarControl.EditValue">
|
|
<summary>
|
|
<para>Gets or sets the value representing the progress bar's current position.
|
|
</para>
|
|
</summary>
|
|
<value>An object value representing the progress bar's current position.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ProgressBarControl.Increment(System.Int32)">
|
|
<summary>
|
|
<para>Increases the progress bar's current position by a specified value.
|
|
</para>
|
|
</summary>
|
|
<param name="val">
|
|
An integer value to be added to the progress bar's current position.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ProgressBarControl.PerformStep">
|
|
<summary>
|
|
<para>Changes the progress bar's position by the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar.Step"/> property value.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ProgressBarControl.Position">
|
|
<summary>
|
|
<para>Gets or sets progress bar position.
|
|
</para>
|
|
</summary>
|
|
<value> An integer value representing the progress bar's current position.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.ProgressBarControl.PositionChanged">
|
|
<summary>
|
|
<para>Occurs after the value of the <see cref="P:DevExpress.XtraEditors.ProgressBarControl.Position"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ProgressBarControl.Properties">
|
|
<summary>
|
|
<para>Gets an object containing properties, methods and events specific to progress bar controls.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar"/> object containing progress bar settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ProgressBarControl.ShowProgressInTaskBar">
|
|
<summary>
|
|
<para>Gets or sets whether the progress is reflected in the application button in the Windows Task Bar.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the progress is reflected in the application button in the Windows Task Bar; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.PictureEdit">
|
|
|
|
<summary>
|
|
<para>Represents a picture edit control displaying images.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PictureEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.PictureEdit"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PictureEdit.CancelLoadAsync">
|
|
<summary>
|
|
<para>Stops the asynchronous image load initiated by the <see cref="M:DevExpress.XtraEditors.PictureEdit.LoadAsync"/> method.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PictureEdit.Cursor">
|
|
<summary>
|
|
<para>Gets or sets a cursor displayed when a mouse pointer hovers over the PictureEdit at runtime.
|
|
</para>
|
|
</summary>
|
|
<value>A System.Windows.Forms.Cursor object displayed when a mouse pointer hovers over the PictureEdit at runtime.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PictureEdit.EditorContainsFocus">
|
|
<summary>
|
|
<para>Gets a value indicating whether the picture editor is focused.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the picture editor has focus; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PictureEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of the current editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PictureEdit.EditValue">
|
|
<summary>
|
|
<para>Gets or sets the editor's value.
|
|
</para>
|
|
</summary>
|
|
<value>An object that is the editor's value.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PictureEdit.Image">
|
|
<summary>
|
|
<para>Sets or gets the image displayed by the editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> object representing the image displayed by the picture editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.PictureEdit.ImageChanged">
|
|
<summary>
|
|
<para>Occurs after the value of the <see cref="P:DevExpress.XtraEditors.PictureEdit.Image"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PictureEdit.LoadAsync(System.String)">
|
|
<summary>
|
|
<para>Loads the specified image, asynchronously.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="url">
|
|
The path for the image to display in the PictureEdit.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.PictureEdit.LoadCompleted">
|
|
<summary>
|
|
<para>Fires when an asynchronous image load operation is completed, been canceled, or raised an exception.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PictureEdit.LoadImage">
|
|
<summary>
|
|
<para>Invokes the "Open File" dialog for the editor, allowing an end-user to load an image file.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PictureEdit.LoadInProgess">
|
|
<summary>
|
|
<para>Gets whether an asynchronous image load is in progress.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if an asynchronous image load is in progress; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PictureEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object containing properties and methods specific to the picture editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit"/> object instance containing settings for the <see cref="T:DevExpress.XtraEditors.PictureEdit"/> control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PictureEdit.StartAnimation">
|
|
<summary>
|
|
<para>Starts animation of an animated GIF file being displayed in the editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PictureEdit.StopAnimation">
|
|
<summary>
|
|
<para>Stops animation of an animated GIF file being displayed in the editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PictureEdit.TabStop">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether the user can tab to the picture editor.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the user can focus the picture editor using the TAB key; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.PictureEdit.Text">
|
|
<summary>
|
|
<para>Gets a string value identifying the editor's contents (a representation of the <see cref="P:DevExpress.XtraEditors.BaseEdit.EditValue"/> property's value).
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value identifying the editor's contents.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PictureEdit.UpdateScrollBars">
|
|
<summary>
|
|
<para>Updates the position of the editor's scroll bars, taking into account relevant properties.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.PictureEdit.ZoomPercentChanged">
|
|
<summary>
|
|
<para>Fires when the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.ZoomPercent"/> property is changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.PickImage">
|
|
|
|
<summary>
|
|
<para>Represents an image combo box editor.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.PickImage.#ctor">
|
|
<summary>
|
|
<para>Creates an image combo box editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.MemoExEdit">
|
|
|
|
<summary>
|
|
<para>Represents an extended memo edit control that allows editing memo data within its popup window.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.MemoExEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.MemoExEdit"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.MemoExEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of the current editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.MemoExEdit.Lines">
|
|
<summary>
|
|
<para>Gets or sets the text lines to be displayed in the dropdown window of an extended memo edit control.
|
|
</para>
|
|
</summary>
|
|
<value>An array of lines containing the text of a memo editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.MemoExEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object containing settings specific to the extended memo editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit"/> object instance containing settings for the extended memo editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.MemoEdit">
|
|
|
|
<summary>
|
|
<para>Represents a memo edit control that allows editing memo data.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.MemoEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.MemoEdit"/> control instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.MemoEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of the current editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.MemoEdit.Lines">
|
|
<summary>
|
|
<para>Gets or sets the lines of text within a memo edit control.
|
|
</para>
|
|
</summary>
|
|
<value>An array of strings containing the text of a memo editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.MemoEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object containing properties and methods specific to a memo editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit"/> object instance containing settings for the <see cref="T:DevExpress.XtraEditors.MemoEdit"/> control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ImageEdit">
|
|
|
|
<summary>
|
|
<para>Represents an image edit control used for displaying images within the popup window.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ImageEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.ImageEdit"/> control instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ImageEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of the current editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ImageEdit.EditValue">
|
|
<summary>
|
|
<para>Gets or sets an object representing an image stored by the image editor.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/> value representing an image stored by the image editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ImageEdit.Image">
|
|
<summary>
|
|
<para>Sets or gets the image displayed by the editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> object representing the image displayed by the editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.ImageEdit.ImageChanged">
|
|
<summary>
|
|
<para>Occurs after the value of the <see cref="P:DevExpress.XtraEditors.ImageEdit.Image"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ImageEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object containing settings specific to the image editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemImageEdit"/> object instance containing settings for the <see cref="T:DevExpress.XtraEditors.ImageEdit"/> control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ImageEdit.Text">
|
|
<summary>
|
|
<para>Gets a value representing the display representation of the editor's <see cref="P:DevExpress.XtraEditors.BaseEdit.EditValue"/> property.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value standing for the display representation of the editor's edited value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.DateEdit">
|
|
|
|
<summary>
|
|
<para>Represents a class which implements a date edit control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.DateEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.DateEdit"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.DateEdit.CustomDrawDayNumberCell">
|
|
<summary>
|
|
<para>Occurs when drawing day cells in the dropdown calendar.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DateEdit.DateTime">
|
|
<summary>
|
|
<para>Gets or sets the date/time value edited within the control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.DateTime"/> object representing selected date/time value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.DateEdit.DateTimeChanged">
|
|
<summary>
|
|
<para>Occurs after the value of the <see cref="P:DevExpress.XtraEditors.DateEdit.DateTime"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.DateEdit.DrawItem">
|
|
<summary>
|
|
<para>Provides the ability to custom paint day cells in the dropdown calendar.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DateEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of the current editor.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DateEdit.Properties">
|
|
<summary>
|
|
<para>Gets settings specific to the date editor.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit"/> object containing settings specific to the date editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.DateEdit.Text">
|
|
<summary>
|
|
<para>Gets the text displayed within the edit box.
|
|
</para>
|
|
</summary>
|
|
<value>The text displayed in the edit box.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ComboBox">
|
|
|
|
<summary>
|
|
<para>Represents a combo box editor which enables editing values by selecting items from the dropdown list.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ComboBox.#ctor">
|
|
<summary>
|
|
<para>Creates and initializes a new combo box editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ColorEdit">
|
|
|
|
<summary>
|
|
<para>An editor which enables you to select a color from a dropdown window.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ColorEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.ColorEdit"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ColorEdit.Color">
|
|
<summary>
|
|
<para>Gets or sets the currently selected color.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure representing the currently selected color.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.ColorEdit.ColorChanged">
|
|
<summary>
|
|
<para>Occurs after the value of the <see cref="P:DevExpress.XtraEditors.ColorEdit.Color"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ColorEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of the current editor.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ColorEdit.EditValue">
|
|
<summary>
|
|
<para>Gets or sets the selected color.
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the currently selected color.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ColorEdit.Properties">
|
|
<summary>
|
|
<para>Gets settings specific to the color editor.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit"/> object storing settings specific to the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ColorEdit.Text">
|
|
<summary>
|
|
<para>Gets the text displayed in the edit box.
|
|
</para>
|
|
</summary>
|
|
<value>The text displayed in the edit box.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.CheckEdit">
|
|
|
|
<summary>
|
|
<para>Represents a check box edit control that allows an option to be selected.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.CheckEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.CheckEdit"/> control instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CheckEdit.AutoSizeInLayoutControl">
|
|
<summary>
|
|
<para>Gets or sets whether the editor's width is changed to display the editor's content in its entirety. This property is in effect when the editor resides within a <see cref="T:DevExpress.XtraLayout.LayoutControl"/>.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if auto-size mode is enabled; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CheckEdit.BorderStyle">
|
|
<summary>
|
|
<para>Gets or sets the style used to draw the check editor's border.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value identifying the style used to draw the check editor's border.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.CheckEdit.CalcBestSize">
|
|
<summary>
|
|
<para>Calculates the minimum size the control needs to be to contain its contents.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.Drawing.Size"/> object representing the minimum size of the control that will best fit its content.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CheckEdit.Checked">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether a check editor is checked.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a check editor is checked; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.CheckEdit.CheckedChanged">
|
|
<summary>
|
|
<para>Occurs when the <see cref="P:DevExpress.XtraEditors.CheckEdit.Checked"/> property value has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CheckEdit.CheckState">
|
|
<summary>
|
|
<para>Gets or sets the state of the check editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.CheckState"/> enumeration value representing the check editor's state.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.CheckEdit.CheckStateChanged">
|
|
<summary>
|
|
<para>Occurs after the <see cref="P:DevExpress.XtraEditors.CheckEdit.CheckState"/> property value was changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CheckEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CheckEdit.EditValue">
|
|
<summary>
|
|
<para>Gets or sets the check edit control's edited value.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:System.Object"/> value representing the editor's edited value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.CheckEdit.FormatEditValue">
|
|
<summary>
|
|
<para>This member supports the .NET Framework infrastructure and cannot be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.CheckEdit.GetPreferredSize(System.Drawing.Size)">
|
|
<summary>
|
|
<para>Retrieves the size of a rectangular area into which the control can be fitted.
|
|
</para>
|
|
</summary>
|
|
<param name="proposedSize">
|
|
The custom-sized area for the control.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:System.Drawing.Size"/> value.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.CheckEdit.ParseEditValue">
|
|
<summary>
|
|
<para>This member supports the .NET Framework infrastructure and cannot be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CheckEdit.PreferredSize">
|
|
<summary>
|
|
<para>Gets the size of a rectangular area into which the control can fit.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Size"/> structure specifying the control's minimum size.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CheckEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object containing properties, methods and events specific to a check editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit"/> object instance containing settings for the <see cref="T:DevExpress.XtraEditors.CheckEdit"/> control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.CheckEdit.QueryCheckStateByValue">
|
|
<summary>
|
|
<para>Enables you to provide a custom conversion of the <see cref="P:DevExpress.XtraEditors.CheckEdit.EditValue"/> property value to the appropriate check state.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.CheckEdit.QueryValueByCheckState">
|
|
<summary>
|
|
<para>Enables you to provide custom conversion of the current check state to the appropriate <see cref="P:DevExpress.XtraEditors.CheckEdit.EditValue"/> property value .
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CheckEdit.Text">
|
|
<summary>
|
|
<para>Gets or sets the text label associated with a check editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value representing the text label associated with a check editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.CheckEdit.Toggle">
|
|
<summary>
|
|
<para>Changes the state of a check editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.CalcEdit">
|
|
|
|
<summary>
|
|
<para>Represents an editor displaying a calculator within the dropdown window.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.CalcEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.CalcEdit"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.CalcEdit.DoValidate(DevExpress.XtraEditors.PopupCloseMode)">
|
|
<summary>
|
|
<para>Validates the editor.
|
|
</para>
|
|
</summary>
|
|
<param name="closeMode">
|
|
A <see cref="T:DevExpress.XtraEditors.PopupCloseMode"/> enumeration value that specifies how a dropdown editor's popup window was closed.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the editor's value is valid; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CalcEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the current editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CalcEdit.EditValue">
|
|
<summary>
|
|
<para>Gets or sets the editor's value.
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the editor's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CalcEdit.Properties">
|
|
<summary>
|
|
<para>Gets a <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit"/> object containing properties specific to the <see cref="T:DevExpress.XtraEditors.CalcEdit"/> editor.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit"/> object containing properties specific to the calc editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CalcEdit.Text">
|
|
<summary>
|
|
<para>Gets or sets the text displayed in the edit box.
|
|
</para>
|
|
</summary>
|
|
<value>The string displayed in the edit box.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.CalcEdit.Value">
|
|
<summary>
|
|
<para>Gets or sets the editor's decimal value.
|
|
</para>
|
|
</summary>
|
|
<value>The editor's decimal value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.CalcEdit.ValueChanged">
|
|
<summary>
|
|
<para>Occurs after the value of the <see cref="P:DevExpress.XtraEditors.CalcEdit.Value"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.ButtonEdit">
|
|
|
|
<summary>
|
|
<para>Represents a <b>ButtonEdit</b> control.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ButtonEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <b>ButtonEdit</b> control instance.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.ButtonEdit.ButtonClick">
|
|
<summary>
|
|
<para>Occurs when a button editor's button is clicked.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.ButtonEdit.ButtonPressed">
|
|
<summary>
|
|
<para>Occurs when pressing an editor button.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of the current editor.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the class name of the current editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonEdit.IsNeedFocus">
|
|
<summary>
|
|
<para>Gets a value indicating whether a container needs to set focus to the editor when it works as an inplace control.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if a container needs to set focus to the editor; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.ButtonEdit.PerformClick(DevExpress.XtraEditors.Controls.EditorButton)">
|
|
<summary>
|
|
<para>Simulates the Click event for the specified button.
|
|
</para>
|
|
</summary>
|
|
<param name="button">
|
|
An <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> object to be clicked.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.ButtonEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object containing properties, methods and events specific to the <see cref="T:DevExpress.XtraEditors.ButtonEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit"/> object containing settings for the <see cref="T:DevExpress.XtraEditors.ButtonEdit"/> control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.BaseEdit">
|
|
|
|
<summary>
|
|
<para>Serves as the base for all editors that can be used for inplace (such as within the XtraGrid) editing.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.#ctor">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.XtraEditors.BaseEdit"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.About">
|
|
<summary>
|
|
<para>Displays the XtraEditors library's about box.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.AccessibleDefaultActionDescription">
|
|
<summary>
|
|
<para>Gets or sets the default action description of the editor for use by accessibility client applications.
|
|
</para>
|
|
</summary>
|
|
<value>A string which specifies the default action description of the editor for use by accessibility client applications.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.AccessibleDescription">
|
|
<summary>
|
|
<para>Gets or sets the description of the editor used by accessibility client applications.
|
|
</para>
|
|
</summary>
|
|
<value>A string which specifies the editor's description used by accessibility client applications.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.AccessibleName">
|
|
<summary>
|
|
<para>Gets or sets the editor's name which is used by accessibility client applications.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A string which specifies the name of the editor used by accessibility client applications.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.AccessibleRole">
|
|
<summary>
|
|
<para>Gets or sets the editor's accessible role.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:System.Windows.Forms.AccessibleRole"/> enumeration value which represents a role for the editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.AllowMouseClick(System.Windows.Forms.Control,System.Drawing.Point)">
|
|
<summary>
|
|
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="control">
|
|
A <b>System.Windows.Forms.Control</b> object representing the control containing the current editor.
|
|
|
|
</param>
|
|
<param name="p">
|
|
A <b>System.Drawing.Point</b> object representing the coordinates of a mouse click.
|
|
|
|
</param>
|
|
<returns><b>true</b>, a mouse click is allowed; otherwise, <b>false</b>.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.BackColor">
|
|
<summary>
|
|
<para>Gets or sets the background color of an enabled editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> object specifying the editor's background color when it is not disabled.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseEdit.BackColorChanged">
|
|
<summary>
|
|
<para>This event is not supported by the BaseEdit class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.BindingManager">
|
|
<summary>
|
|
<para>Gets the <b>BindingManagerBase</b> object.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>BindingManagerBase</b> object managing all binding controls that are bound to the same data source and data member. <b>null</b> (<b>Nothing</b> in Visual Basic) if no data source is bound.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.BorderStyle">
|
|
<summary>
|
|
<para>Gets or sets the editor's border style.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value specifying the editor's border style.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.CalcMinHeight">
|
|
<summary>
|
|
<para>Calculates the minumum height of the editor.
|
|
</para>
|
|
</summary>
|
|
<returns>The minimum height of the editor, in pixels.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.CanShowDialog">
|
|
<summary>
|
|
<para>For internal use.
|
|
</para>
|
|
</summary>
|
|
<value>@nbsp;
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.ContextMenu">
|
|
<summary>
|
|
<para>Gets or sets the context menu for the editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>System.Windows.Forms.ContextMenu</b> object representing the context menu for the editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.ContextMenuStrip">
|
|
<summary>
|
|
<para>Gets or sets a <see cref="T:System.Windows.Forms.ContextMenuStrip"/> associated with the current control
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.ContextMenuStrip"/> object that represents a shortcut menu associated with the current control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseEdit.CustomDisplayText">
|
|
<summary>
|
|
<para>Enables custom display text to be provided for an editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.DefaultErrorIcon">
|
|
<summary>
|
|
<para>Gets or sets the default error icon.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> object representing the default error icon.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.BaseEdit.DefaultErrorIconAlignment">
|
|
<summary>
|
|
<para>Gets the default position where an error icon is displayed within the editor. This field returns the ErrorIconAlignment.MiddleLeft value. Use the <see cref="P:DevExpress.XtraEditors.BaseEdit.ErrorIconAlignment"/> property, to set the error icon's position for particular editors.
|
|
</para>
|
|
</summary>
|
|
<returns> [To be supplied] </returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.DeselectAll">
|
|
<summary>
|
|
<para>Clears selection within the editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.DoValidate">
|
|
<summary>
|
|
<para>Performs editor value validation.
|
|
</para>
|
|
</summary>
|
|
<returns><b>true</b> if the editor value has been validated; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.DoValidate(DevExpress.XtraEditors.PopupCloseMode)">
|
|
<summary>
|
|
<para>Validates the editor.
|
|
</para>
|
|
</summary>
|
|
<param name="closeMode">
|
|
A <see cref="T:DevExpress.XtraEditors.PopupCloseMode"/> enumeration value that specifies how a dropdown editor's popup window was closed.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the editor's value is valid; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.EditorContainsFocus">
|
|
<summary>
|
|
<para>Tests whether the editor or its popup window has focus.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor or its popup window has focus; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the editor's class name.
|
|
</para>
|
|
</summary>
|
|
<value>A string value identifying the editor's class name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.EditValue">
|
|
<summary>
|
|
<para>Gets or sets the editor's value.
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the editor's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseEdit.EditValueChanged">
|
|
<summary>
|
|
<para>Fires immediately after the edit value has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseEdit.EditValueChanging">
|
|
<summary>
|
|
<para>Fires when the editor's value is about to be changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.EnterMoveNextControl">
|
|
<summary>
|
|
<para>Gets or sets whether focus is moved to the next control (according to the tab order) when an end-user presses ENTER.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if focus is moved to the next control (according to the tab order) when an end-user presses ENTER; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.ErrorIcon">
|
|
<summary>
|
|
<para>Gets or sets the error icon displayed within the editor, when an error is associated with the editor.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> object representing the error icon.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.ErrorIconAlignment">
|
|
<summary>
|
|
<para>Gets or sets the alignment of the error icon displayed within the editor, when an error is associated with the editor.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:System.Windows.Forms.ErrorIconAlignment"/> value that specifies the error icon's alignment.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.ErrorText">
|
|
<summary>
|
|
<para>Gets or sets the error description for the editor.
|
|
</para>
|
|
</summary>
|
|
<value>A string value specifying the error description for the editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.Font">
|
|
<summary>
|
|
<para>Gets or sets the font used to display editor contents.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Font"/> object specifying the font used to display editor contents.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseEdit.FontChanged">
|
|
<summary>
|
|
<para>This event is not supported by the BaseEdit class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.ForeColor">
|
|
<summary>
|
|
<para>Gets or sets the editor content's foreground color.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure specifying the editor content's foreground color.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseEdit.ForeColorChanged">
|
|
<summary>
|
|
<para>This event is not supported by the BaseEdit class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseEdit.FormatEditValue">
|
|
<summary>
|
|
<para>Enables you to format the editor's value.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.GetPreferredSize(System.Drawing.Size)">
|
|
<summary>
|
|
<para>Retrieves the size of a rectangular area into which the control can be fitted.
|
|
</para>
|
|
</summary>
|
|
<param name="proposedSize">
|
|
The custom-sized area for the control.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:System.Drawing.Size"/> value.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.InplaceType">
|
|
<summary>
|
|
<para>Gets or sets the inplace type of an editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.InplaceType"/> enumeration member specifying the editor inplace type.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseEdit.InvalidValue">
|
|
<summary>
|
|
<para>Enables an appropriate response to be provided when invalid values are entered.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.IsEditorActive">
|
|
<summary>
|
|
<para>Gets whether the editor is active.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor is active; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.IsLoading">
|
|
<summary>
|
|
<para>Gets a value indicating whether the editor is being loaded.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor is being loaded; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.IsModified">
|
|
<summary>
|
|
<para>Gets or sets whether the editor's value has been modified since the editor last received focus or since it was last validated.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor's value has been modified; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.IsNeededKey(System.Windows.Forms.KeyEventArgs)">
|
|
<summary>
|
|
<para>Returns a value indicating whether a particular key will be processed by the editor or passed to its container.
|
|
</para>
|
|
</summary>
|
|
<param name="e">
|
|
A <see cref="T:System.Windows.Forms.KeyEventArgs"/> object specifying the key to process.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the pressed key will be processed by the editor; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.IsNeedFocus">
|
|
<summary>
|
|
<para>This member supports the internal editors library infrastructure and is not intended to be used from your code.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a container control needs to focus the editor; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.IsNotLoadedValue(System.Object)">
|
|
<summary>
|
|
<para>Gets whether the specified value is the "Non-loaded Value". This property is in effect when asynchronous data binding is used.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
A value to be tested.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the specified value is the "Non-loaded Value"; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.LookAndFeel">
|
|
<summary>
|
|
<para>Gets an object containing the editor's look and feel settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object containing the editor's look and feel settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.MenuManager">
|
|
<summary>
|
|
<para>Gets or sets an object that controls the look and feel of the popup menus.
|
|
</para>
|
|
</summary>
|
|
<value>An object that controls the look and feel of the popup menus.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseEdit.Modified">
|
|
<summary>
|
|
<para>Fires when the user starts to modify the edit value.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.OldEditValue">
|
|
<summary>
|
|
<para>Gets or sets the last successfully validated value.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the last value that was successfully validated.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.Padding">
|
|
<summary>
|
|
<para>This property is not supported by the BaseEdit class.
|
|
</para>
|
|
</summary>
|
|
<value>A Padding value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseEdit.ParseEditValue">
|
|
<summary>
|
|
<para>Enables you to convert the value entered to the value that will be stored by the editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object containing properties, methods and events specific to the editors.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object containing settings relating to all editors.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseEdit.PropertiesChanged">
|
|
<summary>
|
|
<para>Fires immediately after any editor's property value has changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.BaseEdit.QueryAccessibilityHelp">
|
|
<summary>
|
|
<para>Fires when the help is provided to accessibility applications.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.Reset">
|
|
<summary>
|
|
<para>Resets the editor's selection and cursor position.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.ResetBackColor">
|
|
<summary>
|
|
<para>Resets the <see cref="P:DevExpress.XtraEditors.BaseEdit.BackColor"/> property back to its default value.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.ResetForeColor">
|
|
<summary>
|
|
<para>Resets the <see cref="P:DevExpress.XtraEditors.BaseEdit.ForeColor"/> property back to its default value.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.SelectAll">
|
|
<summary>
|
|
<para>Selects the editor's entire content.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.SendKey(System.Windows.Forms.KeyEventArgs)">
|
|
<summary>
|
|
<para>Raises the <b>KeyDown</b> event.
|
|
</para>
|
|
</summary>
|
|
<param name="e">
|
|
A <see cref="T:System.Windows.Forms.KeyEventArgs"/> object providing data for the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.SendKey(System.Object,System.Windows.Forms.KeyPressEventArgs)">
|
|
<summary>
|
|
<para>Sends the specified message to the active editor.
|
|
</para>
|
|
</summary>
|
|
<param name="message">
|
|
A <see cref="T:System.Windows.Forms.Message"/> to be sent.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A KeyPressEventArgs object that will be passed to the editor's KeyPress event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.SendKeyUp(System.Windows.Forms.KeyEventArgs)">
|
|
<summary>
|
|
<para>Raises the <b>KeyUp</b> event.
|
|
</para>
|
|
</summary>
|
|
<param name="e">
|
|
A <see cref="T:System.Windows.Forms.KeyEventArgs"/> object providing data for the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.SendMouse(System.Drawing.Point,System.Windows.Forms.MouseButtons)">
|
|
<summary>
|
|
<para>Raises the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.MouseDown"/> event.
|
|
</para>
|
|
</summary>
|
|
<param name="position">
|
|
A <see cref="T:System.Drawing.Point"/> structure specifying the mouse pointer coordinates.
|
|
|
|
</param>
|
|
<param name="button">
|
|
A bitwise combination of <see cref="T:System.Windows.Forms.MouseButtons"/> enumeration values specifying the pressed mouse buttons.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.SendMouse(System.Windows.Forms.MouseEventArgs)">
|
|
<summary>
|
|
<para>Raises the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.MouseDown"/> event.
|
|
</para>
|
|
</summary>
|
|
<param name="e">
|
|
A <see cref="T:System.Windows.Forms.MouseEventArgs"/> object providing data for the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.MouseDown"/> event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.SendMouseUp(System.Drawing.Point,System.Windows.Forms.MouseButtons)">
|
|
<summary>
|
|
<para>Raises the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.MouseUp"/> event.
|
|
</para>
|
|
</summary>
|
|
<param name="position">
|
|
A <see cref="T:System.Drawing.Point"/> structure that specifies the mouse pointer coordinates.
|
|
|
|
</param>
|
|
<param name="button">
|
|
A <see cref="T:System.Windows.Forms.MouseButtons"/> enumeration value that specifies which mouse button was pressed.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.ServiceObject">
|
|
<summary>
|
|
<para>This method is used internally when using editors inplace and is not intended to be called in your code.
|
|
</para>
|
|
</summary>
|
|
<value>An object supporting the <b>IPopupServiceControl</b> interface.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.BaseEdit.StringStartsWidth(System.String,System.String)">
|
|
<summary>
|
|
<para>This method supports the internal .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
@nbsp;
|
|
|
|
</param>
|
|
<param name="part">
|
|
@nbsp;
|
|
|
|
</param>
|
|
<returns>@nbsp;
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.BaseEdit.TabStop">
|
|
<summary>
|
|
<para>Gets or sets whether an end-user can focus this 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.XtraEditors.BaseEdit.Text">
|
|
<summary>
|
|
<para>Gets or sets the text displayed by the editor.
|
|
</para>
|
|
</summary>
|
|
<value>A string value representing the text displayed by the editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit">
|
|
|
|
<summary>
|
|
<para>Represents a repository item which contains settings specific to <see cref="T:DevExpress.XtraEditors.TextEdit"/> editors.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit"/> object with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.AllowMouseWheel">
|
|
<summary>
|
|
<para>Gets or sets whether value scrolling via the Mouse Wheel is supported by the editor.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if scrolling via the Mouse Wheel is supported by the editor; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.AllowNullInput">
|
|
<summary>
|
|
<para>Gets or sets whether end-users can set the editor's value to a null reference.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies if end-users can set the editor's value to a null reference.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies properties of the source repository item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The source repository item object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.BeforeShowMenu">
|
|
<summary>
|
|
<para>Occurs before the editor's context menu is displayed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.CharacterCasing">
|
|
<summary>
|
|
<para>Gets or sets the character casing applied to the editor's content.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.CharacterCasing"/> enumeration value specifying the character casing applied.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the corresponding editor's type name.
|
|
</para>
|
|
</summary>
|
|
<value>The '<b>TextEdit</b>' string always.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.GetBrick(DevExpress.XtraEditors.PrintCellHelperInfo)">
|
|
<summary>
|
|
<para>Returns a brick object that contains information on how the current editor should be printed.
|
|
</para>
|
|
</summary>
|
|
<param name="info">
|
|
A <see cref="T:DevExpress.XtraEditors.PrintCellHelperInfo"/> object that provides information on the editor's state and appearance settings that will be used when the editor is printed.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.XtraPrinting.IVisualBrick"/> object that provides information on how the current editor should be printed.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.HideSelection">
|
|
<summary>
|
|
<para>Gets or sets whether the selection is hidden when moving focus to another control.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the selection in the editor is hidden when moving focus to another control; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.IsNeededKey(System.Windows.Forms.Keys)">
|
|
<summary>
|
|
<para>Indicates whether a particular key should be processed by the editor or passed to its container control.
|
|
</para>
|
|
</summary>
|
|
<param name="keyData">
|
|
A bitwise combination of <see cref="T:System.Windows.Forms.Keys"/> enumeration values specifying the pressed key combination.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the key should be processed by the editor; otherwise, <b>false</b>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.Mask">
|
|
<summary>
|
|
<para>Provides access to the editor's mask settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Mask.MaskProperties"/> object which provides the editor's mask settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.MaskData">
|
|
<summary>
|
|
<para>Provides access to the object containing the editor's mask settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.MaskData"/> object providing mask settings for the editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.MaxLength">
|
|
<summary>
|
|
<para>Gets or sets the maximum number of characters an end-user can enter into the editor.
|
|
</para>
|
|
</summary>
|
|
<value>A positive integer specifying the maximum number of characters end-users can enter. <b>0</b> to disable the text length limit.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.NullValuePrompt">
|
|
<summary>
|
|
<para>Gets or sets the text displayed grayed out when the editor doesn't have focus, and its edit value is not set to a valid value.
|
|
This property is in effect for standalone editors, and is not in effect for in-place editors.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the text displayed grayed out when the edit value is not set to a valid value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.NullValuePromptShowForEmptyValue">
|
|
<summary>
|
|
<para>Gets or sets whether the text specified by the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.NullValuePrompt"/> property is displayed when the editor contains an empty string.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the text specified by the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.NullValuePrompt"/> property is displayed when the editor contains an empty string; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.OwnerEdit">
|
|
<summary>
|
|
<para>Gets an editor which owns the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.TextEdit"/> control that owns the current repository item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.PasswordChar">
|
|
<summary>
|
|
<para>Gets or sets the password character displayed instead of actual characters.
|
|
</para>
|
|
</summary>
|
|
<value>A character displayed instead of actual characters.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to the text edit control.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit"/> object providing settings common to the current edit control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.Spin">
|
|
<summary>
|
|
<para>Occurs when either the UP or DOWN ARROW key is pressed or the mouse wheel is rotated.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.UseSystemPasswordChar">
|
|
<summary>
|
|
<para>Gets or sets whether password mode is active and the system password character is used to mask the editor's text.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if password mode is active and the system password character is used to mask the editor's text; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemTextEdit.ValidateOnEnterKey">
|
|
<summary>
|
|
<para>Gets or sets whether to invoke the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.Validating"/> event when pressing the ENTER key.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.Validating"/> event is raised when the ENTER key is pressed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit">
|
|
|
|
<summary>
|
|
<para>Represents a repository item which stores settings specific to a <see cref="T:DevExpress.XtraEditors.SpinEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies settings of the specified repository item to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object representing the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit.DefaultAlignment">
|
|
<summary>
|
|
<para>Gets the default horizontal alignment of the editor contents when the editor works inplace within a container control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration member specifying the default horizontal alignment of the editor's contents.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit.EditMask">
|
|
<summary>
|
|
<para>Gets or sets an edit mask.
|
|
</para>
|
|
</summary>
|
|
<value>A string which specifies a mask expression.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of an edit control corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>A string value representing the class name of a corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit.Increment">
|
|
<summary>
|
|
<para>Gets or sets a value by which the editor's value changes each time the keyboard UP or DOWN key is pressed or the spin button is clicked.
|
|
</para>
|
|
</summary>
|
|
<value>A decimal value to be incremented to the editor's value when a user clicks a spin button or presses the keyboard UP or DOWN key.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit.IsFloatValue">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the editor's value is a float or integer.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor's value is a float; <b>false</b> if the editor's value is an integer.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit.IsNeededKey(System.Windows.Forms.Keys)">
|
|
<summary>
|
|
<para>Indicates whether a particular key should be processed by the editor or passed to its container control.
|
|
</para>
|
|
</summary>
|
|
<param name="keyData">
|
|
A bitwise combination of <see cref="T:System.Windows.Forms.Keys"/> enumeration values specifying the pressed key combination.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the key should be processed by the editor; otherwise, <b>false</b>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit.MaxValue">
|
|
<summary>
|
|
<para>Gets or sets the editor's maximum value.
|
|
</para>
|
|
</summary>
|
|
<value>A decimal value representing the editor's maximum value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit.MinValue">
|
|
<summary>
|
|
<para>Gets or sets the editor's minimum value.
|
|
</para>
|
|
</summary>
|
|
<value>A decimal value representing the editor's minimum value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to the spin editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit"/> object providing settings specific to the spin editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit.ValueChanged">
|
|
<summary>
|
|
<para>Occurs after the value of the <see cref="P:DevExpress.XtraEditors.SpinEdit.Value"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar">
|
|
|
|
<summary>
|
|
<para>Represents a repository item which stores settings specific to a <see cref="T:DevExpress.XtraEditors.ProgressBarControl"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar.AllowFocusedAppearance">
|
|
<summary>
|
|
<para>Gets a value which indicates whether the appearance settings used to paint the progress bar when it's focused can be used.
|
|
</para>
|
|
</summary>
|
|
<value><b>false</b> always.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar.Appearance">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the editor when it's enabled.
|
|
</para>
|
|
</summary>
|
|
<value>An object that provides the appearance setting used to paint the editor when it's enabled.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar.AppearanceDisabled">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the editor when it's disabled.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An object that provides the appearance setting used to paint the editor when it's disabled.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar.AppearanceFocused">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the current editor when it's focused.
|
|
</para>
|
|
</summary>
|
|
<value>A DevExpress.Utils.AppearanceObject object which provides the appearance setting used to paint the editor when it's focused.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar.AppearanceReadOnly">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the read-only editor.
|
|
</para>
|
|
</summary>
|
|
<value>A DevExpress.Utils.AppearanceObject object which provides the appearance settings used to paint the read-only editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies settings of the specified repository item.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object representing the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar.DefaultAlignment">
|
|
<summary>
|
|
<para>Gets the default horizontal alignment of the editor's content.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration value specifying the editor content's default horizontal alignment.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of the control corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>A string value representing the class name of a corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar.GetBrick(DevExpress.XtraEditors.PrintCellHelperInfo)">
|
|
<summary>
|
|
<para>Returns a brick object that contains information on how the current editor should be printed.
|
|
</para>
|
|
</summary>
|
|
<param name="info">
|
|
A <see cref="T:DevExpress.XtraEditors.PrintCellHelperInfo"/> object that provides information on the editor's state and appearance settings that will be used when the editor is printed.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.XtraPrinting.IVisualBrick"/> object that provides information on how the current editor should be printed.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar.Maximum">
|
|
<summary>
|
|
<para>Gets or sets the control's maximum value.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value representing the maximum value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar.Minimum">
|
|
<summary>
|
|
<para>Gets or sets the control's minimum value.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value representing the minimum value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar.PercentView">
|
|
<summary>
|
|
<para>Gets or sets a value specifying how the text representing the progress bar's current position is displayed.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the control's value is displayed as a percentage; <b>false</b> if displayed as an integer.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar.PositionChanged">
|
|
<summary>
|
|
<para>Occurs after the value of the <see cref="P:DevExpress.XtraEditors.ProgressBarControl.Position"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to the <b>ProgressBarControl</b>.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar"/> object providing settings specific to the progress bar.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemProgressBar.Step">
|
|
<summary>
|
|
<para>Gets or sets a value by which a call to the <see cref="M:DevExpress.XtraEditors.ProgressBarControl.PerformStep"/> method increases the control's current position.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value by which the progress bar's position changes.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit">
|
|
|
|
<summary>
|
|
<para>Represents a repository item which stores settings specific to a <see cref="T:DevExpress.XtraEditors.PictureEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.AllowDisposeImage">
|
|
<summary>
|
|
<para>Gets or sets whether to dispose of the <see cref="T:DevExpress.XtraEditors.PictureEdit"/> control's image when the control is disposed of.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to dispose of the current image when the control is disposed of; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.AllowFocused">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether a focus rectangle is displayed within the focused picture editor.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a focus rectangle is displayed in the focused picture editor; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.AllowScrollViaMouseDrag">
|
|
<summary>
|
|
<para>Gets or sets whether an image can be scrolled by dragging it with the mouse. This feature is in effect when scroll bars are enabled via the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.ShowScrollBars"/> property.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if an image can be scrolled by dragging it with the mouse; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies the settings of a specific repository item to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object representing the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.AutoHeight">
|
|
<summary>
|
|
<para>Gets a value indicating whether the auto height feature is enabled.
|
|
</para>
|
|
</summary>
|
|
<value><b>false</b> always.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.CustomHeight">
|
|
<summary>
|
|
<para>Gets or sets the height of the picture editor when it works as an inplace control.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the height in pixels of an inplace picture editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of an edit control corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.ErrorImage">
|
|
<summary>
|
|
<para>Gets or sets an image displayed when an error occurs during an asynchronous image load.
|
|
</para>
|
|
</summary>
|
|
<value>The image displayed when an error occurs during an asynchronous image load.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.GetBrick(DevExpress.XtraEditors.PrintCellHelperInfo)">
|
|
<summary>
|
|
<para>Returns a brick object that contains information on how the current editor should be printed.
|
|
</para>
|
|
</summary>
|
|
<param name="info">
|
|
A <see cref="T:DevExpress.XtraEditors.PrintCellHelperInfo"/> object that provides information on the editor's state and appearance settings that will be used when the editor is printed.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.XtraPrinting.IVisualBrick"/> object that provides information on how the current editor should be printed.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.ImageChanged">
|
|
<summary>
|
|
<para>Occurs after the value of the <see cref="P:DevExpress.XtraEditors.PictureEdit.Image"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.InitialImage">
|
|
<summary>
|
|
<para>Gets or sets an image displayed during an asynchronous image load.
|
|
</para>
|
|
</summary>
|
|
<value>An image displayed during an asynchronous image load.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.LoadCompleted">
|
|
<summary>
|
|
<para>Fires when an asynchronous image load operation is completed, been canceled, or raised an exception.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.Padding">
|
|
<summary>
|
|
<para>Gets or sets the amount of space, in pixels, between the control's borders and its content.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.Padding"/> object that contains inner indents between the control's borders and its content.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.PictureAlignment">
|
|
<summary>
|
|
<para>Gets or sets the alignment of the image within the picture editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.ContentAlignment"/> enumeration value specifying the image alignment.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.PictureInterpolationMode">
|
|
<summary>
|
|
<para>Gets or sets how an image is scaled.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Drawing2D.InterpolationMode"/> value that specifies how an image is scaled.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.PictureStoreMode">
|
|
<summary>
|
|
<para>Gets or sets how the editor stores the image pasted via the editor's context menu.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.PictureStoreMode"/> value representing how an image loaded via the editor's context menu is stored in the edit value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to a picture edit control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit"/> object instance providing settings common to a picture edit control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.ShowMenu">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether the context menu is displayed when the picture editor is right-clicked.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the context menu is displayed when the editor is right-clicked; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.ShowScrollBars">
|
|
<summary>
|
|
<para>Gets or sets whether scroll bars that allow an end-user to scroll the image are enabled.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if scroll bars that allow an end-user to scroll the image are enabled; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.ShowZoomSubMenu">
|
|
<summary>
|
|
<para>Gets or sets whether the picture editor's context menu contains zoom-related commands.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies if the picture editor's context menu contains zoom-related commands.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.SizeMode">
|
|
<summary>
|
|
<para>Gets or sets a value specifying how the image is displayed within the picture editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.PictureSizeMode"/> enumeration value specifying the size mode of the displayed image.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.ZoomPercent">
|
|
<summary>
|
|
<para>Gets or sets the zoom percent of the displayed image.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the zoom percent of the displayed image.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.ZoomPercentChanged">
|
|
<summary>
|
|
<para>Fires when the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit.ZoomPercent"/> property is changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemPickImage">
|
|
|
|
<summary>
|
|
<para>Represents a repository item which provides settings specific to an image combo box control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemPickImage.#ctor">
|
|
<summary>
|
|
<para>Creates a repository item for an image combo box editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit">
|
|
|
|
<summary>
|
|
<para>Represents a repository item which stores settings specific to a <see cref="T:DevExpress.XtraEditors.MemoExEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit.AcceptsReturn">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether a user can insert return characters into text.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if return characters typed within the dropdown window are accepted and processed by an extended memo editor; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit.AcceptsTab">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether a user can insert tab characters into the editor's text.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if tab characters typed within the dropdown window are accepted and processed by an extended memo editor; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies settings of the specified repository item to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object representing the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of an edit control corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit.GetBrick(DevExpress.XtraEditors.PrintCellHelperInfo)">
|
|
<summary>
|
|
<para>Returns a brick object that contains information on how the current editor should be printed.
|
|
</para>
|
|
</summary>
|
|
<param name="info">
|
|
A <see cref="T:DevExpress.XtraEditors.PrintCellHelperInfo"/> object that provides information on the editor's state and appearance settings that will be used when the editor is printed.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.XtraPrinting.IVisualBrick"/> object that provides information on how the current editor should be printed.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to an extended memo edit control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit"/> object instance.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit.ScrollBars">
|
|
<summary>
|
|
<para>Gets or sets a value indicating which scrollbars are displayed within the editor's dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.ScrollBars"/> enumeration value indicating whether 0, 1 or 2 are displayed within the dropdown window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit.WordWrap">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the text is automatically wrapped at the right margin of the editor's dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if an editor always wraps text at the right margin.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit">
|
|
|
|
<summary>
|
|
<para>Represents a class which stores settings specific to a <see cref="T:DevExpress.XtraEditors.MemoEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit.AcceptsReturn">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether return characters can be inserted into text.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if return characters are accepted and processed by a memo editor; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit.AcceptsTab">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether a user can insert tab characters into text.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if users can enter tabs in a memo editor using the TAB key; <b>false</b> if pressing the TAB key moves focus to another control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies the settings of a repository item.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object representing the source object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit.AutoHeight">
|
|
<summary>
|
|
<para>Gets a value indicating whether the autoheight feature is enabled.
|
|
</para>
|
|
</summary>
|
|
<value>Always <b>false</b> .
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of the edit control corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit.GetBrick(DevExpress.XtraEditors.PrintCellHelperInfo)">
|
|
<summary>
|
|
<para>Returns a brick object that contains information on how the current editor should be printed.
|
|
</para>
|
|
</summary>
|
|
<param name="info">
|
|
A <see cref="T:DevExpress.XtraEditors.PrintCellHelperInfo"/> object that provides information on the editor's state and appearance settings that will be used when the editor is printed.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.XtraPrinting.IVisualBrick"/> object that provides information on how the current editor should be printed.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit.IsNeededKey(System.Windows.Forms.Keys)">
|
|
<summary>
|
|
<para>Indicates whether a particular key combination should be processed by the editor or passed to the container control.
|
|
</para>
|
|
</summary>
|
|
<param name="keyData">
|
|
A bitwise combination of <see cref="T:System.Windows.Forms.Keys"/> enumeration values specifying the key combination.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the specified key combination should be processed by the editor; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit.LinesCount">
|
|
<summary>
|
|
<para>Gets or sets the number of lines to be displayed in a memo editor when it acts as an in-place control.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the number of lines displayed by an in-place memo editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit.Mask">
|
|
<summary>
|
|
<para>Provides access to the editor's mask settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Mask.MaskProperties"/> object which contains the editor's mask settings.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit.PasswordChar">
|
|
<summary>
|
|
<para>This property isn't used.
|
|
</para>
|
|
</summary>
|
|
<value>@nbsp;
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to a memo edit control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit"/> object instance providing settings common to a memo edit control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit.ScrollBars">
|
|
<summary>
|
|
<para>Gets or sets a value indicating which scrollbars are displayed.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.ScrollBars"/> enumeration value indicating whether 0, 1 or 2 are displayed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit.UseSystemPasswordChar">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemMemoEdit class.
|
|
</para>
|
|
</summary>
|
|
<value>@nbsp;
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit.WordWrap">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether text is automatically wrapped at an editor's right margin.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if an editor always wraps text at the right margin, <b>false</b> if it displays a separate line only following a carriage return character.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemImageEdit">
|
|
|
|
<summary>
|
|
<para>Represents a repository item which stores settings specific to an <see cref="T:DevExpress.XtraEditors.ImageEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemImageEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemImageEdit"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemImageEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies settings of the specified repository item to the current one.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object representing the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemImageEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of an edit control corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemImageEdit.GetBrick(DevExpress.XtraEditors.PrintCellHelperInfo)">
|
|
<summary>
|
|
<para>Returns a brick object that contains information on how the current editor should be printed.
|
|
</para>
|
|
</summary>
|
|
<param name="info">
|
|
A <see cref="T:DevExpress.XtraEditors.PrintCellHelperInfo"/> object that provides information on the editor's state and appearance settings that will be used when the editor is printed.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.XtraPrinting.IVisualBrick"/> object that provides information on how the current editor should be printed.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemImageEdit.ImageChanged">
|
|
<summary>
|
|
<para>Occurs after the value of the <see cref="P:DevExpress.XtraEditors.ImageEdit.Image"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemImageEdit.PictureAlignment">
|
|
<summary>
|
|
<para>Gets or sets the alignment of the image within the image editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.ContentAlignment"/> enumeration value which specifies the image's alignment.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemImageEdit.PictureStoreMode">
|
|
<summary>
|
|
<para>Gets or sets how the editor stores the image pasted via the editor's context menu.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.PictureStoreMode"/> value representing how an image loaded via the editor's context menu is stored in the edit value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemImageEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to an image edit control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemImageEdit"/> object instance.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemImageEdit.ShowMenu">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether the context menu is displayed when the dropdown window is right-clicked.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the context menu is displayed when the dropdown window is right-clicked.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemImageEdit.SizeMode">
|
|
<summary>
|
|
<para>Gets or sets a value specifying how the image is displayed within the image editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.PictureSizeMode"/> enumeration value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit">
|
|
|
|
<summary>
|
|
<para>A repository item storing settings specific to a <see cref="T:DevExpress.XtraEditors.DateEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.AppearanceDropDownHeader">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the header panel in the dropdown calendar.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the header panel in the dropdown calendar.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.AppearanceDropDownHeaderHighlight">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the highlighted header panel in the dropdown calendar.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object, that contains the appearance settings used to paint the header panel's text under the mouse pointer.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.AppearanceDropDownHighlight">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the text within the dropdown calendar.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that contains the appearance settings used to paint the text under the mouse pointer, within the editor's dropdown.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.AppearanceWeekNumber">
|
|
<summary>
|
|
<para>Provides appearance settings used to paint week numbers.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object that contains the corresponding appearance settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies source repository item properties to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The source repository item object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.CustomDrawDayNumberCell">
|
|
<summary>
|
|
<para>Occurs when drawing day cells in the dropdown calendar.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.DateOnError">
|
|
<summary>
|
|
<para>Specifies how a <see cref="T:DevExpress.XtraEditors.DateEdit"/> responds to an attempt to enter an invalid date value.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.DateOnError"/> value specifying how to respond to an invalid date value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.DateTimeChanged">
|
|
<summary>
|
|
<para>Occurs after the value of the <see cref="P:DevExpress.XtraEditors.DateEdit.DateTime"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.DisplayFormat">
|
|
<summary>
|
|
<para>Gets the format settings applied to the editor when it is not focused.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> object containing format settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.DrawItem">
|
|
<summary>
|
|
<para>Provides the ability to custom paint day cells in the dropdown calendar.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.EditFormat">
|
|
<summary>
|
|
<para>Provides access to the settings used to format the edit value when the editor is about to switch to edit mode.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> object containing format settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.EditMask">
|
|
<summary>
|
|
<para>Gets or sets an edit mask.
|
|
</para>
|
|
</summary>
|
|
<value>A string specifying a mask expression.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of an edit control corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the class name of a corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.HighlightHolidays">
|
|
<summary>
|
|
<para>Gets or sets whether Saturdays and Sundays are highlighted.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to highlight Saturdays and Sundays; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.MaxValue">
|
|
<summary>
|
|
<para>Gets or sets the editor's maximum value.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.DateTime"/> structure which represents the maximum allowed date.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.MinValue">
|
|
<summary>
|
|
<para>Gets or sets the editor's minimum value.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.DateTime"/> structure which represents the minimum allowed date.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.NullDate">
|
|
<summary>
|
|
<para>Gets or sets a value representing the <b>null</b> date.
|
|
</para>
|
|
</summary>
|
|
<value>A value representing the <b>null</b> date.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.PopupFormMinSize">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemDateEdit class.
|
|
</para>
|
|
</summary>
|
|
<value>The Size.Empty value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.PopupFormSize">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemDateEdit class.
|
|
</para>
|
|
</summary>
|
|
<value>The Size.Empty value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to the button edit control.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit"/> object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.ShowClear">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether the dropdown calendar contains a <b>Clear</b> button.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the dropdown calendar contains a <b>Clear</b> button; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.ShowToday">
|
|
<summary>
|
|
<para>Gets or sets whether to display the <b>Today</b> button within the dropdown calendar.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the <b>Today</b> button is visible; otherwise,<b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.ShowWeekNumbers">
|
|
<summary>
|
|
<para>Gets or sets whether to display week numbers in the dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the dropdown window displays week numbers; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.VistaCalendarViewStyle">
|
|
<summary>
|
|
<para>Gets or sets which date grouping Views are available in Windows Vista display mode.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.VistaCalendarViewStyle"/> value that specifies which date grouping Views are available in Windows Vista display mode.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.VistaDisplayMode">
|
|
<summary>
|
|
<para>Gets or sets whether the editor functions like the Date Editor in Windows Vista.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies how the editor functions - like the standard Date Editor or the Date Editor in Windows Vista.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.VistaEditTime">
|
|
<summary>
|
|
<para>Gets or sets whether the DateEdit control's dropdown contains a time editor for editing the time portion of the date-time value.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether the DateEdit control's dropdown contains a time editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.VistaTimeProperties">
|
|
<summary>
|
|
<para>Contains settings that control the appearance and behavior of the time edit box displayed in the DateEdit control's dropdown.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit"/> object that contains corresponding settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemDateEdit.WeekNumberRule">
|
|
<summary>
|
|
<para>Gets or sets a rule which determines the first week of the year.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.WeekNumberRule"/> enumeration value which determines the first week of the year.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemComboBox">
|
|
|
|
<summary>
|
|
<para>Represents a repository item which stores settings specific to <see cref="T:DevExpress.XtraEditors.ComboBoxEdit"/> controls.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemComboBox"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies properties of the source repository item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The source repository item object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.AutoComplete">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the auto completion feature is enabled.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the auto completion is enabled; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.CaseSensitiveSearch">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether the auto completion feature is case sensitive.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the auto completion feature is case sensitive, otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.CycleOnDblClick">
|
|
<summary>
|
|
<para>Gets a value indicating whether the end-user can navigate through dropdown values by double clicking the edit box.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if double-clicking the edit box cycles through combo box items; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.DrawItem">
|
|
<summary>
|
|
<para>Provides the ability to custom paint the items displayed within the combo box editor's drop down.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.DropDownCustomDrawItem">
|
|
<summary>
|
|
<para>Occurs when drawing an item in the dropdown list.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.DropDownItemHeight">
|
|
<summary>
|
|
<para>Gets or sets the height of an item in the dropdown list.
|
|
</para>
|
|
</summary>
|
|
<value>The height of an item in the dropdown window, in pixels.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.DropDownRows">
|
|
<summary>
|
|
<para>Gets or sets the number of items simultaneously displayed in the dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>The number of visible items in the dropdown window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of an edit control corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the class name of a corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.GetDisplayText(DevExpress.Utils.FormatInfo,System.Object)">
|
|
<summary>
|
|
<para>Returns the text representation of the specified value, formatted according to the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
A <see cref="T:DevExpress.Utils.FormatInfo"/> object that specifies formatting settings.
|
|
|
|
</param>
|
|
<param name="editValue">
|
|
A value to be formatted.
|
|
|
|
</param>
|
|
<returns>A string that specifies the value's formatted text representation.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.HighlightedItemStyle">
|
|
<summary>
|
|
<para>Specifies how selected and hot-tracked items are highlighted within the control's popup window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.HighlightStyle"/> value that specifies how selected and hot-tracked items are highlighted.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.HotTrackDropDownItems">
|
|
<summary>
|
|
<para>Gets or sets, if the items from the dropdown menu can be hot tracked.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the <b>Hot Track</b> feature is enabled; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.HotTrackItems">
|
|
<summary>
|
|
<para>Gets or sets whether the items in the dropdown are hot-tracked when the mouse pointer moves over them.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the items in the dropdown are hot-tracked; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.IsNeededKey(System.Windows.Forms.Keys)">
|
|
<summary>
|
|
<para>Indicates whether a particular key should be processed by the editor or passed to its container control.
|
|
</para>
|
|
</summary>
|
|
<param name="keyData">
|
|
A bitwise combination of <see cref="T:System.Windows.Forms.Keys"/> enumeration values specifying the pressed key combination.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the key should be processed by the editor; otherwise, <b>false</b>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.Items">
|
|
<summary>
|
|
<para>Gets the collection of items displayed by the current combo box editor.
|
|
</para>
|
|
</summary>
|
|
<value>The collection of items displayed by the editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.MeasureItem">
|
|
<summary>
|
|
<para>Allows you to change the height and width of specific items in the dropdown window.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.OwnerEdit">
|
|
<summary>
|
|
<para>Gets the editor which owns the current repository item object.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.ComboBoxEdit"/> control owning the current repository item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to the combo box editor.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemComboBox"/> object providing settings specific to the combo box editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.SelectedIndexChanged">
|
|
<summary>
|
|
<para>Occurs on changing the index of the selected value in the combo box editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.SelectedValueChanged">
|
|
<summary>
|
|
<para>Occurs after changing the index of the selected value in the combo box editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.ShowToolTipForTrimmedText">
|
|
<summary>
|
|
<para>Gets or sets whether tooltips are displayed for items whose text is trimmed.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether tooltips are displayed for items whose text is trimmed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.Sorted">
|
|
<summary>
|
|
<para>Gets or sets whether the items are sorted.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to sort items; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemComboBox.UseCtrlScroll">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether the Ctrl key must be pressed when scrolling combo box items.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if scrolling items requires the Ctrl key to be pressed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit">
|
|
|
|
<summary>
|
|
<para>Contains settings specific to a <see cref="T:DevExpress.XtraEditors.ColorEdit"/> editor.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies properties of the source repository item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The source repository item object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.ColorAlignment">
|
|
<summary>
|
|
<para>Specifies the alignment of the preview color box within the control's edit region.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> value specifying the alignment of the preview color box within the control's edit region.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.ColorChanged">
|
|
<summary>
|
|
<para>Occurs after the value of the <see cref="P:DevExpress.XtraEditors.ColorEdit.Color"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.ColorText">
|
|
<summary>
|
|
<para>Gets or sets the value indicating the type of display text describing the selected color.
|
|
</para>
|
|
</summary>
|
|
<value>The type of display text to represent the selected color.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.CustomColors">
|
|
<summary>
|
|
<para>Gets or sets an array of user-defined colors to display in the <i>Custom</i> panel of the dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value>An array of user-defined colors to display in the <i>Custom</i> panel.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.DefaultAlignment">
|
|
<summary>
|
|
<para>Gets the default alignment of the editor contents when the editor is inplace within a container control.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="F:DevExpress.Utils.HorzAlignment.Near"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of an edit control corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>A string identifying the editor's class name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.GetBrick(DevExpress.XtraEditors.PrintCellHelperInfo)">
|
|
<summary>
|
|
<para>Returns a brick object that contains information on how the current editor should be printed.
|
|
</para>
|
|
</summary>
|
|
<param name="info">
|
|
A <see cref="T:DevExpress.XtraEditors.PrintCellHelperInfo"/> object that provides information on the editor's state and appearance settings that will be used when the editor is printed.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.XtraPrinting.IVisualBrick"/> object that provides information on how the current editor should be printed.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.GetDisplayText(DevExpress.Utils.FormatInfo,System.Object)">
|
|
<summary>
|
|
<para>Returns the text representation of the specified value, formatted according to the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
A <see cref="T:DevExpress.Utils.FormatInfo"/> object that specifies formatting settings.
|
|
|
|
</param>
|
|
<param name="editValue">
|
|
A value to be formatted.
|
|
|
|
</param>
|
|
<returns>A string that specifies the value's formatted text representation.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.HighlightedItemStyle">
|
|
<summary>
|
|
<para>Specifies how selected items are highlighted within the control's popup window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.HighlightStyle"/> value that specifies how selected items are highlighted.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.PopupFormMinSize">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemColorEdit class.
|
|
</para>
|
|
</summary>
|
|
<value>The Size.Empty value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.PopupFormSize">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemColorEdit class.
|
|
</para>
|
|
</summary>
|
|
<value>The Size.Empty value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object containing settings specific to the <see cref="T:DevExpress.XtraEditors.ColorEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit"/> object containing settings for the current control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.ShowColorDialog">
|
|
<summary>
|
|
<para>Gets or sets whether the standard color dialog is displayed when an end-user right-clicks on a custom color box within the dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the color dialog should be displayed when right-clicking on a custom color box; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.ShowCustomColors">
|
|
<summary>
|
|
<para>Gets or sets whether the <b>Custom</b> tabbed page is visible.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the <b>Custom</b> tabbed page is visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.ShowSystemColors">
|
|
<summary>
|
|
<para>Gets or sets whether the <b>System</b> tabbed page is visible.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the <b>System</b> tabbed page is visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.ShowWebColors">
|
|
<summary>
|
|
<para>Gets or sets whether the <b>Web</b> tabbed page is visible.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the <b>Web</b> tabbed page is visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.StoreColorAsInteger">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the type of value returned by the <see cref="P:DevExpress.XtraEditors.ColorEdit.EditValue"/> property.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if <see cref="P:DevExpress.XtraEditors.ColorEdit.EditValue"/> stores the selected color as an integer; <b>false</b> if <see cref="P:DevExpress.XtraEditors.ColorEdit.EditValue"/> stores it as a <b>System.Drawing.Color</b> structure.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemColorEdit.TextEditStyle">
|
|
<summary>
|
|
<para>Gets or sets the style in which text is displayed in the control's edit box.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Controls.TextEditStyles"/> value determining the editing style.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit">
|
|
|
|
<summary>
|
|
<para>Represents a repository item which stores settings specific to a <see cref="T:DevExpress.XtraEditors.CheckEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.AllowGrayed">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether a check editor should support three check states rather than two.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the <see cref="T:DevExpress.XtraEditors.CheckEdit"/> is able to display three check states; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.AllowHtmlString">
|
|
<summary>
|
|
<para>Gets or sets whether HTML formatting is allowed.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if HTML formatting is allowed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies the settings of a specific repository item to the current one.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object representing the source of the operation.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.AutoWidth">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the editor's width is calculated automatically to fit the editor's content.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor's width is adjusted to fit the text width; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.BorderStyle">
|
|
<summary>
|
|
<para>Gets or sets the style used to draw the check editor's border.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value identifying the style used to draw the check editor's border.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.Caption">
|
|
<summary>
|
|
<para>Gets or sets the text label associated with a check editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value representing the text label associated with a check editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.CheckedChanged">
|
|
<summary>
|
|
<para>Occurs when the <see cref="P:DevExpress.XtraEditors.CheckEdit.Checked"/> property value has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.CheckStateChanged">
|
|
<summary>
|
|
<para>Occurs when the <see cref="P:DevExpress.XtraEditors.CheckEdit.CheckState"/> property value has changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.CheckStyle">
|
|
<summary>
|
|
<para>Gets or sets a value that determines the look and feel of the check box.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.CheckStyles"/> enumerator value specifying the look and feel of the check box.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.DisplayValueChecked">
|
|
<summary>
|
|
<para>Gets or sets the text representation of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.ValueChecked"/> value.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the text representation of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.ValueChecked"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.DisplayValueGrayed">
|
|
<summary>
|
|
<para>Gets or sets the text representation of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.ValueGrayed"/> value.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the text representation of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.ValueGrayed"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.DisplayValueUnchecked">
|
|
<summary>
|
|
<para>Gets or sets the text representation of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.ValueUnchecked"/> value.
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the text representation of the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.ValueUnchecked"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of the edit control corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object identifying the class name of the corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.FullFocusRect">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether a focus rectangle is drawn round the entire client region or around the caption text only.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a focus rectangle is around the entire client region; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.GetBrick(DevExpress.XtraEditors.PrintCellHelperInfo)">
|
|
<summary>
|
|
<para>Returns a brick object that contains information on how the current editor should be printed.
|
|
</para>
|
|
</summary>
|
|
<param name="info">
|
|
A <see cref="T:DevExpress.XtraEditors.PrintCellHelperInfo"/> object that provides information on the editor's state and appearance settings that will be used when the editor is printed.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.XtraPrinting.IVisualBrick"/> object that provides information on how the current editor should be printed.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.GetStateByValue(System.Object)">
|
|
<summary>
|
|
<para>Converts the value passed as a parameter to the appropriate check state.
|
|
</para>
|
|
</summary>
|
|
<param name="val">
|
|
A <see cref="T:System.Object"/> expression (typically, the edited value) to be converted to the appropriate check state.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.CheckState"/> enumeration value representing the check state to be set.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.GetValueByState(System.Windows.Forms.CheckState)">
|
|
<summary>
|
|
<para>Converts the check state value passed as a parameter to the appropriate edit value.
|
|
</para>
|
|
</summary>
|
|
<param name="state">
|
|
A <see cref="T:System.Windows.Forms.CheckState"/> enumeration value representing the check state to be converted to the appropriate edited value.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:System.Object"/> expression representing the edited value to be set for a check editor.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.GlyphAlignment">
|
|
<summary>
|
|
<para>Gets or sets the horizontal alignment of a check box glyph within a check editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration value specifying the check box's horizontal alignment.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.ImageIndexChecked">
|
|
<summary>
|
|
<para>Gets or sets the index of an image that represents the CheckEdit's checked state (when the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.CheckStyle"/> property is set to <b>UserDefined</b>).
|
|
</para>
|
|
</summary>
|
|
<value>A zero-based integer specifying the index of an image that represents the CheckEdit's checked state.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.ImageIndexGrayed">
|
|
<summary>
|
|
<para>Gets or sets the index of an image that represents the CheckEdit's grayed state (when the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.CheckStyle"/> property is set to <b>UserDefined</b>).
|
|
</para>
|
|
</summary>
|
|
<value>A zero-based integer specifying the index of an image that represents the CheckEdit's grayed state.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.ImageIndexUnchecked">
|
|
<summary>
|
|
<para>Gets or sets the index of an image that represents the CheckEdit's unchecked state (when the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.CheckStyle"/> property is set to <b>UserDefined</b>).
|
|
</para>
|
|
</summary>
|
|
<value>A zero-based integer specifying the index of an image that represents the CheckEdit's unchecked state.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.Images">
|
|
<summary>
|
|
<para>Gets or sets the collection of images that can be used to represent the CheckEdit's checked, unchecked and grayed states.
|
|
</para>
|
|
</summary>
|
|
<value>An object which represents the source of images.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.IsRadioButton">
|
|
<summary>
|
|
<para>Gets a value indicating whether the check editor functions like a radio button.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the check editor represents a radio button; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.NullStyle">
|
|
<summary>
|
|
<para>Gets or sets the value that determines the display style of the check box when the editor's check state is grayed.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.StyleIndeterminate"/> enumeration value specifying the check box display style in the grayed check state.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.PictureChecked">
|
|
<summary>
|
|
<para>Gets or sets a custom image representing the editor's checked state.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> object displayed instead of the default check box in the checked state.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.PictureGrayed">
|
|
<summary>
|
|
<para>Gets or sets a custom image representing the CheckEdit control's grayed state.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> object displayed instead of the default check box in the grayed state.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.PictureUnchecked">
|
|
<summary>
|
|
<para>Gets or sets a custom image representing the CheckEdit control's unchecked state.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> object displayed instead of the default check box in the unchecked state.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to a check edit control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit"/> object instance providing settings specific to a check edit control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.QueryCheckStateByValue">
|
|
<summary>
|
|
<para>Enables you to convert the edited value to an appropriate check state.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.QueryValueByCheckState">
|
|
<summary>
|
|
<para>Enables you to convert the editor's check state to an edited value.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.RadioGroupIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of a logical radio group to which the check editor belongs.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the non-negative index of a logical radio group owning the check editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.ValueChecked">
|
|
<summary>
|
|
<para>Gets or sets a value corresponding to the editor's checked state.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/> expression representing the checked state's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.ValueGrayed">
|
|
<summary>
|
|
<para>Gets or sets a value corresponding to the grayed state of a check editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/> expression representing the grayed state's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit.ValueUnchecked">
|
|
<summary>
|
|
<para>Gets or sets a value corresponding to the unchecked state of a check editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/> expression representing the unchecked state's value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit">
|
|
|
|
<summary>
|
|
<para>Represents a class which stores settings specific to a <see cref="T:DevExpress.XtraEditors.CalcEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies properties of the source repository item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The source repository item object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit.DefaultAlignment">
|
|
<summary>
|
|
<para>Gets the default alignment of the editor's contents when the editor operates as an inplace control.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="F:DevExpress.Utils.HorzAlignment.Far"/> value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit.EditMask">
|
|
<summary>
|
|
<para>Gets or sets an edit mask
|
|
</para>
|
|
</summary>
|
|
<value>A string which specifies a mask expression.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Returns the class name of the edit control corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the class name of a corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit.GetDisplayText(DevExpress.Utils.FormatInfo,System.Object)">
|
|
<summary>
|
|
<para>Returns the text representation of the specified value, formatted according to the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
A <see cref="T:DevExpress.Utils.FormatInfo"/> object that specifies formatting settings.
|
|
|
|
</param>
|
|
<param name="editValue">
|
|
A value to be formatted.
|
|
|
|
</param>
|
|
<returns>A string that specifies the value's formatted text representation.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit.OwnerEdit">
|
|
<summary>
|
|
<para>Returns the editor which owns the current repository item object.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.CalcEdit"/> control owning the current repository item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit.PopupFormSize">
|
|
<summary>
|
|
<para>This property is not supported by the RepositoryItemCalcEdit class.
|
|
</para>
|
|
</summary>
|
|
<value>The Size.Empty value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit.Precision">
|
|
<summary>
|
|
<para>Gets or sets the maximum number of digits displayed to the right of the decimal point when the dropdown is open.
|
|
</para>
|
|
</summary>
|
|
<value>The maximum number of digits displayed in the fractional part of the value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to the calc edit control.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit"/> object providing settings for the calc edit control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit.ShowCloseButton">
|
|
<summary>
|
|
<para>Gets or sets the value indicating whether the close button should be displayed in the dropdown window.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the close button is displayed in the dropdown; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit.ValueChanged">
|
|
<summary>
|
|
<para>Occurs after the value of the <see cref="P:DevExpress.XtraEditors.CalcEdit.Value"/> property has been changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit">
|
|
|
|
<summary>
|
|
<para>Represents a repository item which stores settings specific to a <see cref="T:DevExpress.XtraEditors.ButtonEdit"/> control.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit"/> class instance with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies properties of the source repository item to the current object.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
The source repository item object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.BeginInit">
|
|
<summary>
|
|
<para>Performs specific actions before control initialization.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.ButtonClick">
|
|
<summary>
|
|
<para>Occurs when an editor button is clicked.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.ButtonPressed">
|
|
<summary>
|
|
<para>Occurs when an edit button is pressed within a button editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.Buttons">
|
|
<summary>
|
|
<para>Returns the collection of buttons in the current button editor.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Controls.EditorButtonCollection"/> object providing access to buttons for the button editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.ButtonsBorderStyle">
|
|
<summary>
|
|
<para>Gets or sets the style used to draw editor buttons.
|
|
</para>
|
|
</summary>
|
|
<value>The value identifying the style to draw editor buttons.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.ButtonsStyle">
|
|
<summary>
|
|
<para>Gets or sets the style used to draw editor buttons.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value identifying the style to draw editor buttons.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.CreateDefaultButton">
|
|
<summary>
|
|
<para>Creates a default button in the button collection.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.EditorTypeName">
|
|
<summary>
|
|
<para>Returns the class name of an edit control corresponding to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>The string identifying the class name of a corresponding editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.OwnerEdit">
|
|
<summary>
|
|
<para>Returns an editor which owns the current repository item object.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.ButtonEdit"/> control owning the current repository item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.Properties">
|
|
<summary>
|
|
<para>Returns an object providing properties specific to the button edit control.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit"/> object providing settings common to the current edit control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.ResetTextEditStyleToStandardInFilterControl">
|
|
<summary>
|
|
<para>Gets or sets whether the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.TextEditStyle"/> property is automatically set to <see cref="F:DevExpress.XtraEditors.Controls.TextEditStyles.Standard"/>, when the editor is displayed within a <see cref="T:DevExpress.XtraEditors.FilterControl"/> and <see cref="T:DevExpress.XtraFilterEditor.FilterEditorControl"/>.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.TextEditStyle"/> property is automatically set to <see cref="F:DevExpress.XtraEditors.Controls.TextEditStyles.Standard"/>, when the editor is displayed within a <see cref="T:DevExpress.XtraEditors.FilterControl"/> and <see cref="T:DevExpress.XtraFilterEditor.FilterEditorControl"/>; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.TextEditStyle">
|
|
<summary>
|
|
<para>Gets or sets the style in which text is displayed and edited in the button editor.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Controls.TextEditStyles"/> value determining the editing style.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.RepositoryItem">
|
|
|
|
<summary>
|
|
<para>Serves as the base for all repository items.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.AccessibleDefaultActionDescription">
|
|
<summary>
|
|
<para>Gets or sets the default action description of the repository item for use by accessibility client applications.
|
|
</para>
|
|
</summary>
|
|
<value>A string which specifies the default action description of the repository item for use by accessibility client applications.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.AccessibleDescription">
|
|
<summary>
|
|
<para>Gets or sets the description of the repository item used by accessibility client applications.
|
|
</para>
|
|
</summary>
|
|
<value>A string which specifies the repository item's description that is used by accessibility client applications.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.AccessibleName">
|
|
<summary>
|
|
<para>Gets or sets the repository item's name which is used by accessibility client applications.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A string which specifies the name of the repository item used by accessibility client applications.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.AccessibleRole">
|
|
<summary>
|
|
<para>Gets or sets the repository item's accessible role.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:System.Windows.Forms.AccessibleRole"/> enumeration value which represents a role for the repository item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.AllowFocused">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the focus rectangle is displayed within the editor when it has focus.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the focus rectangle is displayed when the editor has focus; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.AllowFocusedAppearance">
|
|
<summary>
|
|
<para>Gets a value which indicates whether the appearance settings used to paint the editor when it's focused can be used.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the appearance settings used to paint the editor when it's focused can be used; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.AllowHtmlDraw">
|
|
<summary>
|
|
<para>Gets or sets whether HTML tags can be used to format an editor's text or text of the editor's items.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether HTML tags can be used to format an editor's text or text of the editor's items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.AllowMouseWheel">
|
|
<summary>
|
|
<para>Gets or sets whether value scrolling via the Mouse Wheel is supported by the editor.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if scrolling via the Mouse Wheel is supported by the editor; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.Appearance">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the editor when it's enabled.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance setting used to paint the editor when it's enabled.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.AppearanceDisabled">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the editor when it's disabled.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance setting used to paint the editor when it's disabled.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.AppearanceFocused">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the current editor when it's focused.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance setting used to paint the editor when it's focused.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.AppearanceReadOnly">
|
|
<summary>
|
|
<para>Gets the appearance settings used to paint the read-only editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the read-only editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.Assign(DevExpress.XtraEditors.Repository.RepositoryItem)">
|
|
<summary>
|
|
<para>Copies settings from the repository item specified as a parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="item">
|
|
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object whose settings are to be copied to the current object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.AutoHeight">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the editor's height is calculated automatically to fit the editor's content.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor's height is calculated automatically to fit the editor's content; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.BeginInit">
|
|
<summary>
|
|
<para>Notifies the editor that the initialization has been started.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.BeginUpdate">
|
|
<summary>
|
|
<para>Locks the RepositoryItem object by disallowing visual updates until the <b>EndUpdate</b> or <b>CancelUpdate</b> method is called.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.BestFitWidth">
|
|
<summary>
|
|
<para>Gets or sets the editor's <b>best fit</b> width.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value that specifies the editor's best fit width, in pixels.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.BorderStyle">
|
|
<summary>
|
|
<para>Gets or sets the editor's border style.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value specifying the editor's border style.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.CancelUpdate">
|
|
<summary>
|
|
<para>Unlocks the RepositoryItem object after it has been locked by the <b>BeginUpdate</b> method, without causing an immediate visual update.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.Click">
|
|
<summary>
|
|
<para>Fires when clicking the editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.Clone">
|
|
<summary>
|
|
<para>Creates a copy of the current repository item.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object (or its descendant) that is a copy of the current item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.Connect(System.Object)">
|
|
<summary>
|
|
<para>Connects the repository item to the specified object.
|
|
</para>
|
|
</summary>
|
|
<param name="connector">
|
|
An object representing the control to which the current repository item is connected.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.ContextMenu">
|
|
<summary>
|
|
<para>Gets or sets the context menu for the editor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.ContextMenu"/> object representing the context menu for the editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.ContextMenuStrip">
|
|
<summary>
|
|
<para>Gets or sets the shortcut menu for the editor.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.ContextMenuStrip"/> object that represents a shortcut menu for the editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.CreateEditor">
|
|
<summary>
|
|
<para>Creates an editor whose type corresponds to the repository item's type.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.XtraEditors.BaseEdit"/> descendant representing the editor whose type corresponds to this repository item's type.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.CreateGroupPainter">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Drawing.BaseEditorGroupRowPainter"/> class.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.XtraEditors.Drawing.BaseEditorGroupRowPainter"/> object used to paint the group rows in the XtraGrid.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.CreatePainter">
|
|
<summary>
|
|
<para>This member supports the editor library's internal infrastructure and is not intended to be used in your applications.
|
|
</para>
|
|
</summary>
|
|
<returns>A <b>DevExpress.XtraEditors.Drawing.BaseEditPainter</b> descendant used to paint the editor.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.CreateViewInfo">
|
|
<summary>
|
|
<para>This member supports the editors library's internal infrastructure and is not intended to be used in your applications.
|
|
</para>
|
|
</summary>
|
|
<returns>A <b>DevExpress.XtraEditors.ViewInfo.BaseEditViewInfo</b> descendant containing the editor's view information.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.CustomDisplayText">
|
|
<summary>
|
|
<para>Enables custom display text to be provided for an editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.DefaultAlignment">
|
|
<summary>
|
|
<para>Gets the default horizontal alignment of the editor's content.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration value specifying the editor content's default horizontal alignment.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.Disconnect(System.Object)">
|
|
<summary>
|
|
<para>Removes the connection between the repository item and the specified object.
|
|
</para>
|
|
</summary>
|
|
<param name="connector">
|
|
An object representing the control from which the repository item is disconnected.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.DisplayFormat">
|
|
<summary>
|
|
<para>Provides access to the formatting settings applied to the editor's display text.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> object containing the formatting settings applied to the control's display text.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.DoubleClick">
|
|
<summary>
|
|
<para>Fires when the editor is double clicked.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.DragDrop">
|
|
<summary>
|
|
<para>Fires when an object is dropped onto the editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.DragEnter">
|
|
<summary>
|
|
<para>Fires when a dragged object enters the editor's area.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.DragLeave">
|
|
<summary>
|
|
<para>Fires when a dragged object leaves the editor's area.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.DragOver">
|
|
<summary>
|
|
<para>Fires repeatedly when dragging an object over the editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.Editable">
|
|
<summary>
|
|
<para>Gets whether the editor's value can be changed.
|
|
</para>
|
|
</summary>
|
|
<value>Always <b>true</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.EditFormat">
|
|
<summary>
|
|
<para>Provides access to the settings used to format the edit value, when the editor is about to switch to edit mode.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> object containing the formatting settings applied to the edited value, when the editor is about to switch to edit mode.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.EditorTypeName">
|
|
<summary>
|
|
<para>Gets the class name of the editor corresponding to the repository item.
|
|
</para>
|
|
</summary>
|
|
<value>A string value representing the class name of the editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanged">
|
|
<summary>
|
|
<para>Fires immediately after changing the edit value.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChangedDelay">
|
|
<summary>
|
|
<para>Gets or sets the time interval between the moment when an end-user stops changing the editor's value and the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanged"/> event being raised.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An integer value which specifies the time interval in milliseconds.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChangedFiringDelay">
|
|
<summary>
|
|
<para>Gets or sets the default time interval between the moment when an end-user stops changing the editor's value and the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanged"/> event being raised.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An integer value which specifies the time interval in milliseconds.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChangedFiringMode">
|
|
<summary>
|
|
<para>Gets or sets the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanged"/> event's firing mode.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraEditors.Controls.EditValueChangedFiringMode"/> enumeration member which specifies when the editor's <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanged"/> event should be raised.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanging">
|
|
<summary>
|
|
<para>Fires when the editor's value is about to be changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.Enabled">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether the edit control can respond to user actions.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor can respond to user actions; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.EndInit">
|
|
<summary>
|
|
<para>Notifies the editor that the initialization has been completed.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.EndUpdate">
|
|
<summary>
|
|
<para>Unlocks the RepositoryItem object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.Enter">
|
|
<summary>
|
|
<para>Fires when the editor receives focus.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.ExportMode">
|
|
<summary>
|
|
<para>Specifies whether the editor's value or display text is exported when data is exported to XLS and CSV formats.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.ExportMode"/> enumeration value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.FormatEditValue">
|
|
<summary>
|
|
<para>Enables you to format the editor's value.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.GetBorderSides(System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="printHLines">
|
|
@nbsp;
|
|
|
|
</param>
|
|
<param name="printVLines">
|
|
@nbsp;
|
|
|
|
</param>
|
|
<returns>@nbsp;
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.GetBrick(DevExpress.XtraEditors.PrintCellHelperInfo)">
|
|
<summary>
|
|
<para>Returns a brick object that contains information on how the current editor should be printed.
|
|
</para>
|
|
</summary>
|
|
<param name="info">
|
|
A <see cref="T:DevExpress.XtraEditors.PrintCellHelperInfo"/> object that provides information on the editor's state and appearance settings that will be used when the editor is printed.
|
|
|
|
</param>
|
|
<returns>An <see cref="T:DevExpress.XtraPrinting.IVisualBrick"/> object that provides information on how the current editor should be printed.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.GetDisplayText(System.Object)">
|
|
<summary>
|
|
<para>Returns the text representation of the specified value formatted using the editor's settings.
|
|
</para>
|
|
</summary>
|
|
<param name="editValue">
|
|
An object representing the value to be formatted.
|
|
|
|
</param>
|
|
<returns>A string value representing the formatted textual representation of the value specified.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.GetDisplayText(DevExpress.Utils.FormatInfo,System.Object)">
|
|
<summary>
|
|
<para>Returns the text representation of the specified value, formatted according to the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="format">
|
|
A <see cref="T:DevExpress.Utils.FormatInfo"/> object that specifies formatting settings.
|
|
|
|
</param>
|
|
<param name="editValue">
|
|
A value to be formatted.
|
|
|
|
</param>
|
|
<returns>A string that specifies the value's formatted text representation.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.GetHashCode">
|
|
<summary>
|
|
<para>Returns a hash code.
|
|
</para>
|
|
</summary>
|
|
<returns>The hash code for the current object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.GiveFeedback">
|
|
<summary>
|
|
<para>Enables you to specify the cursor appearance when dragging this editor's data.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.HelpRequested">
|
|
<summary>
|
|
<para>Fires when the end-user requests help for the editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.HtmlImages">
|
|
<summary>
|
|
<para>Gets or sets a collection of images to be inserted into the editor's display text or the display text of the editor's items. This property is in effect when using the HTML formatting feature.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.ImageCollection"/> object that stores a collection of images.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.IsActivateKey(System.Windows.Forms.Keys)">
|
|
<summary>
|
|
<para>Indicates whether a particular key can activate the editor used as an inplace control.
|
|
</para>
|
|
</summary>
|
|
<param name="keyData">
|
|
A <b>System.Windows.Forms.Keys</b> enumeration value (or a bitwise combination) specifying the key combination to process.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the key can activate the editor; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.IsDesignMode">
|
|
<summary>
|
|
<para>Indicates whether the editor is currently in design mode.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor is in design mode; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.IsDisposed">
|
|
<summary>
|
|
<para>Gets a value indicating whether the control has been disposed of.
|
|
</para>
|
|
</summary>
|
|
<value>Gets a value indicating whether the control has been disposed of.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.IsFilterLookUp">
|
|
<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.XtraEditors.Repository.RepositoryItem.IsLoading">
|
|
<summary>
|
|
<para>Indicates whether the editor is being loaded.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor is being loaded, otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.IsLockUpdate">
|
|
<summary>
|
|
<para>Gets a value indicating whether the editor is immediately updated in response to changing its settings.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the editor cannot be updated until unlocked; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.IsNeededKey(System.Windows.Forms.Keys)">
|
|
<summary>
|
|
<para>Indicates whether the key is handled by the editor or the container control.
|
|
</para>
|
|
</summary>
|
|
<param name="keyData">
|
|
A <see cref="T:System.Windows.Forms.KeyEventArgs"/> object specifying the key to process.
|
|
|
|
</param>
|
|
<returns><b>true</b> if the key will be processed by the editor.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.KeyDown">
|
|
<summary>
|
|
<para>Fires when a key is pressed while the editor has focus.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.KeyPress">
|
|
<summary>
|
|
<para>Fires when a character key is pressed while the editor has focus.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.KeyUp">
|
|
<summary>
|
|
<para>Fires when a key is released while the editor has focus.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.Leave">
|
|
<summary>
|
|
<para>Fires when the editor loses focus.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.LinkCount">
|
|
<summary>
|
|
<para>Gets the number of objects connected to the current repository item.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value representing the number of repository item connections.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.LockEvents">
|
|
<summary>
|
|
<para>Locks the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanged"/> and <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanging"/> events.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.LookAndFeel">
|
|
<summary>
|
|
<para>Provides access to the object specifying the editor's look and feel settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object containing the editor's look and feel settings.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.Modified">
|
|
<summary>
|
|
<para>Fires when the edit value is first changed since it was last validated.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.MouseDown">
|
|
<summary>
|
|
<para>Fires when a mouse button is pressed while the mouse pointer is over the editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.MouseEnter">
|
|
<summary>
|
|
<para>Fires when the mouse pointer enters the editor's area.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.MouseHover">
|
|
<summary>
|
|
<para>Fires when hot-tracking an editor element.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.MouseLeave">
|
|
<summary>
|
|
<para>Fires when the mouse pointer leaves the editor's area.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.MouseMove">
|
|
<summary>
|
|
<para>Fires when the mouse pointer moves over the editor's area.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.MouseUp">
|
|
<summary>
|
|
<para>Fires when the mouse button is released while the mouse pointer is over the editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.MouseWheel">
|
|
<summary>
|
|
<para>Fires when the mouse wheel moves while the mouse pointer is within the editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.Name">
|
|
<summary>
|
|
<para>Gets or sets the repository item name.
|
|
</para>
|
|
</summary>
|
|
<value>A string value representing the repository item name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.NullText">
|
|
<summary>
|
|
<para>Gets or sets the string displayed in the edit box when the editor's <see cref="P:DevExpress.XtraEditors.BaseEdit.EditValue"/> is <b>null</b>.
|
|
</para>
|
|
</summary>
|
|
<value>The string displayed in the edit box when the edit value is set to <b>null</b> or <b>System.DBNull.Value</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.OwnerEdit">
|
|
<summary>
|
|
<para>Gets the editor which owns the repository item.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.BaseEdit"/> descendant that owns the repository item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.OwnerItem">
|
|
<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.XtraEditors.Repository.RepositoryItem.ParseEditValue">
|
|
<summary>
|
|
<para>Enables you to modify the edit value before it is accepted by the editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.PopupOffset">
|
|
<summary>
|
|
<para>Gets or sets the popup window's location.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Point"/> structure which specifies the location of the editor's popup window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.Properties">
|
|
<summary>
|
|
<para>Gets an object providing properties specific to all editors that can be used inplace within a container control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object providing settings common to all editors that can be used inplace, i.e. not standalone.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.PropertiesChanged">
|
|
<summary>
|
|
<para>Fires immediately after a change to one of the editor's properties.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.QueryAccessibilityHelp">
|
|
<summary>
|
|
<para>Fires when the help is provided to accessibility applications.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.QueryContinueDrag">
|
|
<summary>
|
|
<para>Fires when dragging the editor's data allowing you to specify whether dragging should be continued.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.ReadOnly">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the editor's value can be changed by end-users.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if end-users can not modify editor's value; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.RequireDisplayTextSorting">
|
|
<summary>
|
|
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
</para>
|
|
</summary>
|
|
<value><b>false</b> always.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.ResetEvents">
|
|
<summary>
|
|
<para>This member supports the .NET Framework infrastructure and is not intended to be used in your applications.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.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.XtraEditors.Repository.RepositoryItem.Tag">
|
|
<summary>
|
|
<para>Gets or sets the data associated with the repository item.
|
|
</para>
|
|
</summary>
|
|
<value>An object that contains the information which is associated with the repository item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.ToString">
|
|
<summary>
|
|
<para>Returns a string that represents the current object.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which represents the repository item.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.RepositoryItem.UnLockEvents">
|
|
<summary>
|
|
<para>Unlocks the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanged"/> and <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItem.EditValueChanging"/> events.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.RepositoryItem.UseParentBackground">
|
|
<summary>
|
|
<para>Gets or sets whether the control is painted using a transparent background color. This member is not supported by all control types.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the control is painted using a transparent background color; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Repository.RepositoryItem.Validating">
|
|
<summary>
|
|
<para>Allows you to specify whether the edit value is valid and whether the editor is allowed to lose focus.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Repository.PersistentRepository">
|
|
|
|
<summary>
|
|
<para>Represents a component storing repository items.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.PersistentRepository.#ctor">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Repository.PersistentRepository"/> class instance.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.PersistentRepository.#ctor(System.ComponentModel.Component)">
|
|
<summary>
|
|
<para>Creates a new <see cref="T:DevExpress.XtraEditors.Repository.PersistentRepository"/> class instance.
|
|
</para>
|
|
</summary>
|
|
<param name="parentComponent">
|
|
The owner which creates the persistent repository.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.PersistentRepository.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Repository.PersistentRepository"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="container">
|
|
An object which implements the <see cref="T:System.ComponentModel.IContainer"/> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Repository.PersistentRepository.Items">
|
|
<summary>
|
|
<para>Provides access to the collection of repository items stored in the repository.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemCollection"/> object that contains a collection of repository items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Repository.PersistentRepository.SetParentComponent(System.ComponentModel.Component)">
|
|
<summary>
|
|
<para>This method supports the internal infrastructure and is not intended to be called directly from your code.
|
|
</para>
|
|
</summary>
|
|
<param name="parentComponent">
|
|
@nbsp;
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Persistent.PersistentBaseEdit">
|
|
|
|
<summary>
|
|
<para> [To be supplied] </para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Persistent.PersistentBaseEdit.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Persistent.PersistentBaseEdit"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ProgressViewStyle">
|
|
|
|
<summary>
|
|
<para>Contains values specifying the style of the progress bar's indicator.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.ProgressViewStyle.Broken">
|
|
<summary>
|
|
<para><para>Separates the progress bar's indicator into small squares.</para>
|
|
|
|
|
|
The Broken style is not supported in specific paint schemes.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.ProgressViewStyle.Solid">
|
|
<summary>
|
|
<para><para>Represents the progress bar's indicator as a solid color bar.</para>
|
|
|
|
|
|
The Solid style is not supported in specific paint schemes.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ProgressKind">
|
|
|
|
<summary>
|
|
<para>Lists values specifying the control's direction.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.ProgressKind.Horizontal">
|
|
<summary>
|
|
<para><para>Sets progress direction to horizontal.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.ProgressKind.Vertical">
|
|
<summary>
|
|
<para><para>Sets progress direction to vertical.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.PickImageItem">
|
|
|
|
<summary>
|
|
<para>Represents an individual item within an image combo box editor.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.PickImageItem.#ctor(System.String,System.Int32)">
|
|
<summary>
|
|
<para>Creates an image combobox item and initializes the item's caption and image index.
|
|
</para>
|
|
</summary>
|
|
<param name="description">
|
|
The string to initialize the item's <see cref="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.Description"/> property.
|
|
|
|
</param>
|
|
<param name="imageIndex">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.ImageIndex"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.PickImageItem.#ctor(System.String)">
|
|
<summary>
|
|
<para>Creates an image combobox item and initializes the item's caption.
|
|
</para>
|
|
</summary>
|
|
<param name="description">
|
|
The string to initialize the <see cref="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.Description"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.PickImageItem.#ctor(System.Object,System.Int32)">
|
|
<summary>
|
|
<para>Creates an image combobox item and initializes the item's value and image index.
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
The object to initialize the item's <see cref="P:DevExpress.XtraEditors.Controls.ComboBoxItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="imageIndex">
|
|
The value to initialize the item's <see cref="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.ImageIndex"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.PickImageItem.#ctor(System.String,System.Object,System.Int32)">
|
|
<summary>
|
|
<para>Creates an image combobox item and initializes its properties to the specified values.
|
|
</para>
|
|
</summary>
|
|
<param name="description">
|
|
The string to initialize the item's <see cref="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.Description"/> property.
|
|
|
|
</param>
|
|
<param name="value">
|
|
The object to initialize the item's <see cref="P:DevExpress.XtraEditors.Controls.ComboBoxItem.Value"/> property.
|
|
|
|
</param>
|
|
<param name="imageIndex">
|
|
The value to initialize the item's <see cref="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.ImageIndex"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.PickImageItem.#ctor(System.Int32)">
|
|
<summary>
|
|
<para>Creates an image combobox item and sets its image index to the specified value.
|
|
</para>
|
|
</summary>
|
|
<param name="imageIndex">
|
|
The value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.ImageIndex"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.PickImageItem.#ctor(System.String,System.Object)">
|
|
<summary>
|
|
<para>Creates an image combobox item and initializes the item's value and caption.
|
|
</para>
|
|
</summary>
|
|
<param name="description">
|
|
The string to initialze the item's <see cref="P:DevExpress.XtraEditors.Controls.ImageComboBoxItem.Description"/>.
|
|
|
|
</param>
|
|
<param name="value">
|
|
The value to initialize the item's <see cref="P:DevExpress.XtraEditors.Controls.ComboBoxItem.Value"/>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.PickImageItem.#ctor">
|
|
<summary>
|
|
<para>Creates an image combobox item and sets all its properties to their default values.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.PickImageItem.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Creates an image combo box item and initializes the item's value.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="value">
|
|
The object to initialize the item's <see cref="P:DevExpress.XtraEditors.Controls.ComboBoxItem.Value"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.EditorButton">
|
|
|
|
<summary>
|
|
<para>Represent an individual editor button displayed in a <see cref="T:DevExpress.XtraEditors.ButtonEdit"/> control or descendant.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> class with default settings.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> class with a <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> button type.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> type value representing the kind of button to create.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,DevExpress.Utils.HorzAlignment,System.Drawing.Image,DevExpress.Utils.KeyShortcut)">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> instance with the specified property values.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value which specifies the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the button's width. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="isLeft">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft"/> property.
|
|
|
|
</param>
|
|
<param name="imageAlignment">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="shortcut">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Shortcut"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,DevExpress.Utils.HorzAlignment,System.Drawing.Image)">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> instance with the specified property values.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value which specifies the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the button's width. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="isLeft">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft"/> property.
|
|
|
|
</param>
|
|
<param name="imageAlignment">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String)">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> instance with the specified property values.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ToolTip"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(System.Object,DevExpress.XtraEditors.Controls.ButtonPredefines)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> class with the specified property values.
|
|
</para>
|
|
</summary>
|
|
<param name="tag">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Tag"/> property with.
|
|
|
|
</param>
|
|
<param name="kind">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property with.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,DevExpress.Utils.HorzAlignment,System.Drawing.Image,DevExpress.Utils.KeyShortcut,DevExpress.Utils.AppearanceObject,System.String,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> value that specifies the predefined image for the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value which specifies the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the button's width. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
<b>true</b> if the editor button is enabled and an end-user can perform actions on it; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> if the button is visible; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="isLeft">
|
|
<b>true</b> if the button is aligned to the editor's left edge; <b>false</b> if the button is aligned to the editor's right edge. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft"/> property.
|
|
|
|
</param>
|
|
<param name="imageAlignment">
|
|
A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration value which specifies the alignment of the glyph relative to the button's caption. This value is used to initiailize the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
A <see cref="T:System.Drawing.Image"/> object which represents the image displayed on the button's surface. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="shortcut">
|
|
A <see cref="T:DevExpress.Utils.KeyShortcut"/> object which represents the button's shortcut. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Shortcut"/> property.
|
|
|
|
</param>
|
|
<param name="appearance">
|
|
A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Appearance"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value which specifies the button's tool tip. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ToolTip"/> property.
|
|
|
|
</param>
|
|
<param name="tag">
|
|
A <see cref="T:System.Object"/> value which identifies the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Tag"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,DevExpress.Utils.HorzAlignment,System.Drawing.Image,DevExpress.Utils.KeyShortcut,DevExpress.Utils.AppearanceObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> value that specifies the predefined image for the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value which specifies the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the button's width. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
<b>true</b> if an editor button is enabled and an end-user can perform actions on it; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> if the button is visible; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="isLeft">
|
|
<b>true</b> if the button is aligned to the editor's left edge; <b>false</b> if the button is aligned to the editor's right edge. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft"/> property.
|
|
|
|
</param>
|
|
<param name="imageAlignment">
|
|
A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration value which specifies the alignment of the glyph relative to the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
A <see cref="T:System.Drawing.Image"/> object which represents the image displayed on the button's surface. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="shortcut">
|
|
A <see cref="T:DevExpress.Utils.KeyShortcut"/> object which represents the button's shortcut. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Shortcut"/> property.
|
|
|
|
</param>
|
|
<param name="appearance">
|
|
A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Appearance"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,DevExpress.Utils.HorzAlignment,System.Drawing.Image,DevExpress.Utils.KeyShortcut,DevExpress.Utils.AppearanceObject,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> value that specifies the predefined image for the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value which specifies the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the button's width. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
<b>true</b> if an editor button is enabled and an end-user can perform actions on it; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> if the button is visible; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="isLeft">
|
|
<b>true</b> if the button is aligned to the editor's left edge; <b>false</b> if the button is aligned to the editor's right edge. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft"/> property.
|
|
|
|
</param>
|
|
<param name="imageAlignment">
|
|
A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration value which specifies the alignment of the glyph relative to the button's caption. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
A <see cref="T:System.Drawing.Image"/> object which represents the image displayed on the button's surface. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="shortcut">
|
|
A <see cref="T:DevExpress.Utils.KeyShortcut"/> object which represents the button's shortcut. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Shortcut"/> property.
|
|
|
|
</param>
|
|
<param name="appearance">
|
|
A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Appearance"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value which specifies the button's tool tip. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ToolTip"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,DevExpress.Utils.HorzAlignment,System.Drawing.Image,DevExpress.Utils.KeyShortcut,System.String,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> value that specifies the predefined image for the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value which specifies the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the button's width. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
<b>true</b> if an editor button is enabled and an end-user can perform actions on it; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> if the button is visible; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="isLeft">
|
|
<b>true</b> if the button is aligned to the editor's left edge; <b>false</b> if the button is aligned to the editor's right edge. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft"/> property.
|
|
|
|
</param>
|
|
<param name="imageAlignment">
|
|
A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration value which specifies the alignment of the glyph relative to the button's caption. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
A <see cref="T:System.Drawing.Image"/> object which represents the image displayed on the button's surface. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="shortcut">
|
|
A <see cref="T:DevExpress.Utils.KeyShortcut"/> object which represents the button's shortcut. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Shortcut"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value which specifies the button's tool tip. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ToolTip"/> property.
|
|
|
|
</param>
|
|
<param name="tag">
|
|
A <see cref="T:System.Object"/> value which identifies the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Tag"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,DevExpress.Utils.HorzAlignment,System.Drawing.Image,DevExpress.Utils.KeyShortcut,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> value that specifies the predefined image for the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value which specifies the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the button's width. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
<b>true</b> if an editor button is enabled and an end-user can perform actions on it; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> if the button is visible; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="isLeft">
|
|
<b>true</b> if the button is aligned to the editor's left edge; <b>false</b> if the button is aligned to the editor's right edge. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft"/> property.
|
|
|
|
</param>
|
|
<param name="imageAlignment">
|
|
A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration value which specifies the alignment of the glyph relative to the button's caption. This value is used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
A <see cref="T:System.Drawing.Image"/> object which represents the image displayed on the button's surface. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="shortcut">
|
|
A <see cref="T:DevExpress.Utils.KeyShortcut"/> object which represents the button's shortcut. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Shortcut"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value which specifies the button's tool tip. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ToolTip"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,DevExpress.Utils.SuperToolTip)">
|
|
<summary>
|
|
<para>Initializes a new instance of the EditorButton class.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> enumeration value that specifies the button's image type. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A string value which specifies the button's tool tip. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ToolTip"/> property.
|
|
|
|
</param>
|
|
<param name="superTip">
|
|
A <see cref="T:DevExpress.Utils.SuperToolTip"/> object that represents a tooltip that supports multiple text and image regions. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.SuperTip"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,DevExpress.Utils.HorzAlignment,System.Drawing.Image,DevExpress.Utils.KeyShortcut,DevExpress.Utils.AppearanceObject,System.String,System.Object,DevExpress.Utils.SuperToolTip)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> enumeration value that specifies the button's image type. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value which specifies the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the button's width. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="isLeft">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft"/> property.
|
|
|
|
</param>
|
|
<param name="imageAlignment">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="shortcut">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Shortcut"/> property.
|
|
|
|
</param>
|
|
<param name="appearance">
|
|
A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Appearance"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value which specifies the button's tool tip. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ToolTip"/> property.
|
|
|
|
</param>
|
|
<param name="tag">
|
|
A <see cref="T:System.Object"/> value which identifies the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Tag"/> property.
|
|
|
|
</param>
|
|
<param name="superTip">
|
|
A <see cref="T:DevExpress.Utils.SuperToolTip"/> object that represents a tooltip that supports multiple text and image regions. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.SuperTip"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.Drawing.Image,DevExpress.Utils.SuperToolTip)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> class
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> enumeration value that specifies the button's image type. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="superTip">
|
|
A <see cref="T:DevExpress.Utils.SuperToolTip"/> object that represents a tooltip that supports multiple text and image regions. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.SuperTip"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,DevExpress.XtraEditors.ImageLocation,System.Drawing.Image,DevExpress.Utils.KeyShortcut,DevExpress.Utils.AppearanceObject,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the EditorButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> value that specifies the predefined image for the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value which specifies the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the button's width. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
<b>true</b> if the editor button is enabled and an end-user can perform actions on it; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> if the button is visible; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="isLeft">
|
|
<b>true</b> if the button is aligned to the editor's left edge; <b>false</b> if the button is aligned to the editor's right edge. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft"/> property.
|
|
|
|
</param>
|
|
<param name="imageLocation">
|
|
An <see cref="T:DevExpress.XtraEditors.ImageLocation"/> value that specifies the position of the button's image relative to the text. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
A <see cref="T:System.Drawing.Image"/> object which represents the image displayed on the button's surface. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="shortcut">
|
|
A <see cref="T:DevExpress.Utils.KeyShortcut"/> object which represents the button's shortcut. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Shortcut"/> property.
|
|
|
|
</param>
|
|
<param name="appearance">
|
|
A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Appearance"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value which specifies the button's tool tip. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ToolTip"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,DevExpress.XtraEditors.ImageLocation,System.Drawing.Image,DevExpress.Utils.KeyShortcut,DevExpress.Utils.AppearanceObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the EditorButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> value that specifies the predefined image for the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value which specifies the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the button's width. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
<b>true</b> if the editor button is enabled and an end-user can perform actions on it; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> if the button is visible; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="isLeft">
|
|
<b>true</b> if the button is aligned to the editor's left edge; <b>false</b> if the button is aligned to the editor's right edge. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft"/> property.
|
|
|
|
</param>
|
|
<param name="imageLocation">
|
|
An <see cref="T:DevExpress.XtraEditors.ImageLocation"/> value that specifies the position of the button's image relative to the text. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
A <see cref="T:System.Drawing.Image"/> object which represents the image displayed on the button's surface. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="shortcut">
|
|
A <see cref="T:DevExpress.Utils.KeyShortcut"/> object which represents the button's shortcut. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Shortcut"/> property.
|
|
|
|
</param>
|
|
<param name="appearance">
|
|
A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Appearance"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,DevExpress.XtraEditors.ImageLocation,System.Drawing.Image,DevExpress.Utils.KeyShortcut,DevExpress.Utils.AppearanceObject,System.String,System.Object,DevExpress.Utils.SuperToolTip)">
|
|
<summary>
|
|
<para>Initializes a new instance of the EditorButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> value that specifies the predefined image for the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value which specifies the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the button's width. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
<b>true</b> if the editor button is enabled and an end-user can perform actions on it; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> if the button is visible; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="isLeft">
|
|
<b>true</b> if the button is aligned to the editor's left edge; <b>false</b> if the button is aligned to the editor's right edge. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft"/> property.
|
|
|
|
</param>
|
|
<param name="imageLocation">
|
|
An <see cref="T:DevExpress.XtraEditors.ImageLocation"/> value that specifies the position of the button's image relative to the text. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
A <see cref="T:System.Drawing.Image"/> object which represents the image displayed on the button's surface. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="shortcut">
|
|
A <see cref="T:DevExpress.Utils.KeyShortcut"/> object which represents the button's shortcut. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Shortcut"/> property.
|
|
|
|
</param>
|
|
<param name="appearance">
|
|
A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Appearance"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value which specifies the button's tool tip. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ToolTip"/> property.
|
|
|
|
</param>
|
|
<param name="tag">
|
|
An object to be associated with the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Tag"/> property.
|
|
|
|
</param>
|
|
<param name="superTip">
|
|
A <see cref="T:DevExpress.Utils.SuperToolTip"/> object for the current button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.SuperTip"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,DevExpress.XtraEditors.ImageLocation,System.Drawing.Image,DevExpress.Utils.KeyShortcut,DevExpress.Utils.AppearanceObject,System.String,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the EditorButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> value that specifies the predefined image for the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value which specifies the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the button's width. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
<b>true</b> if the editor button is enabled and an end-user can perform actions on it; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> if the button is visible; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="isLeft">
|
|
<b>true</b> if the button is aligned to the editor's left edge; <b>false</b> if the button is aligned to the editor's right edge. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft"/> property.
|
|
|
|
</param>
|
|
<param name="imageLocation">
|
|
An <see cref="T:DevExpress.XtraEditors.ImageLocation"/> value that specifies the position of the button's image relative to the text. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
A <see cref="T:System.Drawing.Image"/> object which represents the image displayed on the button's surface. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="shortcut">
|
|
A <see cref="T:DevExpress.Utils.KeyShortcut"/> object which represents the button's shortcut. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Shortcut"/> property.
|
|
|
|
</param>
|
|
<param name="appearance">
|
|
A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Appearance"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value which specifies the button's tool tip. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ToolTip"/> property.
|
|
|
|
</param>
|
|
<param name="tag">
|
|
An object to be associated with the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Tag"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,DevExpress.XtraEditors.ImageLocation,System.Drawing.Image,DevExpress.Utils.KeyShortcut)">
|
|
<summary>
|
|
<para>Initializes a new instance of the EditorButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> value that specifies the predefined image for the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value which specifies the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the button's width. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
<b>true</b> if the editor button is enabled and an end-user can perform actions on it; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> if the button is visible; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="isLeft">
|
|
<b>true</b> if the button is aligned to the editor's left edge; <b>false</b> if the button is aligned to the editor's right edge. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft"/> property.
|
|
|
|
</param>
|
|
<param name="imageLocation">
|
|
An <see cref="T:DevExpress.XtraEditors.ImageLocation"/> value that specifies the position of the button's image relative to the text. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
A <see cref="T:System.Drawing.Image"/> object which represents the image displayed on the button's surface. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="shortcut">
|
|
A <see cref="T:DevExpress.Utils.KeyShortcut"/> object which represents the button's shortcut. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Shortcut"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,DevExpress.XtraEditors.ImageLocation,System.Drawing.Image,DevExpress.Utils.KeyShortcut,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the EditorButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> value that specifies the predefined image for the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value which specifies the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the button's width. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
<b>true</b> if the editor button is enabled and an end-user can perform actions on it; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> if the button is visible; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="isLeft">
|
|
<b>true</b> if the button is aligned to the editor's left edge; <b>false</b> if the button is aligned to the editor's right edge. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft"/> property.
|
|
|
|
</param>
|
|
<param name="imageLocation">
|
|
An <see cref="T:DevExpress.XtraEditors.ImageLocation"/> value that specifies the position of the button's image relative to the text. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
A <see cref="T:System.Drawing.Image"/> object which represents the image displayed on the button's surface. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="shortcut">
|
|
A <see cref="T:DevExpress.Utils.KeyShortcut"/> object which represents the button's shortcut. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Shortcut"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value which specifies the button's tool tip. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ToolTip"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,DevExpress.XtraEditors.ImageLocation,System.Drawing.Image,DevExpress.Utils.KeyShortcut,DevExpress.Utils.AppearanceObject,System.String,System.Object,DevExpress.Utils.SuperToolTip,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> enumeration value that specifies the button's image type. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value which specifies the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the button's width. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="isLeft">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft"/> property.
|
|
|
|
</param>
|
|
<param name="imageLocation">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="shortcut">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Shortcut"/> property.
|
|
|
|
</param>
|
|
<param name="appearance">
|
|
A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Appearance"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value which specifies the button's tool tip. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ToolTip"/> property.
|
|
|
|
</param>
|
|
<param name="tag">
|
|
A <see cref="T:System.Object"/> value which identifies the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Tag"/> property.
|
|
|
|
</param>
|
|
<param name="superTip">
|
|
A <see cref="T:DevExpress.Utils.SuperToolTip"/> object that represents a tooltip that supports multiple text and image regions. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.SuperTip"/> property.
|
|
|
|
</param>
|
|
<param name="enableImageTransparency">
|
|
A Boolean value that specifies whether specific pixels in the button's image are displayed transparent. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.EnableImageTransparency"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,DevExpress.Utils.HorzAlignment,System.Drawing.Image,DevExpress.Utils.KeyShortcut,DevExpress.Utils.AppearanceObject,System.String,System.Object,DevExpress.Utils.SuperToolTip,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> enumeration value that specifies the button's image type. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value which specifies the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the button's width. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="isLeft">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft"/> property.
|
|
|
|
</param>
|
|
<param name="imageAlignment">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageAlignment"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="shortcut">
|
|
The value to initialize the button's <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Shortcut"/> property.
|
|
|
|
</param>
|
|
<param name="appearance">
|
|
A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Appearance"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value which specifies the button's tool tip. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ToolTip"/> property.
|
|
|
|
</param>
|
|
<param name="tag">
|
|
A <see cref="T:System.Object"/> value which identifies the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Tag"/> property.
|
|
|
|
</param>
|
|
<param name="superTip">
|
|
A <see cref="T:DevExpress.Utils.SuperToolTip"/> object that represents a tooltip that supports multiple text and image regions. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.SuperTip"/> property.
|
|
|
|
</param>
|
|
<param name="enableImageTransparency">
|
|
A Boolean value that specifies whether specific pixels in the button's image are displayed transparent. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.EnableImageTransparency"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,DevExpress.XtraEditors.ImageLocation,System.Drawing.Image,DevExpress.Utils.KeyShortcut,System.String,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the EditorButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> enumeration value that specifies the button's image type. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value which specifies the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the button's width. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
<b>true</b> if the editor button is enabled and an end-user can perform actions on it; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> if the button is visible; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="isLeft">
|
|
<b>true</b> if the button is aligned to the editor's left edge; <b>false</b> if the button is aligned to the editor's right edge. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft"/> property.
|
|
|
|
</param>
|
|
<param name="imageLocation">
|
|
An <see cref="T:DevExpress.XtraEditors.ImageLocation"/> value that specifies the position of the button's image relative to the text. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
A <see cref="T:System.Drawing.Image"/> object which represents the image displayed on the button's surface. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
<param name="shortcut">
|
|
A <see cref="T:DevExpress.Utils.KeyShortcut"/> object which represents the button's shortcut. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Shortcut"/> property.
|
|
|
|
</param>
|
|
<param name="toolTip">
|
|
A <see cref="T:System.String"/> value which specifies the button's tool tip. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ToolTip"/> property.
|
|
|
|
</param>
|
|
<param name="tag">
|
|
An object to be associated with the button. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Tag"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.#ctor(DevExpress.XtraEditors.Controls.ButtonPredefines,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,DevExpress.XtraEditors.ImageLocation,System.Drawing.Image)">
|
|
<summary>
|
|
<para>Initializes a new instance of the EditorButton class with the specified settings.
|
|
</para>
|
|
</summary>
|
|
<param name="kind">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> enumeration value that specifies the button's image type. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Kind"/> property.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A <see cref="T:System.String"/> value which specifies the button's caption. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Caption"/> property.
|
|
|
|
</param>
|
|
<param name="width">
|
|
An integer value specifying the button's width. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Width"/> property.
|
|
|
|
</param>
|
|
<param name="enabled">
|
|
<b>true</b> if the editor button is enabled and an end-user can perform actions on it; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled"/> property.
|
|
|
|
</param>
|
|
<param name="visible">
|
|
<b>true</b> if the button is visible; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property.
|
|
|
|
</param>
|
|
<param name="isLeft">
|
|
<b>true</b> if the button is aligned to the editor's left edge; <b>false</b> if the button is aligned to the editor's right edge. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft"/> property.
|
|
|
|
</param>
|
|
<param name="imageLocation">
|
|
An <see cref="T:DevExpress.XtraEditors.ImageLocation"/> value that specifies the position of the button's image relative to the text. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation"/> property.
|
|
|
|
</param>
|
|
<param name="image">
|
|
A <see cref="T:System.Drawing.Image"/> object which represents the image displayed on the button's surface. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Image"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.Appearance">
|
|
<summary>
|
|
<para>Provides access to the button's appearance settings.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.Assign(DevExpress.XtraEditors.Controls.EditorButton)">
|
|
<summary>
|
|
<para>Copies all properties of the specified button to the current <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> object.
|
|
</para>
|
|
</summary>
|
|
<param name="source">
|
|
The source <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> object whose properties must be copied.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.Caption">
|
|
<summary>
|
|
<para>Gets or sets the caption text of the editor button.
|
|
</para>
|
|
</summary>
|
|
<value>A string specifying button caption text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.XtraEditors.Controls.EditorButton.Changed">
|
|
<summary>
|
|
<para>Occurs when the properties defining the button's look and feel are changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.Collection">
|
|
<summary>
|
|
<para>Gets the buttons collection that owns the current button.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraEditors.Controls.EditorButtonCollection"/> object which represents a collection of editor buttons.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.Enabled">
|
|
<summary>
|
|
<para>Gets or sets the Boolean value that determines whether a user can perform actions on the current editor button.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if an editor button is enabled and a user can perform actions on it; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.EnableImageTransparency">
|
|
<summary>
|
|
<para>Gets or sets whether specific colors in the button's image are transparent, when displayed.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if specific colors in the button's image are transparent, when displayed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.GlyphAlignment">
|
|
<summary>
|
|
<para>Gets or sets the glyph alignment relative to its caption.
|
|
</para>
|
|
</summary>
|
|
<value>The value of the <see cref="T:DevExpress.Utils.HorzAlignment"/> type specifies the alignment of the glyph relative to the button's caption.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.Image">
|
|
<summary>
|
|
<para>Gets or sets a custom image to display on the button.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> object that specifies the image displayed on the button surface.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.ImageAlignment">
|
|
<summary>
|
|
<para>Gets or sets the alignment of the image displayed within the button.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration member which specifies the image's alignment.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.ImageLocation">
|
|
<summary>
|
|
<para>Specifies the position of the button's image relative to the text.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.ImageLocation"/> value that specifies the alignment of the button's image relative to the text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.Index">
|
|
<summary>
|
|
<para>Gets the button's position within the owning collection.
|
|
</para>
|
|
</summary>
|
|
<value>A zero-based integer representing the button's position.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.IsDefaultButton">
|
|
<summary>
|
|
<para>Gets or sets whether the button is the default button.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the button is the default button; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.IsLeft">
|
|
<summary>
|
|
<para>Gets or sets the location of the button within the current <see cref="T:DevExpress.XtraEditors.ButtonEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the button is aligned to the left; <b>false</b> if the button is aligned to the right.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.Kind">
|
|
<summary>
|
|
<para>Gets or sets the type of image to display within the button.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPredefines"/> enumerator value that specifies the type of image to display within the button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.Reset">
|
|
<summary>
|
|
<para>Reverts the button's properties to its default values.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.ResetSuperTip">
|
|
<summary>
|
|
<para>Removes the <see cref="T:DevExpress.Utils.SuperToolTip"/> object that has been assigned to the editor button.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.Shortcut">
|
|
<summary>
|
|
<para>Gets or sets a shortcut used to activate the button's functionality.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.Utils.KeyShortcut"/> object specifying the shortcut for the current button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.SuperTip">
|
|
<summary>
|
|
<para>Gets or sets a <see cref="T:DevExpress.Utils.SuperToolTip"/> for the current button.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.SuperToolTip"/> object associated with the button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.Tag">
|
|
<summary>
|
|
<para>Gets or sets a value that identifies the current button.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/> that identifies the current EditorButton instance.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.ToolTip">
|
|
<summary>
|
|
<para>Gets or sets the button's regular tooltip.
|
|
</para>
|
|
</summary>
|
|
<value>A string which specifies the button's regular tooltip.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.EditorButton.ToString">
|
|
<summary>
|
|
<para>Returns the text representation of the current object.
|
|
</para>
|
|
</summary>
|
|
<returns>A string that specifies the text representation of the current EditorButton object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.Visible">
|
|
<summary>
|
|
<para>Gets or sets the visibility status of the current button.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the button is visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.EditorButton.Width">
|
|
<summary>
|
|
<para>Gets or sets the button's width.
|
|
</para>
|
|
</summary>
|
|
<value>The button's width in pixels. Setting it to -1 enables auto width.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ComboBoxItem">
|
|
|
|
<summary>
|
|
<para>Serves as the base for the class representing image combo box items.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ComboBoxItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.ComboBoxItem"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ComboBoxItem.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.ComboBoxItem"/> class and sets its <see cref="P:DevExpress.XtraEditors.Controls.ComboBoxItem.Value"/> to the specified parameter.
|
|
</para>
|
|
</summary>
|
|
<param name="val">
|
|
An object to initialize the <see cref="P:DevExpress.XtraEditors.Controls.ComboBoxItem.Value"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ComboBoxItem.Value">
|
|
<summary>
|
|
<para>Gets or sets the value associated with the current item.
|
|
</para>
|
|
</summary>
|
|
<value>An object representing the value associated with the current item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.CloseUpEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.CloseUp"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CloseUpEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.CloseUpEventArgs)">
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.CloseUp"/> event of a popup editor.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event source. This identifies the editor whose popup window is closed.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.CloseUpEventArgs"/> object containing data related to the event.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.CloseUpEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.CloseUp"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CloseUpEventArgs.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Creates a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.CloseUpEventArgs"/> class and initializes the <see cref="P:DevExpress.XtraEditors.Controls.CloseUpEventArgs.Value"/> property with the specified value.
|
|
</para>
|
|
</summary>
|
|
<param name="val">
|
|
An object to initialize the <see cref="P:DevExpress.XtraEditors.Controls.CloseUpEventArgs.Value"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CloseUpEventArgs.#ctor(System.Object,System.Boolean)">
|
|
<summary>
|
|
<para>Creates a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.CloseUpEventArgs"/> class and initializes its properties based upon specified parameters.
|
|
</para>
|
|
</summary>
|
|
<param name="val">
|
|
An object to initialize the <see cref="P:DevExpress.XtraEditors.Controls.CloseUpEventArgs.Value"/> property value.
|
|
|
|
</param>
|
|
<param name="accept">
|
|
A value to initialize the <see cref="P:DevExpress.XtraEditors.Controls.CloseUpEventArgs.AcceptValue"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.CloseUpEventArgs.#ctor(System.Object,System.Boolean,DevExpress.XtraEditors.PopupCloseMode)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraEditors.Controls.CloseUpEventArgs"/> class with the specified values.
|
|
</para>
|
|
</summary>
|
|
<param name="val">
|
|
An object representing the value to assign to the editor's edit value. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.CloseUpEventArgs.Value"/> property.
|
|
|
|
</param>
|
|
<param name="accept">
|
|
<b>true</b> if the value must be accepted; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.CloseUpEventArgs.AcceptValue"/> property.
|
|
|
|
</param>
|
|
<param name="closeMode">
|
|
A <see cref="T:DevExpress.XtraEditors.PopupCloseMode"/> enumeration value which specifies how a dropdown editor's popup window was closed. This value is assigned to the <see cref="P:DevExpress.XtraEditors.Controls.CloseUpEventArgs.CloseMode"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.CloseUpEventArgs.AcceptValue">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether <see cref="P:DevExpress.XtraEditors.Controls.CloseUpEventArgs.Value"/> should be accepted or discarded.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the value must be accepted; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.CloseUpEventArgs.CloseMode">
|
|
<summary>
|
|
<para>Gets a value indicating how the popup editor's dropdown window was closed.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.PopupCloseMode"/> enumeration value which specifies how the dropdown editor's popup window was closed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.CloseUpEventArgs.Value">
|
|
<summary>
|
|
<para>Gets or sets a value to assign to the editor's edit value.
|
|
</para>
|
|
</summary>
|
|
<value>The value to assign to the editor's <see cref="P:DevExpress.XtraEditors.BaseEdit.EditValue"/> property.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ButtonPressedEventHandler">
|
|
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.ButtonPressed"/> and <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.ButtonClick"/> events.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ButtonPressedEventHandler.Invoke(System.Object,DevExpress.XtraEditors.Controls.ButtonPressedEventArgs)">
|
|
<summary>
|
|
<para>Represents a method for handling the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.ButtonPressed"/> and <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.ButtonClick"/> events of a <see cref="T:DevExpress.XtraEditors.ButtonEdit"/> control.
|
|
</para>
|
|
</summary>
|
|
<param name="sender">
|
|
The event source.
|
|
|
|
</param>
|
|
<param name="e">
|
|
A <see cref="T:DevExpress.XtraEditors.Controls.ButtonPressedEventArgs"/> that contains event data.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ButtonPressedEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.ButtonPressed"/> and <see cref="E:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.ButtonClick"/> events.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.XtraEditors.Controls.ButtonPressedEventArgs.#ctor(DevExpress.XtraEditors.Controls.EditorButton)">
|
|
<summary>
|
|
<para>Creates and initializes a new object of the <see cref="T:DevExpress.XtraEditors.Controls.ButtonPressedEventArgs"/> class.
|
|
</para>
|
|
</summary>
|
|
<param name="button">
|
|
The object used to initialize the <see cref="P:DevExpress.XtraEditors.Controls.ButtonPressedEventArgs.Button"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.XtraEditors.Controls.ButtonPressedEventArgs.Button">
|
|
<summary>
|
|
<para>Gets the button being pressed/clicked.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraEditors.Controls.EditorButton"/> object specifying the currently pressed/clicked button.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.TextEditStyles">
|
|
|
|
<summary>
|
|
<para>Specifies how a value is displayed and edited in the button editor's edit box.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor">
|
|
<summary>
|
|
<para>A button editor is displayed in its normal way. However, editing and selecting text is not allowed. If you want to enable a user to select text but disable text modifications, you can set the text editing style to <b>Standard</b> and set the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItem.ReadOnly"/> property to <b>true</b>.
|
|
|
|
<para></para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor">
|
|
<summary>
|
|
<para>The text editing region is not visible and the editor displays only buttons contained in the current button editor. If no buttons can be displayed (for instance because of setting the <see cref="P:DevExpress.XtraEditors.Controls.EditorButton.Visible"/> property to False), the editor displays an empty region in this case.
|
|
|
|
<para></para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.TextEditStyles.Standard">
|
|
<summary>
|
|
<para>A button editor works in its normal way. Editing and selecting text is allowed.
|
|
<para></para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.SpinStyles">
|
|
|
|
<summary>
|
|
<para>Contains styles for the <see cref="T:DevExpress.XtraEditors.SpinEdit"/> increment and decrement buttons.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.SpinStyles.Horizontal">
|
|
<summary>
|
|
<para><para>Orients the <see cref="T:DevExpress.XtraEditors.SpinEdit"/> editor increment and decrement buttons horizontally.</para>
|
|
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.SpinStyles.Vertical">
|
|
<summary>
|
|
<para><para>Orients the <see cref="T:DevExpress.XtraEditors.SpinEdit"/> editor increment and decrement buttons vertically.</para>
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.ShowDropDown">
|
|
|
|
<summary>
|
|
<para>Determines the behavior of a popup control when a user clicks within its text region.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.ShowDropDown.DoubleClick">
|
|
<summary>
|
|
<para>A popup window is activated when a user double-clicks within the text region of a control.
|
|
<para>
|
|
Note: the value is in effect when the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit.TextEditStyle"/> property is set to <see cref="F:DevExpress.XtraEditors.Controls.TextEditStyles.Standard"/> as well.
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.ShowDropDown.Never">
|
|
<summary>
|
|
<para>Clicking within the text region does not activate the popup window. A popup window appears only when pressing the <see cref="P:DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.CloseUpKey"/> key or Alt + DownArrow key, or calling the editor's <see cref="M:DevExpress.XtraEditors.PopupBaseEdit.ShowPopup"/> method.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.ShowDropDown.SingleClick">
|
|
<summary>
|
|
<para>A popup window is activated when a user clicks within the text region of a control.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.PopupBorderStyles">
|
|
|
|
<summary>
|
|
<para>Contains styles for popup window borders.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.PopupBorderStyles.Default">
|
|
<summary>
|
|
<para>Borders are flat. This style is reserved for future use. Currently, the <b>Default</b> style is the same as the <see cref="F:DevExpress.XtraEditors.Controls.PopupBorderStyles.Flat"/> style.
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.PopupBorderStyles.Flat">
|
|
<summary>
|
|
<para>Borders are flat.
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.PopupBorderStyles.NoBorder">
|
|
<summary>
|
|
<para>There are no borders.
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.PopupBorderStyles.Simple">
|
|
<summary>
|
|
<para>Borders are thin and drawn using a single line.
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.PopupBorderStyles.Style3D">
|
|
<summary>
|
|
<para>Borders are three-dimensional.
|
|
<para>
|
|
|
|
</para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraEditors.Controls.PictureSizeMode">
|
|
|
|
<summary>
|
|
<para>Specifies the size mode of the image contained within a <see cref="T:DevExpress.XtraEditors.PictureEdit"/> or <see cref="T:DevExpress.XtraEditors.ImageEdit"/> editor.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.PictureSizeMode.Clip">
|
|
<summary>
|
|
<para>A picture is not stretched.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze">
|
|
<summary>
|
|
<para>An image is displayed as is if its actual size is smaller than the size of the container. If the image size is larger than the container's size, the image is shrunk proportionally to fit the container's bounds.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch">
|
|
<summary>
|
|
<para>A picture is stretched in order to fit within the area of an editor (or editor's dropdown window).
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.PictureSizeMode.StretchHorizontal">
|
|
<summary>
|
|
<para>A picture is stretched horizontally. Its height remains unchanged.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.PictureSizeMode.StretchVertical">
|
|
<summary>
|
|
<para>A picture is stretched vertically. Its width remains unchanged.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom">
|
|
<summary>
|
|
<para>A picture is stretched proportionally. The picture fits within the area of an editor (or editor's dropdown window) at least in one direction.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.XtraBars.Docking.TabsPosition">
|
|
|
|
<summary>
|
|
<para>Lists values specifying the position of the tabs in a tab container.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Docking.TabsPosition.Bottom">
|
|
<summary>
|
|
<para>The tabs are located across the bottom of the tab container.
|
|
|
|
<para></para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Docking.TabsPosition.Left">
|
|
<summary>
|
|
<para>The tabs are located along the left side of the tab container.
|
|
|
|
<para></para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Docking.TabsPosition.Right">
|
|
<summary>
|
|
<para>The tabs are located along the right side of the tab container.
|
|
|
|
<para></para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.XtraBars.Docking.TabsPosition.Top">
|
|
<summary>
|
|
<para>The tabs are located across the top of the tab container.
|
|
|
|
<para></para>
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
</members>
|
|
</doc>
|