Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.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 applications to display List Views in a UI.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v20.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

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 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 Access Grid Control Properties tutorial.

See Also