Skip to main content

MapEditor.PanelOptions Property

Returns the Map Editor panel’s options.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

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