Skip to main content
All docs
V19.2

ColumnInfoCache.Columns Property

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

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v19.2.dll

Declaration

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

Property Value

Type Description
IEnumerable<ColumnInfo>

A collection of ColumnInfo objects.

Implements

See Also