AxpDataGrid

DataColumn.ColumnName Property

Gets or sets the Data Column Name.

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

Property Value

The Column Name as specified in the data source or Query

Remarks

This property is set by the grid in the AxpDataGrid.GridColumns and FormViewColumns collections when the grid has loaded.

See Also

DataColumn Class | Axezz.WebControls Namespace