ASPxGridSettings Class
In This Article
Provides view options for grid-like controls.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxGridSettings :
ASPxGridSettingsBase
#Remarks
The ASPxGridSettings class contains options that specify the visibility of various elements (column headers, footer, status bar, etc.) within the ASPxGridView. These settings can be accessed using the ASPxGridView.Settings property.
#Implements
#Inheritance
See Also