update 20260406
This commit is contained in:
@@ -5186,11 +5186,6 @@
|
||||
<member name="F:Syncfusion.Windows.Forms.Grid.GridTextBoxCellRenderer.inTextBoxChanged">
|
||||
<internalonly/>
|
||||
</member>
|
||||
<member name="F:Syncfusion.Windows.Forms.Grid.GridTextBoxCellRenderer.isBackspaceKeyPressed">
|
||||
<summary>
|
||||
This field is used to check whether the backspace key has been pressed.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridTextBoxCellRenderer.GetEditState">
|
||||
<override/>
|
||||
<summary>Returns the state information that lets you restore the current edit state.</summary>
|
||||
@@ -28596,6 +28591,35 @@
|
||||
true if the values are equivalent; otherwise, false.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridModelBanneredRangesEditor">
|
||||
<summary>
|
||||
Implements the functionalities to design value editor for bannered ranges of GridModel.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridModelBanneredRangesEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
|
||||
<summary>
|
||||
Edit bannered range values.
|
||||
</summary>
|
||||
<param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> object holds contextual information about component.</param>
|
||||
<param name="provider"> An System.IServiceProvider that this editor can use to obtain services.</param>
|
||||
<param name="value">The object to edit.</param>
|
||||
<returns>The new value of the object. If the value of the object has not changed,
|
||||
this should return the same object it was passed.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridModelBanneredRangesEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
|
||||
<summary>
|
||||
Gets the edit style from <see cref="T:System.Drawing.Design.UITypeEditorEditStyle"/>.
|
||||
</summary>
|
||||
<param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> object holds contextual information about component.</param>
|
||||
<returns><see cref="T:System.Drawing.Design.UITypeEditorEditStyle.Modal"/></returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridModelBanneredRangesEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext)">
|
||||
<summary>
|
||||
Determines whether the painting value is supported.
|
||||
</summary>
|
||||
<param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> object holds contextual information about component.</param>
|
||||
<returns>Returns false.</returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridModelBanneredRanges">
|
||||
<summary>
|
||||
Implements the functionalities to manage bannered cell ranges for a grid.
|
||||
@@ -28821,35 +28845,6 @@
|
||||
<param name="e">A GridRowColSizeChangingEventArgs that contains the event data.</param>
|
||||
<returns>return boolean value to indicate changing</returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridModelBanneredRangesEditor">
|
||||
<summary>
|
||||
Implements the functionalities to design value editor for bannered ranges of GridModel.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridModelBanneredRangesEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
|
||||
<summary>
|
||||
Edit bannered range values.
|
||||
</summary>
|
||||
<param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> object holds contextual information about component.</param>
|
||||
<param name="provider"> An System.IServiceProvider that this editor can use to obtain services.</param>
|
||||
<param name="value">The object to edit.</param>
|
||||
<returns>The new value of the object. If the value of the object has not changed,
|
||||
this should return the same object it was passed.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridModelBanneredRangesEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
|
||||
<summary>
|
||||
Gets the edit style from <see cref="T:System.Drawing.Design.UITypeEditorEditStyle"/>.
|
||||
</summary>
|
||||
<param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> object holds contextual information about component.</param>
|
||||
<returns><see cref="T:System.Drawing.Design.UITypeEditorEditStyle.Modal"/></returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridModelBanneredRangesEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext)">
|
||||
<summary>
|
||||
Determines whether the painting value is supported.
|
||||
</summary>
|
||||
<param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> object holds contextual information about component.</param>
|
||||
<returns>Returns false.</returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridModelBound">
|
||||
<summary>
|
||||
Implements the abstract base class for objects that are associated with a <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/>
|
||||
@@ -28997,7 +28992,7 @@
|
||||
Unwires the events.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridCollectionEditor.GridCollectionEditor_Closing(System.Object,System.Windows.Forms.FormClosingEventArgs)">
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridCollectionEditor.GridCollectionEditor_Closing(System.Object,System.ComponentModel.CancelEventArgs)">
|
||||
<summary>
|
||||
Invoked before <see cref="T:Syncfusion.Windows.Forms.Grid.GridCollectionEditor"/> is closed.
|
||||
</summary>
|
||||
@@ -29248,6 +29243,35 @@
|
||||
All commands since a <see cref="M:Syncfusion.Windows.Forms.Grid.GridModelCommandManager.BeginTrans(System.String)"/> call will be undone.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridModelCoveredRangesEditor">
|
||||
<summary>
|
||||
Implements the GridModelCovered ranges editor using <see cref="T:System.Drawing.Design.UITypeEditor"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridModelCoveredRangesEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
|
||||
<summary>
|
||||
Edit covered range values.
|
||||
</summary>
|
||||
<param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> object holds contextual information about component.</param>
|
||||
<param name="provider"> An System.IServiceProvider that this editor can use to obtain services.</param>
|
||||
<param name="value">The object to edit.</param>
|
||||
<returns>The new value of the object. If the value of the object has not changed,
|
||||
this should return the same object it was passed.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridModelCoveredRangesEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
|
||||
<summary>
|
||||
Gets the edit style from <see cref="T:System.Drawing.Design.UITypeEditorEditStyle"/>.
|
||||
</summary>
|
||||
<param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> object holds contextual information about component.</param>
|
||||
<returns><see cref="T:System.Drawing.Design.UITypeEditorEditStyle.Modal"/></returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridModelCoveredRangesEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext)">
|
||||
<summary>
|
||||
Determines whether the painting value is supported.
|
||||
</summary>
|
||||
<param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> object holds contextual information about component.</param>
|
||||
<returns>Returns false.</returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridModelCoveredRanges">
|
||||
<summary>
|
||||
Implements the functionalities to manage covered cell ranges for a grid.
|
||||
@@ -29472,35 +29496,6 @@
|
||||
<param name="e">A GridRowColSizeChangingEventArgs that contains the event data.</param>
|
||||
<returns>returns boolean value on changing event</returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridModelCoveredRangesEditor">
|
||||
<summary>
|
||||
Implements the GridModelCovered ranges editor using <see cref="T:System.Drawing.Design.UITypeEditor"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridModelCoveredRangesEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
|
||||
<summary>
|
||||
Edit covered range values.
|
||||
</summary>
|
||||
<param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> object holds contextual information about component.</param>
|
||||
<param name="provider"> An System.IServiceProvider that this editor can use to obtain services.</param>
|
||||
<param name="value">The object to edit.</param>
|
||||
<returns>The new value of the object. If the value of the object has not changed,
|
||||
this should return the same object it was passed.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridModelCoveredRangesEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
|
||||
<summary>
|
||||
Gets the edit style from <see cref="T:System.Drawing.Design.UITypeEditorEditStyle"/>.
|
||||
</summary>
|
||||
<param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> object holds contextual information about component.</param>
|
||||
<returns><see cref="T:System.Drawing.Design.UITypeEditorEditStyle.Modal"/></returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridModelCoveredRangesEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext)">
|
||||
<summary>
|
||||
Determines whether the painting value is supported.
|
||||
</summary>
|
||||
<param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> object holds contextual information about component.</param>
|
||||
<returns>Returns false.</returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridModelCutPaste">
|
||||
<summary>
|
||||
Implements the methods to manage cut, copy, and paste for a grid.
|
||||
@@ -39944,6 +39939,235 @@
|
||||
returns true.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoListEditor">
|
||||
<summary>
|
||||
Implements the functionalities for GridRangeInfoListEditor form.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoListEditor.#ctor(Syncfusion.Windows.Forms.Grid.RangesList)">
|
||||
<summary>
|
||||
Initializes the new instance of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoListEditor"/> class.
|
||||
</summary>
|
||||
<param name="ranges">List of ranges.</param>
|
||||
</member>
|
||||
<member name="F:Syncfusion.Windows.Forms.Grid.GridRangeInfoListEditor.components">
|
||||
<summary>
|
||||
Required designer variable.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoListEditor.Dispose(System.Boolean)">
|
||||
<summary>
|
||||
Clean up any resources being used.
|
||||
</summary>
|
||||
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoListEditor.InitializeComponent">
|
||||
<summary>
|
||||
Required method for Designer support - do not modify
|
||||
the contents of this method with the code editor.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoListEditor.OnEnter(System.EventArgs)">
|
||||
<summary>
|
||||
Overridden to get the current active control and call the <see cref="T:System.Windows.Forms.Form.OnEnter"/> method to raise the
|
||||
<see cref="T:System.Windows.Forms.Control.Enter"/> event.
|
||||
</summary>
|
||||
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoListEditor.gridDataBoundGrid1_CurrentCellKeyDown(System.Object,System.Windows.Forms.KeyEventArgs)">
|
||||
<summary>
|
||||
Invoked when GridDataBoundGrid's CurrentCellKeyDown event is raised.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">An <see cref="T:System.Windows.Forms.KeyEventArgs"/> that contains the event data.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoListEditor.gridDataBoundGrid1_KeyDown(System.Object,System.Windows.Forms.KeyEventArgs)">
|
||||
<summary>
|
||||
Invoked when GridDataBoundGrid's KeyDown event is raised.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">An <see cref="T:System.Windows.Forms.KeyEventArgs"/> that contains the event data.</param>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoItem">
|
||||
<summary>
|
||||
Implements the class to get the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfo"/> item.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoItem.#ctor(Syncfusion.Windows.Forms.Grid.GridRangeInfo)">
|
||||
<summary>
|
||||
Initializes the new instance of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoItem"/> class.
|
||||
</summary>
|
||||
<param name="range">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfo"/> object holds the cell range information.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoItem.#ctor">
|
||||
<summary>
|
||||
Initializes the new instance of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoItem"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoItem.GetRangeInfo">
|
||||
<summary>
|
||||
Gets the range object from a string.
|
||||
</summary>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="P:Syncfusion.Windows.Forms.Grid.GridRangeInfoItem.Range">
|
||||
<summary>
|
||||
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfo"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.RangesList">
|
||||
<summary>
|
||||
Implements this class to maintain <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoItem"/> in a list.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellModel">
|
||||
<summary>
|
||||
Implements the data or model part of the GridRangeInfo cell.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellModel.#ctor(Syncfusion.Windows.Forms.Grid.GridModel,Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl)">
|
||||
<summary>
|
||||
Initializes the new instance of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellModel"/> class.
|
||||
</summary>
|
||||
<param name="grid"></param>
|
||||
<param name="ddUser"></param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellModel.CreateRenderer(Syncfusion.Windows.Forms.Grid.GridControlBase)">
|
||||
<summary>
|
||||
Overridden to create the cell renderer for GridRangeInfoCellModel.
|
||||
</summary>
|
||||
<param name="control">Grid control.</param>
|
||||
<returns>Cell renderer for <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellModel"/>.</returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer">
|
||||
<summary>
|
||||
Implements the renderer part of the GridRangeInfo cell.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer.#ctor(Syncfusion.Windows.Forms.Grid.GridControlBase,Syncfusion.Windows.Forms.Grid.GridCellModelBase)">
|
||||
<summary>
|
||||
Initializes the new instance of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer"/> class.
|
||||
</summary>
|
||||
<param name="grid">Grid control.</param>
|
||||
<param name="cellModel">Cell model of GridRangeInfo cell.</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer.DropDownContainer">
|
||||
<summary>
|
||||
Gets the DropDownContainer.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer.InitializeDropDownContainer">
|
||||
<summary>
|
||||
Overridden to initialize the dropdown container and add the controls to dropdown container.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer.DropDownContainerShowingDropDown(System.Object,System.ComponentModel.CancelEventArgs)">
|
||||
<summary>
|
||||
Occurs when the drop-down container is about to be shown.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">An <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the event data.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer.DropDownContainerCloseDropDown(System.Object,Syncfusion.Windows.Forms.PopupClosedEventArgs)">
|
||||
<summary>Overridden to indicate that the popup child was closed.</summary>
|
||||
<param name="sender">Source of the event.</param>
|
||||
<param name="e">An <see cref="T:Syncfusion.Windows.Forms.PopupClosedEventArgs"/>that contains the event data.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer.IsRelatedControl(System.Windows.Forms.Control,System.Boolean)">
|
||||
<summary>
|
||||
Determines whether specified control is part of the Popup hierarchy.
|
||||
</summary>
|
||||
<param name="control">A control instance. </param>
|
||||
<param name="askPopupParent">True indicates this query should be passed to the IPopupParent, if any; False indicates you should not query the popup parent.</param>
|
||||
<returns>True if the control is part of the popup hierarchy; False if not.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer.user_Save(System.Object,System.EventArgs)">
|
||||
<summary>
|
||||
Occurs when saves the control.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">An <see cref="T:System.EventArgs"/> holds the event data.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer.user_Cancel(System.Object,System.EventArgs)">
|
||||
<summary>
|
||||
Occurs when cancel the control.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">An <see cref="T:System.EventArgs"/> holds the event data.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer.OnInitialize(System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Overridden to call <see cref="M:Syncfusion.Windows.Forms.Grid.GridTextBoxCellRenderer.OnInitialize(System.Int32,System.Int32)"/> to initialize the current cell.
|
||||
</summary>
|
||||
<param name="rowIndex">Specifies row id.</param>
|
||||
<param name="colIndex">Specifies column id.</param>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl">
|
||||
<summary>
|
||||
Implements the functionalities to create the dropdown user control by <see cref="T:System.Windows.Forms.UserControl"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.components">
|
||||
<summary>
|
||||
Required designer variable.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.Dispose(System.Boolean)">
|
||||
<summary>
|
||||
Clean up any resources being used.
|
||||
</summary>
|
||||
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.InitializeComponent">
|
||||
<summary>
|
||||
Required method for Designer support - do not modify
|
||||
the contents of this method with the code editor.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.Range">
|
||||
<summary>
|
||||
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfo"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.#ctor(Syncfusion.Windows.Forms.Grid.GridRangeInfo)">
|
||||
<summary>
|
||||
Initializes the new instance of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl"/> class.
|
||||
</summary>
|
||||
<param name="range">The range of dropdown control.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.propertyGrid1_PropertyValueChanged(System.Object,System.Windows.Forms.PropertyValueChangedEventArgs)">
|
||||
<summary>
|
||||
Invoked when PropertyGrid's property value is changed.
|
||||
</summary>
|
||||
<param name="s">The source of the event.</param>
|
||||
<param name="e">An <see cref="T:System.Windows.Form.PropertyValueChangedEventArgs"/> holds the event data.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.okButton_Click(System.Object,System.EventArgs)">
|
||||
<summary>
|
||||
Invoked when user clicks the Ok button.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">An <see cref="T:System.EventArgs"/> holds the event data.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.cancelButton_Click(System.Object,System.EventArgs)">
|
||||
<summary>
|
||||
Invoked when user clicks the Cancel button.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">An <see cref="T:System.EventArgs"/> holds the event data.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.SetValuesFromString(System.String)">
|
||||
<summary>
|
||||
Sets the Object value from a string.
|
||||
</summary>
|
||||
<param name="val">String value.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.GetValuesToString">
|
||||
<summary>
|
||||
Returns the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfo"/> in string format.
|
||||
</summary>
|
||||
<returns><see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfo"/> value.</returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoList">
|
||||
<summary>
|
||||
Implements a collection of <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfo"/> objects.
|
||||
@@ -40346,235 +40570,6 @@
|
||||
An object that represents the converted value.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoListEditor">
|
||||
<summary>
|
||||
Implements the functionalities for GridRangeInfoListEditor form.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoListEditor.#ctor(Syncfusion.Windows.Forms.Grid.RangesList)">
|
||||
<summary>
|
||||
Initializes the new instance of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoListEditor"/> class.
|
||||
</summary>
|
||||
<param name="ranges">List of ranges.</param>
|
||||
</member>
|
||||
<member name="F:Syncfusion.Windows.Forms.Grid.GridRangeInfoListEditor.components">
|
||||
<summary>
|
||||
Required designer variable.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoListEditor.Dispose(System.Boolean)">
|
||||
<summary>
|
||||
Clean up any resources being used.
|
||||
</summary>
|
||||
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoListEditor.InitializeComponent">
|
||||
<summary>
|
||||
Required method for Designer support - do not modify
|
||||
the contents of this method with the code editor.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoListEditor.OnEnter(System.EventArgs)">
|
||||
<summary>
|
||||
Overridden to get the current active control and call the <see cref="T:System.Windows.Forms.Form.OnEnter"/> method to raise the
|
||||
<see cref="T:System.Windows.Forms.Control.Enter"/> event.
|
||||
</summary>
|
||||
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoListEditor.gridDataBoundGrid1_CurrentCellKeyDown(System.Object,System.Windows.Forms.KeyEventArgs)">
|
||||
<summary>
|
||||
Invoked when GridDataBoundGrid's CurrentCellKeyDown event is raised.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">An <see cref="T:System.Windows.Forms.KeyEventArgs"/> that contains the event data.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoListEditor.gridDataBoundGrid1_KeyDown(System.Object,System.Windows.Forms.KeyEventArgs)">
|
||||
<summary>
|
||||
Invoked when GridDataBoundGrid's KeyDown event is raised.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">An <see cref="T:System.Windows.Forms.KeyEventArgs"/> that contains the event data.</param>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoItem">
|
||||
<summary>
|
||||
Implements the class to get the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfo"/> item.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoItem.#ctor(Syncfusion.Windows.Forms.Grid.GridRangeInfo)">
|
||||
<summary>
|
||||
Initializes the new instance of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoItem"/> class.
|
||||
</summary>
|
||||
<param name="range">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfo"/> object holds the cell range information.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoItem.#ctor">
|
||||
<summary>
|
||||
Initializes the new instance of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoItem"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoItem.GetRangeInfo">
|
||||
<summary>
|
||||
Gets the range object from a string.
|
||||
</summary>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="P:Syncfusion.Windows.Forms.Grid.GridRangeInfoItem.Range">
|
||||
<summary>
|
||||
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfo"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.RangesList">
|
||||
<summary>
|
||||
Implements this class to maintain <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoItem"/> in a list.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellModel">
|
||||
<summary>
|
||||
Implements the data or model part of the GridRangeInfo cell.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellModel.#ctor(Syncfusion.Windows.Forms.Grid.GridModel,Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl)">
|
||||
<summary>
|
||||
Initializes the new instance of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellModel"/> class.
|
||||
</summary>
|
||||
<param name="grid"></param>
|
||||
<param name="ddUser"></param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellModel.CreateRenderer(Syncfusion.Windows.Forms.Grid.GridControlBase)">
|
||||
<summary>
|
||||
Overridden to create the cell renderer for GridRangeInfoCellModel.
|
||||
</summary>
|
||||
<param name="control">Grid control.</param>
|
||||
<returns>Cell renderer for <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellModel"/>.</returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer">
|
||||
<summary>
|
||||
Implements the renderer part of the GridRangeInfo cell.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer.#ctor(Syncfusion.Windows.Forms.Grid.GridControlBase,Syncfusion.Windows.Forms.Grid.GridCellModelBase)">
|
||||
<summary>
|
||||
Initializes the new instance of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer"/> class.
|
||||
</summary>
|
||||
<param name="grid">Grid control.</param>
|
||||
<param name="cellModel">Cell model of GridRangeInfo cell.</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer.DropDownContainer">
|
||||
<summary>
|
||||
Gets the DropDownContainer.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer.InitializeDropDownContainer">
|
||||
<summary>
|
||||
Overridden to initialize the dropdown container and add the controls to dropdown container.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer.DropDownContainerShowingDropDown(System.Object,System.ComponentModel.CancelEventArgs)">
|
||||
<summary>
|
||||
Occurs when the drop-down container is about to be shown.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">An <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the event data.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer.DropDownContainerCloseDropDown(System.Object,Syncfusion.Windows.Forms.PopupClosedEventArgs)">
|
||||
<summary>Overridden to indicate that the popup child was closed.</summary>
|
||||
<param name="sender">Source of the event.</param>
|
||||
<param name="e">An <see cref="T:Syncfusion.Windows.Forms.PopupClosedEventArgs"/>that contains the event data.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer.IsRelatedControl(System.Windows.Forms.Control,System.Boolean)">
|
||||
<summary>
|
||||
Determines whether specified control is part of the Popup hierarchy.
|
||||
</summary>
|
||||
<param name="control">A control instance. </param>
|
||||
<param name="askPopupParent">True indicates this query should be passed to the IPopupParent, if any; False indicates you should not query the popup parent.</param>
|
||||
<returns>True if the control is part of the popup hierarchy; False if not.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer.user_Save(System.Object,System.EventArgs)">
|
||||
<summary>
|
||||
Occurs when saves the control.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">An <see cref="T:System.EventArgs"/> holds the event data.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer.user_Cancel(System.Object,System.EventArgs)">
|
||||
<summary>
|
||||
Occurs when cancel the control.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">An <see cref="T:System.EventArgs"/> holds the event data.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoCellRenderer.OnInitialize(System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Overridden to call <see cref="M:Syncfusion.Windows.Forms.Grid.GridTextBoxCellRenderer.OnInitialize(System.Int32,System.Int32)"/> to initialize the current cell.
|
||||
</summary>
|
||||
<param name="rowIndex">Specifies row id.</param>
|
||||
<param name="colIndex">Specifies column id.</param>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl">
|
||||
<summary>
|
||||
Implements the functionalities to create the dropdown user control by <see cref="T:System.Windows.Forms.UserControl"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.components">
|
||||
<summary>
|
||||
Required designer variable.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.Dispose(System.Boolean)">
|
||||
<summary>
|
||||
Clean up any resources being used.
|
||||
</summary>
|
||||
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.InitializeComponent">
|
||||
<summary>
|
||||
Required method for Designer support - do not modify
|
||||
the contents of this method with the code editor.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.Range">
|
||||
<summary>
|
||||
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfo"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.#ctor(Syncfusion.Windows.Forms.Grid.GridRangeInfo)">
|
||||
<summary>
|
||||
Initializes the new instance of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl"/> class.
|
||||
</summary>
|
||||
<param name="range">The range of dropdown control.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.propertyGrid1_PropertyValueChanged(System.Object,System.Windows.Forms.PropertyValueChangedEventArgs)">
|
||||
<summary>
|
||||
Invoked when PropertyGrid's property value is changed.
|
||||
</summary>
|
||||
<param name="s">The source of the event.</param>
|
||||
<param name="e">An <see cref="T:System.Windows.Form.PropertyValueChangedEventArgs"/> holds the event data.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.okButton_Click(System.Object,System.EventArgs)">
|
||||
<summary>
|
||||
Invoked when user clicks the Ok button.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">An <see cref="T:System.EventArgs"/> holds the event data.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.cancelButton_Click(System.Object,System.EventArgs)">
|
||||
<summary>
|
||||
Invoked when user clicks the Cancel button.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">An <see cref="T:System.EventArgs"/> holds the event data.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.SetValuesFromString(System.String)">
|
||||
<summary>
|
||||
Sets the Object value from a string.
|
||||
</summary>
|
||||
<param name="val">String value.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridRangeInfoDropDownUserControl.GetValuesToString">
|
||||
<summary>
|
||||
Returns the <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfo"/> in string format.
|
||||
</summary>
|
||||
<returns><see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfo"/> value.</returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Grid.GridRangeInfoType">
|
||||
<summary>
|
||||
Defines the range type for a <see cref="T:Syncfusion.Windows.Forms.Grid.GridRangeInfo"/>.
|
||||
@@ -71186,7 +71181,7 @@
|
||||
<param name="strOld">The old string.</param>
|
||||
<returns>Returns the replace string.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridFindReplaceDialog.GridFindReplaceDialog_Closing(System.Object,System.Windows.Forms.FormClosingEventArgs)">
|
||||
<member name="M:Syncfusion.Windows.Forms.Grid.GridFindReplaceDialog.GridFindReplaceDialog_Closing(System.Object,System.ComponentModel.CancelEventArgs)">
|
||||
<summary>
|
||||
This event is fired while find and replace dialog closing.
|
||||
</summary>
|
||||
|
||||
Reference in New Issue
Block a user