Skip to main content
All docs
V25.1
  • ClipboardAccessPolicy.AllowDataFormats(String[]) Method

    Enables clipboard-related operations for the specified data formats.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.Desktop.v25.1.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