Represents a collection of objects. It can be used in a property grid to edit the common properties of the objects.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class MultiObjectCollection : IEnumerable
Inheritance: objectMultiObjectCollection
Implements:
Constructors
Creates a new empty MultiObjectCollection.
C#
public MultiObjectCollection()
Creates a new MultiObjectCollection with the specified objects.
C#
public MultiObjectCollection(object[] objects)
The objects to fill the collection with.
Properties
Gets a value indicating whether the collection si read only. Always returns false.
C#
public bool IsReadOnly { get; }
Methods
Adds an object to the collection.
Clears the entire collection.
C#
public void Clear()
Removes an object from the specified index.