Skip to main content

MapItemPropertyMappingBase.Name Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override string Name { get; }

Property Value

Type Description
String

A String value that specifies the name of the property.

See Also