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

MapItemPropertyMappingBase.Member Property

Gets or sets the data member whose value is assigned as the map item property.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

[DefaultValue("")]
public string Member { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the data member name.

See Also