Get all inputs or component

Hi everyone

I'm creating dropdowns or inputs dynamically and then I want to get all components value (inputs or any component)

In Blazor components

please help

for example

in winform  I use this

foreach(var item in forms.controls)
{
    (item as TextBox).text
}

regards


1 Reply

SN Sevvandhi Nagulan Syncfusion Team August 18, 2020 01:38 PM UTC

Hi Cemil, 


Greetings from Syncfusion support. 

We have already raised the reported query in stack overflow ("Accessing properties in dynamically created components "), because the reported question appears to be common in Blazor platform. We will update you once we have the answer. Please find the issue details from the link.  
 
 
Here we asked about the dynamic property class.  When we have the answer, we can use the solution for all properties that bound to the dynamically created component. 
 
 
 
 
Regards, 
Sevvandhi N 



Loader.
Up arrow icon