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.v24.1.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 |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to IsDetailGrid |
---|---|
ASPxGridView |
|
GridViewProperties |
|
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