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

TcxSchedulerReportLinkPrintStyles Methods
Show Inherited Hide Inherited

The TcxSchedulerReportLinkPrintStyles class implements a collection of print styles that can be applied to the scheduler’s report.
Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetCorrespondingStyle Returns the print style corresponding to the time view that is currently active in the scheduler control.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetStyleByClass(TcxCustomSchedulerReportLinkPrintStyleClass) Returns the print style instance identified by the TcxCustomSchedulerReportLinkPrintStyle descendant’s type.
GetStyleByName(string) Returns the print style instance identified by the print style’s caption.
GetStyleByView(TcxSchedulerCustomView) Returns the print style instance identified by the corresponding TcxSchedulerCustomView descendant’s type.
IndexOf(TcxCustomSchedulerReportLinkPrintStyle) Returns the zero-based index of the TcxCustomSchedulerReportLinkPrintStyle print style in the Styles collection.
RestoreDefaults Provides empty implementation to be overridden in subclasses. Inherited from TdxCustomReportLinkOptions.
ToString Inherited from TObject.
See Also