TcxSchedulerNavigatorCustomButtons.Items Property
In This Article
Provides indexed access to the instances of custom buttons in the TcxSchedulerNavigatorCustomButtons collection.
#Declaration
Delphi
property Items[AIndex: Integer]: TcxSchedulerNavigatorCustomButton read; write; default;
#Property Value
Type |
---|
Tcx |
#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