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

ModelStoreBase.ReadOnly Property

Indicates whether or not the current model differences store is readonly.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual bool ReadOnly { get; }

Property Value

Type Description
Boolean

true, when the model differences store is readonly; otherwise, false.

See Also