Back to Devexpress

Member Table: Selections

aspnet-3705-components-grid-view-member-tables-member-table-selections.md

latest2.9 KB
Original Source

Member Table: Selections

  • Dec 17, 2020
Server MemberDescription
ASPxGridView.SelectionGets the ASPxGridView’s selection.
ASPxGridBase.GetFilteredSelectedValuesReturns the values displayed in selected rows that match the filter criteria.
ASPxGridBase.GetSelectedFieldValuesReturns the values displayed in all selected rows.
ASPxGridBase.SelectionChangedFires when the row selection changes.
GridViewStyles.SelectedRowSpecifies the appearance of the selected data row.
Client MembersDescription
ASPxClientGridView.GetSelectedFieldValuesReturns the values of the specified fields within selected rows.
ASPxClientGridView.GetSelectedKeysOnPageReturns the key values of selected rows.
ASPxClientGridView.GetSelectedRowCountReturns the number of selected rows.
ASPxClientGridView.IsRowSelectedOnPageIndicates whether the specified row is selected.
ASPxClientGridView.SelectAllRowsOnPageSelects or deselects the rows on the current page.
ASPxClientGridView.SelectRowOnPageSelects or deselects the row specified by its visible index.
ASPxClientGridView.SelectRowsSelects or deselects rows.
ASPxClientGridView.SelectRowsByKeySelects or deselects the rows specified by their key values.
ASPxClientGridView.SelectionChangedFires when the row selection changes.
ASPxClientGridView.UnselectAllRowsOnPageDeselects the rows on the current page.
ASPxClientGridView.UnselectFilteredRowsDeselects the rows that match the applied filter criteria.
ASPxClientGridView.UnselectRowOnPageDeselects the row specified by its visible index.
ASPxClientGridView.UnselectRowsDeselects rows.
ASPxClientGridView.UnselectRowsByKeyDeselects the rows specified by their key values.