SchedulerViewBase.Enabled Property
Gets or sets whether a particular View is enabled for the scheduler.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Use this property to disable or enable a specific View for the ASPxScheduler control. If the View is disabled, there is no information about this view (for instance, corresponding items in the context menu) shown to end-users.
See Also