Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ResourceNavigator.Buttons Property

Provides access to buttons displayed in a scheduler resource navigator.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#Declaration

public ControlNavigatorButtons Buttons { get; }

#Property Value

Type Description
ControlNavigatorButtons

A ControlNavigatorButtons object representing buttons of a scheduler resource navigator.

#Remarks

The buttons of a ResourceNavigator represent a set of ControlNavigator buttons with which a user can navigate through the resources list. In this case, the Edit, EndEdit, and CancelEdit buttons are unnecessary, and so are unavailable. Refer to the NavigatorButtonType topic for the button types description. Note that button functions are redefined for the purpose of the scheduler control, and are not the same as those listed in that topic.

See Also