Class ControlsCollectionEditor
We specify that only buttons can be created in design time in collection. In runtime developer will have more freedom.
Inheritance
System.Object
ControlsCollectionEditor
Namespace: Syncfusion.Windows.Forms.Collections
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ControlsCollectionEditor : CollectionEditor
Constructors
ControlsCollectionEditor(Type)
Default constructor.
Declaration
public ControlsCollectionEditor(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type |
Methods
CreateNewItemTypes()
Allow creation only of buttons in designe time.
Declaration
protected override Type[] CreateNewItemTypes()
Returns
Type | Description |
---|---|
System.Type[] | Allowed types for creation. |