ASPxGridView.SettingsDetail Property
Provides access to the ASPxGridView’s master-detail options.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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