Name | Description | |
---|---|---|
NGridSelection Constructor | Default constructor |
The following tables list the members exposed by NGridSelection.
Name | Description | |
---|---|---|
NGridSelection Constructor | Default constructor |
Name | Description | |
---|---|---|
AllowCurrentCellProperty | ||
BeginEditCellOnBecomeCurrentProperty | ||
BeginEditCellOnClickProperty | ||
BeginEditCellOnDoubleClickProperty | ||
CurrentCellChangedEvent | CurrentCellChanged event | |
CurrentRowChangedEvent | CurrentRowChanged event | |
NGridSelectionSchema | Schema associated with NSelection |
Name | Description | |
---|---|---|
AllowCurrentCell | Gets or sets whether the selection supports and navigates with a current cell. | |
BeginEditCellOnBecomeCurrent | Gets or sets whether cell editing should begin when the cell becomes the current cell. | |
BeginEditCellOnClick | Gets or sets whether cell editing should begin when the cell is clicked. | |
BeginEditCellOnDoubleClick | Gets or sets whether cell editing should begin when the cell is double clicked. | |
CurrentCell | Gets or set the current cell | |
CurrentRow | Gets or sets the current row | |
OwnerGrid | Gets the grid view to which this selection belongs to |
Name | Description | |
---|---|---|
CanMoveDown | Determines whether the move down navigation command can be executed | |
CanMoveDownEdit | Determines whether the move down edit operation can be performed. | |
CanMoveDownLast | Determines whether the move down last operation can be performed. | |
CanMoveFirstCell | Determines whether the move first cell operation can be performed. | |
CanMoveLastCell | Determines whether the move last cell operation can be performed. | |
CanMoveLeft | Determines whether the move left navigation command can be executed | |
CanMoveLeftEdit | Determines whether the move left edit operation can be performed. | |
CanMovePageDown | Determines whether the page down operation can be performed. | |
CanMovePageUp | Determines whether the page up operation can be performed. | |
CanMoveRight | Determines whether the move right navigation command can be executed | |
CanMoveRightEdit | Determines whether the move right edit operation can be performed. | |
CanMoveRowEnd | Determines whether the row end operation can be performed. | |
CanMoveRowStart | Determines whether the row start operation can be performed. | |
CanMoveUp | Determines whether the move up navigation command can be executed | |
CanMoveUpFirst | Determines whether the move up first operation can be performed. | |
Clear | Clears the selection | |
ClickCell | Called when a cell is clicked | |
ClickRow | Called when a header is clicked | |
ClickRowHeader | Called when a row header is clicked | |
MoveDown | Changes the current row to next navigable row and tries to preserve the current cell column. | |
MoveDownEdit | Moves 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. | |
MoveDownLast | Moves the current cell down to the last navigable cell in the current column | |
MoveFirstCell | Moves the current cell to the first navigable cell in the grid. | |
MoveLastCell | Moves the current cell to the last navigable cell in the grid. | |
MoveLeft | Changes 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. | |
MoveLeftEdit | Same as the move left command, except that it also begins editing of the new current cell, if the previous one was in edit mode. | |
MovePageDown | Moves the current/selected row to a row that is one page down. | |
MovePageUp | Moves the current/selected row to a row that is one page up. | |
MoveRight | Changes 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. | |
MoveRightEdit | Same as the move right command, except that it also begins editing of the new current cell, if the previous one was in edit mode. | |
MoveRowEnd | Moves the current cell to the last cell in the row. | |
MoveRowStart | Moves the current cell to the first cell in the row. | |
MoveUp | Changes the current row to prev navigable row and tries to preserve the current cell column. | |
MoveUpFirst | Moves the current cell up to the first navigable cell in the current column | |
TryCurrentCellBeginEdit | Tries to begin the editing of the current cell. | |
TryCurrentCellCancelEdit | Tries to cancel the editing of the current cell. | |
TryCurrentCellCommitEdit | Tries to commit the editing of the current cell. |
Name | Description | |
---|---|---|
OnAllowCurrentCellChanged | Called when the AllowCurrentCell property value has changed | |
OnCurrentCellChanged | Called when the current cell has changed. | |
OnCurrentRowChanged | Called when the current row has changed. | |
OnDeselected | Overridden. Called when the specified row has been deselected. Raises the Deselected event. | |
OnSelected | Overridden. Called when the specified row has been selected. Raises the Selected event |
Name | Description | |
---|---|---|
CurrentCellChanged | Event, which occurs when the current cell has changed | |
CurrentRowChanged | Event, which occurs when the current row has changed |