The Header type exposes the following members.

Properties

  NameDescription
Public propertyAppearance
Gets appearance of Header and also even and odd rows.
Public propertyCanResizeColumns
Gets or sets a value indicating whether the end user can resize the Columns in this Header.
Public propertyColumnPanelHeight
Gets or sets the height of the column panel.
Public propertyColumns
Gets a collection of all available Columns.
Public propertyConfigurable
Gets or sets a value indicating whether this Header is configurable.
Public propertyCount
Gets the count of all Columns (visible and invisible).
Public propertyFixedColumns
Gets a count of non-scrollable Columns.
Public propertyFocusedColumn
Gets or sets a focused Column.
Public propertyGrid
Gets the Grid, to which the Header belongs.
Public propertyGroupedColumns
Gets a collection of grouped Columns.
Public propertyGroupingEnabled
Gets or sets a value indicating whether the Header can group Columns.
Public propertyGroupPanelHeight
Gets or sets the height of the group panel.
Public propertyHasFilter
Gets a value indicating whether the header has at last one column filter.
Public propertyHeight
Gets the integral height of the Header, including heights of the group and the column panels.
Public propertyItem[([( Int32])])
Gets the Column by the its Index.
Public propertyItem[([( String])])
Gets the Column (visible or invisible) with the specified id.
Public propertyLevel
Gets a hierarchical level of the Header.
Public propertyMergedColums
Gets the collection of merged columns.
Public propertyScrollType
Gets or sets the horizontal scroll type.
Public propertySerializationState
Gets or sets header serialization state (columns, colors, etc...).
Public propertySortedColumns
Gets a collection of sorted Columns.
Public propertySpacing
Gets the spacing between the header and the first followed row.
Public propertyStretchMode
Gets or sets a value, indicating how the widths of the columns in a grid are stretched.
Public propertyTag
Gets or sets the tag.
Public propertyVisible
Gets or sets a value indicating whether this Header is visible.
Public propertyVisibleColumns
Gets a collection of visible Columns.

See Also