Skip to main content
A newer version of this page is available. .

Member Table: Selections

  • 2 minutes to read
Server Member Description
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 after the selection has been changed.
GridViewStyles.SelectedRow Gets the selected data rows style settings.
Client Members Description
ASPxClientGridView.GetSelectedFieldValues Returns the row values displayed within all selected rows.
ASPxClientGridView.GetSelectedKeysOnPage Returns key values of selected rows displayed within the current page.
ASPxClientGridView.GetSelectedRowCount Returns the number of selected rows.
ASPxClientGridView.IsRowSelectedOnPage Indicates whether or not the specified row is selected within the current page.
ASPxClientGridView.SelectAllRowsOnPage Allows you to select or deselect all rows displayed on the current page based on the parameter passed.
ASPxClientGridView.SelectRowOnPage Selects or deselects the specified row displayed on the current page.
ASPxClientGridView.SelectRows Selects or deselects the specified rows within the grid.
ASPxClientGridView.SelectRowsByKey Selects or deselects the specified row in the grid.
ASPxClientGridView.SelectionChanged Fires when a user selects a row.
ASPxClientGridView.UnselectAllRowsOnPage Deselects all selected rows displayed on the current page.
ASPxClientGridView.UnselectFilteredRows Deselects all grid rows that match the filter criteria currently applied to the grid.
ASPxClientGridView.UnselectRowOnPage Deselects the specified row (if selected) displayed on the current page.
ASPxClientGridView.UnselectRows Deselects the specified row (if selected) within the grid.
ASPxClientGridView.UnselectRowsByKey Deselects the specified row displayed within the grid.