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

ChoiceActionItemCollection.IsReadOnly Property

Indicates whether the current ChoiceActionItemCollection is read-only.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public bool IsReadOnly { get; }

Property Value

Type Description
Boolean

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

See Also