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.v24.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