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

BaseView.MaxRowCopyCount Field

Allows you to limit the maximum number of rows that are copied to the Clipboard when the BaseView.CopyToClipboard method is called, or when an end-user presses the CTRL+C shortcut.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public static int MaxRowCopyCount

Field Value

Type
Int32
See Also