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.

WinColumnsListEditor Class

The base class for built-in grid-like WinForms List Editors.

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v20.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

[Browsable(false)]
public abstract class WinColumnsListEditor :
    ColumnsListEditor,
    IControlOrderProvider,
    IOrderProvider,
    IDXPopupMenuHolder,
    IComplexListEditor,
    IHtmlFormattingSupport,
    IFocusedElementCaptionProvider,
    ISupportAppearanceCustomization,
    ISupportEnabledCustomization,
    IExportable,
    ISupportFilter,
    ISupportUpdate,
    IGridViewOptions,
    IDataAwareExportableCsv,
    IDataAwareExportable,
    IDataAwareExportableXls,
    IDataAwareExportableXlsx,
    IObjectRecordSupport,
    IInstantFeedbackRecordSupport,
    ISupportScriptRecorder

Remarks

The WinColumnsListEditor serves as the base class for WinForms List Editors that visualize object collections in the form of a grid. In such grids, a row represents a particular object and columns represent the object properties.

The WinColumnsListEditor‘s members are not intended to be used in your code and are used internally by XAF. To customize the columns displayed by a List Editor for a particular List View, use the Application Model‘s corresponding Views | <ListView> | Columns node. To learn how to customize the Application Model in code, refer to the Access the Application Model in Code.

See Also