Skip to main content
All docs
V25.1
  • DxListEditorBase<TData, TValue> Class

    Defines the base API for classes that implement Blazor list editors (List Box, ComboBox, TagBox).

    Namespace: DevExpress.Blazor.Base

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public abstract class DxListEditorBase<TData, TValue> :
        DxEditorBase,
        IListEditorBase<TData, TValue>,
        IEditorBase,
        IListEditorAccessorBase<TData>,
        IListEditorColumnsContainer,
        INestedSettingsOwner,
        IDataSourceSettings<TData>,
        IListEditorSearchHelperOwner,
        IListEditorDataControllerProviderOwner,
        IListEditorDataProviderOwner,
        IListEditorDataPresentationsParamsAccessor,
        IListEditorSelectionProviderOwner<TData, TValue>,
        IVirtualScrollProviderOwner

    Type Parameters

    Name Description
    TData

    The data item type.

    TValue

    The value type.

    See Also