Skip to main content

MapItemsLayerBase.SelectedItemStyle Property

Gets a style applied to the selected map item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public MapItemStyle SelectedItemStyle { get; }

Property Value

Type Description
MapItemStyle

A MapItemStyle that contains style settings to customize the selected map item.

See Also