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

DataGridPrintStyle.ToString() Method

Returns the textual representation of the print style.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v20.2.dll

NuGet Package: DevExpress.Win.Printing

Declaration

public override string ToString()

Returns

Type Description
String

A String value which specifies the full name of the class.

Remarks

The ToString method returns the full name of the DataGridPrintStyle class.

See Also