System.Windows.Forms.ColumnHeader: Property Members

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

Public Properties

DisplayIndexint.

Gets or sets the display order of the column relative to the currently displayed columns.

ImageIndexint.

Gets or sets the index of the image displayed in the System.Windows.Forms.ColumnHeader.

ImageKeystring.

Gets or sets the key of the image displayed in the column.

[read-only]
ImageListImageList.

Gets the image list associated with the System.Windows.Forms.ColumnHeader.

[read-only]
Indexint.

Gets the location with the System.Windows.Forms.ListView control's System.Windows.Forms.ListView.ColumnHeaderCollection of this column.

[read-only]
ListViewListView.

Gets the System.Windows.Forms.ListView control the System.Windows.Forms.ColumnHeader is located in.

Namestring.

Gets or sets the name of the System.Windows.Forms.ColumnHeader.

Tagobject.

Gets or sets an object that contains data to associate with the System.Windows.Forms.ColumnHeader.

Textstring.

Gets or sets the text displayed in the column header.

TextAlignHorizontalAlignment.

Gets or sets the horizontal alignment of the text displayed in the System.Windows.Forms.ColumnHeader.

Widthint.

Gets or sets the width of the column.