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

TcxSchedulerNavigatorButtons.Buttons Property

Represents a collection of the built-in resource navigation buttons, which can also be specified as custom buttons.

#Declaration

Delphi
property Buttons: TcxSchedulerNavigatorCustomButtons read;

#Property Value

Type
TcxSchedulerNavigatorCustomButtons

#Remarks

The custom buttons are intended to perform custom operations (such as search, filtering and others). The built-in buttons can also be specified as the custom buttons (see the TcxSchedulerResourceNavigator.CustomButtons property) to change their location within the resource navigator.

Use the Buttons property to access a collection of built-in buttons that can then be assigned to the custom buttons collection.

See Also