Back to Devexpress

EditorPanelOptions.ShowEditModeButton Property

windowsforms-devexpress-dot-xtramap-dot-editorpaneloptions-18c8c656.md

latest1.9 KB
Original Source

EditorPanelOptions.ShowEditModeButton Property

Specifies whether or not the Map Editor panel’s Edit Mode button should be shown.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(true)]
public bool ShowEditModeButton { get; set; }
vb
<DefaultValue(True)>
Public Property ShowEditModeButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to show the Edit Mode button; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowEditModeButton
MapEditor

.PanelOptions .ShowEditModeButton

|

Remarks

Use the MapEditor.PanelOptions property to access panel options.

To enable the Edit mode from code, use the MapEditor.SetEditMode method.

See the Map Editor help topic for more information.

See Also

EditorPanelOptions Class

EditorPanelOptions Members

DevExpress.XtraMap Namespace