Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
[Obsolete("This property is no longer required")]
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:

Object Type Path to IsDetailGrid
ASPxGridView
.SettingsDetail .IsDetailGrid
GridViewProperties
.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