Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

VectorLayerBase.AttributeDisplayValueEdit Event

In This Article

Occurs every time a display value of an attribute should be edited.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v24.2.dll

NuGet Package: DevExpress.Wpf.Map

#Declaration

public event AttributeDisplayValueEditEventHandler AttributeDisplayValueEdit

#Event Data

The AttributeDisplayValueEdit event's data class is AttributeDisplayValueEditEventArgs. The following properties provide information specific to this event:

Property 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