Skip to main content
All docs
V23.2

AdvBandedGridView.OptionsClipboard Property

Provides access to the options that control row copy operations.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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