This topic has not yet been rated - Rate this topic

ListView.ColumnHeaderCollection Properties

The ListView.ColumnHeaderCollection type exposes the following members.

  NameDescription
Public property Count Gets the number of items in the collection.
Public property IsReadOnly Gets a value indicating whether the collection is read-only.
Public property Item[Int32] Gets the column header at the specified index within the collection.
Public property Item[String] Gets the column header with the specified key from the collection.
Top
  NameDescription
Explicit interface implemetation Private property ICollection.IsSynchronized Infrastructure. Gets a value indicating whether access to the ListView.ColumnHeaderCollection is synchronized (thread safe).
Explicit interface implemetation Private property ICollection.SyncRoot Infrastructure. Gets an object that can be used to synchronize access to the collection of controls.
Explicit interface implemetation Private property IList.IsFixedSize Infrastructure. Gets a value indicating whether the ListView.ColumnHeaderCollection has a fixed size.
Explicit interface implemetation Private property IList.Item Infrastructure. Gets or sets the column header at the specified index within the collection.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.