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

DiagramItem.CanResize Property

Specifies whether to allow end-users to resize the item.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v21.2.dll

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

Declaration

[DefaultValue(null)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool? CanResize { get; set; }

Property Value

Type Default Description
Nullable<Boolean> null

true to allow end-users to resize the item; otherwise, false.

See Also