Northwoods.GoSilverlight 1.3.5 Assembly
DataFormat Property
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > DiagramModel Class : DataFormat Property

Gets or sets the format of this model's data.

Syntax

Visual Basic (Declaration) 
Public Property DataFormat As String
C# 
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.

Requirements

See Also

© 2012 All Rights Reserved.