| ASPxGridView.Selection |
Gets the ASPxGridView’s selection. |
| ASPxGridBase.GetFilteredSelectedValues |
Returns the values displayed in selected rows that match the filter criteria. |
| ASPxGridBase.GetSelectedFieldValues |
Returns the values displayed in all selected rows. |
| ASPxGridBase.SelectionChanged |
Fires when the row selection changes. |
| GridViewStyles.SelectedRow |
Specifies the appearance of the selected data row. |
| Client Members |
Description |
| ASPxClientGridView.GetSelectedFieldValues |
Returns the values of the specified fields within selected rows. |
| ASPxClientGridView.GetSelectedKeysOnPage |
Returns the key values of selected rows. |
| ASPxClientGridView.GetSelectedRowCount |
Returns the number of selected rows. |
| ASPxClientGridView.IsRowSelectedOnPage |
Indicates whether the specified row is selected. |
| ASPxClientGridView.SelectAllRowsOnPage |
Selects or deselects the rows on the current page. |
| ASPxClientGridView.SelectRowOnPage |
Selects or deselects the row specified by its visible index. |
| ASPxClientGridView.SelectRows |
Selects or deselects rows. |
| ASPxClientGridView.SelectRowsByKey |
Selects or deselects the rows specified by their key values. |
| ASPxClientGridView.SelectionChanged |
Fires when the row selection changes. |
| ASPxClientGridView.UnselectAllRowsOnPage |
Deselects the rows on the current page. |
| ASPxClientGridView.UnselectFilteredRows |
Deselects the rows that match the applied filter criteria. |
| ASPxClientGridView.UnselectRowOnPage |
Deselects the row specified by its visible index. |
| ASPxClientGridView.UnselectRows |
Deselects rows. |
| ASPxClientGridView.UnselectRowsByKey |
Deselects the rows specified by their key values. |