Back to Devexpress

SchedulerAppointmentDraggingBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-bce8d525.md

latest4.8 KB
Original Source

SchedulerAppointmentDraggingBuilder Class

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

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class SchedulerAppointmentDraggingBuilder :
    OptionsOwnerBuilder

The following members return SchedulerAppointmentDraggingBuilder objects:

Show 20 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder SchedulerAppointmentDraggingBuilder

See Also

SchedulerAppointmentDraggingBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace