Skip to main content
All docs
V25.2
  • SchedulerBuilder<T> Class

    A Scheduler control.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public class SchedulerBuilder<T> :
        WidgetBuilder

    Type Parameters

    Name
    T

    The following members return SchedulerBuilder<T> objects:

    Show 180 links

    Remarks

    Call the Scheduler helper method to create a new Scheduler control. The method creates a SchedulerBuilder class instance whose members allow you to specify control options.

    @(Html.DevExtreme().Scheduler() // create a Scheduler
        // call methods to specify control options
    )
    

    Inheritance

    See Also