NevronOpenVision
Nevron.Nov.Grid Namespace / NGridSelection Class
Fields Properties Methods Events


In This Topic
    NGridSelection Class Members
    In This Topic

    The following tables list the members exposed by NGridSelection.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Fields
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the selection supports and navigates with a current cell.  
    Public PropertyGets or sets whether cell editing should begin when the cell becomes the current cell.  
    Public PropertyGets or sets whether cell editing should begin when the cell is clicked.  
    Public PropertyGets or sets whether cell editing should begin when the cell is double clicked.  
    Public PropertyGets or set the current cell  
    Public PropertyGets or sets the current row  
    Public PropertyGets the grid view to which this selection belongs to  
    Top
    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 a header 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 begin the editing of the current cell.  
    Public MethodTries to cancel the editing of the current cell.  
    Public MethodTries to commit the editing of the current cell.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled when the AllowCurrentCell property value has changed  
    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
    Public Events
     NameDescription
    Public EventEvent, which occurs when the current cell has changed  
    Public EventEvent, which occurs when the current row has changed  
    Top
    See Also