Skip to main content

AddGroupingLevelPage.AvailableColumns Property

Specifies available data columns.

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

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual ObservableCollection<ColumnInfo> AvailableColumns { get; protected set; }

Property Value

Type Description
ObservableCollection<ColumnInfo>

An array of ColumnInfo objects.

See Also