ASPxGridView.SettingsDetail Property
In This Article
Provides access to the ASPxGridView’s master-detail options.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ASPxGridViewDetailSettings SettingsDetail { get; }
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#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