Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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
See Also