Actipro Grids for WPF 2019.1 build 0683

Released: Oct 2, 2019

2019.1 build 0683 での更新項目

機能

  • Added a new section to the PropertyGrid 'Data Models and Factories' documentation topic that talks about best practices for clearing the DataObject property when the PropertyGrid is no longer needed to prevent memory leaks.
  • Added the PropertyGrid.CanClearDataObjectOnUnload property that can be set to true to automatically clear the DataObject property when the control is unloaded. Clear the DataObject property manually when CanClearDataObjectOnUnload cannot not used.
  • Improved how PropertyGrid watches property value changes to help prevent memory leaks.