Back to Devexpress

BaseView.MaxRowCopyCount Field

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-73c19d23.md

latest1.3 KB
Original Source

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

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

Declaration

csharp
public static int MaxRowCopyCount
vb
Public Shared MaxRowCopyCount As Integer

Field Value

Type
Int32

See Also

BaseView Class

BaseView Members

DevExpress.XtraGrid.Views.Base Namespace