Skip to main content
A newer version of this page is available. .
All docs
V21.2

AdvBandedGridView.OptionsClipboard Property

Provides access to the options that control row copy operations.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public AdvBandedGridOptionsClipboard OptionsClipboard { get; }

Property Value

Type Description
DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridOptionsClipboard

An object that contains options to control Clipboard operations.

Remarks

The AdvBandedGridView View does not support row paste operations.

See Also