ColumnHeader.DisplayIndex Property

Definition

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

public:
 property int DisplayIndex { int get(); void set(int value); };
public int DisplayIndex { get; set; }
member this.DisplayIndex : int with get, set
Public Property DisplayIndex As Integer

Property Value

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

Applies to