Skip to main content

ResourceNavigatorPagerProperties.EnablePrevNext Property

Specifies whether the “Prev” and “Next” 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 EnablePrevNext { get; set; }

Property Value

Type Default Description
Boolean true

true, to enable the “Prev” and “Next” toolbar buttons; otherwise, false.

Remarks

Use the “Prev” and “Next” toolbar buttons to navigate to the previous and next resource in the Resource Navigator.

See Also