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

AdornerElementCollection.IsReadOnly Property

Gets or sets whether or not this AdornerElementCollection can be modified.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public bool IsReadOnly { get; }

Property Value

Type Description
Boolean

true, if this AdornerElementCollection is in read-only mode; otherwise, false.

See Also