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

SqlGeometryItem.Attributes Property

Returns the collection of MapItemAttribute objects assigned to this item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public MapItemAttributeCollection Attributes { get; }

Property Value

Type Description
MapItemAttributeCollection

A MapItemAttributeCollection object stored MapItemAttribute object assigned to this item.

See Also