Back to Devexpress

SelectLabelTypePage<TModel> Class

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-presenters-dot-selectlabeltypepage-1.md

latest2.0 KB
Original Source

SelectLabelTypePage<TModel> Class

Provides a presenter to the Select the Label Type page of the Report Wizard.

Namespace : DevExpress.XtraReports.Wizards.Presenters

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class SelectLabelTypePage<TModel> :
    WizardPageBase<ISelectLabelTypePageView, TModel>
    where TModel : ReportModel
vb
Public Class SelectLabelTypePage(Of TModel As ReportModel)
    Inherits WizardPageBase(Of ISelectLabelTypePageView, TModel)

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the ISelectLabelTypePageView interface.

Inheritance

Object WizardPageBase<ISelectLabelTypePageView, TModel> SelectLabelTypePage<TModel>

See Also

SelectLabelTypePage<TModel> Members

ISelectLabelTypePageView

DevExpress.XtraReports.Wizards.Presenters Namespace