AxpDataGrid

AxpDataGrid.GridTDEvenTag Property

Additional HTML attributes for the data cells (TD cells) of even numbered Grid rows

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

Property Value

Additional HTML attributes for the data cells (TD cells) of even numbered Grid rows

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