Skip to main content
A newer version of this page is available.
All docs
V18.2

IColumnInfoCache.Columns Property

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

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v18.2.dll

Declaration

IEnumerable<ColumnInfo> Columns { get; set; }

Property Value

Type Description
IEnumerable<ColumnInfo>

A collection of ColumnInfo objects.

See Also