DashboardTabLayoutXML Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the XML that defines the layout of the Tab.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string LayoutXML { get; set; }
Public Property LayoutXML As String
Get
Set
public:
virtual property String^ LayoutXML {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_LayoutXML();
function set_LayoutXML(value);
Property Value
Type:
StringThe XML that defines the layout of the Tab.
Return Value
Type:
StringThe XML that defines the layout of the Tab.
Remarks See Also