DxMapLocation<T> Class
The base for classes that specify a location on the map.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public abstract class DxMapLocation<T> :
DxSettingsComponent<T>
where T : MapLocationModel
Type Parameters
Name | Description |
---|---|
T | The location model type. |
Inheritance
See Also