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

GridOptionsClipboard(Boolean) Constructor

Initializes a new instance of the GridOptionsClipboard class with the specified settings.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public GridOptionsClipboard(
    bool allowFormattedMode = true
)

Optional Parameters

Name Type Default Description
allowFormattedMode Boolean True

true, if the ClipboardMode property should be set to the Formatted value; otherwise, false.

Remarks

Set the ClipboardMode property to the Formatted value to enable the Clipboard Management feature. See this link to learn more.

See Also