DataGridCustomAttributes Property (Chart)
Adds element's custom attributes to the DataGrid control specified by the DataGrid property.
Syntax
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