BootstrapScheduler.OptionsView Property
Provides access to the Scheduler’s view options.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public BootstrapSchedulerOptionsView OptionsView { get; }
Property Value
Type | Description |
---|---|
BootstrapSchedulerOptionsView | A BootstrapSchedulerOptionsView 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 BootstrapSchedulerOptionsView class description for more information.
See Also