Skip to main content
All docs
V26.1
  • DxMapLocation<T> Class

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

    Namespace: DevExpress.Blazor.Base

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

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

    Type Parameters

    Name Description
    T

    The location model type.

    See Also