Skip to main content

SchedulerOptionsPrint.ToString() Method

Returns the textual representation of printing options.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public override string ToString()

Returns

Type Description
String

A String value which is the textual representation of printing options.

Remarks

This method overrides the ToString() method to return the Empty value.

See Also