バージョン

InitialLocation プロパティ

Infragistics.Controls.Grids.Primitives.ColumnChooserDialog を開いたときに、それが表示される最初の位置。
シンタックス
'宣言
 
Public Property InitialLocation As Nullable(Of Point)
public Nullable<Point> InitialLocation {get; set;}
解説
値 が null の場合、XamGrid の中心に表示されます。その点は、XamGrid に対して相対的です。
参照