Skip to main content
A newer version of this page is available. .

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.v22.1.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