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

CustomizeLabelPage<TModel> Class

OBSOLETE

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

Obsolete. Use the CustomizeLabelPage<TModel> class instead.

Namespace: DevExpress.Data.XtraReports.Wizard.Presenters

Assembly: DevExpress.Data.v18.2.dll

Declaration

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

Type Parameters

Name
TModel

Inheritance

Object
WizardPageBase<ICustomizeLabelPageView, TModel>
CustomizeLabelPage<TModel>
See Also