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

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.v19.2.dll

Declaration

public bool IsSynchronized { get; }

Property Value

Type Description
Boolean

true, if access to the data view is synchronized; otherwise, false.

Remarks

Introduced to provide ICollection support.

See Also