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

XafDataView.IsReadOnly Property

Gets a value indicating whether the list repersented by XafDataView is read-only. Always returns true.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public bool IsReadOnly { get; }

Property Value

Type Description
Boolean

true, if the data view’s list is read-only; otherwise, false.

Remarks

Introduced to provide IList support.

See Also