Back to Devexpress

ASPxGridBase Class

aspnet-devexpress-dot-web-3bffc1b0.md

latest5.0 KB
Original Source

ASPxGridBase Class

Serves as the base class that implements the main functionality of grid-like controls (such as ASPxGridView, ASPxCardView and ASPxVerticalGrid).

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class ASPxGridBase :
    ASPxDataWebControl,
    IWebDataOwner,
    IWebControlPageSettings,
    IWebDataEvents,
    IDataControllerSort,
    IWebColumnsOwner,
    IRequiresLoadPostDataControl,
    IPopupFilterControlOwner,
    IFilterControlRowOwner,
    IFilterControlOwner,
    IPopupFilterControlStyleOwner,
    IHeaderFilterPopupOwner,
    ISkinOwner,
    IPropertiesOwner,
    IPagerOwner,
    IControlDesigner,
    IFormLayoutOwner,
    IFormatConditionOwner,
    IWebControlObject,
    IBasePrintable,
    IGridExportOwner,
    IFilterHelperOwner,
    IBatchEditHelperOwner,
    IPostBackValueSecureValidationOwner,
    IGridDataGuardInfoProvider,
    IDataGuardInfoProvider,
    IDataStorage
vb
Public MustInherit Class ASPxGridBase
    Inherits ASPxDataWebControl
    Implements IWebDataOwner,
               IWebControlPageSettings,
               IWebDataEvents,
               IDataControllerSort,
               IWebColumnsOwner,
               IRequiresLoadPostDataControl,
               IPopupFilterControlOwner,
               IFilterControlRowOwner,
               IFilterControlOwner,
               IPopupFilterControlStyleOwner,
               IHeaderFilterPopupOwner,
               ISkinOwner,
               IPropertiesOwner,
               IPagerOwner,
               IControlDesigner,
               IFormLayoutOwner,
               IFormatConditionOwner,
               IWebControlObject,
               IBasePrintable,
               IGridExportOwner,
               IFilterHelperOwner,
               IBatchEditHelperOwner,
               IPostBackValueSecureValidationOwner,
               IGridDataGuardInfoProvider,
               IDataGuardInfoProvider,
               IDataStorage

Implements

Show 17 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IDataSourceViewSchemaAccessor

DevExpress.Data.IDataControllerSort

IPropertiesOwner

IBasePrintable

Inheritance

Show 16 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxGridBase ASPxCardView

ASPxGridView

ASPxVerticalGrid

BootstrapCardView

BootstrapGridView

MVCxGridView

MVCxCardView

MVCxVerticalGrid

See Also

ASPxGridBase Members

DevExpress.Web Namespace