TcxSchedulerNavigatorCustomButtons Class
Implements a collection of the custom resource navigation buttons.
Declaration
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