Skip to main content
A newer version of this page is available. .

TextCustomizingEventArgs(String) Constructor

Initializes a new instance of the TextCustomizingEventArgs class with the specified text string.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.1.Reporting.dll

Declaration

public TextCustomizingEventArgs(
    string text
)

Parameters

Name Type Description
text String

A String object containing text being printed in the control.

See Also