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

ASPxGridViewDetailSettings.IsDetailGrid Property

OBSOLETE

This property is no longer required

Gets or sets whether the current ASPxGridView is a detail grid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[Obsolete("This property is no longer required")]
[DefaultValue(false)]
public bool IsDetailGrid { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the current grid is a detail grid; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to IsDetailGrid
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsDetail.IsDetailGrid
GridViewProperties
.SettingsDetail.IsDetailGrid
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsDetail.IsDetailGrid

Remarks

It is recommended to enable this property for an ASPxGridView control that is used as a detail grid embedded into another (master) ASPxGridView. For instance, when a detail grid is placed within a master grid’s GridViewTemplates.DetailRow template.

For more information, see Master-Detail Relationship and Master-Detail: Implementation concept topics.

See Also