Back to Devexpress

DiagramControl.AllowChangeImage Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-9811a2c5.md

latest1.6 KB
Original Source

DiagramControl.AllowChangeImage Property

Gets or sets whether to allow the end-user to change the source image of an image item. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public bool? AllowChangeImage { get; set; }
vb
Public Property AllowChangeImage As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

true to allow the end-user to change the source image of an image item; otherwise, false.

|

Remarks

You can restrict end-user operations by setting the DiagramControl.IsReadOnly property to true. Setting the desired diagram protection options (listed in the DiagramControl.IsReadOnly property’s description) to true overrides the IsReadOnly property.

See Also

Image

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace