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

GridOptionsClipboard Class

Provides Clipboard options for the GridView.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v20.1.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public class GridOptionsClipboard :
    ClipboardOptions

The following members return GridOptionsClipboard objects:

Remarks

The options this class provides are accessible with the GridView.OptionsClipboard property.

See Also