Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomSchedulerReportLinkPrintStyle.IsCompatibleWith(TcxSchedulerCustomView) Method

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

#Declaration

Delphi
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