Back to Devexpress

MapItemMappingInfo.Text Property

windowsforms-devexpress-dot-xtramap-dot-mapitemmappinginfo-6ee9db90.md

latest1.2 KB
Original Source

MapItemMappingInfo.Text Property

Gets or sets the data field to which a MapPointer.Text property is bound.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue("")]
public string Text { get; set; }
vb
<DefaultValue("")>
Public Property Text 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