Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChoiceActionItemCollection.IsReadOnly Property

Indicates whether the current ChoiceActionItemCollection is read-only.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public bool IsReadOnly { get; }

Property Value

Type Description
Boolean

true, if the current ChoiceActionItemCollection is read-only; otherwise, false.

See Also