TdxGanttControlCalendars.Items Property
In This Article
Provides access to all calendars in the collection.
#Declaration
Delphi
property Items[Index: Integer]: TdxGanttControlCalendar read; default;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to access a calendar whose index in the collection is passed as the Index parameter. You can call the Append or Remove procedures to manage calendars in the collection.
See Also