Back to Devexpress

ASPxGridSettings Class

aspnet-devexpress-dot-web-66cc7db2.md

latest1.9 KB
Original Source

ASPxGridSettings Class

Provides view options for grid-like controls.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

IStateManager

Inheritance

Show 11 items

Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridSettings ASPxCardViewSettings

ASPxGridViewSettings

ASPxVerticalGridSettings

BootstrapGridViewSettings

BootstrapCardViewSettings

MVCxGridViewSettings

See Also

ASPxGridSettings Members

Grid View

DevExpress.Web Namespace