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

TcxSchedulerResourceNavigator.Buttons Property

Represents the collection of built-in resource navigation buttons.

#Declaration

Delphi
property Buttons: TcxSchedulerNavigatorButtons read; write;

#Property Value

Type
TcxSchedulerNavigatorButtons

#Remarks

The built-in resource navigation buttons scroll resources in built-in ways, such as scrolling to the first resource or last resource, scrolling forwards or backwards, browsing resources by pages forwards or backwards by resources, incrementing or decrementing the number of resources displayed in the scheduling area.

Use the Buttons property to access the built-in buttons collection.

See Also