alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class RuleCollectionEditor

    Customized collection editor form.

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

    Constructors

    RuleCollectionEditor()

    Initialize a new instance of the RuleCollectionEditor class.

    Declaration
    public RuleCollectionEditor()

    RuleCollectionEditor(GridConditionalFormatDescriptor)

    Initialize new instance for RuleCollectionEditorclass.

    Declaration
    public RuleCollectionEditor(GridConditionalFormatDescriptor descriptor)
    Parameters
    Type Name Description
    GridConditionalFormatDescriptor descriptor

    The GridConditionalFormatDescriptor contains descriptor properties.

    Properties

    Count

    Get the collection count.

    Declaration
    public int Count { get; }
    Property Value
    Type
    System.Int32

    Methods

    add_CollectionChanged(RuleCollectionEditor.CollectionChangedEventHandler)

    Declaration
    public void add_CollectionChanged(RuleCollectionEditor.CollectionChangedEventHandler value)
    Parameters
    Type Name Description
    RuleCollectionEditor.CollectionChangedEventHandler value

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    MoveItem(Int32)

    Move the listBox item based on direction passed.

    Declaration
    public void MoveItem(int direction)
    Parameters
    Type Name Description
    System.Int32 direction

    The direction determines listBox move.

    OnKeyDown(KeyEventArgs)

    Declaration
    protected override void OnKeyDown(KeyEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.KeyEventArgs e

    remove_CollectionChanged(RuleCollectionEditor.CollectionChangedEventHandler)

    Declaration
    public void remove_CollectionChanged(RuleCollectionEditor.CollectionChangedEventHandler value)
    Parameters
    Type Name Description
    RuleCollectionEditor.CollectionChangedEventHandler value

    ToString()

    Overridden to change the ToString method.

    Declaration
    public override string ToString()
    Returns
    Type
    System.String

    Events

    CollectionChanged

    Collection changed event

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