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

ASPxScheduler.OptionsView Property

Provides access to the Scheduler’s view options.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public ASPxSchedulerOptionsView OptionsView { get; }

Property Value

Type Description
ASPxSchedulerOptionsView

A ASPxSchedulerOptionsView object which provides access to the Scheduler’s view options.

Remarks

The OptionsView provides access to a set of properties which specify the visibility and layout of visual elements. Refer to the ASPxSchedulerOptionsView class description for more information.

See Also