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

MapEditor.PanelOptions Property

Returns the Map Editor panel’s options.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public EditorPanelOptions PanelOptions { get; }

Property Value

Type Description
EditorPanelOptions

The Map Editor panel options’ storage.

Remarks

Use EditorPanelOptions to manage the Editor buttons’ visibility. For example, set the EditorPanelOptions.ShowUndoRedoButtons property to false to hide the Undo and Redo buttons on the panel.

Refer to the Map Editor help topic to get more information about the Map Editor.

See Also