isInherentlyReadOnly property

bool get isInherentlyReadOnly

True when the column type itself cannot support grid editing.

Specialized display/action columns override this independently of the caller-configured readOnly flag.

Implementation

bool get isInherentlyReadOnly => false;