The Header type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a new Column to the end of this header.
Public methodAdjustColumns
Adjusts all Columns to their optimal width.
Public methodClear
Removes all Columns from the Header.
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodFilterRemove
Removes all column filters.
Public methodStatic memberFromDataAccessor
Creates a new instance of the Header class and populates it with Columns by parsing IDataAccessor.
Public methodStatic memberFromDataObject
Creates a new instance of the Header class and populates it with Columns, by parsing the data object.
Public methodStatic memberFromDataType
Creates a new instance of the Header class and populates it with Columns by parsing the type of data object.
Public methodStatic memberFromPropertyDescriptorCollection
Creates a new instance of the Header class and populates it with Columns by parsing PropertyDescriptorCollection.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection of all available Columns.
Public methodInvalidate
Invalidates this Header.
Public methodInvalidateRows
Repaint all rows in the grid on the same hierarchical level as the header.
Public methodRemove
Removes the Column from the Header.

See Also