Class GridRangeStyleCollectionEditor
Implements a collection editor that is tailored to adding and removing GridRangeStyle objects from the RangeStyles collection in a GridControl.
Inheritance
System.Object
GridRangeStyleCollectionEditor
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridRangeStyleCollectionEditor : CollectionEditor
Constructors
GridRangeStyleCollectionEditor(Type)
Initializes a new instance of GridRangeStyleCollectionEditor class.
Declaration
public GridRangeStyleCollectionEditor(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | The type of the collection for this editor to edit. |
Methods
CreateCollectionForm()
Overridden to create a new form to display and edit the current collection.
Declaration
protected override CollectionEditor.CollectionForm CreateCollectionForm()
Returns
Type | Description |
---|---|
System.ComponentModel.Design.CollectionEditor.CollectionForm | A System.ComponentModel.Design.CollectionEditor.CollectionForm to provide as the user interface for editing the collection. |