Skip to main content

TcxSchedulerStyles.GetEventContentParams(TcxSchedulerEvent) Method

Returns the TcxViewParams record containing information about the style attributes of the AEvent user event.

Declaration

function GetEventContentParams(AEvent: TcxSchedulerEvent): TcxViewParams;

Parameters

Name Type
AEvent TcxSchedulerEvent

Returns

Type
TcxViewParams

Remarks

Use the GetEventContentParams method to get information about the style attributes of the AEvent user event.

See Also