Back to Devexpress

ASPxGridViewSettings Class

aspnet-devexpress-dot-web-4a50bad6.md

latest2.0 KB
Original Source

ASPxGridViewSettings Class

Provides view options for the ASPxGridView control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxGridViewSettings :
    ASPxGridSettings
vb
Public Class ASPxGridViewSettings
    Inherits 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

IStateManager

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridSettings ASPxGridViewSettings BootstrapGridViewSettings

MVCxGridViewSettings

See Also

ASPxGridViewSettings Members

Grid View

DevExpress.Web Namespace