Skip to main content

MapItemPropertyMappingBase.Member Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

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