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

DiagramItem.CanSelect Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

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

Property Value

Type Default Description
Nullable<Boolean> *null*

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

See Also