[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridColumnCollection

GridColumnCollection Class

Collection of columns.

Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridColumnCollection : GridRowColCollection<GridColumn>, IList<GridColumn>, ICollection<GridColumn>, IList, ICollection, IReadOnlyList<GridColumn>, IReadOnlyCollection<GridColumn>, IEnumerable<GridColumn>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDisposable
Public Class GridColumnCollection
    Inherits GridRowColCollection(Of GridColumn)
    Implements IList(Of GridColumn), ICollection(Of GridColumn), IList, ICollection, IReadOnlyList(Of GridColumn), IReadOnlyCollection(Of GridColumn), IEnumerable(Of GridColumn), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDisposable

Properties

Name Description
DataCollection

Gets the data collection this list is wrapping.

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.