Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.Grid.Core

#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