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

IEditableItem.CanEditPoint Property

Returns the value specifying whether the map item’s point can be edited.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

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

Declaration

bool CanEditPoint { get; }

Property Value

Type Description
Boolean

true if the map item point can be edited; otherwise, false.

See Also