Back to Devexpress

TdxGanttControlCalendars.Items Property

vcl-dxganttcontrolcalendars-dot-tdxganttcontrolcalendars-4a6d6c4b.md

latest957 B
Original Source

TdxGanttControlCalendars.Items Property

Provides access to all calendars in the collection.

Declaration

delphi
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

TdxGanttControlCalendars Class

TdxGanttControlCalendars Members

dxGanttControlCalendars Unit