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
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 |
ToString()
Overridden to change the ToString method.
Declaration
public override string ToString()
Returns
Type |
---|
System.String |