AxpDataGrid

AxpDataGrid.GridDisplayFieldNames Property

Custom Column Header names

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

Property Value

Comma separated list of column names to appear in the Grid Header, Form View and Form Edit Captions.

Remarks

If not specified, the column names from the database query will be used.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace