MapEditor.PanelOptions Property
Returns the Map Editor panel’s options.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
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