IAddGroupingLevelPageView.GetActiveAvailableColumns() Method
In This Article
If implemented, gets an array of records selected in the list of available columns.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
ColumnInfo[] GetActiveAvailableColumns()
#Returns
Type | Description |
---|---|
Column |
An array of Column |
See Also