TextCustomizingEventArgs(String) Constructor
Initializes a new instance of the TextCustomizingEventArgs class with the specified text string.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | A String object containing text being printed in the control. |
See Also