SPREAD for WPF 3.0J - GcSpreadGrid
CanUserSortColumns プロパティ (GcComboBox)

GrapeCity.Windows.SpreadGrid.Editors 名前空間 > GcComboBox クラス : CanUserSortColumns プロパティ
ユーザーがカラムヘッダをクリックしてカラムを並べ替えられるかどうかを示す値を取得または設定します。これは依存関係プロパティです。
シンタックス
'宣言
 
Public Property CanUserSortColumns As Boolean
public bool CanUserSortColumns {get; set;}

プロパティ値

ユーザーがカラムを並べ替えられる場合は true。それ以外の場合は false。 既定値は false です。
解説
個々の列に対してこの動作を設定するには、ListColumn.CanUserSort プロパティを設定します。ListColumn.CanUserSort プロパティと CanUserSortColumns プロパティが両方とも設定されている場合は、false の値が true の値よりも優先されます。
参照

GcComboBox クラス
GcComboBox メンバ