Class SourceImageFilesEditor
Inheritance
System.Object
SourceImageFilesEditor
Namespace: Syncfusion.Drawing
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class SourceImageFilesEditor : CollectionEditor
Constructors
SourceImageFilesEditor(Type)
Initializes a new instance of the SourceImageFilesEditor class.
Declaration
public SourceImageFilesEditor(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | The type of the collection to edit. |
Methods
CreateInstance(Type)
Creates an instance of the specified type in the collection.
Declaration
protected override object CreateInstance(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | The type of the image to insert in the collection. |
Returns
Type |
---|
System.Object |
SetItems(Object, Object[])
Declaration
protected override object SetItems(object editValue, object[] value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | editValue | |
System.Object[] | value |
Returns
Type |
---|
System.Object |