TcxSchedulerYearViewStyles.GetUnusedContentParams(Integer,Integer,Integer) Method
Returns the TcxViewParams record that contains information about the style attributes of the cells occupied by the adjacent months.
Declaration
function GetUnusedContentParams(AYear: Integer; AMonth: Integer; ADayOfWeek: Integer): TcxViewParams;
Parameters
| Name | Type |
|---|---|
| AYear | Integer |
| AMonth | Integer |
| ADayOfWeek | Integer |
Returns
| Type |
|---|
| TcxViewParams |
Remarks
The AYear parameter specifies the year in four digits.
The AMonth parameter specifies the one-based month’s index.
The ADayOfWeek parameter specifies the day in a week (the one-based index).
See Also