Skip to main content
.NET 8.0+

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

WinColumnsListEditor Class

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

Namespace: DevExpress.ExpressApp.Win.Editors

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

#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