すべての列が . で生成された後に何かをしたいので、そこにWPFDataGrid
必要なので、 ofを使用しましたが、値がまだ設定されていないようです。DisplayIndex
EndInit
DataGrid
DisplayIndex
public class AdvancedDatagridControl:DataGrid
{
.
.
.
public override void EndInit()
{
foreach (var column in this.Columns)
{
var colIndex=column.DisplayIndex; //DisplayIndex is -1
}
}
}
どのようなイベントを使用できますか?