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

LayoutViewOptionsPrint.ToString() Method

Returns the layout view options’ textual representation.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

A String representing the textual representation of the current view options.

Remarks

This method overrides the ToString() method to return the current LayoutViewOptionsPrint.PrintMode property value, along with the values of other options.

See Also