ColumnHeader::DisplayIndex Property

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property int DisplayIndex {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The display order of the column, relative to the currently displayed columns.

.NET Framework
Available since 2.0
Return to top
Show: