Skip to main content

SchedulerSettings.OptionsView Property

Provides access to the Scheduler’s view options.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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