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.Printing.v19.2.Core.dll

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