Skip to main content
Tab

ASPxGridSettings Class

Provides view options for grid-like controls.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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

See Also