AxpDataGrid

AxpDataGrid.GridTROddTag Property

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

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

Property Value

HTML attributes for the odd 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