Enum DxGridSelection.ShowCheckBoxesMode
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public enum ShowCheckBoxesMode
Fields
Name | Description |
---|---|
always | The selection column with all the check boxes is always visible. A user can select a row by clicking the check box or its grid cell, but not the row itself. |
none | Check boxes are always hidden, which means that selection is always single-like in this mode. |
onClick | Check boxes appear once a user clicks anywhere in the selection column, or if two or more rows are selected programmatically or using keyboard shortcuts. Check boxes disappear once rows selection is canceled. |
onLongTap | The selection column with all the check boxes appears and disappears on long tap, and on click and hold. |