.netCHARTING v10.5 Documentation
Example 


dotnetCHARTING Namespace > DataEngine Class : DataGridCustomAttributes Property
DataGridCustomAttributes Property (DataEngine)
Adds element's custom attributes to the DataGrid control specified by the DataGrid property.
Syntax
'Declaration
 
Public WriteOnly Property DataGridCustomAttributes As String
'Usage
 
Dim instance As DataEngine
 
instance.DataGridCustomAttributes = value
public string DataGridCustomAttributes {set;}
Remarks
For complete code see DataGridCustomAttributes.aspx or GridviewCustomAttributes.aspx sample
Example
Chart.DataGridCustomAttributes = "Employee No=EmployeeID|Department=Department|Email=email|Phone=PhoneNumber";
Chart.DataGridCustomAttributes = "Employee No=EmployeeID|Department=Department|Email=email|Phone=PhoneNumber"
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also