Skip to main content
All docs
V25.2
  • SchedulerBuilder(OptionsOwnerContext) Constructor

    For internal use only. Initializes a new SchedulerBuilder class instance.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public SchedulerBuilder(
        OptionsOwnerContext context
    )

    Parameters

    Name Type Description
    context OptionsOwnerContext

    For internal use only.

    Remarks

    Do not use this constructor explicitly. To create a new Scheduler control, use the Scheduler helper method:

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