ClipboardAccessPolicy.AllowDataFormats(String[]) Method
In This Article
Enables clipboard-related operations for the specified data formats.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.Desktop.v24.2.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
data |
String[] | Data formats. |
#Remarks
Read the following topic for additional information: Clipboard Access Policy.
See Also