Class SheetCollectionEditor
Represents a Class for sheet collection.
Inheritance
System.Object
SheetCollectionEditor
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class SheetCollectionEditor : CollectionEditor
Constructors
SheetCollectionEditor(Type)
Initializes a new instance of the SheetCollectionEditor class with the specified type.
Declaration
public SheetCollectionEditor(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | The base type to initialize the Spreadsheet collection |
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. |