DxListEditorBase<TData, TValue> Class
In This Article
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
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. |
#Implements
IListEditorBase<TData, TValue>
#Inheritance
Object
ComponentBase
DxComponentBase
DevExpress.Blazor.Internal.ParameterTrackerComponent
DxEditorBase
DxListEditorBase<TData, TValue>
See Also