TdxGanttControlCalendars.Items Property
Provides access to all calendars in the collection.
Declaration
property Items[Index: Integer]: TdxGanttControlCalendar read; default;
Property Value
Type |
---|
TdxGanttControlCalendar |
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