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

MapItemColorMappingBase.ColorConverter Property

Gets or sets the color converter used by this property mapping class’ descendants.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

[DefaultValue(null)]
public ColorConverter ColorConverter { get; set; }

Property Value

Type Default Description
ColorConverter *null*

A ColorConverter object.

See Also