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.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public ColumnInfo ColumnInfo { get; set; }

Property Value

Type Description
ColumnInfo

A ColumnInfo object.

See Also