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.v18.2.dll
Type | Description |
---|---|
Object | An object that can be used to synchronize access to the data view. |
Introduced to provide ICollection support.