GrapeCity SPREAD for WPF 2.0J
CanUserSortColumns プロパティ (GcComboBox)

ユーザーがカラムヘッダをクリックしてカラムを並べ替えられるかどうかを示す値を取得または設定します。これは依存関係プロパティです。
構文
'Declaration
 
Public Property CanUserSortColumns As Boolean
public bool CanUserSortColumns {get; set;}

プロパティ値

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

GcComboBox クラス
GcComboBox メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.