ColumnView.PopulateColumns(DataColumnInfo[]) Method
Creates columns for the specified DataColumnInfo objects.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
columns | DevExpress.Data.DataColumnInfo[] | An array of DataColumnInfo objects containing information on the columns to be created. |
Remarks
This method supports the internal infrastructure of the Grid Control and is not intended to be called directly from your code.
See Also