[]
        
(Showing Draft Content)

FarPoint.Web.Chart.StringCollectionCollectionEditor.GetItems

GetItems Method

GetItems(object)

Gets an array of objects containing the specified collection.

Declaration
protected override object[] GetItems(object editValue)
Protected Overrides Function GetItems(editValue As Object) As Object()
Parameters
Type Name Description
object editValue

The collection to edit.

Returns
Type Description
object[]

An array containing the collection objects, or an empty object array if the specified collection does not inherit from ICollection

Overrides