Back to Devexpress

MapEditor.PanelOptions Property

windowsforms-devexpress-dot-xtramap-dot-mapeditor-7dda3a69.md

latest1.6 KB
Original Source

MapEditor.PanelOptions Property

Returns the Map Editor panel’s options.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public EditorPanelOptions PanelOptions { get; }
vb
Public ReadOnly Property PanelOptions As EditorPanelOptions

Property Value

TypeDescription
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

MapEditor Class

MapEditor Members

DevExpress.XtraMap Namespace