Back to Devexpress

ChooseObjectTypePageEx<TModel> Class

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

latest2.1 KB
Original Source

ChooseObjectTypePageEx<TModel> Class

Provides a presenter to the Select a Data Source 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 ChooseObjectTypePageEx<TModel> :
    ChooseObjectTypePage<TModel>
    where TModel : XtraReportModel
vb
Public Class ChooseObjectTypePageEx(Of TModel As XtraReportModel)
    Inherits ChooseObjectTypePage(Of TModel)

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseObjectTypePageView interface.

Inheritance

Object WizardPageBase<IChooseObjectTypePageView, TModel> ChooseObjectTypePage<TModel> ChooseObjectTypePageEx<TModel>

See Also

ChooseObjectTypePageEx<TModel> Members

IChooseObjectTypePageView

DevExpress.XtraReports.Wizards.Presenters Namespace