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

SelectColumnsPageView.GetActiveAvailableColumns() Method

Gets a collection of the items selected in the list of available columns.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public ColumnInfo[] GetActiveAvailableColumns()

Returns

Type Description
ColumnInfo[]

An array of ColumnInfo objects.

See Also