GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / DataFormat Property
In This Topic
    DataFormat Property
    In This Topic
    Gets or sets this document's data format name for the clipboard.
    Syntax
    [Description("The data format name used for the clipboard.")]
    public virtual string DataFormat {get; set;}

    Property Value

    Normally this String will be the fully qualified name of this document Type. This value must not be null.
    Remarks
    The default value for this property ensures that the user will not be able to copy the selection from one kind of document and paste it into another kind of document, but that they can do so when the document classes are the same. If you want to be able to copy and paste between views where the documents are of different classes, you will have to assign the same values for this property for both documents.
    See Also