Skip to main content
.NET 6.0+

WinColumnsListEditor Class

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

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v23.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