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

MVCxGridViewDetailSettings Class

Provides detail customization options for GridViews.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxGridViewDetailSettings :
    ASPxGridViewDetailSettings

The following members return MVCxGridViewDetailSettings objects:

Remarks

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

Implements

DevExpress.Web.Internal.IPropertiesDirtyTracker
See Also