Skip to main content

LayoutViewOptionsPrint.ToString() Method

Returns the layout view options’ textual representation.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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