The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Using 2.0.1.0, TreeNodeAdv.NodeData appears to have gone away. It is not visible in the designer, via intellisense, or to the compiler:
C:\Dev\RECRUITMAX\RecruitMax.Admin\ReportTreeManagerForm.cs(240,9): error CS0117: ''Syncfusion.Windows.Forms.Tools.TreeNodeAdv'' does not contain a definition for ''NodeData''
What''s going on here?
Thanks,
Sean
ADAdministrator Syncfusion Team December 2, 2003 08:15 AM
Okay, disregard this as the release notes state that NodeData has been changed to NodeStyle. What threw me was that multiple items in the release notes continue to refer to NodeData and not the new NodeStyle property.
Sean
>Using 2.0.1.0, TreeNodeAdv.NodeData appears to have gone away. It is not visible in the designer, via intellisense, or to the compiler:
>
>C:\Dev\RECRUITMAX\RecruitMax.Admin\ReportTreeManagerForm.cs(240,9): error CS0117: ''Syncfusion.Windows.Forms.Tools.TreeNodeAdv'' does not contain a definition for ''NodeData''
>
>What''s going on here?
>
>Thanks,
>
>Sean
ADAdministrator Syncfusion Team December 2, 2003 08:18 AM
Hi Sean,
We did a lot of work in the TreeViewAdv control which was a preview control in Essential Suite 1.6 and hence there have been significant changes which could break your existing code.
Kindly refer to the Class Reference and also the release notes.
Changes include:
NodeData has been renamed to NodeStyle.
ShowCheckBox has been renamed to ShowCheckBoxes.
HelpText has been renamed to HelpTextControl.
ToolTip has been renamed to ToolTipControl.
KeySearching has been renamed to AllowKeyboardSearch.
We apologize the inconvenience this has caused.
Regards
Arun
ASArun Srinivasan Syncfusion Team December 2, 2003 03:52 PM
Hi Sean
It looks like we were posting at the same time. Sorry. We will take care of this to avoid any confusion.
Regards,
Arun