Skip to main content
A newer version of this page is available. .

SelectColumnsPageView.FillSelectedColumns(ColumnInfo[]) Method

Populates the list of selected columns.

Namespace: DevExpress.XtraReports.Wizards.Views

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

Declaration

public void FillSelectedColumns(
    ColumnInfo[] columns
)

Parameters

Name Type Description
columns ColumnInfo[]

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

See Also