Skip to main content

MultiQuerySelectFieldsPage.SelectedColumns Property

Specifies the selected data columns.

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

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

NuGet Package: DevExpress.Wpf.Reporting

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