Skip to main content
.NET 6.0+

ChoiceActionItemCollection.IsSynchronized Property

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

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool IsSynchronized { get; }

Property Value

Type Description
Boolean

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

See Also