WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomCollectionModalEditor - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CustomCollectionModalEditor

    Show the Custom Collection Editor dialog.

    Inheritance
    System.Object
    CustomCollectionModalEditor
    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public class CustomCollectionModalEditor : UITypeEditor

    Constructors

    CustomCollectionModalEditor()

    Declaration
    public CustomCollectionModalEditor()

    Methods

    EditValue(ITypeDescriptorContext, IServiceProvider, Object)

    Edits the specified object's value using the editor style indicated by the System.Drawing.Design.UITypeEditor.GetEditStyle() method.

    Declaration
    public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context

    An System.ComponentModel.ITypeDescriptorContext that can be used to gain additional context information.

    System.IServiceProvider provider

    An System.IServiceProvider that this editor can use to obtain services.

    System.Object value

    The object to edit.

    Returns
    Type Description
    System.Object

    The new value of the object. If the value of the object has not changed, this should return the same object it was passed.

    GetEditStyle(ITypeDescriptorContext)

    Gets the editor style used by the System.Drawing.Design.UITypeEditor.EditValue(System.IServiceProvider,System.Object) method.

    Declaration
    public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context

    The TypeDescriptor context.

    Returns
    Type Description
    System.Drawing.Design.UITypeEditorEditStyle

    Returns the UITypeEditorModel

    Events

    CollectionChanged

    Collection changed event

    Declaration
    public event CustomCollectionModalEditor.CollectionChangedEventHandler CollectionChanged
    Event Type
    Type Description
    CustomCollectionModalEditor.CollectionChangedEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved