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