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

ASPxResourceNavigator Class

Represents the Resource Navigator control.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public class ASPxResourceNavigator :
    ASPxSchedulerRelatedControl

Remarks

When the scheduler’s appointments are grouped either by dates or resources (see the ASPxScheduler.GroupType property), the scheduler displays the Resource Navigator control if the ResourceNavigator.Visibility property is not set to ResourceNavigatorVisibility.Never.

This control helps end-users to navigate through assigned resources and to change the number of visible resources per page (specified via the SchedulerViewBase.ResourcesPerPage property).

Use the properties of the ASPxResourceNavigator class to control the navigator’s visibility and appearance, and to hide unnecessary buttons (this can be accomplished via the EnableFirstLast, EnablePrevNextPage, EnablePrevNext, EnableIncreaseDecrease properties of the ASPxResourceNavigator.Properties object.

See Also