ColumnInfoCache.Columns Property
Specifies the collection of selected data columns while running the Report Wizard.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
public IEnumerable<ColumnInfo> Columns { get; set; }
Public Property Columns As IEnumerable(Of ColumnInfo)
Property Value
Type | Description |
---|---|
IEnumerable<ColumnInfo> | A collection of ColumnInfo objects. |
Implements
See Also
Feedback