Back to Devexpress

ASPxGridViewDetailSettings Class

aspnet-devexpress-dot-web-306ae2c1.md

latest2.0 KB
Original Source

ASPxGridViewDetailSettings Class

Provides detail customization options for ASPxGridViews.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxGridViewDetailSettings :
    ASPxGridSettingsBase
vb
Public Class ASPxGridViewDetailSettings
    Inherits 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

IStateManager

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridViewDetailSettings MVCxGridViewDetailSettings

See Also

ASPxGridViewDetailSettings Members

SettingsDetail

Grid View

DevExpress.Web Namespace