Skip to main content
.NET 6.0+

XafDataView.SyncRoot Property

Gets an object that can be used to synchronize access to the data view. Always returns the XafDataView instance itself, because the data view’s underlying store is not is not publicly available (see the Remarks section of the ICollection.SyncRoot Property topic).

Namespace: DevExpress.ExpressApp

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 data view.

Remarks

Introduced to provide ICollection support.

See Also