Back to Devexpress

WinColumnsListEditor Class

expressappframework-devexpress-dot-expressapp-dot-win-dot-editors-87f63b95.md

latest4.7 KB
Original Source

WinColumnsListEditor Class

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

Namespace : DevExpress.ExpressApp.Win.Editors

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

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
[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
vb
<Browsable(False)>
Public MustInherit Class WinColumnsListEditor
    Inherits ColumnsListEditor
    Implements IControlOrderProvider,
               IOrderProvider,
               IDXPopupMenuHolder,
               IComplexListEditor,
               IHtmlFormattingSupport,
               IFocusedElementCaptionProvider,
               ISupportAppearanceCustomization,
               ISupportEnabledCustomization,
               IExportable,
               ISupportFilter,
               ISupportUpdate,
               IGridViewOptions,
               IDataAwareExportableCsv,
               IDataAwareExportable,
               IDataAwareExportableXls,
               IDataAwareExportableXlsx,
               IObjectRecordSupport,
               IInstantFeedbackRecordSupport

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.

Implements

IComplexListEditor

IHtmlFormattingSupport

IFocusedElementCaptionProvider

IExportable

ISupportUpdate

IDataAwareExportableCsv

IDataAwareExportableXls

IDataAwareExportableXlsx

IDataAwareExportable

IObjectRecordSupport

Inheritance

Object ListEditor ColumnsListEditor WinColumnsListEditor GridListEditor

CategorizedListEditor

See Also

WinColumnsListEditor Members

DevExpress.ExpressApp.Win.Editors Namespace