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

NavigationPanelOptions.Height Property

Gets or sets the navigation panel’s height.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

[DefaultValue(80)]
public int Height { get; set; }

Property Value

Type Default Description
Int32 80

An integer value that is the navigation panel’s height.

Property Paths

You can access this nested property as listed below:

Object Type Path to Height
MapControl
See Also