ASPxScheduler.ApplyChanges(ASPxSchedulerChangeAction) Method
In This Article
Forces the Scheduler control to apply changes as specified by the actions parameter.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public virtual void ApplyChanges(
ASPxSchedulerChangeAction actions
)
#Parameters
Name | Type | Description |
---|---|---|
actions | ASPx |
A ASPx |
See Also