update 20260406

This commit is contained in:
Stefan Hutter
2026-04-06 12:40:02 +02:00
parent e82057b6e4
commit 7a28e0c2bb
519 changed files with 318370 additions and 634840 deletions
@@ -7273,7 +7273,7 @@
<param name="sender">The Control.</param>
<param name="e">The <see cref="T:System.EventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControlSchemaBrowser.OnFormClosed(System.Windows.Forms.FormClosedEventArgs)">
<member name="M:Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControlSchemaBrowser.OnClosed(System.EventArgs)">
<override/>
<summary>Overrides and triggered when the form gets closed.</summary>
<param name="e">The <see cref="T:System.EventArgs"/> contains the event data.</param>
@@ -13887,6 +13887,46 @@
<param name="sender">The Control.</param>
<param name="e">The <see cref="T:System.EventArgs"/> contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Grid.Grouping.CustomCollectionModalEditor">
<summary>
Show the Custom Collection Editor dialog.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Grid.Grouping.CustomCollectionModalEditor.CollectionChangedEventHandler">
<summary>
delegate for collection changed event
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Grid.Grouping.CustomCollectionModalEditor.CollectionChanged">
<summary>
Collection changed event
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Grid.Grouping.CustomCollectionModalEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
<summary>
Gets the editor style used by the System.Drawing.Design.UITypeEditor.EditValue(System.IServiceProvider,System.Object) method.
</summary>
<param name="context">The TypeDescriptor context.</param>
<returns>Returns the UITypeEditorModel</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Grid.Grouping.CustomCollectionModalEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
<summary>
Edits the specified object's value using the editor style indicated by the System.Drawing.Design.UITypeEditor.GetEditStyle() method.
</summary>
<param name="context"> An System.ComponentModel.ITypeDescriptorContext that can be used to gain
additional context information.</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.Grouping.CustomCollectionModalEditor.OnCollectionChanged(System.Object,System.Object)">
<summary>
Raised when collection changed.
</summary>
<param name="p">Object</param>
<param name="value">Changed value</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Grid.Grouping.ConditionalFormatDataBarRuleCollection">
<summary>
A collection which hold the conditionalDataBarRule objects.
@@ -14853,46 +14893,6 @@
</summary>
<returns>Returns the new barStyleInfo object.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Grid.Grouping.CustomCollectionModalEditor">
<summary>
Show the Custom Collection Editor dialog.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Grid.Grouping.CustomCollectionModalEditor.CollectionChangedEventHandler">
<summary>
delegate for collection changed event
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Grid.Grouping.CustomCollectionModalEditor.CollectionChanged">
<summary>
Collection changed event
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Grid.Grouping.CustomCollectionModalEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
<summary>
Gets the editor style used by the System.Drawing.Design.UITypeEditor.EditValue(System.IServiceProvider,System.Object) method.
</summary>
<param name="context">The TypeDescriptor context.</param>
<returns>Returns the UITypeEditorModel</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Grid.Grouping.CustomCollectionModalEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
<summary>
Edits the specified object's value using the editor style indicated by the System.Drawing.Design.UITypeEditor.GetEditStyle() method.
</summary>
<param name="context"> An System.ComponentModel.ITypeDescriptorContext that can be used to gain
additional context information.</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.Grouping.CustomCollectionModalEditor.OnCollectionChanged(System.Object,System.Object)">
<summary>
Raised when collection changed.
</summary>
<param name="p">Object</param>
<param name="value">Changed value</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptorCollection">
<summary>
Represents a collection of <see cref="T:Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor"/> columns with mapping information to columns of the underlying datasource.