MapItemPropertyMappingBase.Name Property
Gets or sets the name of the property specified by this mapping.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.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