Skip to main content
Tab

GridViewProperties.SettingsDetail Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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