isEffectivelyReadOnly property
bool
get
isEffectivelyReadOnly
True when grid editing is disabled by configuration or column semantics.
This combines the caller-configured readOnly flag with isInherentlyReadOnly. Dataset field metadata may impose additional write restrictions when an edit is committed.
Implementation
bool get isEffectivelyReadOnly => readOnly || isInherentlyReadOnly;