ApplyingDataGridLayoutEventArgsLayout Property |
|
DataPA OpenAnalytics 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 public string Layout { get; set; }
Public Property Layout As String
Get
Set
public:
virtual property String^ Layout {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Layout();
function set_Layout(value);
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