Skip to main content

SqlGeometryItemStorage.Items Property

Provides access to the collection of SQL Geometry items.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public SqlGeometryItemCollection Items { get; }

Property Value

Type Description
SqlGeometryItemCollection

A SqlGeometryItemCollection object.

See Also