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

ASPxSchedulerChangeAction Enum

Lists actions used to determine how the ASPxScheduler control instance should be updated.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.1.dll

Declaration

[Flags]
public enum ASPxSchedulerChangeAction

Members

Name Description
None

For internal use.

NotifyActiveViewChanged

For internal use.

NotifyVisibleIntervalsChanged

For internal use.

NotifyResourceIntervalChanged

For internal use.

RenderView

For internal use.

RenderAppointments

For internal use.

RenderNavigationButtons

For internal use.

RenderViewMenu

For internal use.

RenderAppointmentMenu

For internal use.

RenderActiveForm

For internal use.

RenderState

For internal use.

DataBindResources

For internal use.

DataBindAppointments

For internal use.

NotifyTimeZoneChanged

For internal use.

RenderCommonControls

For internal use.

StringFormatsChanged

For internal use.

VisibleResourcesChanged

For internal use.

Any

For internal use.

All

For internal use.

Remarks

The ASPxSchedulerChangeAction enumeration member (or their bitwise combination) can be specified as an argument of the ASPxScheduler.ApplyChanges method, when necessary.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ASPxSchedulerChangeAction enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also