TcxSchedulerHolidaysLocation.Count Property
Returns the number of holidays for this location.
Declaration
property Count: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The Count property returns the number of all holidays that belong to the current location. The return value doesn’t depend on whether a holiday is currently available to the scheduler (a holiday is available to the scheduler, if the TcxSchedulerHolidaysLocation.Visible and TcxSchedulerHolidaysLocationHoliday.Visible properties are True).
See Also