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

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