Skip to main content

TcxCustomSchedulerReportLinkPrintStyle.IsCompatibleWith(TcxSchedulerCustomView) Method

Determines whether a specified time view and the current print style are of the same type.

Declaration

function IsCompatibleWith(AView: TcxSchedulerCustomView): Boolean; virtual;

Parameters

Name Type
AView TcxSchedulerCustomView

Returns

Type
Boolean

Remarks

By default, this method returns False. This method is overridden in subclasses to determine whether the AView time view and the current print style are of the same type.

See Also