TcxSchedulerNavigatorButtons.Buttons Property
In This Article
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 |
---|
Tcx |
#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