Back to Devexpress

SelectLabelTypePageView Class

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-views-bfae675b.md

latest2.5 KB
Original Source

SelectLabelTypePageView Class

Provides a view for the Select the Label Type page of the Report Wizard in WinForms applications.

Namespace : DevExpress.XtraReports.Wizards.Views

Assembly : DevExpress.XtraReports.v25.2.Extensions.dll

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
public class SelectLabelTypePageView :
    WizardViewBase,
    ISelectLabelTypePageView
vb
Public Class SelectLabelTypePageView
    Inherits WizardViewBase
    Implements ISelectLabelTypePageView

Remarks

This view routes user commands to the SelectLabelTypePage<TModel> presenter.

This class provides a default implementations of the ISelectLabelTypePageView interface in WinForms applications.

Implements

ISelectLabelTypePageView

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase SelectLabelTypePageView

See Also

SelectLabelTypePageView Members

DevExpress.XtraReports.Wizards.Views Namespace