Back to Devexpress

NavigationPanelOptions.PressedItemStyle Property

windowsforms-devexpress-dot-xtramap-dot-navigationpaneloptions-bf94f99c.md

latest1.5 KB
Original Source

NavigationPanelOptions.PressedItemStyle Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public BackgroundStyle PressedItemStyle { get; }
vb
Public ReadOnly Property PressedItemStyle As BackgroundStyle

Property Value

TypeDescription
BackgroundStyle

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PressedItemStyle
MapControl

.NavigationPanelOptions .PressedItemStyle

|

See Also

NavigationPanelOptions Class

NavigationPanelOptions Members

DevExpress.XtraMap Namespace