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

ASPxGridView.SettingsDetail Property

Provides access to the ASPxGridView’s master-detail options.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxGridViewDetailSettings SettingsDetail { get; }

Property Value

Type Description
ASPxGridViewDetailSettings

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

Remarks

The SettingsDetail property provides access to Boolean properties that specify the current functionality available in master-detail mode. For details, see ASPxGridViewDetailSettings.

See Also