Skip to main content

NamedAttributeProviderBase Class

Provides the base functionality to provide map item attribute values by their names.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public abstract class NamedAttributeProviderBase :
    MapDependencyObject

Remarks

This class introduces the NamedAttributeProviderBase.AttributeName property, which specifies the name of the attribute.

See Also