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

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

プロパティ値

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

GcComboBox クラス
GcComboBox メンバ