Back to Devexpress

MapItemMappingInfo.YCoordinate Property

windowsforms-devexpress-dot-xtramap-dot-mapitemmappinginfo-fd6cbccf.md

latest1.3 KB
Original Source

MapItemMappingInfo.YCoordinate Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue("")]
public string YCoordinate { get; set; }
vb
<DefaultValue("")>
Public Property YCoordinate As String

Property Value

TypeDefaultDescription
StringString.Empty

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

|

See Also

MapItemMappingInfo Class

MapItemMappingInfo Members

DevExpress.XtraMap Namespace