AxpDataGrid

AxpDataGrid.GridColHeadAttributes Property

Normal html attributes including style and scripting for specified Grid Header column

[Visual Basic]
Public Default ReadOnly Property GridColHeadAttributes( _
   ByVal Column As Integer _
) As String
[C#]
public string this[
   int Column
] {get;}

Parameters

Column
Grid Column number starting at 0 where the first column is the record number column

See Also

AxpDataGrid Class | Axezz.WebControls Namespace