Objective Grid for Microsoft® .NET® Reference Guide

CellSelections Enumeration

Back to Class Index

This enumeration specifies the options available for the end user or disables selecting cells, rows, columns, or the whole table with the keyboard or the mouse.     

[Visual Basic]
Public Enum CellSelections
[C#]
public enum CellSelections

Members

Member NameDescription
SelectKeyboardspecifies selecting with SHIFT+Arrow Key.     
SelectShiftspecifies extending selections by pressing SHIFT.     
SelectMultiplespecifies multiple selections.     
SelectCellspecifies selecting of cells in the grid.     
SelectTablespecifies selecting the whole table.     
SelectColspecifies selecting columns.     
SelectRowspecifies selecting rows.     
SelectNonespecifies no actions.     
SelectFullspecifies all actions.     

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

Stingray.Grid Namespace