Back to Devexpress

EditorPanelOptions.ShowDefaultModeButton Property

windowsforms-devexpress-dot-xtramap-dot-editorpaneloptions-fd0a6797.md

latest2.0 KB
Original Source

EditorPanelOptions.ShowDefaultModeButton Property

Specifies whether or not the Map Editor panel’s Default 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 ShowDefaultModeButton { get; set; }
vb
<DefaultValue(True)>
Public Property ShowDefaultModeButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowDefaultModeButton
MapEditor

.PanelOptions .ShowDefaultModeButton

|

Remarks

Use the MapEditor.PanelOptions property to access panel options.

To enable the Default Mode from code, use the MapEditor.ResetEditMode method.

See the Map Editor help topic for more information.

See Also

EditorPanelOptions Class

EditorPanelOptions Members

DevExpress.XtraMap Namespace