バージョン

ColumnSettings プロパティ (XamGantt)

XamGantt のすべてのテーブルで使用するデフォルトの列毎の設定のコレクションを返すか、設定します。
シンタックス
'宣言
 
Public ReadOnly Property ColumnSettings As IKeyedList(Of ProjectKeyedColumnSettings,String)
public IKeyedList<ProjectKeyedColumnSettings,string> ColumnSettings {get;}
参照