Skip to main content
Tab

ASPxGridViewDetailSettings Class

Provides detail customization options for ASPxGridViews.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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