Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public interface IEditableItem

The following members return IEditableItem objects:

Remarks

The following classes implement the IEditableItem interface:

See Also