Back to Devexpress

MapItemMappingInfo.ImageIndex Property

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

latest1.3 KB
Original Source

MapItemMappingInfo.ImageIndex Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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