isInherentlyReadOnly property

  1. @override
bool get isInherentlyReadOnly
override

True when the column type itself cannot support grid editing.

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

Implementation

@override
bool get isInherentlyReadOnly => true;