Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

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