Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

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