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

MapItemColorMappingBase.DefaultValue Property

Gets or sets the default value of the property specified by this mapping.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public Color DefaultValue { get; set; }

Property Value

Type Description
Color

A Color object.

See Also