Skip to main content

SchedulerEditingBuilder Class

Provides methods that allow you to configure nested options of the client-side editing object.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class SchedulerEditingBuilder :
    OptionsOwnerBuilder

Remarks

Do not instantiate this class explicitly. A new SchedulerEditingBuilder class instance is created when you call the Editing(Action<SchedulerEditingBuilder>) method.

Inheritance

Object
OptionsOwnerBuilder
SchedulerEditingBuilder
See Also