DiagramItem.CanMove Property
Specifies whether to allow end-users to move the item across the canvas.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
[DefaultValue(null)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool? CanMove { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Nullable<Boolean> | null | true to allow end-users to move the item across the canvas; otherwise, false. |
See Also