Skip to main content

ColumnView.PopulateColumns(DataColumnInfo[]) Method

Creates columns for the specified DataColumnInfo objects.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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