AxpDataGrid

AxpDataGrid.GridTREvenTag Property

HTML attributes for the even numbered Grid data rows (TR tag).

[Visual Basic]
Public Property GridTREvenTag As String
[C#]
public string GridTREvenTag {get; set;}

Property Value

HTML attributes for the even numbered Grid data rows (TR tag).

Remarks

It is possible to include data field values.
Enclose column name in double set of #'s (e.g. ##CUSTOMERID##).

See Also

AxpDataGrid Class | Axezz.WebControls Namespace