Skip to main content
All docs
V25.1
  • ClipboardAccessPolicy.ClipboardOperationRequestEventArgs.DataObject Property

    Gets an object that defines a format-independent mechanism for transferring data.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.Desktop.v25.1.dll

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

    Declaration

    public IPortableDataObject DataObject { get; }

    Property Value

    Type Description
    DevExpress.Portable.Input.IPortableDataObject

    An object that implements IDataObject. null (Nothing in Visual Basic) if there is no object.

    See Also