Skip to main content

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.v23.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