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

GridViewProperties.SettingsDetail Property

Manipulates the built-in ASPxGridView’s ASPxGridView.SettingsDetail property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxGridViewDetailSettings SettingsDetail { get; }

Property Value

Type Description
ASPxGridViewDetailSettings

An ASPxGridViewDetailSettings object that contains the ASPxGridView’s master-detail options.

See Also