dotnetCHARTING Send comments on this topic.
DataGridCustomAttributes Property
See Also  Example
dotnetCHARTING Namespace > DataEngine Class : DataGridCustomAttributes Property


Adds element's custom attributes to the DataGrid control specified by the DataGrid property.

Syntax

Visual Basic (Declaration) 
Public WriteOnly Property DataGridCustomAttributes As String
Visual Basic (Usage)Copy Code
Dim instance As DataEngine
 
instance.DataGridCustomAttributes = value
C# 
public string DataGridCustomAttributes {set;}

Example

C#Copy Code
Chart.DataGridCustomAttributes = "Employee No=%EmployeeID|Department=%Department|Email=%email|Phone=%PhoneNumber";
    
Visual BasicCopy Code
Chart.DataGridCustomAttributes = "Employee No=%EmployeeID|Department=%Department|Email=%email|Phone=%PhoneNumber"

Remarks

For complete code see DataGridCustomAttributes.aspx or GridviewCustomAttributes.aspx sample

See Also

© 2021 All Rights Reserved.