IColumnInfoCache.Columns Property
Specifies the collection of selected data columns while running the Report Wizard.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<ColumnInfo> | A collection of ColumnInfo objects. |
See Also