AttributeDisplayValueEditEventArgs Properties
Provides data for the MapItemsLayerBase.AttributeDisplayValueEdit and VectorLayerBase.AttributeDisplayValueEdit events.| Name | Description |
|---|---|
| DisplayValue | Gets or sets an attribute display value. |
| Name | Returns the name of an attribute. |
| PatternFragment | Returns the pattern fragment which will be replaced with the AttributeDisplayValueEditEventArgs.DisplayValue. |
| Value | Returns an attribute value. |
See Also