The DataGridColumnCollection type exposes the following members.

Constructors

  NameDescription
DataGridColumnCollection

Methods

  NameDescription
Add (Inherited from Collection<(Of <(DataGridColumn>)>).)
BlockReentrancy (Inherited from ObservableCollection<(Of <(DataGridColumn>)>).)
CheckReentrancy (Inherited from ObservableCollection<(Of <(DataGridColumn>)>).)
Clear (Inherited from Collection<(Of <(DataGridColumn>)>).)
ClearItems (Inherited from ObservableCollection<(Of <(DataGridColumn>)>).)
Contains (Inherited from Collection<(Of <(DataGridColumn>)>).)
CopyTo (Inherited from Collection<(Of <(DataGridColumn>)>).)
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetEnumerator (Inherited from Collection<(Of <(DataGridColumn>)>).)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
IndexOf (Inherited from Collection<(Of <(DataGridColumn>)>).)
Insert (Inherited from Collection<(Of <(DataGridColumn>)>).)
InsertItem (Inherited from ObservableCollection<(Of <(DataGridColumn>)>).)
MemberwiseClone (Inherited from Object.)
Move (Inherited from ObservableCollection<(Of <(DataGridColumn>)>).)
MoveItem (Inherited from ObservableCollection<(Of <(DataGridColumn>)>).)
OnCollectionChanged (Inherited from ObservableCollection<(Of <(DataGridColumn>)>).)
OnPropertyChanged (Inherited from ObservableCollection<(Of <(DataGridColumn>)>).)
Remove (Inherited from Collection<(Of <(DataGridColumn>)>).)
RemoveAt (Inherited from Collection<(Of <(DataGridColumn>)>).)
RemoveItem (Inherited from ObservableCollection<(Of <(DataGridColumn>)>).)
SetItem (Inherited from ObservableCollection<(Of <(DataGridColumn>)>).)
ToString (Inherited from Object.)

Properties

  NameDescription
Count (Inherited from Collection<(Of <(DataGridColumn>)>).)
Item (Inherited from Collection<(Of <(DataGridColumn>)>).)
Items (Inherited from Collection<(Of <(DataGridColumn>)>).)

Events

  NameDescription
CollectionChanged (Inherited from ObservableCollection<(Of <(DataGridColumn>)>).)
PropertyChanged (Inherited from ObservableCollection<(Of <(DataGridColumn>)>).)

Explicit Interface Implementations

  NameDescription
IList..::.Add (Inherited from Collection<(Of <(DataGridColumn>)>).)
IList..::.Contains (Inherited from Collection<(Of <(DataGridColumn>)>).)
ICollection..::.CopyTo (Inherited from Collection<(Of <(DataGridColumn>)>).)
IEnumerable..::.GetEnumerator (Inherited from Collection<(Of <(DataGridColumn>)>).)
IList..::.IndexOf (Inherited from Collection<(Of <(DataGridColumn>)>).)
IList..::.Insert (Inherited from Collection<(Of <(DataGridColumn>)>).)
IList..::.IsFixedSize (Inherited from Collection<(Of <(DataGridColumn>)>).)
System#Collections#Generic#ICollection{T}#IsReadOnly (Inherited from Collection<(Of <(DataGridColumn>)>).)
IList..::.IsReadOnly (Inherited from Collection<(Of <(DataGridColumn>)>).)
ICollection..::.IsSynchronized (Inherited from Collection<(Of <(DataGridColumn>)>).)
IList..::.Item (Inherited from Collection<(Of <(DataGridColumn>)>).)
INotifyPropertyChanged..::.PropertyChanged (Inherited from ObservableCollection<(Of <(DataGridColumn>)>).)
IList..::.Remove (Inherited from Collection<(Of <(DataGridColumn>)>).)
ICollection..::.SyncRoot (Inherited from Collection<(Of <(DataGridColumn>)>).)

See Also