Back to Devexpress

TcxSchedulerNavigatorCustomButtons Class

vcl-cxschedulercustomcontrols-ce788589.md

latest1.4 KB
Original Source

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

TcxSchedulerNavigatorCustomButtons Members

cxSchedulerCustomControls Unit