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

AddGroupingLevelPage.AvailableColumns Property

Specifies available data columns.

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

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

Declaration

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

Property Value

Type Description
ObservableCollection<ColumnInfo>

An array of ColumnInfo objects.

See Also