Skip to main content

ResourceNavigatorPagerProperties.EnablePrevNextPage Property

Specifies whether the “PrevPage” and “NextPage” 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 EnablePrevNextPage { get; set; }

Property Value

Type Default Description
Boolean true

true, to enable the “PrevPage” and “NextPage” toolbar buttons; otherwise, false.

See Also