Skip to main content
A newer version of this page is available. .

MultiEditorRowPropertiesCollection Methods

Represents a collection of items within a multi-editor row.
Name Description
Add() Creates and adds a new row item to the collection.
Add(MultiEditorRowProperties) Adds an existing row item to the end of the collection.
AddProperties(String) Creates a new MultiEditorRowProperties object which is bound to a specific data field and appends it to the collection.
AddRange(MultiEditorRowProperties[]) Adds an array of MultiEditorRowProperties objects to the collection of row items.
Clear() Removes all row items from the MultiEditorRow.PropertiesCollection.
Contains(Object) Determines whether a specific row item is a member of the MultiEditorRow.PropertiesCollection.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
IndexOf(Object) Searches for a specific row item object and returns the zero-based index of the first occurrence within the MultiEditorRow.PropertiesCollection.
Insert(Int32, MultiEditorRowProperties) Adds the specified row item to the specified position within the collection.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Remove(Object) Removes a specific row item object from the MultiEditorRow.PropertiesCollection.
RemoveAt(Int32) Removes a row item object from the MultiEditorRow.PropertiesCollection at the specified position.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also