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

NavigationPanelOptions.PressedItemStyle Property

Gets a style applied to the pressed item’s background on the navigation panel.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public BackgroundStyle PressedItemStyle { get; }

Property Value

Type Description
BackgroundStyle

A BackgroundStyle object, applied to the pressed item’s background.

Property Paths

You can access this nested property as listed below:

Object Type Path to PressedItemStyle
MapControl
.NavigationPanelOptions.PressedItemStyle
See Also