ASPxClientScheduler.SetActiveViewType(value) Method
Client-side scripting method to change the ASPxScheduler’s active View.
Declaration
SetActiveViewType(
value: ASPxSchedulerViewType
): void
Parameters
Name | Type | Description |
---|---|---|
value | ASPxSchedulerViewType | A ASPxSchedulerViewType enumeration value, representing a view type to set. |
See Also