Skip to main content
.NET 6.0+

ChoiceActionItemCollection.SyncRoot Property

Gets an object that can be used to synchronize access to the ChoiceActionItemCollection.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public object SyncRoot { get; }

Property Value

Type Description
Object

An object that can be used to synchronize access to the ChoiceActionItemCollection.

See Also