Skip to main content
All docs
V18.2

BootstrapSchedulerViewVisibleInterval.RenderMode Property

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[Browsable(false)]
public ViewVisibleIntervalRenderMode RenderMode { get; set; }

Property Value

Type
ViewVisibleIntervalRenderMode

Available values:

Name Description
Text

Renders the view visible interval as text.ASPxScheduler-VVI-Text

Button

Renders the view visible interval as a button.ASPxScheduler-VVI-Button

DropDown

Renders the view visible interval as a dropdown.ASPxScheduler-VVI-DropDownButton

See Also