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

ChoiceActionItemCollection.SyncRoot Property

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

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public object SyncRoot { get; }

Property Value

Type Description
Object

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

See Also