Class CustomFormulaCollectionEditor
Represents a class for Custom Formula collection.
Inheritance
System.Object
CustomFormulaCollectionEditor
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class CustomFormulaCollectionEditor : CollectionEditor
Constructors
CustomFormulaCollectionEditor(Type)
Initializes a new instance of the CustomFormulaCollectionEditor class with the specified type.
Declaration
public CustomFormulaCollectionEditor(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | The type of collection editor |
Methods
CanSelectMultipleInstances()
Indicates whether multiple collection items can be selected at once.
Declaration
protected override bool CanSelectMultipleInstances()
Returns
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the multiple collection members can be selected at the same time; otherwise, false. |
CreateCollectionItemType()
Gets the data type that this collection contains.
Declaration
protected override Type CreateCollectionItemType()
Returns
Type | Description |
---|---|
System.Type | The data type of the items in the collection, or an System.Object if no Item property can be located on the collection. |