Skip to main content

TcxSchedulerNavigatorButton Class

Implements a resource navigation button.

Declaration

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