Skip to main content
A newer version of this page is available.
All docs
V19.1

SelectLabelTypePage<TModel> Class

OBSOLETE

Use the DevExpress.XtraReports.Wizards.Presenters.SelectLabelTypePage<TModel> class from the DevExpress.XtraReports assembly instead.

Obsolete. Use the SelectLabelTypePage<TModel> class instead.

Namespace: DevExpress.Data.XtraReports.Wizard.Presenters

Assembly: DevExpress.Data.v19.1.dll

Declaration

[Obsolete("Use the DevExpress.XtraReports.Wizards.Presenters.SelectLabelTypePage<TModel> class from the DevExpress.XtraReports assembly instead.")]
public class SelectLabelTypePage<TModel> :
    WizardPageBase<ISelectLabelTypePageView, TModel>
    where TModel : ReportModel

Type Parameters

Name
TModel

Inheritance

Object
WizardPageBase<ISelectLabelTypePageView, TModel>
SelectLabelTypePage<TModel>
See Also