The ColumnCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add | (Inherited from Collection<(Of <(<'Column>)>)>.) |
![]() |
Clear | (Inherited from Collection<(Of <(<'Column>)>)>.) |
![]() |
Contains(String) |
Gets a value that indicates whether the collection contains a Column
with a given name.
|
![]() |
Contains(T) | (Inherited from Collection<(Of <(<'Column>)>)>Collection<(Of <(<'T>)>)>.) |
![]() |
CopyTo | (Inherited from Collection<(Of <(<'Column>)>)>.) |
![]() |
DeferNotifications |
Suspends notifications until the returned IDisposable
object is disposed.
(Inherited from RowColCollection<(Of <(<'T>)>)>.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetEnumerator | (Inherited from Collection<(Of <(<'Column>)>)>.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf(String) |
Gets the index of the column with a given name in the collection.
|
![]() |
IndexOf(T) | (Inherited from Collection<(Of <(<'Column>)>)>Collection<(Of <(<'T>)>)>.) |
![]() |
Insert | (Inherited from Collection<(Of <(<'Column>)>)>.) |
![]() |
Remove | (Inherited from Collection<(Of <(<'Column>)>)>.) |
![]() |
RemoveAt | (Inherited from Collection<(Of <(<'Column>)>)>.) |
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Count | (Inherited from Collection<(Of <(<'Column>)>)>.) |
![]() |
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>)>)>.) |
![]() |
Frozen |
Gets or sets the number of frozen rows or columns in the collection.
(Inherited from RowColCollection<(Of <(<'T>)>)>.) |
![]() |
Item[([( Int32])]) | (Inherited from Collection<(Of <(<'Column>)>)>Collection<(Of <(<'T>)>)>.) |
![]() |
Item[([( String])]) |
Gets a Column by its name.
|
![]() |
MaxGroupLevel |
Gets the maximum group level present in the grid.
(Inherited from RowColCollection<(Of <(<'T>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
Selected |
Gets a list with the columns that are currently selected.
|
Events
Name | Description | |
---|---|---|
![]() |
CollectionChanged | (Inherited from ObservableCollection<(Of <(<'Column>)>)>.) |