DataPA Enterprise Dashboard Controls API Reference
Gets and sets an the layout of a DataGrid in the form of an XML string.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public string DataGridLayout { get; set; }
Visual Basic
Public Property DataGridLayout As String
	Get
	Set
Visual C++
public:
virtual property String^ DataGridLayout {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: String
The layout of a DataGrid in the form of an XML string.

Return Value

Type: String
The layout of a DataGrid in the form of an XML string.

Remarks