Skip to main content

TcxSchedulerDateList.Items Property

Provides indexed access to dates in the TcxSchedulerDateList collection.

Declaration

property Items[Index: TdxListIndex]: TDateTime read; write; default;

Property Value

Type
TDateTime

Remarks

Use the Items property to get the date at the position specified by the zero-based Index parameter.

Note

The date, returned by the Items property, is represented by a date value. All items are stored in the collection without a time value.

See Also