SchedulerOptionsPrint.ToString() Method
Returns the textual representation of printing options.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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