SelectColumnsPageView.FillSelectedColumns(ColumnInfo[]) Method
Populates the list of selected columns.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v25.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| columns | ColumnInfo[] | An array of ColumnInfo objects, specifying the columns to be added to the list. |
Implements
See Also