The ColumnCollection type exposes the following members.

Methods

  Name Description
Public method Add (Inherited from Collection<(Of <(<'Column>)>)>.)
Public method Clear (Inherited from Collection<(Of <(<'Column>)>)>.)
Public method Contains(String)
Gets a value that indicates whether the collection contains a Column with a given name.
Public method Contains(T) (Inherited from Collection<(Of <(<'Column>)>)>Collection<(Of <(<'T>)>)>.)
Public method CopyTo (Inherited from Collection<(Of <(<'Column>)>)>.)
Public method DeferNotifications
Suspends notifications until the returned IDisposable object is disposed.
(Inherited from RowColCollection<(Of <(<'T>)>)>.)
Public method Equals (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<(Of <(<'Column>)>)>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf(String)
Gets the index of the column with a given name in the collection.
Public method IndexOf(T) (Inherited from Collection<(Of <(<'Column>)>)>Collection<(Of <(<'T>)>)>.)
Public method Insert (Inherited from Collection<(Of <(<'Column>)>)>.)
Public method Remove (Inherited from Collection<(Of <(<'Column>)>)>.)
Public method RemoveAt (Inherited from Collection<(Of <(<'Column>)>)>.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Count (Inherited from Collection<(Of <(<'Column>)>)>.)
Public property DefaultSize
Gets or sets a value that indicates the size (width or height) in pixels for row and column objects in this collection.
(Inherited from RowColCollection<(Of <(<'T>)>)>.)
Public property Frozen
Gets or sets the number of frozen rows or columns in the collection.
(Inherited from RowColCollection<(Of <(<'T>)>)>.)
Public property Item[([( Int32])]) (Inherited from Collection<(Of <(<'Column>)>)>Collection<(Of <(<'T>)>)>.)
Public property Item[([( String])])
Gets a Column by its name.
Public property MaxGroupLevel
Gets the maximum group level present in the grid.
(Inherited from RowColCollection<(Of <(<'T>)>)>.)
Public property MaxSize
Gets or sets a value that indicates the maximum size (width or height) in pixels for row and column objects in this collection.
(Inherited from RowColCollection<(Of <(<'T>)>)>.)
Public property MinSize
Gets or sets a value that indicates the minimum size (width or height) in pixels for row and column objects in this collection.
(Inherited from RowColCollection<(Of <(<'T>)>)>.)
Public property Selected
Gets a list with the columns that are currently selected.

Events

  Name Description
Public event CollectionChanged (Inherited from ObservableCollection<(Of <(<'Column>)>)>.)

See Also