Skip to main content
A newer version of this page is available. .

AttributeGroupProvider.AttributeName Property

Gets or sets the attribute name used to group map items by its value.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public string AttributeName { get; set; }

Property Value

Type Description
String

A String object, that is the name of the attribute.

See Also