Skip to main content
.NET Framework 4.6.2+
  • The page you are viewing does not exist in the .NET 8.0+ platform documentation. This link will take you to the parent topic of the current section.

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ASPxGridListEditor Class

Represents the List Editor used by default in XAF ASP.NET Web Forms applications to display List Views in a UI.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v24.2.dll

NuGet Package: DevExpress.ExpressApp.Web

#Declaration

public class ASPxGridListEditor :
    ComplexWebListEditor,
    IControlOrderProvider,
    IOrderProvider,
    ITestable,
    ITestableContainer,
    IDetailFramesContainer,
    ISupportModelSaving,
    ISupportNewItemRowPosition,
    ISupportCallbackStartupScriptRegistering,
    IDataItemTemplateInfoProvider,
    ISupportSelectionOperations,
    IExportable,
    ICustomRenderUpdatePanel,
    ISupportFooter,
    ISupportFilter,
    ISupportPager,
    ISupportAppearanceCustomization,
    ISupportEnabledCustomization,
    IDataAwareExportableCsv,
    IDataAwareExportable,
    IDataAwareExportableXls,
    IDataAwareExportableXlsx,
    IGridBatchOperationProvider,
    IGridObjectSpaceCreator,
    ISupportClientValidation,
    IFastCallbackHandlerSupported,
    IBatchClientDataProvider,
    IGridEditingLifeCycle

#Remarks

List Editors are used by List Views to display object collections in a UI. The ASPxGridListEditor provides the most common data representation in the form of a two-dimensional table:

ASPxGridListEditor_OverView

To display object collections, the ASPxGridListEditor uses an instance of the ASPxGridView class.

The ASPxGridListEditor supports a wide range of features out of the box:

The ASPxGridListEditor is used by default in XAF ASP.NET Web Forms applications. So generally, there is no need to instantiate it in your code.

To see an example on how to access the ASPxGridListEditor from a View Controller, refer to the following article: How to: Access the Grid Component in a List View.

See Also