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

IEditableItem Interface

An interface that should be implemented by any class representing a map item that can be edited using the Map Editor.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public interface IEditableItem

The following members return IEditableItem objects:

Remarks

The following classes implement the IEditableItem interface:

See Also