[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ColumnCollection

ColumnCollection Class

Represents a collection of Column objects.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public class ColumnCollection : RowColCollection<Column>, IList<Column>, ICollection<Column>, IList, ICollection, IReadOnlyList<Column>, IReadOnlyCollection<Column>, IEnumerable<Column>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Properties

Name Description
this[string]

Gets a Column by its name.

Selected

Gets a list with the columns that are currently selected.

Methods

Name Description
Contains(string)

Gets a value that indicates whether the collection contains a Column with a given name.

IndexOf(string)

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

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Raises the CollectionChanged event.