Skip to main content

GridOptionsClipboard Class

Provides Clipboard options for the GridView.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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