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

ASPxGridViewDetailSettings Class

Provides detail customization options for ASPxGridViews.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ASPxGridViewDetailSettings :
    ASPxGridSettingsBase

The following members return ASPxGridViewDetailSettings objects:

Remarks

The ASPxGridViewDetailSettings class provides a set of Boolean properties which manage the ASPxGridView’s functionality in a master-detail mode. These settings can be accessed via the ASPxGridView.SettingsDetail property.

Implements

See Also