GridOptionsClipboard(Boolean) Constructor
Initializes a new instance of the GridOptionsClipboard class with the specified settings.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
public GridOptionsClipboard(
bool allowFormattedMode = true
)
Public Sub New(
allowFormattedMode As Boolean = True
)
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
allowFormattedMode | Boolean | True |
true, if the ClipboardMode property should be set to the Formatted value; otherwise, false. |
See Also
Feedback