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

MapEditor.ShowEditorPanel Property

Specifies whether the map editor’s panel is displayed.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

[DefaultValue(false)]
public bool ShowEditorPanel { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the map editor should be visible; otherwise, false.

Remarks

Use the MapControl.MapEditor property to access the map editor settings.

See Also