Skip to main content
All docs
V25.2
  • ID
    Max
    Min

    SchedulerBuilder<T>.DataSource Method

    Name Parameters Description
    DataSource(JS) js Binds the UI component to data. Mirrors the client-side dataSource option.
    DataSource(IEnumerable, String[]) data, key Binds a Scheduler control to a collection: Array, List, or IEnumerable.
    DataSource(Func<DataSourceFactory, OptionsOwnerBuilder>) configurator Binds a Scheduler control to data, allows you to configure data access from different sources: API controllers, Razor page handlers, OData services, arrays, and more.
    DataSource(String, String[]) staticJsonUrl, key Binds a Scheduler control to read-only data in JSON format.