ASP.NET Core MVC コントロールヘルプ
SelectionMode 列挙体

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Grid 名前空間 : SelectionMode 列挙体
Gets or sets the current selection mode.
シンタックス
'宣言
 
Public Enum SelectionMode 
   Inherits System.Enum
public enum SelectionMode : System.Enum 
メンバ
メンバ解説
CellThe user can select only a single cell at a time.
CellRangeThe user can select contiguous blocks of cells.
ListBoxThe user can select non-contiguous rows by ctrl+clicking.
MultiRangeThe user can select multiple ranges by ctrl+clicking and dragging the mouse.
NoneThe user cannot select cells with the mouse or keyboard.
RowThe user can select a single row at a time.
RowRangeThe user can select contiguous rows.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Grid.SelectionMode

参照

C1.Web.Mvc.Grid 名前空間