3918 lines
146 KiB
XML
3918 lines
146 KiB
XML
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>DevExpress.ExpressApp.Win.v17.2</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsRibbon">
|
|
|
|
<summary>
|
|
<para>The RibbonOptions node allows configuring different RibbonUI settings.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsRibbon.MinimizeRibbon">
|
|
<summary>
|
|
<para>Indicates whether the Ribbon is minimized.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the Ribbon is minimized; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsRibbon.RibbonControlStyle">
|
|
<summary>
|
|
<para>Specifies the style of the Ribbon UI when it is enabled via the <see cref="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsWin.FormStyle"/> property.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>RibbonControlStyle</b> enumeration value specifying the style of the Ribbon UI when it is enabled via the FormStyle property.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelApplicationOptionsSkin">
|
|
|
|
<summary>
|
|
<para>Used to extend the Application Model's <see cref="T:DevExpress.ExpressApp.Model.IModelOptions"/> node.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelApplicationOptionsSkin.Skin">
|
|
<summary>
|
|
<para>Specifies the skin currently used by the Windows Forms application.
|
|
</para>
|
|
</summary>
|
|
<value>A string specifying the skin currently used by the Windows Forms application.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelApplicationOptionsSkin.Skins">
|
|
<summary>
|
|
<para>Specifies the possible skins that can be used by the Windows Forms application.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>List<String></b> collection representing the possible skins that can be used by the Windows Forms application.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelColumnWin">
|
|
|
|
<summary>
|
|
<para>Used to extend the Application Model's Column node.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelColumnWin.GroupSummaryFieldName">
|
|
<summary>
|
|
<para>Specifies the name of the property whose values are used for summary calculations.
|
|
</para>
|
|
</summary>
|
|
<value>A string specifying the name of the property whose values are used for summary calculations.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelColumnWin.GroupSummarySortOrder">
|
|
<summary>
|
|
<para>Specifies the order in which group rows are sorted.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>DevExpress.Data.ColumnSortOrder</b> object specifying the order in which group rows are sorted.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelColumnWin.GroupSummaryType">
|
|
<summary>
|
|
<para>Specifies the function that calculates a value over all records within the current column.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.ExpressApp.Model.SummaryType"/> enumeration value specifying the function that calculates a value over all records within the current column.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelLabel">
|
|
|
|
<summary>
|
|
<para>The Label node defines a label item which displays a text on the current layout.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelLabel.Text">
|
|
<summary>
|
|
<para>Specifies the label's text.
|
|
</para>
|
|
</summary>
|
|
<value>A string specifying the label's text.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsEnableHtmlFormatting">
|
|
|
|
<summary>
|
|
<para>Used to extend the Application Model's Options node.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsEnableHtmlFormatting.EnableHtmlFormatting">
|
|
<summary>
|
|
<para>Specifies whether the HTML formatting of UI text elements is allowed.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the HTML formatting of UI text elements is allowed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsWin">
|
|
|
|
<summary>
|
|
<para>Used to extend the Application Model's <b>Options</b> node with the properties required in Windows Forms applications.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsWin.FormStyle">
|
|
<summary>
|
|
<para>Specifies whether the Standard UI or Ribbon UI is used in the Windows Forms Application.
|
|
</para>
|
|
</summary>
|
|
<value><b>RibbonFormStyle.Standard</b> when the Standard UI is used; <b>RibbonFormStyle.Ribbon</b> - if the Ribbon UI is used.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsWin.MdiDefaultNewWindowTarget">
|
|
<summary>
|
|
<para>Specifies the kind of a Window in which new Views should be invoked, when a multiple document interface is used.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.ExpressApp.NewWindowTarget"/> enumeration value specifying the kind of a Window in which new Views should be invoked when a multiple document interface is used.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsWin.Messaging">
|
|
<summary>
|
|
<para>Specifies the type of messaging used in Windows Forms application.
|
|
</para>
|
|
</summary>
|
|
<value>A string specifying the fully qualified name of the messaging class, used in Windows Forms application.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsWin.RibbonOptions">
|
|
<summary>
|
|
<para>Provides access to the RibbonOptions child node.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsRibbon"/> object representing the RibbonOptions child node.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsWin.UIType">
|
|
<summary>
|
|
<para>Specifies the Show View Strategy (see <see cref="T:DevExpress.ExpressApp.ShowViewStrategyBase"/>) used in the WinForms application.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.ExpressApp.UIType"/> enumeration value specifying the type of the UI used in the WinForms application.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Editors.StaticTextViewItem">
|
|
|
|
<summary>
|
|
<para>The Static Text View Item used in <b>XAF</b> Windows Forms applications.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.StaticTextViewItem.#ctor(System.Type,DevExpress.ExpressApp.Model.IModelStaticText)">
|
|
<summary>
|
|
<para>Creates and initializes a new instance of the StaticTextViewItem class.
|
|
</para>
|
|
</summary>
|
|
<param name="objectType">
|
|
An <see cref="T:DevExpress.ExpressApp.Model.IModelStaticText"/> object that is the Application Model's <b>Views</b> | <b><i><DetailView></i></b> | <b>Items</b> | <b>DetailViewItem</b> node that defines the current View Item. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Editors.StaticText.Model"/> property.
|
|
|
|
</param>
|
|
<param name="model">
|
|
A <see cref="T:System.Type"/> object that is the type of the object for which the current View Item's View is created. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Editors.ViewItem.ObjectType"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.StaticTextViewItem.Label">
|
|
<summary>
|
|
<para>Gets the StaticTextViewItem's label control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.LabelControl"/> control used to display the current VStatic Text View Item in a UI.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.StaticTextViewItem.SetHtmlFormattingEnabled(System.Boolean)">
|
|
<summary>
|
|
<para>Enables the HTML formatting for the current StaticTextViewItem.
|
|
</para>
|
|
</summary>
|
|
<param name="htmlFormattingEnabled">
|
|
<b>true</b>, if the HTML formatting is enabled; otherwise, <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerDetailViewOptions">
|
|
|
|
<summary>
|
|
<para>Used to extend the Application Model's DetailView node.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutItem">
|
|
|
|
<summary>
|
|
<para>Used to extend the Application Model's LayoutItem node.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutItem.TextAlignMode">
|
|
<summary>
|
|
<para>Specifies the alignment settings of the layout item's control.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>TextAlignModeItem</b> enumeration value specifying the alignment settings of the layout item's control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutGroup">
|
|
|
|
<summary>
|
|
<para>Used to extend the Application Model's LayoutGroup node.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutGroup.TextAlignMode">
|
|
<summary>
|
|
<para>Specifies the alignment settings of the controls displayed in the current group.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>TextAlignModeGroup</b> enumeration value specifying the alignment settings of the controls displayed in the current group.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelSeparator">
|
|
|
|
<summary>
|
|
<para>The SeparatorItem node defines a separator item for the current layout. Separator items allow end-users to visually separate View Items at runtime.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelSplitter">
|
|
|
|
<summary>
|
|
<para>The Splitter node defines a splitter item for the current layout. Splitter items allow end-users to quickly resize View Items at runtime.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions">
|
|
|
|
<summary>
|
|
<para>Used to extend the Application Model Options node.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.CustomizationEnabled">
|
|
<summary>
|
|
<para>Specifies whether an end-user can customize a View Items layout on a detail form.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if an end-user can customize a View Items layout on a detail form; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.InvisibleGroupVerticalDistance">
|
|
<summary>
|
|
<para>Specifies the vertical spacing that separates a Layout Group with hidden text from regular Layout Groups.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the vertical spacing that segregates a Layout Group with hidden text from regular Layout Groups.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.ItemToBorderHorizontalDistance">
|
|
<summary>
|
|
<para><para>Specifies the horizontal indents between the following layout elements:</para>
|
|
<para>1. A Layout Group's vertical borders and the Layout Items contained in the Group. Has no effect on Layout Groups with hidden text.</para>
|
|
<para>2. A Layout Group's vertical borders and the Detail View's edges.</para>
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the horizontal indents between layout elements.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.ItemToBorderVerticalDistance">
|
|
<summary>
|
|
<para><para>Specifies the vertical indents between the following layout elements:</para>
|
|
<para>1. A Layout Group's horizontal borders and the Layout Items contained in the Group. Has no effect on Layout Groups with hidden text.</para>
|
|
<para>2. A Layout Group's horizontal borders and the Detail View's edges.</para>
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying vertical indents between the layout elements.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.ItemToItemHorizontalDistance">
|
|
<summary>
|
|
<para>Specifies the horizontal spacing between adjacent Layout Items.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the horizontal spacing between adjacent Layout Items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.ItemToItemVerticalDistance">
|
|
<summary>
|
|
<para>Specifies the vertical spacing between adjacent Layout Items.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the vertical spacing between adjacent Layout Items.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.ItemToTabBorderDistance">
|
|
<summary>
|
|
<para>Specifies the indents between a tabbed group's edges and Layout Items contained in the group's tabbed pages.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the indents between a tabbed group's edges and Layout Items contained in the group's tabbed pages.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.TextAlignModeGroup">
|
|
<summary>
|
|
<para>Specifies the default alignment settings of the controls displayed in layout groups.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the default alignment settings of the controls displayed in layout groups.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.TextAlignModeItem">
|
|
<summary>
|
|
<para>Specifies the default alignment settings of layout items' controls.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the default alignment settings of layout items' controls.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.TextToControlDistance">
|
|
<summary>
|
|
<para>Specifies the distance between the text regions of layout items and the corresponding controls.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the distance between the text regions of layout items and the corresponding controls.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.IHtmlFormattingSupport">
|
|
|
|
<summary>
|
|
<para>Declares members implemented by Windows Forms List Editors and View Items that support HTML formatting of the display text.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.IHtmlFormattingSupport.SetHtmlFormattingEnabled(System.Boolean)">
|
|
<summary>
|
|
<para>Enables or disables HTML Formatting of the display text.
|
|
</para>
|
|
</summary>
|
|
<param name="htmlFormattingEnabled">
|
|
<b>true</b> to enable HTML formatting of the display text; otherwise <b>false</b>.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Editors.StaticTextDetailItem">
|
|
|
|
<summary>
|
|
<para>This class is obsolete. Use <see cref="T:DevExpress.ExpressApp.Win.Editors.StaticTextViewItem"/> instead.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.StaticTextDetailItem.#ctor(DevExpress.ExpressApp.Model.IModelStaticText,System.Type)">
|
|
<summary>
|
|
<para>The StaticTextDetailItem class is obsolete. Use <see cref="T:DevExpress.ExpressApp.Win.Editors.StaticTextViewItem"/> instead.
|
|
</para>
|
|
</summary>
|
|
<param name="model">
|
|
An <see cref="T:DevExpress.ExpressApp.Model.IModelStaticText"/> object that represents the Application Model's
|
|
|
|
</param>
|
|
<param name="objectType">
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Editors.StaticImageDetailItem">
|
|
|
|
<summary>
|
|
<para>Represents the Static Image View Item used in <b>XAF</b> Windows Forms applications.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.StaticImageDetailItem.#ctor(DevExpress.ExpressApp.Model.IModelStaticImage,System.Type)">
|
|
<summary>
|
|
<para>Creates and initializes a new instance of the StaticImageDetailItem class.
|
|
</para>
|
|
</summary>
|
|
<param name="model">
|
|
An <see cref="T:DevExpress.ExpressApp.Model.IModelStaticImage"/> object that represents the Application Model's <b>Views</b> | <b><i><DetailView></i></b> | <b>Items</b> | <b>DetailViewItem</b> node that defines the current View Item. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Editors.StaticImage.Model"/> property.
|
|
|
|
</param>
|
|
<param name="objectType">
|
|
A <see cref="T:System.Type"/> object that represents the type of the object for which the current View Item's View is created. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Editors.ViewItem.ObjectType"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.ISplash">
|
|
|
|
<summary>
|
|
<para>Declares members implemented by a splash screen which is displayed when a Windows Forms application starts.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.ISplash.IsStarted">
|
|
<summary>
|
|
<para>Indicates whether the splash screen is being displayed.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the splash screen is being displayed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.ISplash.SetDisplayText(System.String)">
|
|
<summary>
|
|
<para>Sets the text to be displayed by the label located on the default splash screen form.
|
|
</para>
|
|
</summary>
|
|
<param name="displayText">
|
|
A string value representing the text to be shown on the default splash screen form.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.ISplash.Start">
|
|
<summary>
|
|
<para>Shows a splash screen form.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.ISplash.Stop">
|
|
<summary>
|
|
<para>Closes a splash screen form.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Editors.ColumnCreatedEventArgs">
|
|
|
|
<summary>
|
|
<para>Represents arguments passed to the <see cref="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ColumnCreated"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.ColumnCreatedEventArgs.#ctor(DevExpress.XtraGrid.Columns.GridColumn,DevExpress.ExpressApp.Model.IModelColumn)">
|
|
<summary>
|
|
<para>Creates and initializes a new instance of the ColumnCreatedEventArgs class.
|
|
</para>
|
|
</summary>
|
|
<param name="column">
|
|
A <b>GridColumn</b> object that represents the column which has been created. This argument is used to initialize the <see cref="P:DevExpress.ExpressApp.Win.Editors.ColumnCreatedEventArgs.Column"/> property.
|
|
|
|
</param>
|
|
<param name="columnInfo">
|
|
An <see cref="T:DevExpress.ExpressApp.Model.IModelColumn"/> object that represents the Application Model's node which contains information on the created column. This argument is used to initialize the <see cref="P:DevExpress.ExpressApp.Win.Editors.ColumnCreatedEventArgs.ColumnInfo"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.ColumnCreatedEventArgs.Column">
|
|
<summary>
|
|
<para>Provides access to the column that has been created.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>GridColumn</b> object that represents the column which has been created.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.ColumnCreatedEventArgs.ColumnInfo">
|
|
<summary>
|
|
<para>Provides access to the Application Model's node which contains information on the created column.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.ExpressApp.Model.IModelColumn"/> object that represents the Application Model's node which contains information on the created column.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Editors.GridListEditor">
|
|
|
|
<summary>
|
|
<para>Represents the List Editor used by default in <b>XAF</b> Windows Forms applications, to display List Views in a UI.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.GridListEditor.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
|
|
<summary>
|
|
<para>Creates and initializes an instance of the GridListEditor class.
|
|
</para>
|
|
</summary>
|
|
<param name="model">
|
|
An <see cref="T:DevExpress.ExpressApp.Model.IModelListView"/> object representing the Application Model's node which contains information on the View that will use the instantiated List Editor.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.AppearanceFocusedCellMode">
|
|
<summary>
|
|
<para>Specifies whether the appearance settings for the focused cell are enabled.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.ExpressApp.Win.Editors.AppearanceFocusedCellMode"/> enumeration value specifying whether the appearance settings for the focused cell are enabled.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.GridListEditor.ApplyModel">
|
|
<summary>
|
|
<para>Updates the current List Editor's state in accordance with the information stored in the Application Model.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.GridListEditor.BeginCustomization">
|
|
<summary>
|
|
<para>Occurs after the customization form that displays headers of hidden columns has been displayed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.BorderStyle">
|
|
<summary>
|
|
<para>Gets or sets the border style for the target Data Grid.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value specifying the border style of the target Data Grid.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.GridListEditor.BreakLinksToControls">
|
|
<summary>
|
|
<para>Removes references to the GridListEditor's control and its event handlers.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.GridListEditor.CanShowPopupMenu(System.Drawing.Point)">
|
|
<summary>
|
|
<para>Returns a Boolean value that indicates whether it is possible to invoke a context menu at the specified position.
|
|
</para>
|
|
</summary>
|
|
<param name="position">
|
|
A <see cref="T:System.Drawing.Point"/> object that specifies the position at which a context menu is invoked.
|
|
|
|
</param>
|
|
<returns><b>true</b> if it is possible to invoke a context menu at the specified position; otherwise <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.CanShowReadOnlyEditor">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
<value> </value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.GridListEditor.CreateCustomFilterEditorRepositoryItem">
|
|
<summary>
|
|
<para>Occurs when creating a Filter Editor for the current Grid List Editor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.GridListEditor.CustomizeFilterTreeNodeModelPropertyCaption">
|
|
<summary>
|
|
<para>Occurs when a filter visual presentation is formed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Editors.GridListEditor.DefaultCanShowReadOnlyEditor">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Editors.GridListEditor.DefaultNewItemRowHandlingMode">
|
|
<summary>
|
|
<para>Specifies the default value of the <see cref="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.NewItemRowHandlingMode"/> property.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.GridListEditor.Dispose">
|
|
<summary>
|
|
<para>Releases all resources used by the GridListEditor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.GridListEditor.EndCustomization">
|
|
<summary>
|
|
<para>Occurs before the customization form that displays headers of hidden columns has been closed.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.GridListEditor.GetColumnError">
|
|
<summary>
|
|
<para>Occurs when the validation error occurs within the editable column.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.GridView">
|
|
<summary>
|
|
<para>Provides access to the Grid Control's View that is used to display data in the GridListEditor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraGrid.Views.Grid.GridView"/> object that is the <b>GridControl</b>'s View used to display data in the <b>GridListEditor</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.GridViewSummaryModelSynchronizer">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
<value> </value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Editors.GridListEditor.ImmediatePostDataSupportEnabled">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.NewItemRowHandlingMode">
|
|
<summary>
|
|
<para>Specifies how a new object is created using the New Item Row.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.ExpressApp.Win.Editors.GridListEditorNewItemRowHandlingMode"/> enumeration value specifying how the new object is created using the new item row.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.NewItemRowPosition">
|
|
<summary>
|
|
<para>Gets or sets the position of the new item row within the GridListEditor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.ExpressApp.NewItemRowPosition"/> enumeration value that specifies the position of the new item row within the <b>GridListEditor</b>. The default value is specified by the <see cref="P:DevExpress.ExpressApp.SystemModule.IModelListViewNewItemRow.NewItemRowPosition"/> property of the Application Model's <b>Views</b> | <b>List View</b> node.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.ProcessSelectedItemByDoubleClick">
|
|
<summary>
|
|
<para>Specifies whether or not the GridListEditor overrides the double click event processing (see <see cref="P:DevExpress.ExpressApp.SystemModule.ListViewProcessCurrentObjectController.ProcessCurrentObjectAction"/>).
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if GridListEditor overrides the double click event processing; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.ProcessSelectedItemBySingleClick">
|
|
<summary>
|
|
<para>Specifies whether a List View's record must be processed after a click or a double-click.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if a List View's record must be processed after a click; <b>false</b> if a List View's record must be processed after a double-click.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.GridListEditor.SaveModel">
|
|
<summary>
|
|
<para>Saves the runtime customizations made by a user within the grid control to the Application Model differences.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.ScrollOnMouseMove">
|
|
<summary>
|
|
<para>This property is intended for internal use.
|
|
<!--
|
|
Specifies whether the GridListEditor's automatic scrolling is enabled.
|
|
-->
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
<!--
|
|
<b>true</b> to scroll through the <b>GridListEditor</b> in response to mouse movement; otherwise <b>false</b>.
|
|
-->
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.GridListEditor.ShowingReadOnlyEditor">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.GridListEditor.StartIncrementalSearch(System.String)">
|
|
<summary>
|
|
<para>Starts an incremental search for the specified string.
|
|
</para>
|
|
</summary>
|
|
<param name="searchString">
|
|
The text to locate.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.TrackMousePosition">
|
|
<summary>
|
|
<para>Specifies whether mouse tracking is enabled for the GridListEditor.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> to enable mouse tracking; otherwise <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.ShowInSingleWindowStrategy">
|
|
|
|
<summary>
|
|
<para>A Show View Strategy that can be used as an alternative to the <see cref="T:DevExpress.ExpressApp.Win.ShowInMultipleWindowsStrategy"/>. Provides a different behavior when a Detail View is invoked from a List View that is displayed in the main Window.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.ShowInSingleWindowStrategy.#ctor(DevExpress.ExpressApp.XafApplication)">
|
|
<summary>
|
|
<para>Creates and initializes an instance of the ShowInSingleWindowStrategy class.
|
|
</para>
|
|
</summary>
|
|
<param name="application">
|
|
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> descendant object that represents the application that will use the instantiated Show View Strategy.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.ShowInMultipleWindowsStrategy">
|
|
|
|
<summary>
|
|
<para>Represents the Show View Strategy used in <b>XAF</b> Windows Forms applications by default.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.ShowInMultipleWindowsStrategy.#ctor(DevExpress.ExpressApp.XafApplication)">
|
|
<summary>
|
|
<para>Creates and initializes an instance of the ShowInMultipleWindowsStrategy class.
|
|
</para>
|
|
</summary>
|
|
<param name="application">
|
|
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> descendant object that represents the application that will use the instantiated Show View Strategy.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.WinShowViewStrategyBase">
|
|
|
|
<summary>
|
|
<para>An abstract class that serves as the base class for Show View Strategies used in <b>XAF</b> Windows Forms applications.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.#ctor(DevExpress.ExpressApp.XafApplication)">
|
|
<summary>
|
|
<para>The constructor which provides basic functionality for the classes derived from the WinShowViewStrategyBase class.
|
|
</para>
|
|
</summary>
|
|
<param name="application">
|
|
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> descendant object that represents the application that will use the instantiated Show View Strategy.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.CloseAllWindows">
|
|
<summary>
|
|
<para>Tries to close all the Windows from the <see cref="P:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.Windows"/> collection.
|
|
</para>
|
|
</summary>
|
|
<returns><b>true</b> if the Windows have been closed successfully; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.CustomGetFlyoutBackColor">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.CustomGetImage">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.CustomGetImageForToast">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.CustomizeAlertControl">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.CustomizeToastNotificationsManager">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.DialogWindowClosed">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.Dispose">
|
|
<summary>
|
|
<para>Releases all the resources allocated by the current Show View Strategy.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.Explorers">
|
|
<summary>
|
|
<para>Gets a list of the application's Explorer Windows.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>List<</b><see cref="T:DevExpress.ExpressApp.Win.WinWindow"/><b>></b> object representing a list of the application's Explorer Windows.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.Inspectors">
|
|
<summary>
|
|
<para>Gets a list of the application's Inspector Windows.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>List<</b><see cref="T:DevExpress.ExpressApp.Win.WinWindow"/><b>></b> object representing a list of the application's Inspector Windows.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.MainWindow">
|
|
<summary>
|
|
<para>Provides access to the application's main <see cref="T:DevExpress.ExpressApp.Window"/>.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>Window</b> object that represents the application's main Window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.ShowStartupWindow">
|
|
<summary>
|
|
<para>Displays the application's main <see cref="T:DevExpress.ExpressApp.Window"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.StartupWindowLoad">
|
|
<summary>
|
|
<para>Occurs before the main <see cref="T:DevExpress.ExpressApp.Window"/>'s form is displayed for the first time.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.UIType">
|
|
<summary>
|
|
<para>Indicaties the UI type provided by a <b>WinShowViewStrategyBase</b> descendant.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.ExpressApp.UIType"/> enumeration value specifying the UI type provided by a <b>WinShowViewStrategyBase</b> descendant.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.Windows">
|
|
<summary>
|
|
<para>Provides access to a read-only collection of the application's Windows.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>ReadOnlyCollection<</b><see cref="T:DevExpress.ExpressApp.Win.WinWindow"/><b>></b> object representing a read-only collection of the application's Windows.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.WinWindowShowing">
|
|
<summary>
|
|
<para>Occurs before a <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/> is displayed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.WinNewObjectViewController">
|
|
|
|
<summary>
|
|
<para>Inherits from the <see cref="T:DevExpress.ExpressApp.SystemModule.NewObjectViewController"/> to implement Windows Forms specific behavior.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.WinNewObjectViewController.#ctor">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.Win.SystemModule.WinNewObjectViewController"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Editors.DXPropertyEditor">
|
|
|
|
<summary>
|
|
<para>A base class for Property Editors that use Developer Express Windows Forms controls.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.DXPropertyEditor.Control">
|
|
<summary>
|
|
<para>Provides access to the control that represents the current Property Editor in a UI.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>DevExpress.XtraEditors.BaseEdit</b> object representing a control used to display the current Property Editor in a UI.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.DXPropertyEditor.CustomSetupRepositoryItem">
|
|
<summary>
|
|
<para>Occurs after the creation of a Property Editor's control.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.DXPropertyEditor.ErrorIcon">
|
|
<summary>
|
|
<para>Specifies the error icon displayed within the DXPropertyEditor when an error is associated with the editor.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.ExpressApp.Utils.ImageInfo"/> object that supplies metadata information on the error icon displayed within the editor when an error is associated with the editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.DXPropertyEditor.ErrorMessage">
|
|
<summary>
|
|
<para>Specifies the message about validation rules broken because of the current Property Editor's bound property.
|
|
</para>
|
|
</summary>
|
|
<value>A string value representing the text shown in the Property Editor's tooltip when a validation rule is broken.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Editors.DXPropertyEditor.RepositoryItemsTypesWithMandatoryButtons">
|
|
<summary>
|
|
<para>When a Property Editor is displayed in a read-only mode, in most cases the control's buttons should be invisible to prohibit end-user interaction. However, certain controls must have their buttons visible to provide the viewing functionality. These controls' repository item types are listed in the collection returned by this field. By default, this collection contains the following types: <b>RepositoryItemImageEdit</b>, <b>RepositoryItemMemoExEdit</b>, <b>RepositoryItemRtfEditEx</b> and <b>RepositoryItemObjectEdit</b>.
|
|
</para>
|
|
</summary>
|
|
<returns>The list of repository item types. The default is (RepositoryItemImageEdit, RepositoryItemMemoExEdit, RepositoryItemRtfEditEx, RepositoryItemObjectEdit).
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Editors.WinPropertyEditor">
|
|
|
|
<summary>
|
|
<para>Represents a base class for Windows Forms Property Editors.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinPropertyEditor.BreakLinksToControl(System.Boolean)">
|
|
<summary>
|
|
<para>Removes references to the Property Editor's control and its event handlers.
|
|
</para>
|
|
</summary>
|
|
<param name="unwireEventsOnly">
|
|
<b>true</b> if event handlers should be unsubscribed only; <b>false</b>, if in addition to event unsubscription, the allocated resources should be disposed of.
|
|
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinPropertyEditor.Control">
|
|
<summary>
|
|
<para>Provides access to the control that represents the current Property Editor in a UI.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.Control"/> object used to display the current Property Editor in a UI.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinPropertyEditor.ControlBindingProperty">
|
|
<summary>
|
|
<para>Specifies the property of the current Property Editor's control that is used for data binding.
|
|
</para>
|
|
</summary>
|
|
<value>A string value representing the name of the control property to bind.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Editors.WinPropertyEditor.TextControlHeight">
|
|
<summary>
|
|
<para>Returns the default control height in pixels. Used by XAF built-in Property Editors.
|
|
</para>
|
|
</summary>
|
|
<returns>The height of the Property Editor's control in pixels. By default, it is set to 19.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Core.IGridInplaceEdit">
|
|
|
|
<summary>
|
|
<para>Implemented by controls used in Property Editors when it is required to access the current row object in an editable List View.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Core.IGridInplaceEdit.DataBindings">
|
|
<summary>
|
|
<para>Gets the collection of data bindings for the current control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Input.CommandBindingCollection"/> object specifying the collection of data bindings for the current control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Core.IGridInplaceEdit.GridEditingObject">
|
|
<summary>
|
|
<para>Specifies an object which is being edited.
|
|
</para>
|
|
</summary>
|
|
<value>An object which is being edited.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Editors.GridListEditorNewItemRowHandlingMode">
|
|
|
|
<summary>
|
|
<para>Contains values specifying how the new object is created using the New Item Row.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Editors.GridListEditorNewItemRowHandlingMode.NativeControl">
|
|
<summary>
|
|
<para>A new object is created by the grid control itself.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Editors.GridListEditorNewItemRowHandlingMode.XafController">
|
|
<summary>
|
|
<para>A new object is created by the <see cref="T:DevExpress.ExpressApp.SystemModule.NewObjectViewController"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.WinWindowShowingEventArgs">
|
|
|
|
<summary>
|
|
<para>Arguments, passed to the <see cref="E:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.WinWindowShowing"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinWindowShowingEventArgs.#ctor(DevExpress.ExpressApp.Win.WinWindow,System.Windows.Forms.Form,System.Boolean)">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
<param name="window">
|
|
|
|
</param>
|
|
<param name="form">
|
|
|
|
</param>
|
|
<param name="isModal">
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinWindowShowingEventArgs.#ctor(DevExpress.ExpressApp.Win.WinWindow,System.Windows.Forms.Form)">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
<param name="window">
|
|
|
|
</param>
|
|
<param name="form">
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinWindowShowingEventArgs.Form">
|
|
<summary>
|
|
<para>Gets the <a href="https://msdn.microsoft.com/en-us/library/system.windows.forms.form.aspx">Form</a> which is about to be displayed.
|
|
</para>
|
|
</summary>
|
|
<value>A <a href="https://msdn.microsoft.com/en-us/library/system.windows.forms.form.aspx">Form</a> object specifying a window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinWindowShowingEventArgs.IsModal">
|
|
<summary>
|
|
<para>Gets a value indicating whether or not the <see cref="P:DevExpress.ExpressApp.Win.WinWindowShowingEventArgs.Form"/> is displayed modally.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the form is modal; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinWindowShowingEventArgs.Window">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
<value> </value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Model.IModelBandWin">
|
|
|
|
<summary>
|
|
<para>Extends the <see cref="T:DevExpress.ExpressApp.Model.IModelBand"/> node with WinForms-specific options.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Model.IModelBandWin.AutoFillDown">
|
|
<summary>
|
|
<para>Specifies whether or not a Band Header should be automatically stretched to fill the empty space below it.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if a band header is automatically stretched to fill the empty space below it; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Templates.Navigation.RootGroupsStyle">
|
|
|
|
<summary>
|
|
<para>Contains values used to specify the style of the navigation root group in WinForms applications.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Templates.Navigation.RootGroupsStyle.OutlookAnimated">
|
|
<summary>
|
|
<para>Specifies that the <see cref="T:DevExpress.XtraBars.Navigation.OfficeNavigationBar"/> is used to display root navigation groups in a WinForms application, and transitions from one group to another are animated.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Templates.Navigation.RootGroupsStyle.OutlookSimple">
|
|
<summary>
|
|
<para>Specifies that the <see cref="T:DevExpress.XtraBars.Navigation.OfficeNavigationBar"/> is used to display root navigation groups in a WinForms application.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Templates.Navigation.RootGroupsStyle.Standard">
|
|
<summary>
|
|
<para>Specifies that the root navigation groups are displayed within the <see cref="T:DevExpress.XtraNavBar.NavBarControl"/> in a WinForms application. The <see cref="T:DevExpress.XtraBars.Navigation.OfficeNavigationBar"/> is not used.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor">
|
|
|
|
<summary>
|
|
<para>The base class for built-in grid-like WinForms List Editors.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
|
|
<summary>
|
|
<para>Initializes a new instance of the WinColumnsListEditor class.
|
|
</para>
|
|
</summary>
|
|
<param name="model">
|
|
An <see cref="T:DevExpress.ExpressApp.Model.IModelListView"/> object representing the Application Model's node which contains information on the View that will use the instantiated List Editor.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.BeginUpdate">
|
|
<summary>
|
|
<para>Prevents the WinColumnsListEditor's control from being updated until the <see cref="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.EndUpdate"/> method is called.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.BreakLinksToControls">
|
|
<summary>
|
|
<para>Removes references to the WinColumnsListEditor's control and its event handlers.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CanManageActiveFilterCriteriaPropertyValue">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
<value> </value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CanManageFilterPropertyValue">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
<value> </value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CanShowPopupMenu(System.Drawing.Point)">
|
|
<summary>
|
|
<para>Returns a Boolean value that indicates whether it is possible to invoke a context menu at the specified position.
|
|
</para>
|
|
</summary>
|
|
<param name="position">
|
|
A <see cref="T:System.Drawing.Point"/> object that specifies the position at which a context menu is invoked.
|
|
|
|
</param>
|
|
<returns><b>true</b> if it is possible to invoke a context menu at the specified position; otherwise <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ColumnCreated">
|
|
<summary>
|
|
<para>Occurs after a column has been created in the WinColumnsListEditor's <see cref="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Grid"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Columns">
|
|
<summary>
|
|
<para>Provides access to a collection of objects representing the WinColumnsListEditor's columns.
|
|
</para>
|
|
</summary>
|
|
<value>An <b>IList<ColumnWrapper></b> object representing a collection of WinColumnsListEditor's column wrappers.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ColumnView">
|
|
<summary>
|
|
<para>Provides access to the View that is used to display data in the WinColumnsListEditor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraGrid.Views.Base.ColumnView"/> object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ContextMenuTemplate">
|
|
<summary>
|
|
<para>Provides access to the WinColumnsListEditor's Context Menu Template.
|
|
</para>
|
|
</summary>
|
|
<value>A control which implements the <b>IContextMenuTemplate</b> interface and represents a List Editor's Context Menu Template.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ControlDataSourceChanged">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CreateCustomColumn">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CreateCustomGridBand">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CreateCustomRepositoryItem">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CustomizeAppearance">
|
|
<summary>
|
|
<para>Occurs before the <see cref="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.GridView"/>'s cell of the WinColumnsListEditor has been repainted in a UI. Enables the appearance settings of individual cells to be changed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CustomizeEnabled">
|
|
<summary>
|
|
<para>For internal use.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CustomizeGridColumn">
|
|
<summary>
|
|
<para>Occurs when a column is created.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CustomizeRepositoryItem">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Dispose">
|
|
<summary>
|
|
<para>Releases all resources used by the WinColumnsListEditor.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.DragDropCustomCodeId">
|
|
<summary>
|
|
<para>This member is intended for internal use.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.DragEnterCustomCodeId">
|
|
<summary>
|
|
<para>This member is intended for internal use.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.EndUpdate">
|
|
<summary>
|
|
<para>Unlocks the WinColumnsListEditor's control after a call to the <see cref="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.BeginUpdate"/> method and causes an immediate update.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Filter">
|
|
<summary>
|
|
<para>For internal use.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.FilterChanged">
|
|
<summary>
|
|
<para>For internal use.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.FilterColumnsMode">
|
|
<summary>
|
|
<para>Specifies whether only properties represented by the List Editor's columns, or all properties, including the properties of the reference properties, are available in the Filter Editor for creating a filter criteria.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>FilterColumnsMode</b> enumeration value that determines the list of the properties that are available in the Filter Editor of the current Grid List Editor. By default, the <b>FilterColumnsMode.AllProperties</b> value is set.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.FindColumnPropertyName(DevExpress.XtraGrid.Columns.GridColumn)">
|
|
<summary>
|
|
<para>Returns the name of the property corresponding to the WinColumnsListEditor's specific <see cref="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.GridView"/> column.
|
|
</para>
|
|
</summary>
|
|
<param name="column">
|
|
A <b>DevExpress.XtraGrid.Columns.GridColumn</b> object representing the <b>GridControl</b>'s column whose corresponding property name will be retrieved.
|
|
|
|
</param>
|
|
<returns>A string holding the name of the property corresponding to the specified column.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.FocusedColumnMemberName">
|
|
<summary>
|
|
<para>Returns the name of a focused column field.
|
|
</para>
|
|
</summary>
|
|
<value>A string that is the name of a focused column field.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.FocusedObject">
|
|
<summary>
|
|
<para>Gets or sets the focused object in a WinColumnsListEditor.
|
|
</para>
|
|
</summary>
|
|
<value>The focused object.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.GetIndexByObject(System.Object)">
|
|
<summary>
|
|
<para>Returns the index of an object that represents a <see cref="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ColumnView"/>'s row.
|
|
</para>
|
|
</summary>
|
|
<param name="obj">
|
|
An object that represents a <b>ColumnView</b>'s row.
|
|
|
|
</param>
|
|
<returns>An index of an object that represents a <b>ColumnView</b>'s row.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.GetObjectByIndex(System.Int32)">
|
|
<summary>
|
|
<para>Returns an object that represents the <see cref="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ColumnView"/>'s row with the specified index.
|
|
</para>
|
|
</summary>
|
|
<param name="index">
|
|
The index of a <b>ColumnView</b>'s row.
|
|
|
|
</param>
|
|
<returns>An object that represents the <b>ColumnView</b>'s row with the specified index.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.GetOrderedObjects">
|
|
<summary>
|
|
<para>Returns an ordered list of objects that represent the <see cref="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ColumnView"/>'s rows.
|
|
</para>
|
|
</summary>
|
|
<returns>An ordered list of objects that represent the <b>ColumnView</b>'s rows.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.GetSelectedObjects">
|
|
<summary>
|
|
<para>Provides access to the collection of objects that are currently selected in the WinColumnsListEditor's grid.
|
|
</para>
|
|
</summary>
|
|
<returns>A list of the selected objects.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Grid">
|
|
<summary>
|
|
<para>Provides access to the grid control.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraGrid.GridControl"/> object that represents the <b>GridListEditor</b>'s control.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.GridDataSourceChanging">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.LookupColumnFilterMode">
|
|
<summary>
|
|
<para>Specifies how the Automatic Filtering Row is displayed and how Find Panel performs a search in Server mode (see <see cref="P:DevExpress.ExpressApp.CollectionSourceBase.DataAccessMode"/>) for lookup columns.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraGrid.ColumnFilterMode"/> enumeration value specifying how the Find Panel performs searching in <b>server</b> mode.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Name">
|
|
<summary>
|
|
<para>Specifies the WinColumnsListEditor's name.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>String</b> value representing the current List Editor's name.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.OnExporting">
|
|
<summary>
|
|
<para>Performs the required pre-export actions under the <b>WinColumnsListEditor</b>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.PageRowCountForServerMode">
|
|
<summary>
|
|
<para>Specifies the number of records that are cached to allow the use of records navigation actions (Previous Record/Next Record) in Detail View when the underlying server-mode List View is already closed.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.PopupSite">
|
|
<summary>
|
|
<para>Gets the control over which a context menu is being invoked.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.Control"/> object that is the control over which a context menu is being invoked.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Printable">
|
|
<summary>
|
|
<para>Gets the control to be exported via the <see cref="P:DevExpress.ExpressApp.SystemModule.ExportController.ExportAction"/>.
|
|
</para>
|
|
</summary>
|
|
<value>An <b>IPrintable</b> object that is the control used for exporting. The default value is the GridListEditor's <see cref="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Grid"/> property value.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.PrintableChanged">
|
|
<summary>
|
|
<para>Occurs when the <see cref="P:DevExpress.ExpressApp.SystemModule.IExportable.Printable"/> control is created and disposed of.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ProcessSelectedItemByEnter">
|
|
<summary>
|
|
<para>Specifies whether or not a selected item is processed by an Enter key press.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if a selected item is processed by Enter key press; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ReadOnlyEditors">
|
|
<summary>
|
|
<para>Specifies whether read-only editors with enabled in-place editing are used by the WinColumnsListEditor.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if read-only editors with enabled in-place editing are used; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Refresh">
|
|
<summary>
|
|
<para>Refreshes the bound data source of the WinColumnsListEditor's control.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.RemoveColumn(DevExpress.XtraGrid.Columns.GridColumn,DevExpress.ExpressApp.Win.Editors.IModelSynchronizersHolder)">
|
|
<summary>
|
|
<para>Removes a particular column from the WinColumnsListEditor's <see cref="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.GridView"/>.
|
|
</para>
|
|
</summary>
|
|
<param name="column">
|
|
A <b>ColumnWrapper</b> object representing the column to remove.
|
|
|
|
</param>
|
|
<param name="modelSynchronizersHolder">
|
|
An <b>IModelSynchronizersHolder</b> object.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.RemoveColumn(DevExpress.ExpressApp.Editors.ColumnWrapper)">
|
|
<summary>
|
|
<para>Removes a particular column from the WinColumnsListEditor's <see cref="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ColumnView"/>.
|
|
</para>
|
|
</summary>
|
|
<param name="column">
|
|
A <b>ColumnWrapper</b> object representing the column to remove.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.RepositoryFactory">
|
|
<summary>
|
|
<para>Provides access to the Repository Item Factory that is used by the WinColumnsListEditor to create in-place editors.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>RepositoryFactory</b> object that is used to create in-place editors.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.RequiredProperties">
|
|
<summary>
|
|
<para>Returns an array of descriptors for the properties considered bindable by the WinColumnsListEditor's Collection Source.
|
|
</para>
|
|
</summary>
|
|
<value>An array of descriptors for the properties considered bindable by the List Editor's Collection Source.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.RestoreSelectedRowByHandle">
|
|
<summary>
|
|
<para>This field is intended for internal use.
|
|
</para>
|
|
</summary>
|
|
<returns>
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.SelectionType">
|
|
<summary>
|
|
<para>Returns the selection type supported by the WinColumnsListEditor.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.ExpressApp.SelectionType"/> enumeration value that represents the selection type supported by the current List Editor.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.SetHtmlFormattingEnabled(System.Boolean)">
|
|
<summary>
|
|
<para>Enables or disables HTML Formatting of the WinColumnsListEditor's column captions.
|
|
</para>
|
|
</summary>
|
|
<param name="htmlFormattingEnabled">
|
|
<b>true</b> to enable HTML formatting of the <b>GridListEditor</b>'s column captions; otherwise <b>false</b>. The default value is specified by the <see cref="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsEnableHtmlFormatting.EnableHtmlFormatting"/> property of the Application Model's <b>Options</b> node.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.SetMenuManager(DevExpress.Utils.Menu.IDXMenuManager)">
|
|
<summary>
|
|
<para>Sets the <b>IDXMenuManager</b> object that controls the Look & Feel options of the Context Menu Template via the WinColumnsListEditor's control.
|
|
</para>
|
|
</summary>
|
|
<param name="manager">
|
|
An <b>IDXMenuManager</b> object that controls the Look & Feel options of the Context Menu Template via the List Editor's control.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Setup(DevExpress.ExpressApp.CollectionSourceBase,DevExpress.ExpressApp.XafApplication)">
|
|
<summary>
|
|
<para>Performs additional initialization of the WinColumnsListEditor.
|
|
</para>
|
|
</summary>
|
|
<param name="collectionSource">
|
|
A <see cref="T:DevExpress.ExpressApp.CollectionSourceBase"/> object that represent the Collection Source of the List View that the current List Editor represents in a UI.
|
|
|
|
</param>
|
|
<param name="application">
|
|
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that can be used to manage the current application.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.SupportedExportFormats">
|
|
<summary>
|
|
<para>Provides access to the list of export formats supported by the current Grid List Editor.
|
|
</para>
|
|
</summary>
|
|
<value>An <b>List<</b><see cref="T:DevExpress.XtraPrinting.ExportTarget"/><b>></b> object that is a list of supported export formats.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Model.IModelBandsLayoutWin">
|
|
|
|
<summary>
|
|
<para>Used to extend the Application Model's BandsLayout node.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Model.IModelBandsLayoutWin.AllowBandMoving">
|
|
<summary>
|
|
<para>Specifies if a user can reorder bands.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if a user can reorder bands; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Model.IModelBandsLayoutWin.AllowChangeBandParent">
|
|
<summary>
|
|
<para>Specifies if a user can move bands from one parent band to another.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if a user can move bands from one parent band to another; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Model.IModelBandsLayoutWin.AllowChangeColumnParent">
|
|
<summary>
|
|
<para>Specifies if a user can move columns from one band to another.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if a user can move columns from one band to another; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Model.IModelBandsLayoutWin.AllowColumnMoving">
|
|
<summary>
|
|
<para>Specifies if a user can move columns within a band.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if a user can reorder columns within a band; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Model.IModelBandsLayoutWin.BandPanelRowHeight">
|
|
<summary>
|
|
<para>Specifies the Band Panel row height. When set to <b>-1</b>, the row height is calculated automatically based on the band header contents.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the band panel row height in pixels.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Model.IModelBandsLayoutWin.MinBandPanelRowCount">
|
|
<summary>
|
|
<para>Specifies the minimum Band Panel band header panel height in rows.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the minimum number of rows possible in the band panel.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Model.IModelBandsLayoutWin.ShowBands">
|
|
<summary>
|
|
<para>Specifies whether or not band headers are visible.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if band headers are visible, otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Model.IModelBandsLayoutWin.ShowColumnHeaders">
|
|
<summary>
|
|
<para>Specifies whether or not column headers are visible.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if band headers are visible, otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Model.IModelBandedColumnWin">
|
|
|
|
<summary>
|
|
<para>Used to extend the Application Model's Columns node.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Model.IModelBandedColumnWin.BandColumnRowCount">
|
|
<summary>
|
|
<para>Specifies the Band Header height in rows.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value specifying the band header height in rows. Values less than 1 are not accepted.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Model.IModelBandedColumnWin.RowIndex">
|
|
<summary>
|
|
<para>Specifies the vertical position of the column header within a band.
|
|
</para>
|
|
</summary>
|
|
<value>An integer value representing the zero-based index of the band row where a column header is displayed.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.WinModificationsController">
|
|
|
|
<summary>
|
|
<para>Inherits from the <see cref="T:DevExpress.ExpressApp.SystemModule.ModificationsController"/> to implement Windows Forms specific behavior.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.WinModificationsController.#ctor">
|
|
<summary>
|
|
<para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.Win.SystemModule.WinModificationsController"/> class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.WinModificationsController.RefreshViewAfterObjectSpaceCommit">
|
|
<summary>
|
|
<para>Specifies whether or not the WinModificationsController's View is refreshed after the Object Space is committed.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the View is refreshed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.ISupportUpdateSplash">
|
|
|
|
<summary>
|
|
<para>Declares members implemented by a splash screen which can display the loading process dynamically.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.ISupportUpdateSplash.UpdateSplash(System.String,System.String,System.Object[])">
|
|
<summary>
|
|
<para>Updates the information displayed on the splash screen.
|
|
</para>
|
|
</summary>
|
|
<param name="caption">
|
|
A string which is the splash caption text.
|
|
|
|
</param>
|
|
<param name="description">
|
|
A string which is the splash description text.
|
|
|
|
</param>
|
|
<param name="additionalParams">
|
|
An array of objects that are additional parameters passed to the splash.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.PrintingSettingsStorage">
|
|
|
|
<summary>
|
|
<para>Specifies whether printing settings are saved separately for each View.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.SystemModule.PrintingSettingsStorage.Application">
|
|
<summary>
|
|
<para>Specifies that saved printing settings affect all the Views in an application
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.SystemModule.PrintingSettingsStorage.View">
|
|
<summary>
|
|
<para>Specifies that printing settings are saved separately for each View.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelPrintingSettings">
|
|
|
|
<summary>
|
|
<para>The PrintingSettings node specifies page settings used by the Printing System's <see cref="T:DevExpress.ExpressApp.Win.SystemModule.PrintingController"/>, which exposes the <see cref="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PageSetupAction"/>, <see cref="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintAction"/> and <see cref="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintPreviewAction"/> Actions.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelPrintingSettings.CustomPaperSize">
|
|
<summary>
|
|
<para>Specifies a custom paper size.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <b>System.Drawing.Size</b> object that specifies a custom paper size.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelPrintingSettings.Landscape">
|
|
<summary>
|
|
<para>Specifies whether the page orientation is landscape.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the page orientation is landscape; <b>false</b> - when orientation is portrait.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelPrintingSettings.Margins">
|
|
<summary>
|
|
<para>Specifies page margins.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>System.Drawing.Printing.Margins</b> object that specifies page margins.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelPrintingSettings.PageHeaderFooter">
|
|
<summary>
|
|
<para>For internal use.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelPrintingSettings.PaperKind">
|
|
<summary>
|
|
<para>Specifies the type of paper for the document
|
|
</para>
|
|
</summary>
|
|
<value>A <b>System.Drawing.Printing.PaperKind</b> enumeration value that specifies the paper type.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelPrintingSettings.PaperName">
|
|
<summary>
|
|
<para>Specifies the name of the custom paper used in the printer that will print the document .
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A string that specifies the name of the custom paper used in the printer that will print the document.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.AboutInfoController">
|
|
|
|
<summary>
|
|
<para>Represents a <see cref="T:DevExpress.ExpressApp.WindowController"/> descendant that contains the <b>About</b> Action.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.AboutInfoController.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the AboutInfoController class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.AboutInfoController.AboutInfoAction">
|
|
<summary>
|
|
<para>Invokes a window that displays the 'About' information on the current application.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.ExpressApp.Actions.PopupWindowShowAction"/> object that is the <b>About</b> Action.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.IModelOptionsTabbedMdiLayout">
|
|
|
|
<summary>
|
|
<para>Used to extend the Application Model's <b>Options</b> node with the properties required for the <see cref="T:DevExpress.ExpressApp.Win.MdiShowViewStrategy"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.IModelOptionsTabbedMdiLayout.DocumentManagerState">
|
|
<summary>
|
|
<para>For internal use.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.IModelOptionsTabbedMdiLayout.RestoreTabbedMdiLayout">
|
|
<summary>
|
|
<para>Indicates whether to restore the tabs arrangement when starting an MDI application.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b> if the tabs arrangement must be restored; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelRootGroupsStyle">
|
|
|
|
<summary>
|
|
<para>Used to extend the Application Model's NavigationItems node.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelRootGroupsStyle.RootGroupsStyle">
|
|
<summary>
|
|
<para>Specifies the style of the navigation root group.
|
|
</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.ExpressApp.Win.Templates.Navigation.RootGroupsStyle"/> enumeration value which specifies the style of the navigation root group.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.CustomShowSaveFileDialogEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.ExpressApp.Win.SystemModule.WinExportController.CustomShowSaveFileDialog"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.CustomShowSaveFileDialogEventArgs.#ctor(System.Windows.Forms.SaveFileDialog)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <b>CustomShowSaveFileDialogEventArgs</b> class.
|
|
</para>
|
|
</summary>
|
|
<param name="dialog">
|
|
A <b>SaveFileDialog</b> allowing an end-user to specify a name and location for the saved file.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.CustomShowSaveFileDialogEventArgs.Dialog">
|
|
<summary>
|
|
<para>Provides access to the Save File Dialog before it's shown.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>SaveFileDialog</b> allowing an end-user to specify a name and location for the saved file.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.CustomShowSaveFileDialogEventArgs.DialogResult">
|
|
<summary>
|
|
<para>Specifies identifiers to indicate the return value of the <see cref="P:DevExpress.ExpressApp.Win.SystemModule.CustomShowSaveFileDialogEventArgs.Dialog"/> box.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>DialogResult</b> enumeration specifying possible return values of the shown Save File Dialog box.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.PrintingController">
|
|
|
|
<summary>
|
|
<para>Represents a <see cref="T:DevExpress.ExpressApp.ViewController"/> descendant that provides printing functionality in the Windows Forms applications.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.PrintingController.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the PrintingController class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.CustomForceGridControlMethods">
|
|
<summary>
|
|
<para>Occurs when the <see cref="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintAction"/> and <see cref="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintPreviewAction"/> are executed and the <see cref="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.CustomPrint"/> and <see cref="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.CustomShowPrintPreview"/> events are not handled.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.CustomGetPrintableControl">
|
|
<summary>
|
|
<para>Occurs after the View's controls have been instantiated.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.CustomGetPrintingSettings">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.CustomLoadPrintingSettings">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.CustomPrint">
|
|
<summary>
|
|
<para>Occurs when the <see cref="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintAction"/> is executed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.CustomSavePrintingSettings">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.CustomShowGridControlPrintPreview">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.CustomShowPrintableComponentLinkPrintPreview">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.CustomShowPrintPreview">
|
|
<summary>
|
|
<para>Occurs when the <see cref="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintPreviewAction"/> is executed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.PrintingController.LoadPrintingSettings(DevExpress.XtraPrinting.PrintableComponentLink)">
|
|
<summary>
|
|
<para>Loads printing settings for the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> object, specified via a link.
|
|
</para>
|
|
</summary>
|
|
<param name="printableComponentLink">
|
|
A <see cref="T:DevExpress.XtraPrinting.PrintableComponentLink"/> object, representing a link to the component implementing the <b>IPrintable</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PageSetupAction">
|
|
<summary>
|
|
<para>Represents the <b>PageSetup</b> Action.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.ExpressApp.Actions.SimpleAction"/> object representing the <b>Page Setup</b> Action.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintableControl">
|
|
<summary>
|
|
<para>Specifies the control to be printed using the PrintingController.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraPrinting.IPrintable"/> control to be printed using the PrintingController.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintAction">
|
|
<summary>
|
|
<para>Represents the <b>Print</b> Action.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.ExpressApp.Actions.SimpleAction"/> object representing the <b>Print</b> Action.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintingSettingsLoaded">
|
|
<summary>
|
|
<para>Occurs when the <see cref="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintAction"/> is executed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintingSettingsNodeName">
|
|
<summary>
|
|
<para>Gets a string representing the Application Model's <b>PrintingSettings</b> node name.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintPreviewAction">
|
|
<summary>
|
|
<para>Represents the <b>PrintPreview</b> Action.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.ExpressApp.Actions.SimpleAction"/> object representing the <b>Print Preview</b> Action.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.PrintingController.SavePrintingSettings(DevExpress.XtraPrinting.PrintableComponentLink)">
|
|
<summary>
|
|
<para>Saves printing settings for the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> object, specified via a link.
|
|
</para>
|
|
</summary>
|
|
<param name="printableComponentLink">
|
|
A <see cref="T:DevExpress.XtraPrinting.PrintableComponentLink"/> object, representing a link to the component implementing the <b>IPrintable</b> interface.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule">
|
|
|
|
<summary>
|
|
<para>The module contained in the <i>DevExpress.ExpressApp.Win.v17.2.dll</i> assembly.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.#ctor">
|
|
<summary>
|
|
<para>Creates an instance of the SystemWindowsFormsModule class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.AddGeneratorUpdaters(DevExpress.ExpressApp.Model.Core.ModelNodesGeneratorUpdaters)">
|
|
<summary>
|
|
<para>Registers the <b>FilterCaptionsLocalizationModelNodesGeneratorUpdater</b> Generator Updater.
|
|
</para>
|
|
</summary>
|
|
<param name="updaters">
|
|
A <b>ModelNodesGeneratorUpdaters</b> object providing access to the list of Generator Updaters.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.AddModelNodeUpdaters(DevExpress.ExpressApp.Model.Core.IModelNodeUpdaterRegistrator)">
|
|
<summary>
|
|
<para>Registers SystemWindowsFormsModule as an updater of <see cref="T:DevExpress.ExpressApp.Model.IModelLocalization"/> and <see cref="T:DevExpress.ExpressApp.Model.IModelOptions"/> nodes.
|
|
</para>
|
|
</summary>
|
|
<param name="updaterRegistrator">
|
|
An <see cref="T:DevExpress.ExpressApp.Model.Core.IModelNodeUpdaterRegistrator"/> object exposing the <b>AddUpdater</b> method used to register node updaters in the application.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.ConvertXml(DevExpress.ExpressApp.Updating.ConvertXmlParameters)">
|
|
<summary>
|
|
<para>Converts legacy Application Model differences containing SystemWindowsFormsModule related data.
|
|
</para>
|
|
</summary>
|
|
<param name="parameters">
|
|
A <see cref="T:DevExpress.ExpressApp.Updating.ConvertXmlParameters"/> object, representing an Application Model node's differences.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.CustomizeTypesInfo(DevExpress.ExpressApp.DC.ITypesInfo)">
|
|
<summary>
|
|
<para>Customizes metadata on business classes specific to the SystemWindowsFormsModule before loading the metadata to the Application Model's <b>BOModel</b> node.
|
|
</para>
|
|
</summary>
|
|
<param name="typesInfo">
|
|
An <see cref="T:DevExpress.ExpressApp.DC.ITypesInfo"/> object which holds metadata information on business classes to be loaded to the Application Model.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
|
|
<summary>
|
|
<para>Extends the Application Model with the <see cref="T:DevExpress.ExpressApp.Win.SystemModule.IModelColumnWin"/>, <see cref="T:DevExpress.ExpressApp.Model.IModelTemplate"/>, <see cref="T:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsWin"/>, <see cref="T:DevExpress.ExpressApp.Win.SystemModule.IModelListViewShowFindPanel"/>, <see cref="T:DevExpress.ExpressApp.Win.SystemModule.IModelClassShowFindPanel"/>, <see cref="T:DevExpress.ExpressApp.Win.SystemModule.IModelClassShowFindPanel"/> and <see cref="T:DevExpress.ExpressApp.Model.IModelToolTipOptions"/> interfaces.
|
|
</para>
|
|
</summary>
|
|
<param name="extenders">
|
|
A <b>ModelInterfaceExtenders</b> object that is a collection of Application Model interface extenders.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
|
|
<summary>
|
|
<para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the SystemWindowsFormsModule module.
|
|
</para>
|
|
</summary>
|
|
<param name="objectSpace">
|
|
An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.
|
|
|
|
</param>
|
|
<param name="versionFromDB">
|
|
A <b>System.Version</b> object which represents the current database version.
|
|
|
|
</param>
|
|
<returns>An IEnumerable<<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>> list of updaters that handle database updates for the SystemWindowsFormsModule module.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.GetXafResourceLocalizerTypes">
|
|
<summary>
|
|
<para>Returns a collection of additional Resource Localizer types that can be used in an application that uses the SystemWindowsFormsModule.
|
|
</para>
|
|
</summary>
|
|
<returns>An <b>ICollection<Type></b> collection containing the types of the Resource Localizers supplied with the <b>SystemWindowsFormsModule</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.PrintingSettingsStorage">
|
|
<summary>
|
|
<para>Specifies whether printing settings are saved separately for each View.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.ExpressApp.Win.SystemModule.PrintingSettingsStorage"/> enumeration value specifying whether printing settings are saved separately for each View.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.Setup(DevExpress.ExpressApp.XafApplication)">
|
|
<summary>
|
|
<para>Sets up the SystemWindowsFormsModule after it has been added to the <see cref="P:DevExpress.ExpressApp.XafApplication.Modules"/> collection.
|
|
</para>
|
|
</summary>
|
|
<param name="application">
|
|
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that provides methods and properties to manage the current application.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.UpdateNode(DevExpress.ExpressApp.Model.IModelLocalization,DevExpress.ExpressApp.Model.IModelApplication)">
|
|
<summary>
|
|
<para>Converts legacy Application Model differences containing SystemWindowsFormsModule related data.
|
|
</para>
|
|
</summary>
|
|
<param name="node">
|
|
An <see cref="T:DevExpress.ExpressApp.Model.IModelLocalization"/> object, representing the Application Model's node updated by the <b>UpdateNode</b> method.
|
|
|
|
</param>
|
|
<param name="application">
|
|
An <see cref="T:DevExpress.ExpressApp.Model.IModelApplication"/> providing access to the Application Model.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.UpdateNode(DevExpress.ExpressApp.Model.IModelOptions,DevExpress.ExpressApp.Model.IModelApplication)">
|
|
<summary>
|
|
<para>Converts legacy Application Model differences containing SystemWindowsFormsModule related data.
|
|
</para>
|
|
</summary>
|
|
<param name="node">
|
|
An <see cref="T:DevExpress.ExpressApp.Model.IModelOptions"/> object, representing the Application Model's node updated by the <b>UpdateNode</b> method.
|
|
|
|
</param>
|
|
<param name="application">
|
|
An <see cref="T:DevExpress.ExpressApp.Model.IModelApplication"/> providing access to the Application Model.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Editors.IFocusedElementCaptionProvider">
|
|
|
|
<summary>
|
|
<para>Implemented by Windows Forms List Editors that support copying contents of the focused cell to the clipboard.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.IFocusedElementCaptionProvider.FocusedElementCaption">
|
|
<summary>
|
|
<para>Specifies the caption of a List Editor's focused cell contents.
|
|
</para>
|
|
</summary>
|
|
<value>An object specifying the caption of a List Editor's focused cell contents.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Editors.IInplaceEditSupport">
|
|
|
|
<summary>
|
|
<para>Implemented by WinForms Property Editors that can be used by List Editors for in-place editing.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.IInplaceEditSupport.CreateRepositoryItem">
|
|
<summary>
|
|
<para>Creates a Repository Item corresponding to the editor control used by the Property Editor.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object corresponding to the editor control used by the Property Editor.
|
|
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Editors.AppearanceFocusedCellMode">
|
|
|
|
<summary>
|
|
<para>Contains values specifying whether the appearance settings for a <see cref="T:DevExpress.ExpressApp.Win.Editors.GridListEditor"/>'s focused cell are enabled.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Editors.AppearanceFocusedCellMode.Disabled">
|
|
<summary>
|
|
<para>The appearance settings for a <see cref="T:DevExpress.ExpressApp.Win.Editors.GridListEditor"/>'s focused cell are ignored when the cell is not in edit mode.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Editors.AppearanceFocusedCellMode.Enabled">
|
|
<summary>
|
|
<para>The appearance settings for a <see cref="T:DevExpress.ExpressApp.Win.Editors.GridListEditor"/>'s focused cell are enabled.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Editors.AppearanceFocusedCellMode.Smart">
|
|
<summary>
|
|
<para>The appearance settings for a <see cref="T:DevExpress.ExpressApp.Win.Editors.GridListEditor"/>'s focused cell are enabled when there is more that one visible column.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.QueryIconEventArgs">
|
|
|
|
<summary>
|
|
<para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.Win.WinWindow.QueryDefaultFormIcon"/> event.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.QueryIconEventArgs.#ctor(System.Drawing.Icon,System.Drawing.Icon)">
|
|
<summary>
|
|
<para>Creates and initializes a new QueryIconEventArgs instance.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="iconSmall">
|
|
A <see cref="T:System.Drawing.Icon"/> object, which is the default small icon to be used by a Window's Template. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Win.QueryIconEventArgs.IconSmall"/> property.
|
|
|
|
|
|
</param>
|
|
<param name="iconLarge">
|
|
A <see cref="T:System.Drawing.Icon"/> object, which is the default large icon to be used by a Window's Template. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Win.QueryIconEventArgs.IconLarge"/> property.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.QueryIconEventArgs.IconLarge">
|
|
<summary>
|
|
<para>Specifies the default large icon to be used by a Window's Template.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Icon"/> object that is the default large icon to be used by a Window's Template.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.QueryIconEventArgs.IconSmall">
|
|
<summary>
|
|
<para>Specifies the default small icon to be used by a Window's Template.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Icon"/> object that is the default small icon to be used by a Window's Template.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.WinWindow">
|
|
|
|
<summary>
|
|
<para>A Window used in Windows Forms applications.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinWindow.#ctor(DevExpress.ExpressApp.XafApplication,DevExpress.ExpressApp.TemplateContext,System.Collections.Generic.ICollection`1,System.Boolean,System.Boolean)">
|
|
<summary>
|
|
<para>Creates an instance of the WinWindow class.
|
|
</para>
|
|
</summary>
|
|
<param name="application">
|
|
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that provides methods and properties to manage the current application. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Frame.Application"/> property.
|
|
|
|
</param>
|
|
<param name="context">
|
|
A <see cref="T:DevExpress.ExpressApp.TemplateContext"/> object representing the created Window's context. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Frame.Context"/> property.
|
|
|
|
</param>
|
|
<param name="controllers">
|
|
A <b>ICollection<</b><see cref="T:DevExpress.ExpressApp.Controller"/><b>></b> Controllers collection.
|
|
|
|
</param>
|
|
<param name="isMain">
|
|
<b>true</b> if the created Window is main; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Window.IsMain"/> property.
|
|
|
|
</param>
|
|
<param name="activateControllersImmediately">
|
|
<b>true</b> if Controllers are created immediately after the Window has been created and before the Window's <see cref="P:DevExpress.ExpressApp.Window.Template"/> is created; <b>false</b> if Controllers are created after the Window's <see cref="P:DevExpress.ExpressApp.Window.Template"/> has been created.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinWindow.CanClose">
|
|
<summary>
|
|
<para>Determines whether the WinWindow can be closed.
|
|
</para>
|
|
</summary>
|
|
<returns><b>true</b> if the current Window can be closed; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinWindow.Close(System.Boolean)">
|
|
<summary>
|
|
<para>Closes the WinWindow's <see cref="P:DevExpress.ExpressApp.Win.WinWindow.Form"/>.
|
|
</para>
|
|
</summary>
|
|
<param name="isForceRefresh">
|
|
This parameter has no effect in the <b>WinWindow</b>'s implementation of the <b>Close</b> method.
|
|
|
|
</param>
|
|
<returns><b>true</b>, if the <b>WinWindow</b> has been successfully closed; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.WinWindow.Closed">
|
|
<summary>
|
|
<para>Occurs when the WinWindow's <see cref="P:DevExpress.ExpressApp.Win.WinWindow.Form"/> is closed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.WinWindow.Closing">
|
|
<summary>
|
|
<para>Occurs when the WinWindow's <see cref="P:DevExpress.ExpressApp.Win.WinWindow.Form"/> is about to be closed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.WinWindow.CustomHandleExceptionOnClosing">
|
|
<summary>
|
|
<para>Occurs when an exception is triggered while the WinWindow is being closed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinWindow.Form">
|
|
<summary>
|
|
<para>Provides access to the form that is the current WinWindow in a UI.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.Form"/> object that is the current Window in a UI.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinWindow.IsClosing">
|
|
<summary>
|
|
<para>Indicates whether the WinWindow is currently being closed.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the Window is currently being closed; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.WinWindow.KeyDown">
|
|
<summary>
|
|
<para>Occurs when a key is pressed while the WinWindow's <see cref="P:DevExpress.ExpressApp.Win.WinWindow.Form"/> has focus.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.WinWindow.KeyUp">
|
|
<summary>
|
|
<para>Occurs when a key is released while the WinWindow's <see cref="P:DevExpress.ExpressApp.Win.WinWindow.Form"/> has focus.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinWindow.LastActiveExplorer">
|
|
<summary>
|
|
<para>Provides access to the last active explorer WinWindow's <see cref="P:DevExpress.ExpressApp.Win.WinWindow.Form"/>.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.Form"/> object that is the last active explorer Window.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.WinWindow.QueryDefaultFormIcon">
|
|
<summary>
|
|
<para>Occurs before assigning default icons to the WinWindow's Template.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinWindow.Show">
|
|
<summary>
|
|
<para>Displays and focuses the WinWindow's <see cref="P:DevExpress.ExpressApp.Win.WinWindow.Form"/>.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinWindow.ShowDialog">
|
|
<summary>
|
|
<para>Shows the WinWindow's <see cref="P:DevExpress.ExpressApp.Win.WinWindow.Form"/> as a modal dialog box with the currently active window set as its owner.
|
|
</para>
|
|
</summary>
|
|
<returns>A <b>System.Windows.Forms.DialogResult</b> enumeration value, indicating the return value of the dialog box.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.WinWindow.Showing">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Core.ConfirmationDialogClosedEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.ExpressApp.Win.Core.Messaging.ConfirmationDialogClosed"/> event.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Core.ConfirmationDialogClosedEventArgs.#ctor(System.Windows.Forms.DialogResult)">
|
|
<summary>
|
|
<para>Initializes a new instance of the ConfirmationDialogClosedEventArgs class.
|
|
</para>
|
|
</summary>
|
|
<param name="dialogResult">
|
|
A <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.dialogresult%28v=VS.80%29.aspx">DialogResult</a> enumeration value, specifying the user choice made in the dialog box.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Core.ConfirmationDialogClosedEventArgs.DialogResult">
|
|
<summary>
|
|
<para>Gets the dialog box return value.
|
|
</para>
|
|
</summary>
|
|
<value>A <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.dialogresult%28v=VS.80%29.aspx">DialogResult</a> enumeration value, specifying the user choice made in the dialog box.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.FileLocation">
|
|
|
|
<summary>
|
|
<para>Contains values specifying the location of log and user differences files.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.FileLocation.ApplicationFolder">
|
|
<summary>
|
|
<para>File is located in the Windows Forms application folder, together with the executable.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.FileLocation.CurrentUserApplicationDataFolder">
|
|
<summary>
|
|
<para>File is located in the user's <i>Application Data</i> folder.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.FileLocation.None">
|
|
<summary>
|
|
<para>File location is not specified.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.CustomHandleExceptionEventArgs">
|
|
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.ExpressApp.Win.WinApplication.CustomHandleException"/> event.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.CustomHandleExceptionEventArgs.#ctor(System.Exception)">
|
|
<summary>
|
|
<para>Initializes a new instance of the CustomHandleExceptionEventArgs class.
|
|
</para>
|
|
</summary>
|
|
<param name="e">
|
|
A <b>System.Exception</b> object specifying an exception to be handled.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.CustomHandleExceptionEventArgs.#ctor(System.Exception,System.Exception)">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
<param name="e">
|
|
|
|
</param>
|
|
<param name="originalException">
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.CustomHandleExceptionEventArgs.Exception">
|
|
<summary>
|
|
<para>Gets the exception that occurred.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <b>System.Exception</b> object that specifies the exception that occurred.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.CustomHandleExceptionEventArgs.OriginalException">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
<value> </value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Core.Messaging">
|
|
|
|
<summary>
|
|
<para>Provides methods used to display message boxes in Windows Forms XAF applications.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Core.Messaging.#ctor(DevExpress.ExpressApp.XafApplication)">
|
|
<summary>
|
|
<para>Creates a new instance of the Messaging class.
|
|
</para>
|
|
</summary>
|
|
<param name="application">
|
|
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> descendant that can be used to manage the current application.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Core.Messaging.AlwaysShowExtendedException">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.Core.Messaging.ConfirmationDialogClosed">
|
|
<summary>
|
|
<para>Occurs after the confirmation dialog is closed.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Core.Messaging.DefaultMessaging">
|
|
<summary>
|
|
<para>Specifies the default messaging.
|
|
</para>
|
|
</summary>
|
|
<value>The Messaging object, which is the default messaging.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Core.Messaging.GetMessaging(DevExpress.ExpressApp.XafApplication)">
|
|
<summary>
|
|
<para>Returns a new Messaging instance for a specific <see cref="T:DevExpress.ExpressApp.XafApplication"/>.
|
|
</para>
|
|
</summary>
|
|
<param name="application">
|
|
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object for which the <b>Messaging</b> is created.
|
|
|
|
</param>
|
|
<returns>A Messaging object.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Core.Messaging.GetUserChoice(System.String,System.String,System.Windows.Forms.MessageBoxButtons)">
|
|
<summary>
|
|
<para>Displays a warning message box with specified message text, caption and buttons.
|
|
</para>
|
|
</summary>
|
|
<param name="message">
|
|
A string which is the text displayed within the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string which is the message box caption.
|
|
|
|
</param>
|
|
<param name="buttons">
|
|
A <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.messageboxbuttons%28v=VS.80%29.aspx">MessageBoxButtons</a> enumeration value defining which buttons to display within the message box.
|
|
|
|
</param>
|
|
<returns>A <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.dialogresult%28v=VS.80%29.aspx">DialogResult</a> enumeration value, which indicates the user choice made within the message box.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Core.Messaging.Show(System.String,System.String)">
|
|
<summary>
|
|
<para>Displays a message box.
|
|
</para>
|
|
</summary>
|
|
<param name="caption">
|
|
A string, which is the message box caption.
|
|
|
|
</param>
|
|
<param name="message">
|
|
A string, which is the text displayed within the message box.
|
|
|
|
</param>
|
|
<returns>A <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.dialogresult%28v=VS.80%29.aspx">DialogResult</a> enumeration value, which indicates the user choice made within the message box.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Core.Messaging.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)">
|
|
<summary>
|
|
<para>Displays a message box.
|
|
</para>
|
|
</summary>
|
|
<param name="message">
|
|
A string, which is the text displayed within the message box.
|
|
|
|
</param>
|
|
<param name="caption">
|
|
A string, which is the message box caption.
|
|
|
|
</param>
|
|
<param name="buttons">
|
|
A <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.messageboxbuttons%28v=VS.80%29.aspx">MessageBoxButtons</a> enumeration value, defining which buttons to display within the message box.
|
|
|
|
</param>
|
|
<param name="icon">
|
|
A <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.messageboxicon%28v=VS.80%29.aspx">MessageBoxIcon</a> enumeration value, indicating which icon to display in the message box.
|
|
|
|
</param>
|
|
<returns>A <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.dialogresult%28v=VS.80%29.aspx">DialogResult</a> enumeration value, which indicates the user choice made within the message box.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Core.Messaging.Show(System.Exception)">
|
|
<summary>
|
|
<para>Displays a message box.
|
|
</para>
|
|
</summary>
|
|
<param name="exception">
|
|
A <b>System.Exception</b> object representing an exception to be displayed.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Core.Messaging.Show(System.String,System.Exception)">
|
|
<summary>
|
|
<para>Displays a message box.
|
|
</para>
|
|
</summary>
|
|
<param name="caption">
|
|
A string, which is the exception dialog form caption.
|
|
|
|
</param>
|
|
<param name="exception">
|
|
A <b>System.Exception</b> object specifying an exception to be displayed.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Core.Messaging.ShowException(System.String)">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
<param name="message">
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Core.Messaging.ShowExtendedException(System.String,System.Exception)">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
<param name="caption">
|
|
|
|
</param>
|
|
<param name="exception">
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.WinApplication">
|
|
|
|
<summary>
|
|
<para>Manages a WinForms XAF application.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinApplication.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the WinApplication class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.WinApplication.ApplicationUpdateCompleteName">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinApplication.AskConfirmation(DevExpress.ExpressApp.ConfirmationType)">
|
|
<summary>
|
|
<para>Requests an end-user confirmation via the dialog window.
|
|
</para>
|
|
</summary>
|
|
<param name="confirmationType">
|
|
A <see cref="T:DevExpress.ExpressApp.ConfirmationType"/> enumeration value specifying the confirmation dialog type.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.ExpressApp.ConfirmationResult"/> enumeration value, specifying the end-user choice.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.WinApplication.CustomHandleException">
|
|
<summary>
|
|
<para>Occurs before displaying a message box with an exception message.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinApplication.EditModel">
|
|
<summary>
|
|
<para>Displays the Model Editor form.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinApplication.FrameTemplateFactory">
|
|
<summary>
|
|
<para>Specifies the <b>IFrameTemplateFactory</b> object that provides Templates for a Windows Forms application.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>An <b>IFrameTemplateFactory</b> object that provides Templates for a Windows Forms application.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinApplication.GetLogonParametersFileName(System.String)">
|
|
<summary>
|
|
<para>Returns a name for the file where logon parameters are stored.
|
|
</para>
|
|
</summary>
|
|
<param name="path">
|
|
A string that is the path to the file where logon parameters must be stored.
|
|
|
|
</param>
|
|
<returns>A string that is the name of the file where logon parameters are stored.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinApplication.GetUserChoice(System.String,System.Windows.Forms.MessageBoxButtons)">
|
|
<summary>
|
|
<para>Displays a message box with the specified text and set of buttons.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="message">
|
|
A string, which is the message to be displayed within the message box.
|
|
|
|
|
|
</param>
|
|
<param name="buttons">
|
|
A <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.messageboxbuttons%28v=VS.80%29.aspx">MessageBoxButtons</a> enumeration value defining buttons to display.
|
|
|
|
</param>
|
|
<returns>A <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.dialogresult%28v=VS.80%29.aspx">DialogResult</a> enumeration value specifying the user choice.
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinApplication.HandleException(System.Exception)">
|
|
<summary>
|
|
<para>Shows the message box with details on the specified exception.
|
|
|
|
</para>
|
|
</summary>
|
|
<param name="e">
|
|
A <b>System.Exception</b> object representing an exception that occurred.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinApplication.IgnoreUserModelDiffs">
|
|
<summary>
|
|
<para>Specifies if the user model differences are ignored.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the user model differences are ignored, otherwise - <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.WinApplication.IgnoreUserModelDiffsArgName">
|
|
<summary>
|
|
<para>A string specifying the command line argument which prohibits saving the user differences. When this argument is passed, the <see cref="P:DevExpress.ExpressApp.Win.WinApplication.IgnoreUserModelDiffs"/> property is set to <b>true</b>.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinApplication.IsApplicationUpdated">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
<value> </value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinApplication.IsDelayedDetailViewDataLoadingEnabled">
|
|
<summary>
|
|
<para>Specifies if the delayed data loading for detail forms is enabled in WinForms applications.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, when the delayed loading is enabled; otherwise, <b>false</b>.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinApplication.LogOff">
|
|
<summary>
|
|
<para>Closes all windows and displays the logon dialog.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.WinApplication.LogonFormShowing">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinApplication.MainWindow">
|
|
<summary>
|
|
<para>Gets the application's main Window.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.ExpressApp.Window"/> object which is the application's main Window.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinApplication.Messaging">
|
|
<summary>
|
|
<para>Specifies the <see cref="T:DevExpress.ExpressApp.Win.Core.Messaging"/> object, used by the Windows Forms application to display message boxes.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.ExpressApp.Win.Core.Messaging"/> object, used by the Windows Forms application to display message boxes.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinApplication.ModelDifferenceFilePath">
|
|
<summary>
|
|
<para>Specifies a path to the directory where the model differences file (<i>Model.xafml</i>) reside.
|
|
</para>
|
|
</summary>
|
|
<value>A string, which is the path to the directory where the model differences file (<i>Model.xafml</i>) reside.
|
|
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.WinApplication.ModelDiffsPathArgName">
|
|
<summary>
|
|
<para>A string, which is the command line argument prefix, specifying the model differences directory path. When the argument with this prefix is passed, the remaining part of the argument is set to the <see cref="P:DevExpress.ExpressApp.Win.WinApplication.ModelDifferenceFilePath"/> property.
|
|
|
|
</para>
|
|
</summary>
|
|
<returns>
|
|
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.WinApplication.NewVersionServerAppSettingsName">
|
|
<summary>
|
|
<para>Contains the name of the configuration file key, specifying the path to the folder with a new application version.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinApplication.PreventInitializeUserModelDiffsPath">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
<value> </value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinApplication.RemoveSplash">
|
|
<summary>
|
|
<para>Removes the <see cref="P:DevExpress.ExpressApp.Win.WinApplication.SplashScreen"/> splash.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinApplication.Restart">
|
|
<summary>
|
|
<para>Closes all windows, reinitializes and restarts the Windows Forms application.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinApplication.SaveModelChanges">
|
|
<summary>
|
|
<para>Saves the Application Model changes made by an end-user, up to the current moment, to the storage (<i>Model.User.xafml</i> file, by default).
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinApplication.SetScrollBarDesktopMode">
|
|
<summary>
|
|
<para>For internal use.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinApplication.ShowDetailViewFrom(DevExpress.ExpressApp.Frame)">
|
|
<summary>
|
|
<para>Indicates whether a Views invoked from the specified <see cref="T:DevExpress.ExpressApp.Frame"/> can be displayed in a new <see cref="T:DevExpress.ExpressApp.Window"/>.
|
|
</para>
|
|
</summary>
|
|
<param name="sourceFrame">
|
|
The currently active <see cref="T:DevExpress.ExpressApp.Frame"/>, from which a Detail View is going to be invoked.
|
|
|
|
</param>
|
|
<returns><b>true</b> if a Detail View can be displayed in a new Window; <b>false</b> if a Detail View can be displayed in the specified Frame only.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinApplication.ShowViewStrategy">
|
|
<summary>
|
|
<para>Specifies the Show View Strategy used in a Windows Forms application.
|
|
</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.ExpressApp.Win.WinShowViewStrategyBase"/> object, specifying the Show View Strategy used in a Windows Forms application.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinApplication.SplashScreen">
|
|
<summary>
|
|
<para>Specifies the splash screen displayed when a Windows Forms application starts.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.ExpressApp.Win.ISplash"/> object, which is the splash screen displayed when a Windows Forms application starts.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinApplication.Start">
|
|
<summary>
|
|
<para>Starts the Windows Forms application.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinApplication.StartSplash">
|
|
<summary>
|
|
<para>Starts the <see cref="P:DevExpress.ExpressApp.Win.WinApplication.SplashScreen"/> splash.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinApplication.StopSplash">
|
|
<summary>
|
|
<para>Stops the <see cref="P:DevExpress.ExpressApp.Win.WinApplication.SplashScreen"/> splash
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinApplication.UpdateSplash(System.String,System.String,System.String,System.Object[])">
|
|
<summary>
|
|
<para>For internal use.
|
|
</para>
|
|
</summary>
|
|
<param name="context">
|
|
|
|
|
|
</param>
|
|
<param name="caption">
|
|
|
|
|
|
</param>
|
|
<param name="description">
|
|
|
|
|
|
</param>
|
|
<param name="additionalParams">
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.WinApplication.UpdateStatus(System.String,System.String,System.String,System.Object[])">
|
|
<summary>
|
|
<para>Triggers the <see cref="E:DevExpress.ExpressApp.XafApplication.StatusUpdating"/> event.
|
|
</para>
|
|
</summary>
|
|
<param name="context">
|
|
A string that specifies the current context.
|
|
|
|
</param>
|
|
<param name="title">
|
|
A string that specifies the status message title.
|
|
|
|
</param>
|
|
<param name="message">
|
|
A string that specifies the status message.
|
|
|
|
</param>
|
|
<param name="additionalParams">
|
|
An array of additional parameters associated with the status message.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinApplication.UseLightStyle">
|
|
<summary>
|
|
<para>Specifies whether or not a Layout is displayed with minimum borders on a form.
|
|
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the Layout is displayed with a minimum of borders on a form; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinApplication.UseOldTemplates">
|
|
<summary>
|
|
<para>For internal use.
|
|
</para>
|
|
</summary>
|
|
<value>
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.WinApplication.UserDiffsModelLocationKey">
|
|
<summary>
|
|
<para>The name of the configuration file key, which specifies the user differences file location.
|
|
</para>
|
|
</summary>
|
|
<returns> </returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.WinApplication.UserModelDifferenceFilePath">
|
|
<summary>
|
|
<para>Specifies the path to the user model differences file.
|
|
|
|
</para>
|
|
</summary>
|
|
<value>A string, specifying the path to the user model differences file.
|
|
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelListViewShowFindPanel">
|
|
|
|
<summary>
|
|
<para>Used to extend the Application Model's ListView node.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelListViewShowFindPanel.ShowFindPanel">
|
|
<summary>
|
|
<para>Specifies whether the Find Panel is visible in the grid that displays the current List View.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the Find Panel is visible; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelClassShowFindPanel">
|
|
|
|
<summary>
|
|
<para>Used to extend the Application Model's Class node.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelClassShowFindPanel.DefaultListViewShowFindPanel">
|
|
<summary>
|
|
<para>Specifies whether to display the Find Panel in the default List View.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, to display the Find Panel in the default List View; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.SystemModule.WinExportController">
|
|
|
|
<summary>
|
|
<para>The Windows Forms specific descendant of the <see cref="T:DevExpress.ExpressApp.SystemModule.ExportController"/> class.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.SystemModule.WinExportController.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the WinExportController class.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.SystemModule.WinExportController.CustomShowSaveFileDialog">
|
|
<summary>
|
|
<para>Occurs when the <see cref="P:DevExpress.ExpressApp.SystemModule.ExportController.ExportAction"/> is executed, before data is exported to a stream.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Templates.MdiMode">
|
|
|
|
<summary>
|
|
<para>Contains values specifying the <see cref="T:DevExpress.ExpressApp.Win.MdiShowViewStrategy"/>'s modes of operation.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Templates.MdiMode.Standard">
|
|
<summary>
|
|
<para>Specifies that Views are invoked in separate Windows.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="F:DevExpress.ExpressApp.Win.Templates.MdiMode.Tabbed">
|
|
<summary>
|
|
<para>Specifies that Views are invoked in separate tabs.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.MdiShowViewStrategy">
|
|
|
|
<summary>
|
|
<para>A Show View Strategy that uses a multiple document interface and can be used as an alternative to the default <see cref="T:DevExpress.ExpressApp.Win.ShowInMultipleWindowsStrategy"/>.
|
|
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.MdiShowViewStrategy.#ctor(DevExpress.ExpressApp.XafApplication,DevExpress.ExpressApp.Win.Templates.MdiMode)">
|
|
<summary>
|
|
<para>Creates and initializes an instance of the MdiShowViewStrategy class.
|
|
</para>
|
|
</summary>
|
|
<param name="application">
|
|
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> descendant object that is the application that will use the instantiated Show View Strategy.
|
|
|
|
|
|
</param>
|
|
<param name="mdiMode">
|
|
An <see cref="T:DevExpress.ExpressApp.Win.Templates.MdiMode"/> enumeration value specifying the <b>MdiShowViewStrategy</b>'s mode of operation. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Win.MdiShowViewStrategy.MdiMode"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.MdiShowViewStrategy.#ctor(DevExpress.ExpressApp.XafApplication)">
|
|
<summary>
|
|
<para>Creates and initializes an instance of the MdiShowViewStrategy class in tabbed mode.
|
|
</para>
|
|
</summary>
|
|
<param name="application">
|
|
An <see cref="T:DevExpress.ExpressApp.XafApplication"/> descendant object that is the application that will use the instantiated Show View Strategy.
|
|
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.MdiShowViewStrategy.CloseAllWindows">
|
|
<summary>
|
|
<para>Tries to close all the Windows from the <see cref="P:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.Windows"/> collection.
|
|
</para>
|
|
</summary>
|
|
<returns><b>true</b> if the Windows have been closed successfully; otherwise, <b>false</b>.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.MdiShowViewStrategy.CustomCanCreateViewDocumentControlDescription">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.MdiShowViewStrategy.CustomCanProcessDocumentControlDescription">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.MdiShowViewStrategy.CustomCreateDocumentControlDescription">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.MdiShowViewStrategy.CustomHandleProcessDocumentControlDescriptionException">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.MdiShowViewStrategy.CustomProcessDocumentControlDescription">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.MdiShowViewStrategy.CustomRestoreViewLayout">
|
|
<summary>
|
|
<para>Occurs when the View layout is restored.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.MdiShowViewStrategy.CustomSaveViewLayout">
|
|
<summary>
|
|
<para>Occurs when the View layout is saved.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.MdiShowViewStrategy.Dispose">
|
|
<summary>
|
|
<para>Releases all the resources allocated by the current Show View Strategy.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.MdiShowViewStrategy.GetActiveExplorer">
|
|
<summary>
|
|
<para>Returns the active Explorer Window.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/> object representing the active Explorer Window.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.MdiShowViewStrategy.GetActiveInspector(DevExpress.ExpressApp.Win.WinWindow)">
|
|
<summary>
|
|
<para>Returns the active Inspector Window of a particular Explorer Window.
|
|
</para>
|
|
</summary>
|
|
<param name="explorer">
|
|
A <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/> object representing the Explorer Window whose active Inspector Window must be returned.
|
|
|
|
</param>
|
|
<returns>A <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/> object representing the active Inspector Window of the specified Explorer Window.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.MdiShowViewStrategy.GetActiveInspector">
|
|
<summary>
|
|
<para>Returns the active Inspector Window.
|
|
</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/> object representing the active Inspector Window.
|
|
</returns>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.MdiShowViewStrategy.MdiMode">
|
|
<summary>
|
|
<para>Returns the MdiShowViewStrategy's mode of operation.
|
|
</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.ExpressApp.Win.Templates.MdiMode"/> enumeration value specifying the <b>MdiShowViewStrategy</b>'s mode of operation.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="E:DevExpress.ExpressApp.Win.MdiShowViewStrategy.ShowingWindowInDocumentManager">
|
|
<summary>
|
|
<para> </para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.MdiShowViewStrategy.SupportViewNavigationHistory">
|
|
<summary>
|
|
<para>Indicates whether the Show View Strategy keeps track of invoked Views.
|
|
</para>
|
|
</summary>
|
|
<value><b>true</b>, if the Show View Strategy keeps track of invoked Views; otherwise, <b>false</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="T:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem">
|
|
|
|
<summary>
|
|
<para>Represents the Action Container View Item used in XAF Windows Forms applications.
|
|
</para>
|
|
</summary>
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.#ctor(DevExpress.ExpressApp.Model.IModelActionContainerViewItem,System.Type)">
|
|
<summary>
|
|
<para>Creates and initializes a new instance of the WinActionContainerViewItem class.
|
|
</para>
|
|
</summary>
|
|
<param name="model">
|
|
An <see cref="T:DevExpress.ExpressApp.Model.IModelActionContainerViewItem"/> object that represents the Application Model's <b>Views</b> | <b><i><DetailView></i></b> | <b>Items</b> | <b>ActionContainerViewItem</b> node that defines the current View Item.
|
|
|
|
</param>
|
|
<param name="objectType">
|
|
A <see cref="T:System.Type"/> object that represents the type of the object for which the current View Item's View is created. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Editors.ViewItem.ObjectType"/> property.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.Actions">
|
|
<summary>
|
|
<para>Provides access to a collection of Actions which are displayed by the Win Action Container View Item.
|
|
</para>
|
|
</summary>
|
|
<value>An object that represents a <b>ReadOnlyCollection<</b><see cref="T:DevExpress.ExpressApp.Actions.ActionBase"/><b>></b> collection that contains Actions of the current Win Action Container View Item.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.BeginUpdate">
|
|
<summary>
|
|
<para>Prevents the View Item's Action Container control from being updated until the <see cref="M:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.EndUpdate"/> method is called.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.Clear">
|
|
<summary>
|
|
<para>Clears the WinActionContainerViewItem's Action Container.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.Container">
|
|
<summary>
|
|
<para>Provides access to the Action Container displayed by the current View Item.
|
|
</para>
|
|
</summary>
|
|
<value>A <b>ButtonsContainer</b> object which is the Action Container displayed by the <b>WinActionContainerViewItem</b>.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="P:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.ContainerId">
|
|
<summary>
|
|
<para>Specifies the Win Action Container View Item's Action Container identifier.
|
|
</para>
|
|
</summary>
|
|
<value>A string value that represents the Win Action Container View Item's Action Container identifier.
|
|
</value>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.EndUpdate">
|
|
<summary>
|
|
<para>Unlocks the View Item's Action Container control after a call to the <see cref="M:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.BeginUpdate"/> method and causes an immediate update.
|
|
</para>
|
|
</summary>
|
|
|
|
|
|
</member>
|
|
<member name="M:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.Register(DevExpress.ExpressApp.Actions.ActionBase)">
|
|
<summary>
|
|
<para>Adds a specified Action to a Win Action Container View Item's <see cref="P:DevExpress.ExpressApp.Editors.ActionContainerViewItem.Actions"/> collection and creates its control.
|
|
</para>
|
|
</summary>
|
|
<param name="action">
|
|
An <see cref="T:DevExpress.ExpressApp.Actions.ActionBase"/> object that represents the Action to be registered within the current Win Action Container View Item.
|
|
|
|
</param>
|
|
|
|
|
|
</member>
|
|
</members>
|
|
</doc>
|