Skip to main content
A newer version of this page is available.
All docs
V18.2

SelectHierarchicalDataSourceColumnsPage<TModel> Class

OBSOLETE

This class is no longer used in the current Report Wizard implementation.

Obsolete. This page is no longer used in the current Data Source Wizard implementation.

Namespace: DevExpress.Data.XtraReports.Wizard.Presenters

Assembly: DevExpress.Data.v18.2.dll

Declaration

[Obsolete("This class is no longer used in the current Report Wizard implementation.")]
public class SelectHierarchicalDataSourceColumnsPage<TModel> :
    WizardPageBase<ISelectHierarchicalDataSourceColumnsPageView, TModel>
    where TModel : ReportModel

Type Parameters

Name
TModel

Inheritance

Object
WizardPageBase<ISelectHierarchicalDataSourceColumnsPageView, TModel>
SelectHierarchicalDataSourceColumnsPage<TModel>
See Also