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

MapItemPropertyMappingBase.Name Property

Gets or sets the name of the property specified by this mapping.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

[Browsable(false)]
public override string Name { get; }

Property Value

Type Description
String

A String value that specifies the name of the property.

See Also