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

ASPxGridViewSettings Class

Provides view options for the ASPxGridView control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ASPxGridViewSettings :
    ASPxGridSettings

The following members return ASPxGridViewSettings objects:

Remarks

The ASPxGridViewSettings class contains options that specify the visibility of various elements (column headers, footer, status bar, etc.) in the ASPxGridView. These settings can be accessed using the ASPxGridView.Settings property.

Implements

See Also