IColumnInfoCache.Columns Property
In This Article
Specifies the collection of selected data columns while running the Report Wizard.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
IEnumerable<ColumnInfo> Columns { get; set; }
#Property Value
Type | Description |
---|---|
IEnumerable<Column |
A collection of Column |
See Also