Skip to main content
Tab

ASPxGridViewSettings Class

Provides view options for the ASPxGridView control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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