CGXGridCore::IsReadOnly
virtual BOOL IsReadOnly( );
Return Value
TRUE if the user is allowed to change cells.
Remarks
Overridable method which returns the read-only state.
As programmer, you can temporarily turn off the read-only state of cells. See CGXGridParam::SetLockReadOnly for further details.
See Also
CGXGridCore::SetReadOnly CGXGridParam::SetLockReadOnly