Skip to main content

SchedulerOptionsPrint.ToString() Method

Returns the textual representation of printing options.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.dll

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 System.String.Empty value.

See Also