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

TcxSchedulerNavigatorButton Class

Implements a resource navigation button.

#Declaration

Delphi
TcxSchedulerNavigatorButton = class(
    TCollectionItem
)

#Remarks

Resources are used to group schedules (if the View’s GroupingKind property is set to gkByResource or gkByDate and more than one resource is defined) to facilitate managing user time. To show different resources in the scheduling area, use the resource navigator. It consists of a scrollbar and buttons. The buttons include built-in and custom buttons.

The built-in buttons perform standard navigation through the resources, as follows:

The custom buttons allow you to implement resource navigation in the scheduling area in a custom manner.

The TcxSchedulerNavigatorButton class declares the following properties:

  • Enabled – specifies the ability of the button to perform the corresponding operation.

  • Hint – specifies the button’s hint text.

  • ImageIndex – specifies the bitmap to draw a button (if required).

  • Visible – specifies the button’s visibility state in the scheduling area.

  • Bounds – determines the button’s coordinates.

  • IsStandard – determines whether the button is a built-in or custom one.

  • Rotated – determines whether the button is shown vertically or horizontally.

  • VisibleIndex – determines the button’s position in the sequence of visible buttons in the scheduling area.

#Inheritance

TObject
TPersistent
TCollectionItem
TcxSchedulerNavigatorButton
See Also