Skip to main content

SelectColumnsPageView.FillAvailableColumns(ColumnInfo[]) Method

Populates the list of available commands.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public void FillAvailableColumns(
    ColumnInfo[] columns
)

Parameters

Name Type Description
columns ColumnInfo[]

An array of ColumnInfo objects, specifying the columns to be added to the list.

See Also