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

SqlGeometryItemStorage.Items Property

Provides access to the collection of SQL Geometry items.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

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

Declaration

public SqlGeometryItemCollection Items { get; }

Property Value

Type Description
SqlGeometryItemCollection

A SqlGeometryItemCollection object.

See Also