Skip to main content
A newer version of this page is available. .

DxNavigationControlComponent<TComponent, JSProxyType> Class

Implements the base API for navigation components.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v21.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public abstract class DxNavigationControlComponent<TComponent, JSProxyType> :
    DxControlComponent<TComponent, JSProxyType>
    where TComponent : DxControlComponent<TComponent, JSProxyType>

Type Parameters

Name Description
TComponent

The component type.

JSProxyType

For internal use only.

Inheritance

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