ColumnHeader Properties
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | CanRaiseEvents | Gets a value indicating whether the component can raise an event.(Inherited from Component.) |
![]() | Container | Gets the IContainer that contains the Component.(Inherited from Component.) |
![]() | DesignMode | |
![]() | DisplayIndex | Gets or sets the display order of the column relative to the currently displayed columns. |
![]() | Events | |
![]() | ImageIndex | Gets or sets the index of the image displayed in the ColumnHeader. |
![]() | ImageKey | Gets or sets the key of the image displayed in the column. |
![]() | ImageList | Gets the image list associated with the ColumnHeader. |
![]() | Index | Gets the location with the ListView control's ListView::ColumnHeaderCollection of this column. |
![]() | ListView | Gets the ListView control the ColumnHeader is located in. |
![]() | Name | Gets or sets the name of the ColumnHeader. |
![]() | Site | |
![]() | Tag | Gets or sets an object that contains data to associate with the ColumnHeader. |
![]() | Text | Gets or sets the text displayed in the column header. |
![]() | TextAlign | Gets or sets the horizontal alignment of the text displayed in the ColumnHeader. |
![]() | Width | Gets or sets the width of the column. |

