Skip to main content

ASPxScheduler.ApplyChanges(ASPxSchedulerChangeAction) Method

Forces the Scheduler control to apply changes as specified by the actions parameter.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public virtual void ApplyChanges(
    ASPxSchedulerChangeAction actions
)

Parameters

Name Type Description
actions ASPxSchedulerChangeAction

A ASPxSchedulerChangeAction object, representing a bitwise logical combination of action codes.

See Also