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

MultiQuerySelectFieldsPage.SelectedColumns Property

Specifies the selected data columns.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

public virtual IEnumerable<string> SelectedColumns { get; set; }

Property Value

Type Description
IEnumerable<String>

An array of String values that specify column names.

See Also