GoXam for WPF v3
DataFormat Property (DiagramModel)
Northwoods.GoXam.Model Namespace > DiagramModel Class : DataFormat Property
Gets or sets the format of this model's data.
Syntax
public string DataFormat {get; set;}

Property Value

By default this is the fully qualified name of this model type. This property cannot be set to null.
Remarks
This string is used by clipboard and drag-and-drop operations to distinguish between different and presumably incompatible data sources. You may wish to provide different values in order to prevent data from being transferred to other applications that are using the same model class.
See Also

Reference

DiagramModel Class
DiagramModel Members