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

MapItemVisiblePropertyMapping.DefaultValue Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

[DefaultValue(false)]
public bool DefaultValue { get; set; }

Property Value

Type Default Description
Boolean **false**

A Boolean object specifying the visibility of map items.

See Also