AxpDataGrid

AxpDataGrid.FormTDTag Property

Additional HTML attributes for the form TD tag

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

Property Value

Additional HTML attributes for the form TD tag

Remarks

The Form TD tag is the Html cell tag for the Caption and Value column in the Form View and Form Edit mode. Example usage is to set style attributes, e.g. FormTDTag="style='border:1px solid black;background-color:yellow'"

See Also

AxpDataGrid Class | Axezz.WebControls Namespace