Back to Devexpress

DxMapLocation<T> Class

blazor-devexpress-dot-blazor-dot-base-dot-dxmaplocation-1-43908191.md

latest1.5 KB
Original Source

DxMapLocation<T> Class

The base for classes that specify a location on the map.

Namespace : DevExpress.Blazor.Base

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public abstract class DxMapLocation<T> :
    DxSettingsComponent<T>
    where T : MapLocationModel

Type Parameters

NameDescription
T

The location model type.

|

Implements

IComponent

IHandleEvent

IHandleAfterRender

IDisposable

Inheritance

Object ComponentBase DxSettingsComponent<T> DxMapLocation<T> DxMapCenter

DxMapMarkerLocation

DxMapRouteLocation

See Also

DxMapLocation<T> Members

DevExpress.Blazor.Base Namespace