Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

MapsAspNetModule.SetMapsEditorsAsDefault Property

Specifies whether the Maps Module specific Editors are used by default to display business objects and properties that implement the IMapsMarker interface, or not.

Namespace: DevExpress.ExpressApp.Maps.Web

Assembly: DevExpress.ExpressApp.Maps.Web.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Maps.Web

Declaration

[DefaultValue(true)]
public bool SetMapsEditorsAsDefault { get; set; }

Property Value

Type Default Description
Boolean true

A Boolean value specifying whether the Maps Module specific Editors are used by default to display business objects and properties that implement the IMapsMarker interface, or not.

Remarks

When the SetMapsEditorsAsDefault property is set to true, in Model Editor, the IModelListView property is automatically set to WebMapsListEditor for all List Views displaying IMapsMarker objects, and IModelCommonMemberViewItem - to WebMapsPropertyEditor for all Detail View Items displaying properties of the IMapsMarker type.

See Also