ComponentOne Xamarin Edition
GridColumnCollection Class Members
Properties  Methods  Events

C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace : GridColumnCollection Class

The following tables list the members exposed by GridColumnCollection.

Public Properties
 NameDescription
Public PropertyGets the number of elements contained in the System.Collections.ICollection. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Public Property Gets or sets the default size for the items in the collection. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Public Property Gets whether the collection size can change. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Public PropertyGets a value indicating whether the ICollection is read-only. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Public PropertyGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Public PropertyGets a GridColumn by its name.  
Public Property Gets or sets the maximum size for the items in the collection. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Public Property Gets or sets the minimum size for the items in the collection. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Public PropertyGets an object that can be used to synchronize access to the System.Collections.ICollection. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Top
Public Methods
 NameDescription
Public MethodAdds an item to the ICollection. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Public MethodRemoves all items from the ICollection. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Public MethodOverloaded. Determines whether the System.Collections.IList contains a specific value. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Public MethodOverloaded. Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Public Method Disable the animations caused by the operations that are performed inside the using block of the returned IDisposable. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Public Method Returns an enumerator that iterates through a collection. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Public MethodOverloaded.  Gets the index of the column with a given name in the collection.  
Public MethodOverloaded. Inserts an item to the System.Collections.IList at the specified index. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Public MethodMoves the item at the from position to to. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Public MethodOverloaded. Removes the first occurrence of a specific object from the System.Collections.IList. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Public MethodRemoves the IList item at the specified index. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Top
Extension Methods
 NameDescription
Public Extension Method Gets the index of the specified item.
Public Extension MethodOverloaded. Converts an System.Collections.IEnumerable to a collection view.
Top
Public Events
 NameDescription
Public Event Occurs after the items in the collection changed. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Public Event Called when a property changed. (Inherited from C1.Xamarin.Forms.Grid.GridRowColCollection<GridColumn>)
Top
See Also

Reference

GridColumnCollection Class
C1.Xamarin.Forms.Grid Namespace