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.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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