The properties of System.Windows.Forms.ColumnHeader are listed below. For a list of all members, see the ColumnHeader Members list.
See Also: Inherited members from System.ComponentModel.Component
DisplayIndex | int.
Gets or sets the display order of the column relative to the currently displayed columns. | |
ImageIndex | int.
Gets or sets the index of the image displayed in the System.Windows.Forms.ColumnHeader. | |
ImageKey | string.
Gets or sets the key of the image displayed in the column. | |
[read-only] | ImageList | ImageList.
Gets the image list associated with the System.Windows.Forms.ColumnHeader. |
[read-only] | Index | int.
Gets the location with the System.Windows.Forms.ListView control's System.Windows.Forms.ListView.ColumnHeaderCollection of this column. |
[read-only] | ListView | ListView.
Gets the System.Windows.Forms.ListView control the System.Windows.Forms.ColumnHeader is located in. |
Name | string.
Gets or sets the name of the System.Windows.Forms.ColumnHeader. | |
Tag | object.
Gets or sets an object that contains data to associate with the System.Windows.Forms.ColumnHeader. | |
Text | string.
Gets or sets the text displayed in the column header. | |
TextAlign | HorizontalAlignment.
Gets or sets the horizontal alignment of the text displayed in the System.Windows.Forms.ColumnHeader. | |
Width | int.
Gets or sets the width of the column. |