Skip to main content

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.v23.2.dll

NuGet Package: 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