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

SqlGeometryItemCollection Class

A collection of SqlGeometryItems.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v19.1.dll

Declaration

public class SqlGeometryItemCollection :
    MapDependencyObjectCollection<SqlGeometryItem>

The following members return SqlGeometryItemCollection objects:

Remarks

This collection can be accessed using the SqlGeometryItemStorage.Items property.

See Also