Skip to main content

GridPrintingEventArgs.DisplayText Property

Gets the text that will be printed.

Namespace: DevExpress.WinUI.Grid.Printing

Assembly: DevExpress.WinUI.Grid.Printing.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public string DisplayText { get; }

#Property Value

Type Description
String

The text that will be printed.

See Also