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

ChoiceActionItemCollection.IsSynchronized Property

Indicates whether access to the ChoiceActionItemCollection is synchronized (thread safe).

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public bool IsSynchronized { get; }

Property Value

Type Description
Boolean

true, if access to the ChoiceActionItemCollection is synchronized (thread safe); otherwise, false.

See Also