Gets or sets form content as XML
Namespace:
Greatis.FormDesigner
Assembly:
Greatis.FormDesigner (in Greatis.FormDesigner.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property LayoutXML As String |
C# |
---|
public string LayoutXML { get; set; } |
Visual C++ |
---|
public:
property String^ LayoutXML {
String^ get ();
void set (String^ value);
} |
JavaScript |
---|
function get_layoutXML();
function set_layoutXML(value); |
See Also