バージョン

GridSelectionProps 列挙体

Selection 動作でクライアントに送付されるすべてのプロパティの列挙体。これはコントロールが Selection から派生して、追加プロパティを送付する必要がある場合に限って使用されます。
シンタックス
'宣言
 
Public Enum GridSelectionProps 
   Inherits System.Enum
public enum GridSelectionProps : System.Enum 
メンバ
メンバ解説
CellClickActionCellClickAction プロパティを表します。
CellSelectTypeCellSelectType プロパティを表します。
ColumnSelectTypeColumnSelectType プロパティを表します。
Countこのコントロールに対してクライアントに送付されるプロパティの合計数。

この値はオブジェクトの PropCount プロパティに対応します。

RowSelectTypeRowSelectType プロパティを表します。
SelectedCellsSelectedCells プロパティを表します。
SelectedColumnsSelectedColumns プロパティを表します。
SelectedRowsSelectedRows プロパティを表します。
参照