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

MapPointMappingInfoBase.XCoordinate Property

Gets or sets the data field to which a CartesianPoint.X property is bound.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public string XCoordinate { get; set; }

Property Value

Type Description
String

A string value that specifies the name of the bound data field.

See Also