AxpDataGrid

AxpDataGrid.HeaderText Property

Gets or sets the Html code and text displayed in the Grid Header placed above the grid.

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

Property Value

The Html code and text displayed in the Grid Header placed above the grid.

Remarks

Example
HeaderText="<div style='font-size:14pt;font-weight:bold'>Products</div>"

See Also

AxpDataGrid Class | Axezz.WebControls Namespace