expressappframework-devexpress-dot-expressapp-dot-win-dot-editors-87f63b95.md
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
[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
<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
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.
IFocusedElementCaptionProvider
Object ListEditor ColumnsListEditor WinColumnsListEditor GridListEditor
See Also