- Modifiche alla proprietà IsReadOnly delle colonne di EgtDataGrid non vengono più scritte nell'INI durante l'esecuzione del programma

This commit is contained in:
RenzoL
2022-01-18 11:39:00 +01:00
parent a9b25e1a30
commit e4178317a9
@@ -201,7 +201,6 @@ Public Class EgtDataGridColumn
Else
m_IsReadOnly = value
End If
If DisplayIndex > -1 Then SaveDataGridColumn()
End Set
End Property