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

GridViewBase.ClipboardCopyMaxRowCountInServerMode Property

Gets or sets the maximum number of rows/cards that can be copied to the clipboard in Server Mode.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public int ClipboardCopyMaxRowCountInServerMode { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the maximum number of rows/cards to be copied to the clipboard.

Remarks

Copying a large amount of data to the clipboard in Server Mode is a time consuming task, which can cause an exception if there are limited memory resources. To limit the number of rows/cards when copying to the clipboard, use the ClipboardCopyMaxRowCountInServerMode property. If this property is set to -1, the number of rows that can be copied to the clipboard is unlimited.

To learn more, see Clipboard Management.

See Also