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

ASPxGridSettings Class

Provides view options for grid-like controls.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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

See Also