Skip to main content
A newer version of this page is available. .

ColumnInfoSummaryOptions.ColumnInfo Property

Specifies the data columns available in the Report Wizard.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ColumnInfo ColumnInfo { get; set; }

Property Value

Type Description
ColumnInfo

A ColumnInfo object.

See Also