The Header type exposes the following members.
 Properties
Properties
| Name | Description | |
|---|---|---|
|  | CanResizeColumns | |
|  | ColumnPanelHeight | 
            Gets or sets the height of the column panel.
             | 
|  | Columns | 
            Gets a collection of all available columns (visible and invisible).
             | 
|  | Count | 
            Gets the count of all columns (visible and invisible).
             | 
|  | FixedColumns | 
            Gets a collection of non-scrollable columns.
             | 
|  | FocusedColumn | 
             Gets or sets a focused Column.
              | 
|  | Grid | 
            Gets the GridControl, to which the Header belongs.
             | 
|  | GroupedColumns | 
            Gets a collection of grouped columns.
             | 
|  | GroupPanelHeight | 
            Gets or sets the height of the group panel.
             | 
|  | HasFilter | 
            Gets a value indicating whether the header has at last one column filter.
             | 
|  | Height | 
            Gets the height of the Header, including heights of the group and the column panels.
             | 
|  | Item[([( Int32])]) | 
            Gets the Column at the specified index.
             | 
|  | Item[([( String])]) | 
            Gets the Column with the specified identifier.
             | 
|  | Level | 
            Gets a hierarchical level of the Header.
             | 
|  | ScrollType | 
             Gets or sets the column scroll type.
              | 
|  | SortedColumns | 
            Gets a collection of sorted columns.
             | 
|  | Visible | 
            Gets or sets a value indicating whether this Header is visible.
             | 
|  | VisibleColumns | 
            Gets a collection of visible columns.
             | 
|  | VisibleGroupPanel | 
            Gets or sets a value indicating whether group panel is visible.
             | 






