Syncfusion Essential Studio Windows Forms(英語版)

WinFormsのUIコントロールを多数収録したパッケージ

Syncfusion 社の製品
2002 年より日本国内にてComponentSourceで販売中。

バージョン: 2026 Volume 1 (33.1.47) 新機能 更新日: Apr 7, 2026 レビューの平均スコア: 5.00レビューの平均スコア: 5.00レビューの平均スコア: 5.00レビューの平均スコア: 5.00レビューの平均スコア: 5.00 (4)

i

Please note that new Timed Subscription Licenses for Syncfusion Essential Studio Windows Forms are available as part of Syncfusion Essential Studio Enterprise.

Syncfusion Essential Studio Windows Forms 2025 Volume 3 SP2 (31.2.18)

Released: Dec 9, 2025

2025 Volume 3 SP2 (31.2.18) での更新項目

機能

  • PivotGrid
    • Included an optional parameter named showNotification in the following methods to control whether success or error messages are displayed in a pop-up message box during serialization and deserialization.
      • Serialize(bool showNotification = true).
      • Serialize(string fileName, bool showNotification = true).
      • Serialize(string fileName, SerializationOptions options, bool showNotification = true).
      • Serialize(Stream stream, bool showNotification = true).
      • Serialize(Stream stream, SerializationOptions options, bool showNotification = true).
      • SerializeToXml(bool showNotification = true).
      • Deserialize(bool showMessage = true).
      • Deserialize(string fileName, bool showNotification = true).
      • Deserialize(string fileName, DeserializationOptions options, bool showNotification = true).
      • Deserialize(Stream stream, bool showNotification = true).
      • Deserialize(Stream stream, DeserializationOptions options, bool showNotification = true).
      • DeserializeFromXml(string xmlString, bool showNotification = true).

不具合の修正

  • Calculate
    • An issue related to Subtraction of two Time value returning a correct result in CalcEngine has been fixed.
    • An issue related to SUM formula returning a correct result when adding two Time values in CalcEngine has been fixed.
    • An issue related to SUM formula returning a correct result when its contains nested Text formula in CalcEngine has been fixed.