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

ResourceNavigatorPagerProperties.EnableFirstLast Property

Specifies whether the “First” and “Last” toolbar buttons are enabled.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to enable the “First” and “Last” toolbar buttons; otherwise, false.

Remarks

Use the “First” and “Last” toolbar buttons to navigate to the first and last resources in the Resource Navigator.

See Also