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

TcxSchedulerNavigatorCustomButtons Class

Implements a collection of the custom resource navigation buttons.

#Declaration

Delphi
TcxSchedulerNavigatorCustomButtons = class(
    TCollection
)

#Remarks

In addition to the inherited properties and methods the TcxSchedulerNavigatorCustomButtons class declares the Items and VisibleCount properties to retrieve the desired custom button from the collection by its index and determine the number of custom buttons currently displayed in the scheduling area. The TcxSchedulerNavigatorCustomButtons object is referenced by the TcxSchedulerResourceNavigator.CustomButtons property.

#Inheritance

TObject
TPersistent
TCollection
TcxSchedulerNavigatorCustomButtons
See Also