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

ASPxSchedulerOptionsView Class

Provides view options for the ASPxScheduler control.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public class ASPxSchedulerOptionsView :
    SchedulerOptionsViewBase

The following members accept/return ASPxSchedulerOptionsView objects:

Remarks

The ASPxSchedulerOptionsView class provides a set of Boolean properties that specify the appearance of the ASPxScheduler control. These options can be accessed via the control’s ASPxScheduler.OptionsView property.

See Also