General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
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.v19.2.dll
Declaration
public virtual void ApplyChanges(
ASPxSchedulerChangeAction actions
)
Public Overridable Sub ApplyChanges(
actions As ASPxSchedulerChangeAction
)
Parameters
Name | Type | Description |
---|---|---|
actions | ASPxSchedulerChangeAction | A ASPxSchedulerChangeAction object, representing a bitwise logical combination of action codes. |
See Also
Feedback