Nevron.Nov.Grid Namespace / NGridSelection Class


In This Topic
    NGridSelection Class Methods
    In This Topic

    For a list of all members of this type, see NGridSelection members.

    Public Methods
     NameDescription
    Public MethodDetermines whether the move down navigation command can be executed  
    Public MethodDetermines whether the move down edit operation can be performed.  
    Public MethodDetermines whether the move down last operation can be performed.  
    Public MethodDetermines whether the move first cell operation can be performed.  
    Public MethodDetermines whether the move last cell operation can be performed.  
    Public MethodDetermines whether the move left navigation command can be executed  
    Public MethodDetermines whether the move left edit operation can be performed.  
    Public MethodDetermines whether the page down operation can be performed.  
    Public MethodDetermines whether the page up operation can be performed.  
    Public MethodDetermines whether the move right navigation command can be executed  
    Public MethodDetermines whether the move right edit operation can be performed.  
    Public MethodDetermines whether the row end operation can be performed.  
    Public MethodDetermines whether the row start operation can be performed.  
    Public MethodDetermines whether the move up navigation command can be executed  
    Public MethodDetermines whether the move up first operation can be performed.  
    Public MethodClears the selection  
    Public MethodCalled when a cell is clicked  
    Public MethodCalled when the user has clicked on an empty space space in the grid, or the grid lost focus.  
    Public MethodCalled when a row is clicked  
    Public MethodCalled when a row header is clicked  
    Public MethodChanges the current row to next navigable row and tries to preserve the current cell column.  
    Public MethodMoves the current cell to the navigable cell below it in the grid. If the current cell was edited, starts editing of the new current cell.  
    Public MethodMoves the current cell down to the last navigable cell in the current column  
    Public MethodMoves the current cell to the first navigable cell in the grid.  
    Public MethodMoves the current cell to the last navigable cell in the grid.  
    Public MethodChanges the current cell to the cell that is on the left of the current one. If there is no current cell tries to collapse the current row.  
    Public MethodSame as the move left command, except that it also begins editing of the new current cell, if the previous one was in edit mode.  
    Public MethodMoves the current/selected row to a row that is one page down.  
    Public MethodMoves the current/selected row to a row that is one page up.  
    Public MethodChanges the current cell to the cell that is on the right of the current one. If there is no current cell tries to expand the current row.  
    Public MethodSame as the move right command, except that it also begins editing of the new current cell, if the previous one was in edit mode.  
    Public MethodMoves the current cell to the last cell in the row.  
    Public MethodMoves the current cell to the first cell in the row.  
    Public MethodChanges the current row to prev navigable row and tries to preserve the current cell column.  
    Public MethodMoves the current cell up to the first navigable cell in the current column  
    Public MethodTries to start the editing of the current cell.  
    Public MethodTries to end the editing of the current cell.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled when the current cell has changed.  
    Protected MethodCalled when the current row has changed.  
    Protected MethodOverridden. Called when the specified row has been deselected. Raises the Deselected event.  
    Protected MethodOverridden. Called when the specified row has been selected. Raises the Selected event  
    Top
    See Also