AxpDataGrid

AxpDataGrid.GridColumns Property

Gets the collection of DataColumn items available in Grid's Load Event

[Visual Basic]
Public ReadOnly Property GridColumns As DataColumnCollection
[C#]
public DataColumnCollection GridColumns {get;}

Property Value

The collection of DataColumn items available in Grid's Load Event

Remarks

Set attributes on Grid Columns. This is an alternative to using various other grid properties.
The collection is filled and available in (and after) the grid's Load Event (or after a call to DataBind if UseDataBinding=True).

See Also

AxpDataGrid Class | Axezz.WebControls Namespace