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