Skip to main content

EFFiltersCollection.SyncRoot Property

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

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public object SyncRoot { get; }

Property Value

Type Description
Object

A Object that can be used to synchronize access to the collection.

See Also