MVCxGridViewDetailSettings Properties
Provides detail customization options for GridViews.| Name | Description |
|---|---|
| AllowOnlyOneMasterRowExpanded | Gets or sets whether several master rows can be expanded simultaneously. Inherited from ASPxGridViewDetailSettings. |
| ExportIndex | Gets or sets the detail view’s position among other details in a printed document. Inherited from ASPxGridViewDetailSettings. |
| ExportMode | Specifies detail rows that can be exported. Inherited from ASPxGridViewDetailSettings. |
| IsDetailGrid | Obsolete. Gets or sets whether the current ASPxGridView is a detail grid. Inherited from ASPxGridViewDetailSettings. |
| MasterGridName | Gets or sets the master GridView’s name. |
| ShowDetailButtons | Gets or sets whether detail buttons are displayed. Inherited from ASPxGridViewDetailSettings. |
| ShowDetailRow | Gets or sets whether the ASPxGridView can display detail rows. Inherited from ASPxGridViewDetailSettings. |
See Also