Skip to main content

DataGridPrintStyle.ToString() Method

Returns the textual representation of the print style.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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