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

SchedulerViewBase.ViewSelectorItemAdaptivePriority Property

Gets or sets the priority of View Selector item hiding in adaptive mode.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public int ViewSelectorItemAdaptivePriority { get; set; }

Property Value

Type Description
Int32

An Int32 value specifying the View Selector item priority.

Remarks

When the ASPxSchedulerOptionsAdaptivity.Enabled property is set to true, the ASPxScheduler control’s View Selector can automatically resize and hide its items when the browser window is resized. Use the ViewSelectorItemAdaptivePriority property to control the order of items hiding.

The bigger the value of the ViewSelectorItemAdaptivePriority property is, the earlier the View Selector item will be hidden.

The hidden toolbar items can be displayed by hovering the *adaptive view selector image*.

ASPxScheduler-AdaptiveImageViewSelector

See Also