Scheduler / Data Binding / ExpandoObject Binding

Blazor Scheduler Example - ExpandoObject Data Binding Support

Loading Syncfusion Blazor Server Demos…

This sample demonstrates the usage of ExpandoObject data binding with CRUD operations in the Scheduler component.

The Scheduler supports dynamic data binding. The DataSource of the ScheduleEventSettings property can be assigned as a list of ExpandoObject instances.

In this demo, we have bound a dynamic list of objects as DataSource to Scheduler using ExpandoObjects.