DataPA Enterprise Dashboard Controls API Reference
Gets and sets the layout that will be applied to the Data Viewer as an XML string.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string Layout { get; set; } |
Visual Basic |
---|
Public Property Layout As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ Layout {
String^ get () sealed;
void set (String^ value) sealed;
} |
Property Value
Type:
StringThe layout that will be applied to the Data Viewer as an XML string.
Return Value
Type:
StringThe layout that will be applied to the Data Viewer as an XML string.
Remarks
See Also