XafDataView.IsSynchronized Property
Gets a value indicating whether access to the data view is synchronized. This method always returns false
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if access to the data view is synchronized; otherwise, false. |
Remarks
Introduced to provide ICollection support.
See Also