Skip to main content
A newer version of this page is available. .

ColumnView.PopulateColumns(DataColumnInfo[]) Method

Creates columns for the specified DataColumnInfo objects.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public void PopulateColumns(
    DataColumnInfo[] columns
)

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