Search
SerializeDataEventArgs.Representation Property
See Also
 






Gets or sets the string representation of the data being serialized/deserialized.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public XElement Representation { get; set; }

Visual Basic  Copy Code

Public Property Representation As XElement

 Property Value

An instance of the .NET XElement class.

 See Also