Skip to main content
.NET 6.0+

ModelStoreBase.ReadOnly Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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