Back to Devexpress

Member Table: Focused Row

aspnet-3725-components-grid-view-member-tables-member-table-focused-row.md

latest1.5 KB
Original Source

Member Table: Focused Row

  • Nov 15, 2021

Server

MemberDescription
ASPxGridViewBehaviorSettings.AllowFocusedRowSpecifies whether a user can focus a row.
ASPxGridView.FocusedRowIndexIdentifies the focused row and moves focus to another row within the current page.
ASPxGridView.FocusedRowChangedRaises when a user moves focus from one row to another or after the ASPxGridView.FocusedRowIndex property value is changed in code.
GridViewStyles.FocusedRow, GridViewStyles.FocusedGroupRowSpecify style settings used to customize the focused data row or focused group row appearance.

Client

MemberDescription
ASPxClientGridView.SetFocusedRowIndexMoves focus to a specified row.
ASPxClientGridView.GetFocusedRowIndexReturns the focused row’s index.
ASPxClientGridView.FocusedRowChangedRaises when a user moves row focus.