Back to Devexpress

Member Table: Master-Detail Relationship

aspnet-3767-components-grid-view-member-tables-member-table-master-detail-relationship.md

latest2.0 KB
Original Source

Member Table: Master-Detail Relationship

  • Nov 18, 2021

Server

MemberDescription
ASPxGridView.SettingsDetailProvides access to the ASPxGridView’s master-detail options.
ASPxGridBase.BeforePerformDataSelectOccurs before the ASPxGridView control obtains data from a data source.
ASPxGridView.DetailRowsContains methods used to expand/collapse detail rows, etc.
ASPxGridView.DetailsChangedFires after a detail row(s) has been expanded or collapsed.
ASPxGridView.GetMasterRowFieldValuesReturns the values within the specified master row cells.
ASPxGridView.GetMasterRowKeyValueReturns the master row’s key value.
GridViewStyles.DetailRowGets the style settings used to paint detail rows.
GridViewTemplates.DetailRowSpecifies a template for displaying detail rows.
ASPxGridView.DetailRowGetButtonVisibilityEnables you to hide/show expand buttons displayed within individual data rows.

Client

MemberDescription
ASPxClientGridView.CollapseAllDetailRowsCollapses all detail rows.
ASPxClientGridView.CollapseDetailRowCollapses the specified detail row.
ASPxClientGridView.ExpandAllDetailRowsExpands all detail rows.
ASPxClientGridView.ExpandDetailRowExpands the specified detail row.