Skip to main content

NavigationPanelOptions.PressedItemStyle Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

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