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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
actions | ASPxSchedulerChangeAction | A ASPxSchedulerChangeAction object, representing a bitwise logical combination of action codes. |
See Also