TcxSchedulerYearViewStyles.GetMonthHeaderParams(Integer,Integer) Method
Returns the TcxViewParams record that contains information about the style attributes of the month headers.
Declaration
function GetMonthHeaderParams(AYear: Integer; AMonth: Integer): TcxViewParams;
Parameters
Name | Type |
---|---|
AYear | Integer |
AMonth | Integer |
Returns
Type |
---|
TcxViewParams |
Remarks
The AYear parameter specifies the year in four digits.
The AMonth parameter specifies the one-based month’s index.
See Also