Skip to main content

TcxSchedulerNavigatorCustomButton Class

Implements a custom resource navigation button.

Declaration

TcxSchedulerNavigatorCustomButton = class(
    TcxSchedulerNavigatorButton
)

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 (for details see the Grouping User Events topic).

To change resources in the scheduling area the resource navigator is used. It comprises a resource navigation scrollbar and buttons.

Two sets of resource navigation buttons are available in the resource navigator: the built-in buttons (see the TcxSchedulerResourceNavigator.Buttons property) and custom buttons (see the TcxSchedulerResourceNavigator.CustomButtons property). The custom buttons are intended to perform custom operations (such as search, filtering and others).

The TcxSchedulerNavigatorCustomButton class is responsible for constructing the custom button.

Inheritance

See Also