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

DataControlBase.AllowCopyToClipboard Property

Gets or sets whether to enable copy operations. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true)]
public bool AllowCopyToClipboard { get; set; }

Property Value

Type Default Description
Boolean **true**

true to enable copy operations; otherwise, false.

See Also