Skip to main content

GridOptionsClipboard(Boolean) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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.

See Also