Skip to main content
A newer version of this page is available. .

TcxSchedulerNavigatorCustomButtons.Items Property

Provides indexed access to the instances of custom buttons in the TcxSchedulerNavigatorCustomButtons collection.

Declaration

property Items[AIndex: Integer]: TcxSchedulerNavigatorCustomButton read; write; default;

Property Value

Type
TcxSchedulerNavigatorCustomButton

Remarks

Use the Items property to get the TcxSchedulerNavigatorCustomButton object.

The zero-based Index parameter specifies the position of the TcxSchedulerNavigatorCustomButton instance to access in the collection.

See Also