AxpDataGrid

AxpDataGrid.FormViewColumns Property

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

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

Property Value

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

Remarks

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

See Also

AxpDataGrid Class | Axezz.WebControls Namespace