ASPxGridViewDetailSettings Class
In This Article
Provides detail customization options for ASPxGridViews.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxGridViewDetailSettings :
ASPxGridSettingsBase
#Related API Members
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
#Inheritance
Object
StateManager
PropertiesBase
ASPxGridSettingsBase
ASPxGridViewDetailSettings
See Also