Skip to main content

DxNavigationControlComponent<JSProxyType, TModel> Class

Implements the base API for navigation components.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public abstract class DxNavigationControlComponent<JSProxyType, TModel> :
    DxControlComponent<JSProxyType>,
    IModelWrapper<TModel>
    where JSProxyType : JSInteropProxyBase

Type Parameters

Name Description
JSProxyType

For internal use only.

TModel

The data type.

Inheritance

Object
ComponentBase
DevExpress.Blazor.Base.DxAsyncDisposableComponent
DevExpress.Blazor.Base.DxDecoratedComponent
DxComponentBase
DxComponentBase<JSProxyType>
DxControlComponent<JSProxyType>
DxNavigationControlComponent<JSProxyType, TModel>
See Also