LayoutViewOptionsPrint.ToString() Method
Returns the layout view options’ textual representation.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
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