共用方式為


DataGridColumnHeader.DisplayIndex 屬性

定義

取得與此資料行行首相關聯之資料行,在 DataGrid 中相對於其他資料行的顯示位置。

public:
 property int DisplayIndex { int get(); };
public int DisplayIndex { get; }
member this.DisplayIndex : int
Public ReadOnly Property DisplayIndex As Integer

屬性值

Int32

關聯的資料行在 DataGrid 中相對於其他資料行的顯示位置。

適用於

另請參閱