Back to Devexpress

GridViewBase.ClipboardCopyMaxRowCountInServerMode Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewbase-1027b54a.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public int ClipboardCopyMaxRowCountInServerMode { get; set; }
vb
Public Property ClipboardCopyMaxRowCountInServerMode As Integer

Property Value

TypeDescription
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

ClipboardCopyMode

GridViewBase Class

GridViewBase Members

DevExpress.Xpf.Grid Namespace