ISelectColumnsPageView.FillAvailableColumns(ColumnInfo[]) Method
If implemented, populates the list of available commands.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
columns | ColumnInfo[] | An array of ColumnInfo objects, specifying the columns to be added to the list. |
See Also