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

ColumnInfoCache.Columns Property

Specifies the collection of selected data columns while running the Report Wizard.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public IEnumerable<ColumnInfo> Columns { get; set; }

Property Value

Type Description
IEnumerable<ColumnInfo>

A collection of ColumnInfo objects.

Implements

See Also