Skip to main content

ResourceNavigatorPagerProperties.EnableIncreaseDecrease Property

Specifies whether the “Increase” and “Decrease” toolbar buttons are enabled.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(true)]
public bool EnableIncreaseDecrease { get; set; }

Property Value

Type Default Description
Boolean true

true, to enable the “Increase” and “Decrease” toolbar buttons; otherwise, false.

Remarks

Use the “Increase” and “Decrease” toolbar buttons to increase and decrease the number of resources the appointments are grouped by.

See Also