LayoutViewColumnCollection Methods
Represents a collection of columns in a Layout View.
Name | Description |
---|---|
Add() | Adds a new column (card field) to the current collection. |
Add |
Adds the specified column to the end of the collection.
Inherited from Grid |
Add |
Creates a new column (card field) which is bound to the specified field and appends it to the collection. |
Add |
Adds an array of columns to the end of the collection. |
Add |
Adds an array of columns to the end of the collection. |
Add |
Creates an unbound column with the specified field name and unbound data type, and adds it to the collection. |
Add |
Adds a new column with the specified caption, binds it to the specified field, and makes this column visible. |
Add |
Adds a new column, binds it to the specified field, and makes this column visible. |
Clear() |
Removes all objects from the Collection |
Column |
Returns a column by the name of the field to which it is bound. |
Column |
Returns a column by its name. |
Contains |
Indicates whether the collection contains the specified column.
Inherited from Grid |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
For |
Executes the specified action on each element in the collection.
Inherited from Grid |
Get |
Returns an enumerator that iterates through the Collection |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the specified column’s position within the collection.
Inherited from Grid |
Insert |
Inserts the specified column at the specified position.
Inherited from Grid |
Insert |
Creates a new column and adds it to the specified position within the collection.
Inherited from Grid |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
Performs additional custom processes after clearing the contents of the Collection |
On |
Performs additional custom processes before inserting a new element into the Collection |
On |
Performs additional custom processes when removing an element from the Collection |
On |
Performs additional custom processes before setting a value in the Collection |
On |
Performs additional custom processes after setting a value in the Collection |
On |
Performs additional custom processes when validating a value.
Inherited from Collection |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified column from the collection.
Inherited from Grid |
Remove |
Removes the element at the specified index of the Collection |
ICollection. |
Copies the entire Collection |
IList. |
Adds an object to the end of the Collection |
IList. |
Determines whether the Collection |
IList. |
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire Collection |
IList. |
Inserts an element into the Collection |
IList. |
Removes the first occurrence of a specific object from the Collection |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also