Skip to main content
A newer version of this page is available.
All docs
V19.1

ISelectColumnsPageView.FillAvailableColumns(ColumnInfo[]) Method

If implemented, populates the list of available commands.

Namespace: DevExpress.Data.XtraReports.Wizard.Views

Assembly: DevExpress.Data.v19.1.dll

Declaration

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