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

ResourceNavigator.Buttons Property

Provides access to buttons displayed in a scheduler resource navigator.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

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