Skip to main content
All docs
V23.2

ClipboardAccessPolicy.AllowDataFormats(String[]) Method

Enables clipboard-related operations for the specified data formats.

Namespace: DevExpress.Data.Utils

Assembly: DevExpress.Data.Desktop.v23.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

public static void AllowDataFormats(
    params string[] dataFormats
)

Parameters

Name Type Description
dataFormats String[]

Data formats.

Remarks

Read the following topic for additional information: Clipboard Access Policy.

See Also