[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridColumnCollection

GridColumnCollection Class

Collection of columns.

Inheritance
GridColumnCollection
Namespace: C1.Xamarin.Forms.Grid
Assembly: C1.Xamarin.Forms.Grid.dll
Syntax
public class GridColumnCollection : GridRowColCollection<GridColumn>, IList<GridColumn>, ICollection<GridColumn>, IList, ICollection, IReadOnlyList<GridColumn>, IReadOnlyCollection<GridColumn>, IEnumerable<GridColumn>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Properties

Name Description
this[string]

Gets a GridColumn by its name.

Methods

Name Description
IndexOf(string)

Gets the index of the column with a given name in the collection.