TcxSchedulerNavigatorButtons.Buttons Property
Represents a collection of the built-in resource navigation buttons, which can also be specified as custom buttons.
Declaration
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