Skip to main content

TcxSchedulerHolidaysLocation.Sort(TcxDataSortOrder,Boolean) Method

Sorts holidays by either name or date.

Declaration

procedure Sort(ASortOrder: TcxDataSortOrder; ASortByDate: Boolean);

Parameters

Name Type
ASortOrder TcxDataSortOrder
ASortByDate Boolean

Remarks

ASortOrder specifies the sort order.

ASortByDate specifies whether holidays are sorted by their name or by date. Set ASortByDate to False to sort holidays by name.

See Also