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.v17.2.dll

Declaration

public class GridOptionsClipboard :
    ClipboardOptions

The following members accept/return GridOptionsClipboard objects:

Remarks

The GridOptionsClipboard class provides a set of properties that specify Clipboard options for the GridView. Some properties are used to customize the Clipboard Management feature.

To enable this feature, set the ClipboardMode property to Formatted. See the Clipboard Management topic to learn more.

See Also