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

TcxSchedulerNavigatorCustomButton Class

Implements a custom resource navigation button.

#Declaration

Delphi
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